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 () |
Public Member Functions inherited from khtml::SharedCommandImpl | |
SharedCommandImpl () | |
virtual | ~SharedCommandImpl () |
Detailed Description
Definition at line 91 of file htmlediting_impl.h.
Member Enumeration Documentation
◆ ECommandState
Enumerator | |
---|---|
NotApplied | |
Applied |
Definition at line 101 of file htmlediting_impl.h.
Constructor & Destructor Documentation
◆ EditCommandImpl()
khtml::EditCommandImpl::EditCommandImpl | ( | DOM::DocumentImpl * | ) |
Definition at line 215 of file htmlediting_impl.cpp.
◆ ~EditCommandImpl()
|
virtual |
Definition at line 225 of file htmlediting_impl.cpp.
Member Function Documentation
◆ apply()
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 230 of file htmlediting_impl.cpp.
◆ doApply()
|
pure virtual |
◆ document()
|
inlinevirtual |
Implements khtml::SharedCommandImpl.
Definition at line 111 of file htmlediting_impl.h.
◆ doReapply()
|
virtual |
Definition at line 272 of file htmlediting_impl.cpp.
◆ doUnapply()
|
pure virtual |
◆ endingSelection()
|
inlinevirtual |
Implements khtml::SharedCommandImpl.
Definition at line 114 of file htmlediting_impl.h.
◆ isCompositeStep()
|
inlinevirtual |
Implements khtml::SharedCommandImpl.
Definition at line 97 of file htmlediting_impl.h.
◆ isInputTextCommand()
|
inlinevirtual |
Definition at line 124 of file htmlediting_impl.h.
◆ isTypingCommand()
|
inlinevirtual |
Definition at line 123 of file htmlediting_impl.h.
◆ parent()
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 297 of file htmlediting_impl.cpp.
◆ reapply()
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 258 of file htmlediting_impl.cpp.
◆ setEndingSelection()
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 287 of file htmlediting_impl.cpp.
◆ setParent()
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 302 of file htmlediting_impl.cpp.
◆ setStartingSelection()
|
virtual |
Implements khtml::SharedCommandImpl.
Definition at line 277 of file htmlediting_impl.cpp.
◆ setState()
|
inline |
Definition at line 117 of file htmlediting_impl.h.
◆ startingSelection()
|
inlinevirtual |
Implements khtml::SharedCommandImpl.
Definition at line 113 of file htmlediting_impl.h.
◆ state()
|
inline |
Definition at line 116 of file htmlediting_impl.h.
◆ unapply()
|
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-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.