KHTML
khtml::DeleteTextCommandImpl Class Reference
#include <htmlediting_impl.h>
Inheritance diagram for khtml::DeleteTextCommandImpl:
Public Member Functions | |
| virtual int | commandID () const |
| long | count () const |
| DeleteTextCommandImpl (DOM::DocumentImpl *document, DOM::TextImpl *node, long offset, long count) | |
| virtual void | doApply () |
| virtual void | doUnapply () |
| DOM::TextImpl * | node () const |
| long | offset () const |
| virtual | ~DeleteTextCommandImpl () |
Detailed Description
Definition at line 262 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::DeleteTextCommandImpl::DeleteTextCommandImpl | ( | DOM::DocumentImpl * | document, | |
| DOM::TextImpl * | node, | |||
| long | offset, | |||
| long | count | |||
| ) |
| khtml::DeleteTextCommandImpl::~DeleteTextCommandImpl | ( | ) | [virtual] |
Definition at line 1381 of file htmlediting_impl.cpp.
Member Function Documentation
| int khtml::DeleteTextCommandImpl::commandID | ( | ) | const [virtual] |
Reimplemented from khtml::EditCommandImpl.
Definition at line 1387 of file htmlediting_impl.cpp.
| long khtml::DeleteTextCommandImpl::count | ( | ) | const [inline] |
Definition at line 275 of file htmlediting_impl.h.
| void khtml::DeleteTextCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1392 of file htmlediting_impl.cpp.
| void khtml::DeleteTextCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1404 of file htmlediting_impl.cpp.
| DOM::TextImpl* khtml::DeleteTextCommandImpl::node | ( | ) | const [inline] |
Definition at line 273 of file htmlediting_impl.h.
| long khtml::DeleteTextCommandImpl::offset | ( | ) | const [inline] |
Definition at line 274 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference