KHTML
khtml::InputTextCommandImpl Class Reference
#include <htmlediting_impl.h>
Inheritance diagram for khtml::InputTextCommandImpl:
Public Member Functions | |
InputTextCommandImpl (DOM::DocumentImpl *document) | |
virtual | ~InputTextCommandImpl () |
unsigned long | charactersAdded () const |
void | deleteCharacter () |
virtual void | doApply () |
void | input (const DOM::DOMString &text) |
virtual bool | isInputTextCommand () const |
Public Member Functions inherited from khtml::CompositeEditCommandImpl | |
CompositeEditCommandImpl (DOM::DocumentImpl *) | |
virtual | ~CompositeEditCommandImpl () |
virtual void | doReapply () |
virtual void | doUnapply () |
Public Member Functions inherited from khtml::EditCommandImpl | |
EditCommandImpl (DOM::DocumentImpl *) | |
virtual | ~EditCommandImpl () |
void | apply () |
virtual DOM::DocumentImpl * | document () const |
DOM::Selection | endingSelection () const |
bool | isCompositeStep () const |
virtual bool | isTypingCommand () const |
EditCommandImpl * | parent () const |
void | reapply () |
void | setEndingSelection (const DOM::Selection &s) |
void | setParent (EditCommandImpl *) |
void | setStartingSelection (const DOM::Selection &s) |
void | setState (ECommandState state) |
DOM::Selection | startingSelection () const |
ECommandState | state () const |
void | unapply () |
Public Member Functions inherited from khtml::SharedCommandImpl | |
SharedCommandImpl () | |
virtual | ~SharedCommandImpl () |
Additional Inherited Members | |
Public Types inherited from khtml::EditCommandImpl | |
enum | ECommandState { NotApplied, Applied } |
Protected Member Functions inherited from khtml::CompositeEditCommandImpl | |
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) |
Protected Attributes inherited from khtml::CompositeEditCommandImpl | |
QList< RefPtr< EditCommandImpl > > | m_cmds |
Detailed Description
Definition at line 329 of file htmlediting_impl.h.
Constructor & Destructor Documentation
khtml::InputTextCommandImpl::InputTextCommandImpl | ( | DOM::DocumentImpl * | document | ) |
Definition at line 1766 of file htmlediting_impl.cpp.
|
virtual |
Definition at line 1771 of file htmlediting_impl.cpp.
Member Function Documentation
|
inline |
Definition at line 340 of file htmlediting_impl.h.
void khtml::InputTextCommandImpl::deleteCharacter | ( | ) |
Definition at line 1784 of file htmlediting_impl.cpp.
|
virtual |
Implements khtml::CompositeEditCommandImpl.
Definition at line 1775 of file htmlediting_impl.cpp.
void khtml::InputTextCommandImpl::input | ( | const DOM::DOMString & | text | ) |
Definition at line 1779 of file htmlediting_impl.cpp.
|
inlinevirtual |
Reimplemented from khtml::EditCommandImpl.
Definition at line 342 of file htmlediting_impl.h.
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
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.