KHTML
DOM::JSEditor Class Reference
#include <jsediting.h>
Detailed Description
Definition at line 38 of file 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 *) |
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 550 of file jsediting.cpp.
const CommandImp * DOM::JSEditor::commandImp | ( | const DOMString & | command | ) |
Definition at line 543 of file jsediting.cpp.
bool DOM::JSEditor::execCommand | ( | const CommandImp * | cmd, | |
bool | userInterface, | |||
const DOMString & | value | |||
) |
Definition at line 59 of file jsediting.cpp.
bool DOM::JSEditor::queryCommandEnabled | ( | const CommandImp * | cmd | ) |
Definition at line 70 of file jsediting.cpp.
bool DOM::JSEditor::queryCommandIndeterm | ( | const CommandImp * | cmd | ) |
Definition at line 81 of file jsediting.cpp.
bool DOM::JSEditor::queryCommandState | ( | const CommandImp * | cmd | ) |
Definition at line 92 of file jsediting.cpp.
bool DOM::JSEditor::queryCommandSupported | ( | const CommandImp * | cmd | ) |
Definition at line 103 of file jsediting.cpp.
DOMString DOM::JSEditor::queryCommandValue | ( | const CommandImp * | cmd | ) |
Definition at line 108 of file jsediting.cpp.
The documentation for this class was generated from the following files: