KHTML
#include <htmlediting_impl.h>

Public Types | |
enum | ECommandState { NotApplied, Applied } |
Public Member Functions | |
EditCommandImpl (DOM::DocumentImpl *) | |
virtual | ~EditCommandImpl () |
void | apply () |
virtual void | doApply ()=0 |
virtual DOM::DocumentImpl * | document () const |
virtual void | doReapply () |
virtual void | doUnapply ()=0 |
DOM::Selection | endingSelection () const |
bool | isCompositeStep () const |
virtual bool | isInputTextCommand () 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 () |
![]() | |
SharedCommandImpl () | |
virtual | ~SharedCommandImpl () |
Detailed Description
Definition at line 91 of file htmlediting_impl.h.
Member Enumeration Documentation
Definition at line 101 of file htmlediting_impl.h.
Constructor & Destructor Documentation
khtml::EditCommandImpl::EditCommandImpl | ( | DOM::DocumentImpl * | ) |
Definition at line 215 of file htmlediting_impl.cpp.
|
virtual |
Definition at line 225 of file htmlediting_impl.cpp.
Member Function Documentation
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 230 of file htmlediting_impl.cpp.
|
pure virtual |
Implemented in khtml::IndentOutdentCommandImpl, khtml::InsertListCommandImpl, khtml::TypingCommandImpl, khtml::SplitTextNodeCommandImpl, khtml::SetNodeAttributeCommandImpl, khtml::RemoveNodePreservingChildrenCommandImpl, khtml::RemoveNodeAndPruneCommandImpl, khtml::RemoveNodeCommandImpl, khtml::RemoveNodeAttributeCommandImpl, khtml::RemoveCSSPropertyCommandImpl, khtml::MoveSelectionCommandImpl, khtml::ReplaceSelectionCommandImpl, khtml::JoinTextNodesCommandImpl, khtml::InsertTextCommandImpl, khtml::InsertNodeBeforeCommandImpl, khtml::InputTextCommandImpl, khtml::InputNewlineCommandImpl, khtml::DeleteTextCommandImpl, khtml::DeleteSelectionCommandImpl, khtml::DeleteCollapsibleWhitespaceCommandImpl, khtml::ApplyStyleCommandImpl, khtml::AppendNodeCommandImpl, and khtml::CompositeEditCommandImpl.
|
inlinevirtual |
Implements khtml::SharedCommandImpl.
Definition at line 111 of file htmlediting_impl.h.
|
virtual |
Reimplemented in khtml::CompositeEditCommandImpl.
Definition at line 272 of file htmlediting_impl.cpp.
|
pure virtual |
Implemented in khtml::SplitTextNodeCommandImpl, khtml::SetNodeAttributeCommandImpl, khtml::RemoveNodeCommandImpl, khtml::RemoveNodeAttributeCommandImpl, khtml::RemoveCSSPropertyCommandImpl, khtml::JoinTextNodesCommandImpl, khtml::InsertTextCommandImpl, khtml::InsertNodeBeforeCommandImpl, khtml::DeleteTextCommandImpl, khtml::AppendNodeCommandImpl, and khtml::CompositeEditCommandImpl.
|
inlinevirtual |
Implements khtml::SharedCommandImpl.
Definition at line 114 of file htmlediting_impl.h.
|
inlinevirtual |
Implements khtml::SharedCommandImpl.
Definition at line 97 of file htmlediting_impl.h.
|
inlinevirtual |
Reimplemented in khtml::InputTextCommandImpl.
Definition at line 124 of file htmlediting_impl.h.
|
inlinevirtual |
Reimplemented in khtml::TypingCommandImpl.
Definition at line 123 of file htmlediting_impl.h.
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 297 of file htmlediting_impl.cpp.
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 258 of file htmlediting_impl.cpp.
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 287 of file htmlediting_impl.cpp.
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 302 of file htmlediting_impl.cpp.
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 277 of file htmlediting_impl.cpp.
|
inline |
Definition at line 117 of file htmlediting_impl.h.
|
inlinevirtual |
Implements khtml::SharedCommandImpl.
Definition at line 113 of file htmlediting_impl.h.
|
inline |
Definition at line 116 of file htmlediting_impl.h.
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 244 of file htmlediting_impl.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 12:11:13 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.