KHTML
khtml::SetNodeAttributeCommandImpl Class Reference
#include <htmlediting_impl.h>
Inheritance diagram for khtml::SetNodeAttributeCommandImpl:

Public Member Functions | |
SetNodeAttributeCommandImpl (DOM::DocumentImpl *, DOM::ElementImpl *, DOM::NodeImpl::Id attribute, const DOM::DOMString &value) | |
virtual | ~SetNodeAttributeCommandImpl () |
DOM::NodeImpl::Id | attribute () const |
virtual void | doApply () |
virtual void | doUnapply () |
DOM::ElementImpl * | element () const |
DOM::DOMString | value () const |
![]() | |
EditCommandImpl (DOM::DocumentImpl *) | |
virtual | ~EditCommandImpl () |
void | apply () |
virtual void | doApply ()=0 |
virtual DOM::DocumentImpl * | document () const |
virtual void | doReapply () |
virtual void | doUnapply ()=0 |
DOM::Selection | endingSelection () const |
bool | isCompositeStep () const |
virtual bool | isInputTextCommand () const |
virtual bool | isTypingCommand () const |
EditCommandImpl * | parent () const |
void | reapply () |
void | setEndingSelection (const DOM::Selection &s) |
void | setParent (EditCommandImpl *) |
void | setStartingSelection (const DOM::Selection &s) |
void | setState (ECommandState state) |
DOM::Selection | startingSelection () const |
ECommandState | state () const |
void | unapply () |
![]() | |
SharedCommandImpl () | |
virtual | ~SharedCommandImpl () |
virtual void | apply ()=0 |
virtual DOM::DocumentImpl * | document () const =0 |
virtual DOM::Selection | endingSelection () const =0 |
virtual bool | isCompositeStep () const =0 |
virtual EditCommandImpl * | parent () const =0 |
virtual void | reapply ()=0 |
virtual void | setEndingSelection (const DOM::Selection &s)=0 |
virtual void | setParent (EditCommandImpl *)=0 |
virtual void | setStartingSelection (const DOM::Selection &s)=0 |
virtual DOM::Selection | startingSelection () const =0 |
virtual void | unapply ()=0 |
Additional Inherited Members | |
![]() | |
enum | ECommandState { NotApplied , Applied } |
Detailed Description
Definition at line 548 of file htmlediting_impl.h.
Constructor & Destructor Documentation
◆ SetNodeAttributeCommandImpl()
khtml::SetNodeAttributeCommandImpl::SetNodeAttributeCommandImpl | ( | DOM::DocumentImpl * | , |
DOM::ElementImpl * | , | ||
DOM::NodeImpl::Id | attribute, | ||
const DOM::DOMString & | value | ||
) |
Definition at line 2449 of file htmlediting_impl.cpp.
◆ ~SetNodeAttributeCommandImpl()
|
virtual |
Definition at line 2457 of file htmlediting_impl.cpp.
Member Function Documentation
◆ attribute()
|
inline |
Definition at line 558 of file htmlediting_impl.h.
◆ doApply()
|
virtual |
Implements khtml::EditCommandImpl.
Definition at line 2463 of file htmlediting_impl.cpp.
◆ doUnapply()
|
virtual |
Implements khtml::EditCommandImpl.
Definition at line 2474 of file htmlediting_impl.cpp.
◆ element()
|
inline |
Definition at line 557 of file htmlediting_impl.h.
◆ value()
|
inline |
Definition at line 559 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.