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

Detailed Description
Definition at line 461 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 |
RemoveNodeAttributeCommandImpl (DOM::DocumentImpl *, DOM::ElementImpl *, DOM::NodeImpl::Id attribute) | |
virtual | ~RemoveNodeAttributeCommandImpl () |
Constructor & Destructor Documentation
khtml::RemoveNodeAttributeCommandImpl::RemoveNodeAttributeCommandImpl | ( | DOM::DocumentImpl * | , | |
DOM::ElementImpl * | , | |||
DOM::NodeImpl::Id | attribute | |||
) |
khtml::RemoveNodeAttributeCommandImpl::~RemoveNodeAttributeCommandImpl | ( | ) | [virtual] |
Definition at line 2056 of file htmlediting_impl.cpp.
Member Function Documentation
DOM::NodeImpl::Id khtml::RemoveNodeAttributeCommandImpl::attribute | ( | ) | const [inline] |
Definition at line 473 of file htmlediting_impl.h.
int khtml::RemoveNodeAttributeCommandImpl::commandID | ( | ) | const [virtual] |
void khtml::RemoveNodeAttributeCommandImpl::doApply | ( | ) | [virtual] |
void khtml::RemoveNodeAttributeCommandImpl::doUnapply | ( | ) | [virtual] |
DOM::ElementImpl* khtml::RemoveNodeAttributeCommandImpl::element | ( | ) | const [inline] |
Definition at line 472 of file htmlediting_impl.h.
The documentation for this class was generated from the following files: