KHTML
htmlediting_impl.cpp File Reference
#include "htmlediting_impl.h"
#include "editor.h"
#include "css/cssproperties.h"
#include "css/css_valueimpl.h"
#include "dom/css_value.h"
#include "html/html_elementimpl.h"
#include "html/html_imageimpl.h"
#include "rendering/render_object.h"
#include "rendering/render_style.h"
#include "rendering/render_text.h"
#include "xml/dom_docimpl.h"
#include "xml/dom_elementimpl.h"
#include "xml/dom_position.h"
#include "xml/dom_positioniterator.h"
#include "xml/dom_nodeimpl.h"
#include "xml/dom_selection.h"
#include "xml/dom_stringimpl.h"
#include "xml/dom_textimpl.h"
#include "xml/dom2_rangeimpl.h"
#include "xml/dom2_viewsimpl.h"
#include "khtml_part.h"
#include "khtmlview.h"
#include <QList>
#include <limits.h>
Include dependency graph for htmlediting_impl.cpp:
Go to the source code of this file.
Namespaces | |
khtml | |
Macros | |
#define | DEBUG_COMMANDS 1 |
Functions | |
static void | khtml::applyStyleChangeOnTheNode (ElementImpl *element, CSSStyleDeclarationImpl *style) |
static bool | khtml::checkIfNewStylingNeeded (ElementImpl *element, CSSStyleDeclarationImpl *style) |
static bool | khtml::hasNextListItem (NodeImpl *node) |
static bool | khtml::hasPreviousListItem (NodeImpl *node) |
static bool | khtml::isBlockLevelStyle (const CSSStyleDeclarationImpl *style) |
static bool | khtml::isNBSP (const QChar &c) |
static bool | khtml::isOpenForMoreTypingCommand (const EditCommandImpl *command) |
static bool | khtml::isWS (const QChar &c) |
static bool | khtml::isWS (const DOMString &text) |
static bool | khtml::isWS (const Position &pos) |
static Position | khtml::leadingWhitespacePosition (const Position &pos) |
static DOMString & | khtml::nonBreakingSpaceString () |
static bool | khtml::shouldDeleteUpstreamPosition (const Position &pos) |
static bool | khtml::shouldPruneNode (NodeImpl *node) |
static DOMString & | khtml::styleSpanClassString () |
static bool | khtml::textNodesAreJoinable (TextImpl *text1, TextImpl *text2) |
static Position | khtml::trailingWhitespacePosition (const Position &pos) |
Macro Definition Documentation
#define DEBUG_COMMANDS 1 |
Definition at line 81 of file htmlediting_impl.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.