KHTML
khtml::DeleteTextCommand Class Reference
#include <htmlediting.h>
Inheritance diagram for khtml::DeleteTextCommand:
Public Member Functions | |
| long | count () const |
| DeleteTextCommand (const DeleteTextCommand &) | |
| DeleteTextCommand (DOM::DocumentImpl *document, DOM::TextImpl *, long offset, long count) | |
| DOM::TextImpl * | node () const |
| long | offset () const |
| ~DeleteTextCommand () | |
Detailed Description
Definition at line 151 of file htmlediting.h.
Constructor & Destructor Documentation
| khtml::DeleteTextCommand::DeleteTextCommand | ( | DOM::DocumentImpl * | document, | |
| DOM::TextImpl * | , | |||
| long | offset, | |||
| long | count | |||
| ) |
| khtml::DeleteTextCommand::DeleteTextCommand | ( | const DeleteTextCommand & | o | ) |
Definition at line 297 of file htmlediting.cpp.
| khtml::DeleteTextCommand::~DeleteTextCommand | ( | ) |
Definition at line 302 of file htmlediting.cpp.
Member Function Documentation
| long khtml::DeleteTextCommand::count | ( | ) | const |
Definition at line 323 of file htmlediting.cpp.
| TextImpl * khtml::DeleteTextCommand::node | ( | ) | const |
Definition at line 311 of file htmlediting.cpp.
| long khtml::DeleteTextCommand::offset | ( | ) | const |
Definition at line 317 of file htmlediting.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference