KHTML
khtml::TypingCommand Class Reference
#include <htmlediting.h>
Inheritance diagram for khtml::TypingCommand:
Public Member Functions | |
| void | closeTyping () |
| bool | openForMoreTyping () const |
Static Public Member Functions | |
| static void | closeTyping (EditCommand) |
| static void | deleteKeyPressed (DOM::DocumentImpl *document) |
| static void | insertNewline (DOM::DocumentImpl *document) |
| static void | insertText (DOM::DocumentImpl *document, const DOM::DOMString &text) |
| static bool | isOpenForMoreTypingCommand (const EditCommand &) |
Detailed Description
Definition at line 388 of file htmlediting.h.
Member Function Documentation
| void khtml::TypingCommand::closeTyping | ( | ) |
Definition at line 797 of file htmlediting.cpp.
| void khtml::TypingCommand::closeTyping | ( | EditCommand | cmd | ) | [static] |
Definition at line 791 of file htmlediting.cpp.
| static void khtml::TypingCommand::deleteKeyPressed | ( | DOM::DocumentImpl * | document | ) | [static] |
| static void khtml::TypingCommand::insertNewline | ( | DOM::DocumentImpl * | document | ) | [static] |
| static void khtml::TypingCommand::insertText | ( | DOM::DocumentImpl * | document, | |
| const DOM::DOMString & | text | |||
| ) | [static] |
| bool khtml::TypingCommand::isOpenForMoreTypingCommand | ( | const EditCommand & | cmd | ) | [static] |
Definition at line 785 of file htmlediting.cpp.
| bool khtml::TypingCommand::openForMoreTyping | ( | ) | const |
Definition at line 803 of file htmlediting.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference