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

Detailed Description
Definition at line 546 of file htmlediting_impl.h.
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 () |
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 558 of file htmlediting_impl.h.
int khtml::SetNodeAttributeCommandImpl::commandID | ( | ) | const [virtual] |
void khtml::SetNodeAttributeCommandImpl::doApply | ( | ) | [virtual] |
void khtml::SetNodeAttributeCommandImpl::doUnapply | ( | ) | [virtual] |
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: