KHTML
jsediting.cpp File Reference
#include "jsediting.h"
#include "editing/htmlediting_impl.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>
Include dependency graph for jsediting.cpp:
Go to the source code of this file.
Namespaces | |
DOM | |
Macros | |
#define | DEBUG_COMMANDS |
#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 *part, bool, const DOMString &) |
static bool | DOM::execInsertNewline (KHTMLPart *part, bool, const DOMString &) |
static bool | DOM::execInsertOrderedList (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::execInsertUnorderedList (KHTMLPart *part, bool, const DOMString &) |
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 *part, 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::execStrikeThrough (KHTMLPart *part, bool, const DOMString &) |
static bool | DOM::execStyleChange (KHTMLPart *part, int propertyID, const DOMString &propertyValue) |
static bool | DOM::execStyleChange (KHTMLPart *part, int propertyID, int propertyEnum) |
static bool | DOM::execStyleChange (KHTMLPart *part, int propertyID, const char *propertyValue) |
static bool | DOM::execSubscript (KHTMLPart *part, bool, const DOMString &) |
static bool | DOM::execSuperscript (KHTMLPart *part, bool, const DOMString &) |
static bool | DOM::execUnderline (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::stateStrike (KHTMLPart *part) |
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 Editor::TriState | DOM::stateUnderline (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 [] |
Macro Definition Documentation
#define DEBUG_COMMANDS |
Definition at line 47 of file jsediting.cpp.
#define KPAC khtml::KHTMLPartAccessor |
Definition at line 45 of file jsediting.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.