KHTML
DOM::JSEditor Class Reference
#include <jsediting.h>
Public Member Functions | |
const CommandImp * | commandImp (int command) |
const CommandImp * | commandImp (const DOMString &command) |
bool | execCommand (const CommandImp *, bool userInterface, const DOMString &value) |
JSEditor (DocumentImpl *doc) | |
bool | queryCommandEnabled (const CommandImp *) |
bool | queryCommandIndeterm (const CommandImp *) |
bool | queryCommandState (const CommandImp *) |
bool | queryCommandSupported (const CommandImp *) |
DOMString | queryCommandValue (const CommandImp *) |
Detailed Description
Definition at line 38 of file jsediting.h.
Constructor & Destructor Documentation
DOM::JSEditor::JSEditor | ( | DocumentImpl * | doc | ) | [inline] |
Definition at line 41 of file jsediting.h.
Member Function Documentation
const CommandImp * DOM::JSEditor::commandImp | ( | int | command | ) |
Definition at line 579 of file jsediting.cpp.
const CommandImp * DOM::JSEditor::commandImp | ( | const DOMString & | command | ) |
Definition at line 572 of file jsediting.cpp.
bool DOM::JSEditor::execCommand | ( | const CommandImp * | cmd, | |
bool | userInterface, | |||
const DOMString & | value | |||
) |
Definition at line 60 of file jsediting.cpp.
bool DOM::JSEditor::queryCommandEnabled | ( | const CommandImp * | cmd | ) |
Definition at line 71 of file jsediting.cpp.
bool DOM::JSEditor::queryCommandIndeterm | ( | const CommandImp * | cmd | ) |
Definition at line 82 of file jsediting.cpp.
bool DOM::JSEditor::queryCommandState | ( | const CommandImp * | cmd | ) |
Definition at line 93 of file jsediting.cpp.
bool DOM::JSEditor::queryCommandSupported | ( | const CommandImp * | cmd | ) |
Definition at line 104 of file jsediting.cpp.
DOMString DOM::JSEditor::queryCommandValue | ( | const CommandImp * | cmd | ) |
Definition at line 109 of file jsediting.cpp.
The documentation for this class was generated from the following files: