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

Detailed Description
Definition at line 354 of file htmlediting_impl.h.
Public Member Functions | |
virtual int | commandID () const |
virtual void | doApply () |
virtual void | doUnapply () |
InsertTextCommandImpl (DOM::DocumentImpl *document, DOM::TextImpl *, long, const DOM::DOMString &) | |
DOM::TextImpl * | node () const |
long | offset () const |
DOM::DOMString | text () const |
virtual | ~InsertTextCommandImpl () |
Constructor & Destructor Documentation
khtml::InsertTextCommandImpl::InsertTextCommandImpl | ( | DOM::DocumentImpl * | document, | |
DOM::TextImpl * | , | |||
long | , | |||
const DOM::DOMString & | ||||
) |
khtml::InsertTextCommandImpl::~InsertTextCommandImpl | ( | ) | [virtual] |
Definition at line 1784 of file htmlediting_impl.cpp.
Member Function Documentation
int khtml::InsertTextCommandImpl::commandID | ( | ) | const [virtual] |
void khtml::InsertTextCommandImpl::doApply | ( | ) | [virtual] |
void khtml::InsertTextCommandImpl::doUnapply | ( | ) | [virtual] |
DOM::TextImpl* khtml::InsertTextCommandImpl::node | ( | ) | const [inline] |
Definition at line 365 of file htmlediting_impl.h.
long khtml::InsertTextCommandImpl::offset | ( | ) | const [inline] |
Definition at line 366 of file htmlediting_impl.h.
DOM::DOMString khtml::InsertTextCommandImpl::text | ( | ) | const [inline] |
Definition at line 367 of file htmlediting_impl.h.
The documentation for this class was generated from the following files: