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

Public Member Functions | |
| DeleteTextCommandImpl (DOM::DocumentImpl *document, DOM::TextImpl *node, long offset, long count) | |
| virtual | ~DeleteTextCommandImpl () |
| long | count () const |
| virtual void | doApply () |
| virtual void | doUnapply () |
| DOM::TextImpl * | node () const |
| long | offset () const |
Detailed Description
Definition at line 290 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::DeleteTextCommandImpl::DeleteTextCommandImpl | ( | DOM::DocumentImpl * | document, |
| DOM::TextImpl * | node, | ||
| long | offset, | ||
| long | count | ||
| ) |
Definition at line 1549 of file htmlediting_impl.cpp.
| khtml::DeleteTextCommandImpl::~DeleteTextCommandImpl | ( | ) | [virtual] |
Definition at line 1559 of file htmlediting_impl.cpp.
Member Function Documentation
| long khtml::DeleteTextCommandImpl::count | ( | ) | const [inline] |
Definition at line 301 of file htmlediting_impl.h.
| void khtml::DeleteTextCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1565 of file htmlediting_impl.cpp.
| void khtml::DeleteTextCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1577 of file htmlediting_impl.cpp.
| DOM::TextImpl* khtml::DeleteTextCommandImpl::node | ( | ) | const [inline] |
Definition at line 299 of file htmlediting_impl.h.
| long khtml::DeleteTextCommandImpl::offset | ( | ) | const [inline] |
Definition at line 300 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference