KHTML
khtml::DeleteTextCommandImpl Class Reference
#include <htmlediting_impl.h>
Inheritance diagram for khtml::DeleteTextCommandImpl:

Public Member Functions | |
DeleteTextCommandImpl (DOM::DocumentImpl *document, DOM::TextImpl *node, long offset, long count) | |
virtual | ~DeleteTextCommandImpl () |
long | count () const |
virtual void | doApply () |
virtual void | doUnapply () |
DOM::TextImpl * | node () const |
long | offset () const |
![]() | |
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 () |
virtual void | apply ()=0 |
virtual DOM::DocumentImpl * | document () const =0 |
virtual DOM::Selection | endingSelection () const =0 |
virtual bool | isCompositeStep () const =0 |
virtual EditCommandImpl * | parent () const =0 |
virtual void | reapply ()=0 |
virtual void | setEndingSelection (const DOM::Selection &s)=0 |
virtual void | setParent (EditCommandImpl *)=0 |
virtual void | setStartingSelection (const DOM::Selection &s)=0 |
virtual DOM::Selection | startingSelection () const =0 |
virtual void | unapply ()=0 |
Additional Inherited Members | |
![]() | |
enum | ECommandState { NotApplied , Applied } |
Detailed Description
Definition at line 290 of file htmlediting_impl.h.
Constructor & Destructor Documentation
◆ DeleteTextCommandImpl()
khtml::DeleteTextCommandImpl::DeleteTextCommandImpl | ( | DOM::DocumentImpl * | document, |
DOM::TextImpl * | node, | ||
long | offset, | ||
long | count | ||
) |
Definition at line 1551 of file htmlediting_impl.cpp.
◆ ~DeleteTextCommandImpl()
|
virtual |
Definition at line 1561 of file htmlediting_impl.cpp.
Member Function Documentation
◆ count()
|
inline |
Definition at line 301 of file htmlediting_impl.h.
◆ doApply()
|
virtual |
Implements khtml::EditCommandImpl.
Definition at line 1567 of file htmlediting_impl.cpp.
◆ doUnapply()
|
virtual |
Implements khtml::EditCommandImpl.
Definition at line 1579 of file htmlediting_impl.cpp.
◆ node()
|
inline |
Definition at line 299 of file htmlediting_impl.h.
◆ offset()
|
inline |
Definition at line 300 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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.