KHTML
khtml::InsertNodeBeforeCommandImpl Class Reference
#include <htmlediting_impl.h>
Inheritance diagram for khtml::InsertNodeBeforeCommandImpl:
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 () |
Detailed Description
Definition at line 331 of file htmlediting_impl.h.
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] |
Reimplemented from khtml::EditCommandImpl.
Definition at line 1743 of file htmlediting_impl.cpp.
| void khtml::InsertNodeBeforeCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1748 of file htmlediting_impl.cpp.
| void khtml::InsertNodeBeforeCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1759 of file htmlediting_impl.cpp.
| DOM::NodeImpl* khtml::InsertNodeBeforeCommandImpl::insertChild | ( | ) | const [inline] |
Definition at line 342 of file htmlediting_impl.h.
| DOM::NodeImpl* khtml::InsertNodeBeforeCommandImpl::refChild | ( | ) | const [inline] |
Definition at line 343 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference