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

Public Member Functions | |
| InsertNodeBeforeCommandImpl (DOM::DocumentImpl *, DOM::NodeImpl *insertChild, DOM::NodeImpl *refChild) | |
| virtual | ~InsertNodeBeforeCommandImpl () |
| virtual void | doApply () |
| virtual void | doUnapply () |
| DOM::NodeImpl * | insertChild () const |
| DOM::NodeImpl * | refChild () const |
Detailed Description
Definition at line 354 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::InsertNodeBeforeCommandImpl::InsertNodeBeforeCommandImpl | ( | DOM::DocumentImpl * | , |
| DOM::NodeImpl * | insertChild, | ||
| DOM::NodeImpl * | refChild | ||
| ) |
Definition at line 1995 of file htmlediting_impl.cpp.
Definition at line 2005 of file htmlediting_impl.cpp.
Member Function Documentation
| void khtml::InsertNodeBeforeCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2013 of file htmlediting_impl.cpp.
| void khtml::InsertNodeBeforeCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2024 of file htmlediting_impl.cpp.
| DOM::NodeImpl* khtml::InsertNodeBeforeCommandImpl::insertChild | ( | ) | const [inline] |
Definition at line 363 of file htmlediting_impl.h.
| DOM::NodeImpl* khtml::InsertNodeBeforeCommandImpl::refChild | ( | ) | const [inline] |
Definition at line 364 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:54:03 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:54:03 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.