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

Public Member Functions | |
DOM::NodeImpl * | appendChild () const |
AppendNodeCommandImpl (DOM::DocumentImpl *, DOM::NodeImpl *parentNode, DOM::NodeImpl *appendChild) | |
virtual int | commandID () const |
virtual void | doApply () |
virtual void | doUnapply () |
DOM::NodeImpl * | parentNode () const |
virtual | ~AppendNodeCommandImpl () |
Detailed Description
Definition at line 151 of file htmlediting_impl.h.
Constructor & Destructor Documentation
khtml::AppendNodeCommandImpl::AppendNodeCommandImpl | ( | DOM::DocumentImpl * | , | |
DOM::NodeImpl * | parentNode, | |||
DOM::NodeImpl * | appendChild | |||
) |
khtml::AppendNodeCommandImpl::~AppendNodeCommandImpl | ( | ) | [virtual] |
Definition at line 560 of file htmlediting_impl.cpp.
Member Function Documentation
DOM::NodeImpl* khtml::AppendNodeCommandImpl::appendChild | ( | ) | const [inline] |
Definition at line 163 of file htmlediting_impl.h.
int khtml::AppendNodeCommandImpl::commandID | ( | ) | const [virtual] |
void khtml::AppendNodeCommandImpl::doApply | ( | ) | [virtual] |
void khtml::AppendNodeCommandImpl::doUnapply | ( | ) | [virtual] |
DOM::NodeImpl* khtml::AppendNodeCommandImpl::parentNode | ( | ) | const [inline] |
Definition at line 162 of file htmlediting_impl.h.
The documentation for this class was generated from the following files: