KHTML
khtml::SetNodeAttributeCommandImpl Class Reference
#include <htmlediting_impl.h>
Inheritance diagram for khtml::SetNodeAttributeCommandImpl:
Public Member Functions | |
| DOM::NodeImpl::Id | attribute () const |
| virtual int | commandID () const |
| virtual void | doApply () |
| virtual void | doUnapply () |
| DOM::ElementImpl * | element () const |
| SetNodeAttributeCommandImpl (DOM::DocumentImpl *, DOM::ElementImpl *, DOM::NodeImpl::Id attribute, const DOM::DOMString &value) | |
| DOM::DOMString | value () const |
| virtual | ~SetNodeAttributeCommandImpl () |
Detailed Description
Definition at line 545 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::SetNodeAttributeCommandImpl::SetNodeAttributeCommandImpl | ( | DOM::DocumentImpl * | , | |
| DOM::ElementImpl * | , | |||
| DOM::NodeImpl::Id | attribute, | |||
| const DOM::DOMString & | value | |||
| ) |
| khtml::SetNodeAttributeCommandImpl::~SetNodeAttributeCommandImpl | ( | ) | [virtual] |
Definition at line 2235 of file htmlediting_impl.cpp.
Member Function Documentation
| DOM::NodeImpl::Id khtml::SetNodeAttributeCommandImpl::attribute | ( | ) | const [inline] |
Definition at line 557 of file htmlediting_impl.h.
| int khtml::SetNodeAttributeCommandImpl::commandID | ( | ) | const [virtual] |
Reimplemented from khtml::EditCommandImpl.
Definition at line 2241 of file htmlediting_impl.cpp.
| void khtml::SetNodeAttributeCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2246 of file htmlediting_impl.cpp.
| void khtml::SetNodeAttributeCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2257 of file htmlediting_impl.cpp.
| DOM::ElementImpl* khtml::SetNodeAttributeCommandImpl::element | ( | ) | const [inline] |
Definition at line 556 of file htmlediting_impl.h.
| DOM::DOMString khtml::SetNodeAttributeCommandImpl::value | ( | ) | const [inline] |
Definition at line 558 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference