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

Detailed Description
Definition at line 594 of file htmlediting_impl.h.
Public Member Functions | |
void | closeTyping () |
virtual int | commandID () const |
void | deleteKeyPressed () |
virtual void | doApply () |
void | insertNewline () |
void | insertText (const DOM::DOMString &text) |
bool | openForMoreTyping () const |
TypingCommandImpl (DOM::DocumentImpl *document) | |
virtual | ~TypingCommandImpl () |
Constructor & Destructor Documentation
khtml::TypingCommandImpl::TypingCommandImpl | ( | DOM::DocumentImpl * | document | ) |
khtml::TypingCommandImpl::~TypingCommandImpl | ( | ) | [virtual] |
Definition at line 2347 of file htmlediting_impl.cpp.
Member Function Documentation
void khtml::TypingCommandImpl::closeTyping | ( | ) | [inline] |
Definition at line 605 of file htmlediting_impl.h.
int khtml::TypingCommandImpl::commandID | ( | ) | const [virtual] |
Reimplemented from khtml::CompositeEditCommandImpl.
Definition at line 2351 of file htmlediting_impl.cpp.
void khtml::TypingCommandImpl::deleteKeyPressed | ( | ) |
Reimplemented from khtml::CompositeEditCommandImpl.
Definition at line 2413 of file htmlediting_impl.cpp.
void khtml::TypingCommandImpl::doApply | ( | ) | [virtual] |
void khtml::TypingCommandImpl::insertNewline | ( | ) |
Definition at line 2389 of file htmlediting_impl.cpp.
void khtml::TypingCommandImpl::insertText | ( | const DOM::DOMString & | text | ) |
Definition at line 2368 of file htmlediting_impl.cpp.
bool khtml::TypingCommandImpl::openForMoreTyping | ( | ) | const [inline] |
Definition at line 604 of file htmlediting_impl.h.
The documentation for this class was generated from the following files: