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] |
long khtml::DeleteTextCommandImpl::count | ( | ) | const [inline] |
Definition at line 275 of file htmlediting_impl.h.
void khtml::DeleteTextCommandImpl::doApply | ( | ) | [virtual] |
void khtml::DeleteTextCommandImpl::doUnapply | ( | ) | [virtual] |
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: