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

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 () |
Detailed Description
Definition at line 460 of file htmlediting_impl.h.
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 472 of file htmlediting_impl.h.
int khtml::RemoveNodeAttributeCommandImpl::commandID | ( | ) | const [virtual] |
Reimplemented from khtml::EditCommandImpl.
Definition at line 2062 of file htmlediting_impl.cpp.
void khtml::RemoveNodeAttributeCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2067 of file htmlediting_impl.cpp.
void khtml::RemoveNodeAttributeCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2079 of file htmlediting_impl.cpp.
DOM::ElementImpl* khtml::RemoveNodeAttributeCommandImpl::element | ( | ) | const [inline] |
Definition at line 471 of file htmlediting_impl.h.
The documentation for this class was generated from the following files: