KHTML
jsediting.cpp File Reference
#include "jsediting.h"#include "htmlediting.h"#include "editor.h"#include "css/cssproperties.h"#include "css/cssvalues.h"#include "css/css_valueimpl.h"#include "xml/dom_selection.h"#include "xml/dom_docimpl.h"#include "dom/dom_string.h"#include "misc/khtml_partaccessor.h"#include <QHash>#include <QString>Go to the source code of this file.
Namespaces | |
| namespace | DOM |
Defines | |
| #define | KPAC khtml::KHTMLPartAccessor |
Typedefs | |
| typedef QHash< QString, const CommandImp * > | DOM::CommandDict |
Functions | |
| static CommandDict | DOM::createCommandDictionary () |
| static bool | DOM::enabled (KHTMLPart *) |
| static bool | DOM::enabledAnySelection (KHTMLPart *part) |
| static bool | DOM::enabledPaste (KHTMLPart *part) |
| static bool | DOM::enabledRangeSelection (KHTMLPart *part) |
| static bool | DOM::enabledRedo (KHTMLPart *part) |
| static bool | DOM::enabledUndo (KHTMLPart *part) |
| static bool | DOM::execBackColor (KHTMLPart *part, bool, const DOMString &value) |
| static bool | DOM::execBold (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execCopy (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execCut (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execDelete (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execFontName (KHTMLPart *part, bool, const DOMString &value) |
| static bool | DOM::execFontSize (KHTMLPart *part, bool, const DOMString &value) |
| static bool | DOM::execForeColor (KHTMLPart *part, bool, const DOMString &value) |
| static bool | DOM::execIndent (KHTMLPart *, bool, const DOMString &) |
| static bool | DOM::execInsertNewline (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execInsertParagraph (KHTMLPart *, bool, const DOMString &) |
| static bool | DOM::execInsertText (KHTMLPart *part, bool, const DOMString &value) |
| static bool | DOM::execItalic (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execJustifyCenter (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execJustifyFull (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execJustifyLeft (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execJustifyRight (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execOutdent (KHTMLPart *, bool, const DOMString &) |
| static bool | DOM::execPaste (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execPrint (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execRedo (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execSelectAll (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execStyleChange (KHTMLPart *part, int propertyID, const char *propertyValue) |
| static bool | DOM::execStyleChange (KHTMLPart *part, int propertyID, int propertyEnum) |
| static bool | DOM::execStyleChange (KHTMLPart *part, int propertyID, const DOMString &propertyValue) |
| static bool | DOM::execSubscript (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execSuperscript (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execUndo (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::execUnselect (KHTMLPart *part, bool, const DOMString &) |
| static bool | DOM::selectionStartHasStyle (KHTMLPart *part, int propertyID, const char *desiredValue) |
| static Editor::TriState | DOM::stateBold (KHTMLPart *part) |
| static Editor::TriState | DOM::stateItalic (KHTMLPart *part) |
| static Editor::TriState | DOM::stateNone (KHTMLPart *) |
| static Editor::TriState | DOM::stateStyle (KHTMLPart *part, int propertyID, const char *desiredValue) |
| static Editor::TriState | DOM::stateSubscript (KHTMLPart *part) |
| static Editor::TriState | DOM::stateSuperscript (KHTMLPart *part) |
| static DOMString | DOM::valueBackColor (KHTMLPart *part) |
| static DOMString | DOM::valueFontName (KHTMLPart *part) |
| static DOMString | DOM::valueFontSize (KHTMLPart *part) |
| static DOMString | DOM::valueForeColor (KHTMLPart *part) |
| static DOMString | DOM::valueNull (KHTMLPart *) |
| static DOMString | DOM::valueStyle (KHTMLPart *part, int propertyID) |
Variables | |
| static const EditorCommandInfo | DOM::commands [] |
Define Documentation
| #define KPAC khtml::KHTMLPartAccessor |
Definition at line 44 of file jsediting.cpp.
KDE 4.3 API Reference