KHTML
khtml::InsertTextCommandImpl Class Reference
#include <htmlediting_impl.h>
Inheritance diagram for khtml::InsertTextCommandImpl:
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 () |
Detailed Description
Definition at line 353 of file htmlediting_impl.h.
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] |
Reimplemented from khtml::EditCommandImpl.
Definition at line 1790 of file htmlediting_impl.cpp.
| void khtml::InsertTextCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1795 of file htmlediting_impl.cpp.
| void khtml::InsertTextCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1805 of file htmlediting_impl.cpp.
| DOM::TextImpl* khtml::InsertTextCommandImpl::node | ( | ) | const [inline] |
Definition at line 364 of file htmlediting_impl.h.
| long khtml::InsertTextCommandImpl::offset | ( | ) | const [inline] |
Definition at line 365 of file htmlediting_impl.h.
| DOM::DOMString khtml::InsertTextCommandImpl::text | ( | ) | const [inline] |
Definition at line 366 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference