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

Public Member Functions | |
| AppendNodeCommandImpl (DOM::DocumentImpl *, DOM::NodeImpl *parentNode, DOM::NodeImpl *appendChild) | |
| virtual | ~AppendNodeCommandImpl () |
| DOM::NodeImpl * | appendChild () const |
| virtual void | doApply () |
| virtual void | doUnapply () |
| DOM::NodeImpl * | parentNode () const |
Detailed Description
Definition at line 184 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::AppendNodeCommandImpl::AppendNodeCommandImpl | ( | DOM::DocumentImpl * | , |
| DOM::NodeImpl * | parentNode, | ||
| DOM::NodeImpl * | appendChild | ||
| ) |
Definition at line 524 of file htmlediting_impl.cpp.
| khtml::AppendNodeCommandImpl::~AppendNodeCommandImpl | ( | ) | [virtual] |
Definition at line 534 of file htmlediting_impl.cpp.
Member Function Documentation
| DOM::NodeImpl* khtml::AppendNodeCommandImpl::appendChild | ( | ) | const [inline] |
Definition at line 194 of file htmlediting_impl.h.
| void khtml::AppendNodeCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 542 of file htmlediting_impl.cpp.
| void khtml::AppendNodeCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 552 of file htmlediting_impl.cpp.
| DOM::NodeImpl* khtml::AppendNodeCommandImpl::parentNode | ( | ) | const [inline] |
Definition at line 193 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:02 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:02 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.