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 |
Public Member Functions inherited from khtml::EditCommandImpl | |
| EditCommandImpl (DOM::DocumentImpl *) | |
| virtual | ~EditCommandImpl () |
| void | apply () |
| virtual DOM::DocumentImpl * | document () const |
| virtual void | doReapply () |
| 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 () |
Public Member Functions inherited from khtml::SharedCommandImpl | |
| SharedCommandImpl () | |
| virtual | ~SharedCommandImpl () |
Additional Inherited Members | |
Public Types inherited from khtml::EditCommandImpl | |
| enum | ECommandState { NotApplied, Applied } |
Detailed Description
Definition at line 548 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::SetNodeAttributeCommandImpl::SetNodeAttributeCommandImpl | ( | DOM::DocumentImpl * | , |
| DOM::ElementImpl * | , | ||
| DOM::NodeImpl::Id | attribute, | ||
| const DOM::DOMString & | value | ||
| ) |
Definition at line 2447 of file htmlediting_impl.cpp.
|
virtual |
Definition at line 2455 of file htmlediting_impl.cpp.
Member Function Documentation
|
inline |
Definition at line 558 of file htmlediting_impl.h.
|
virtual |
Implements khtml::EditCommandImpl.
Definition at line 2461 of file htmlediting_impl.cpp.
|
virtual |
Implements khtml::EditCommandImpl.
Definition at line 2472 of file htmlediting_impl.cpp.
|
inline |
Definition at line 557 of file htmlediting_impl.h.
|
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from