KHTML
#include <htmlediting_impl.h>

Public Member Functions | |
| TypingCommandImpl (DOM::DocumentImpl *document) | |
| virtual | ~TypingCommandImpl () | 
| void | closeTyping () | 
| void | deleteKeyPressed () | 
| virtual void | doApply () | 
| void | insertNewline () | 
| void | insertText (const DOM::DOMString &text) | 
| virtual bool | isTypingCommand () const | 
| bool | openForMoreTyping () 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 | isInputTextCommand () 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 () | 
Static Public Member Functions | |
| static void | deleteKeyPressed0 (DocumentImpl *document) | 
| static void | insertNewline0 (DocumentImpl *document) | 
| static void | insertText0 (DocumentImpl *document, const DOMString &text) | 
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 592 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::TypingCommandImpl::TypingCommandImpl | ( | DOM::DocumentImpl * | document | ) | 
Definition at line 2554 of file htmlediting_impl.cpp.
      
  | 
  virtual | 
Definition at line 2559 of file htmlediting_impl.cpp.
Member Function Documentation
      
  | 
  inline | 
Definition at line 601 of file htmlediting_impl.h.
| void khtml::TypingCommandImpl::deleteKeyPressed | ( | ) | 
Definition at line 2626 of file htmlediting_impl.cpp.
      
  | 
  static | 
Definition at line 2681 of file htmlediting_impl.cpp.
      
  | 
  virtual | 
Implements khtml::CompositeEditCommandImpl.
Definition at line 2563 of file htmlediting_impl.cpp.
| void khtml::TypingCommandImpl::insertNewline | ( | ) | 
Definition at line 2593 of file htmlediting_impl.cpp.
      
  | 
  static | 
Definition at line 2694 of file htmlediting_impl.cpp.
| void khtml::TypingCommandImpl::insertText | ( | const DOM::DOMString & | text | ) | 
Definition at line 2574 of file htmlediting_impl.cpp.
      
  | 
  static | 
Definition at line 2709 of file htmlediting_impl.cpp.
      
  | 
  inlinevirtual | 
Reimplemented from khtml::EditCommandImpl.
Definition at line 607 of file htmlediting_impl.h.
      
  | 
  inline | 
Definition at line 600 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
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.
    KDE API Reference
 Public Member Functions inherited from