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

Public Member Functions | |
| InsertTextCommandImpl (DOM::DocumentImpl *document, DOM::TextImpl *, long, const DOM::DOMString &) | |
| virtual | ~InsertTextCommandImpl () |
| virtual void | doApply () |
| virtual void | doUnapply () |
| DOM::TextImpl * | node () const |
| long | offset () const |
| DOM::DOMString | text () const |
Detailed Description
Definition at line 374 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::InsertTextCommandImpl::InsertTextCommandImpl | ( | DOM::DocumentImpl * | document, |
| DOM::TextImpl * | , | ||
| long | , | ||
| const DOM::DOMString & | |||
| ) |
Definition at line 2038 of file htmlediting_impl.cpp.
| khtml::InsertTextCommandImpl::~InsertTextCommandImpl | ( | ) | [virtual] |
Definition at line 2049 of file htmlediting_impl.cpp.
Member Function Documentation
| void khtml::InsertTextCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2055 of file htmlediting_impl.cpp.
| void khtml::InsertTextCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2065 of file htmlediting_impl.cpp.
| DOM::TextImpl* khtml::InsertTextCommandImpl::node | ( | ) | const [inline] |
Definition at line 383 of file htmlediting_impl.h.
| long khtml::InsertTextCommandImpl::offset | ( | ) | const [inline] |
Definition at line 384 of file htmlediting_impl.h.
| DOM::DOMString khtml::InsertTextCommandImpl::text | ( | ) | const [inline] |
Definition at line 385 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference