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.
| khtml::SetNodeAttributeCommandImpl::~SetNodeAttributeCommandImpl | ( | ) | [virtual] |
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:
KDE 4.6 API Reference