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

Public Member Functions | |
| SplitTextNodeCommandImpl (DOM::DocumentImpl *, DOM::TextImpl *, long) | |
| virtual | ~SplitTextNodeCommandImpl () |
| virtual void | doApply () |
| virtual void | doUnapply () |
| DOM::TextImpl * | node () const |
| long | offset () const |
Detailed Description
Definition at line 571 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::SplitTextNodeCommandImpl::SplitTextNodeCommandImpl | ( | DOM::DocumentImpl * | , |
| DOM::TextImpl * | , | ||
| long | |||
| ) |
Definition at line 2485 of file htmlediting_impl.cpp.
Definition at line 2494 of file htmlediting_impl.cpp.
Member Function Documentation
| void khtml::SplitTextNodeCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2502 of file htmlediting_impl.cpp.
| void khtml::SplitTextNodeCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2532 of file htmlediting_impl.cpp.
| DOM::TextImpl* khtml::SplitTextNodeCommandImpl::node | ( | ) | const [inline] |
Definition at line 580 of file htmlediting_impl.h.
| long khtml::SplitTextNodeCommandImpl::offset | ( | ) | const [inline] |
Definition at line 581 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:06 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:06 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.