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 |
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.
Definition at line 2455 of file htmlediting_impl.cpp.
Member Function Documentation
| DOM::NodeImpl::Id khtml::SetNodeAttributeCommandImpl::attribute | ( | ) | const [inline] |
Definition at line 558 of file htmlediting_impl.h.
| void khtml::SetNodeAttributeCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2461 of file htmlediting_impl.cpp.
| void khtml::SetNodeAttributeCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2472 of file htmlediting_impl.cpp.
| DOM::ElementImpl* khtml::SetNodeAttributeCommandImpl::element | ( | ) | const [inline] |
Definition at line 557 of file htmlediting_impl.h.
| DOM::DOMString khtml::SetNodeAttributeCommandImpl::value | ( | ) | const [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-2012 The KDE developers.
Generated on Thu May 10 2012 20:59:06 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:59:06 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.