KHTML
khtml::TypingCommandImpl Class Reference
#include <htmlediting_impl.h>

Public Member Functions | |
| TypingCommandImpl (DOM::DocumentImpl *document) | |
| virtual | ~TypingCommandImpl () |
| void | closeTyping () |
| void | deleteKeyPressed () |
| virtual void | doApply () |
| void | insertNewline () |
| void | insertText (const DOM::DOMString &text) |
| virtual bool | isTypingCommand () const |
| bool | openForMoreTyping () const |
Static Public Member Functions | |
| static void | deleteKeyPressed0 (DocumentImpl *document) |
| static void | insertNewline0 (DocumentImpl *document) |
| static void | insertText0 (DocumentImpl *document, const DOMString &text) |
Detailed Description
Definition at line 592 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::TypingCommandImpl::TypingCommandImpl | ( | DOM::DocumentImpl * | document | ) |
Definition at line 2552 of file htmlediting_impl.cpp.
| khtml::TypingCommandImpl::~TypingCommandImpl | ( | ) | [virtual] |
Definition at line 2557 of file htmlediting_impl.cpp.
Member Function Documentation
| void khtml::TypingCommandImpl::closeTyping | ( | ) | [inline] |
Definition at line 601 of file htmlediting_impl.h.
| void khtml::TypingCommandImpl::deleteKeyPressed | ( | ) |
Reimplemented from khtml::CompositeEditCommandImpl.
Definition at line 2624 of file htmlediting_impl.cpp.
| void khtml::TypingCommandImpl::deleteKeyPressed0 | ( | DocumentImpl * | document | ) | [static] |
Definition at line 2679 of file htmlediting_impl.cpp.
| void khtml::TypingCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::CompositeEditCommandImpl.
Definition at line 2561 of file htmlediting_impl.cpp.
| void khtml::TypingCommandImpl::insertNewline | ( | ) |
Definition at line 2591 of file htmlediting_impl.cpp.
| void khtml::TypingCommandImpl::insertNewline0 | ( | DocumentImpl * | document | ) | [static] |
Definition at line 2692 of file htmlediting_impl.cpp.
| void khtml::TypingCommandImpl::insertText | ( | const DOM::DOMString & | text | ) |
Definition at line 438 of file htmlediting_impl.cpp.
| void khtml::TypingCommandImpl::insertText0 | ( | DocumentImpl * | document, |
| const DOMString & | text | ||
| ) | [static] |
Definition at line 2707 of file htmlediting_impl.cpp.
| virtual bool khtml::TypingCommandImpl::isTypingCommand | ( | ) | const [inline, virtual] |
Reimplemented from khtml::EditCommandImpl.
Definition at line 607 of file htmlediting_impl.h.
| bool khtml::TypingCommandImpl::openForMoreTyping | ( | ) | const [inline] |
Definition at line 600 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference