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

Public Member Functions | |
| InputTextCommandImpl (DOM::DocumentImpl *document) | |
| virtual | ~InputTextCommandImpl () |
| unsigned long | charactersAdded () const |
| void | deleteCharacter () |
| virtual void | doApply () |
| void | input (const DOM::DOMString &text) |
| virtual bool | isInputTextCommand () const |
Detailed Description
Definition at line 329 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::InputTextCommandImpl::InputTextCommandImpl | ( | DOM::DocumentImpl * | document | ) |
Definition at line 1764 of file htmlediting_impl.cpp.
| khtml::InputTextCommandImpl::~InputTextCommandImpl | ( | ) | [virtual] |
Definition at line 1769 of file htmlediting_impl.cpp.
Member Function Documentation
| unsigned long khtml::InputTextCommandImpl::charactersAdded | ( | ) | const [inline] |
Definition at line 340 of file htmlediting_impl.h.
| void khtml::InputTextCommandImpl::deleteCharacter | ( | ) |
Definition at line 1782 of file htmlediting_impl.cpp.
| void khtml::InputTextCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::CompositeEditCommandImpl.
Definition at line 1773 of file htmlediting_impl.cpp.
| void khtml::InputTextCommandImpl::input | ( | const DOM::DOMString & | text | ) |
Definition at line 1777 of file htmlediting_impl.cpp.
| virtual bool khtml::InputTextCommandImpl::isInputTextCommand | ( | ) | const [inline, virtual] |
Reimplemented from khtml::EditCommandImpl.
Definition at line 342 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference