KHTML
#include <htmlediting_impl.h>
|
void | appendNode (DOM::NodeImpl *parent, DOM::NodeImpl *appendChild) |
|
void | applyCommandToComposite (PassRefPtr< EditCommandImpl >) |
|
DOM::ElementImpl * | createTypingStyleElement () const |
|
void | deleteCollapsibleWhitespace () |
|
void | deleteCollapsibleWhitespace (const DOM::Selection &selection) |
|
void | deleteKeyPressed () |
|
void | deleteSelection () |
|
void | deleteSelection (const DOM::Selection &selection) |
|
void | deleteText (DOM::TextImpl *node, long offset, long count) |
|
void | inputText (const DOM::DOMString &text) |
|
void | insertNodeAfter (DOM::NodeImpl *insertChild, DOM::NodeImpl *refChild) |
|
void | insertNodeAt (DOM::NodeImpl *insertChild, DOM::NodeImpl *refChild, long offset) |
|
void | insertNodeBefore (DOM::NodeImpl *insertChild, DOM::NodeImpl *refChild) |
|
void | insertText (DOM::TextImpl *node, long offset, const DOM::DOMString &text) |
|
void | joinTextNodes (DOM::TextImpl *text1, DOM::TextImpl *text2) |
|
void | removeCSSProperty (DOM::CSSStyleDeclarationImpl *, int property) |
|
void | removeNode (DOM::NodeImpl *removeChild) |
|
void | removeNodeAndPrune (DOM::NodeImpl *pruneNode, DOM::NodeImpl *stopNode=0) |
|
void | removeNodeAttribute (DOM::ElementImpl *, int attribute) |
|
void | removeNodePreservingChildren (DOM::NodeImpl *node) |
|
void | replaceText (DOM::TextImpl *node, long offset, long count, const DOM::DOMString &replacementText) |
|
void | setNodeAttribute (DOM::ElementImpl *, int attribute, const DOM::DOMString &) |
|
void | splitTextNode (DOM::TextImpl *text, long offset) |
|
Definition at line 137 of file htmlediting_impl.h.
khtml::CompositeEditCommandImpl::CompositeEditCommandImpl |
( |
DOM::DocumentImpl * |
| ) |
|
khtml::CompositeEditCommandImpl::~CompositeEditCommandImpl |
( |
| ) |
|
|
virtual |
void khtml::CompositeEditCommandImpl::appendNode |
( |
DOM::NodeImpl * |
parent, |
|
|
DOM::NodeImpl * |
appendChild |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::applyCommandToComposite |
( |
PassRefPtr< EditCommandImpl > |
cmd | ) |
|
|
protected |
ElementImpl * khtml::CompositeEditCommandImpl::createTypingStyleElement |
( |
| ) |
const |
|
protected |
void khtml::CompositeEditCommandImpl::deleteCollapsibleWhitespace |
( |
| ) |
|
|
protected |
void khtml::CompositeEditCommandImpl::deleteCollapsibleWhitespace |
( |
const DOM::Selection & |
selection | ) |
|
|
protected |
void khtml::CompositeEditCommandImpl::deleteKeyPressed |
( |
| ) |
|
|
protected |
void khtml::CompositeEditCommandImpl::deleteSelection |
( |
| ) |
|
|
protected |
void khtml::CompositeEditCommandImpl::deleteSelection |
( |
const DOM::Selection & |
selection | ) |
|
|
protected |
void khtml::CompositeEditCommandImpl::deleteText |
( |
DOM::TextImpl * |
node, |
|
|
long |
offset, |
|
|
long |
count |
|
) |
| |
|
protected |
virtual void khtml::CompositeEditCommandImpl::doApply |
( |
| ) |
|
|
pure virtual |
Implements khtml::EditCommandImpl.
Implemented in khtml::IndentOutdentCommandImpl, khtml::InsertListCommandImpl, khtml::TypingCommandImpl, khtml::RemoveNodePreservingChildrenCommandImpl, khtml::RemoveNodeAndPruneCommandImpl, khtml::MoveSelectionCommandImpl, khtml::ReplaceSelectionCommandImpl, khtml::InputTextCommandImpl, khtml::InputNewlineCommandImpl, khtml::DeleteSelectionCommandImpl, khtml::DeleteCollapsibleWhitespaceCommandImpl, and khtml::ApplyStyleCommandImpl.
void khtml::CompositeEditCommandImpl::doReapply |
( |
| ) |
|
|
virtual |
void khtml::CompositeEditCommandImpl::doUnapply |
( |
| ) |
|
|
virtual |
void khtml::CompositeEditCommandImpl::inputText |
( |
const DOM::DOMString & |
text | ) |
|
|
protected |
void khtml::CompositeEditCommandImpl::insertNodeAfter |
( |
DOM::NodeImpl * |
insertChild, |
|
|
DOM::NodeImpl * |
refChild |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::insertNodeAt |
( |
DOM::NodeImpl * |
insertChild, |
|
|
DOM::NodeImpl * |
refChild, |
|
|
long |
offset |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::insertNodeBefore |
( |
DOM::NodeImpl * |
insertChild, |
|
|
DOM::NodeImpl * |
refChild |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::insertText |
( |
DOM::TextImpl * |
node, |
|
|
long |
offset, |
|
|
const DOM::DOMString & |
text |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::joinTextNodes |
( |
DOM::TextImpl * |
text1, |
|
|
DOM::TextImpl * |
text2 |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::removeCSSProperty |
( |
DOM::CSSStyleDeclarationImpl * |
, |
|
|
int |
property |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::removeNode |
( |
DOM::NodeImpl * |
removeChild | ) |
|
|
protected |
void khtml::CompositeEditCommandImpl::removeNodeAndPrune |
( |
DOM::NodeImpl * |
pruneNode, |
|
|
DOM::NodeImpl * |
stopNode = 0 |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::removeNodeAttribute |
( |
DOM::ElementImpl * |
, |
|
|
int |
attribute |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::removeNodePreservingChildren |
( |
DOM::NodeImpl * |
node | ) |
|
|
protected |
void khtml::CompositeEditCommandImpl::replaceText |
( |
DOM::TextImpl * |
node, |
|
|
long |
offset, |
|
|
long |
count, |
|
|
const DOM::DOMString & |
replacementText |
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::setNodeAttribute |
( |
DOM::ElementImpl * |
, |
|
|
int |
attribute, |
|
|
const DOM::DOMString & |
|
|
) |
| |
|
protected |
void khtml::CompositeEditCommandImpl::splitTextNode |
( |
DOM::TextImpl * |
text, |
|
|
long |
offset |
|
) |
| |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.