KHTML
khtml::InsertNodeBeforeCommand Class Reference
#include <htmlediting.h>
Inheritance diagram for khtml::InsertNodeBeforeCommand:
Public Member Functions | |
| DOM::NodeImpl * | insertChild () const |
| InsertNodeBeforeCommand (const InsertNodeBeforeCommand &) | |
| InsertNodeBeforeCommand (DOM::DocumentImpl *, DOM::NodeImpl *insertChild, DOM::NodeImpl *refChild) | |
| InsertNodeBeforeCommand () | |
| DOM::NodeImpl * | refChild () const |
| ~InsertNodeBeforeCommand () | |
Detailed Description
Definition at line 200 of file htmlediting.h.
Constructor & Destructor Documentation
| khtml::InsertNodeBeforeCommand::InsertNodeBeforeCommand | ( | ) |
Definition at line 384 of file htmlediting.cpp.
| khtml::InsertNodeBeforeCommand::InsertNodeBeforeCommand | ( | DOM::DocumentImpl * | , | |
| DOM::NodeImpl * | insertChild, | |||
| DOM::NodeImpl * | refChild | |||
| ) |
| khtml::InsertNodeBeforeCommand::InsertNodeBeforeCommand | ( | const InsertNodeBeforeCommand & | o | ) |
Definition at line 393 of file htmlediting.cpp.
| khtml::InsertNodeBeforeCommand::~InsertNodeBeforeCommand | ( | ) |
Definition at line 398 of file htmlediting.cpp.
Member Function Documentation
| NodeImpl * khtml::InsertNodeBeforeCommand::insertChild | ( | ) | const |
Definition at line 407 of file htmlediting.cpp.
| NodeImpl * khtml::InsertNodeBeforeCommand::refChild | ( | ) | const |
Definition at line 413 of file htmlediting.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference