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

Detailed Description
Definition at line 332 of file htmlediting_impl.h.
Public Member Functions | |
virtual int | commandID () const |
virtual void | doApply () |
virtual void | doUnapply () |
DOM::NodeImpl * | insertChild () const |
InsertNodeBeforeCommandImpl (DOM::DocumentImpl *, DOM::NodeImpl *insertChild, DOM::NodeImpl *refChild) | |
DOM::NodeImpl * | refChild () const |
virtual | ~InsertNodeBeforeCommandImpl () |
Constructor & Destructor Documentation
khtml::InsertNodeBeforeCommandImpl::InsertNodeBeforeCommandImpl | ( | DOM::DocumentImpl * | , | |
DOM::NodeImpl * | insertChild, | |||
DOM::NodeImpl * | refChild | |||
) |
khtml::InsertNodeBeforeCommandImpl::~InsertNodeBeforeCommandImpl | ( | ) | [virtual] |
Definition at line 1735 of file htmlediting_impl.cpp.
Member Function Documentation
int khtml::InsertNodeBeforeCommandImpl::commandID | ( | ) | const [virtual] |
void khtml::InsertNodeBeforeCommandImpl::doApply | ( | ) | [virtual] |
void khtml::InsertNodeBeforeCommandImpl::doUnapply | ( | ) | [virtual] |
DOM::NodeImpl* khtml::InsertNodeBeforeCommandImpl::insertChild | ( | ) | const [inline] |
Definition at line 343 of file htmlediting_impl.h.
DOM::NodeImpl* khtml::InsertNodeBeforeCommandImpl::refChild | ( | ) | const [inline] |
Definition at line 344 of file htmlediting_impl.h.
The documentation for this class was generated from the following files: