KHTML
khtml::SharedCommandImpl Class Reference
#include <edit_command.h>

Detailed Description
Definition at line 71 of file edit_command.h.
Public Member Functions | |
virtual void | apply ()=0 |
virtual int | commandID () const =0 |
virtual DOM::DocumentImpl *const | 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 |
SharedCommandImpl () | |
virtual DOM::Selection | startingSelection () const =0 |
virtual void | unapply ()=0 |
virtual | ~SharedCommandImpl () |
Constructor & Destructor Documentation
khtml::SharedCommandImpl::SharedCommandImpl | ( | ) | [inline] |
Definition at line 74 of file edit_command.h.
virtual khtml::SharedCommandImpl::~SharedCommandImpl | ( | ) | [inline, virtual] |
Definition at line 75 of file edit_command.h.
Member Function Documentation
virtual void khtml::SharedCommandImpl::apply | ( | ) | [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual int khtml::SharedCommandImpl::commandID | ( | ) | const [pure virtual] |
Implemented in khtml::EditCommandImpl, khtml::CompositeEditCommandImpl, khtml::AppendNodeCommandImpl, khtml::ApplyStyleCommandImpl, khtml::DeleteCollapsibleWhitespaceCommandImpl, khtml::DeleteSelectionCommandImpl, khtml::DeleteTextCommandImpl, khtml::InputNewlineCommandImpl, khtml::InputTextCommandImpl, khtml::InsertNodeBeforeCommandImpl, khtml::InsertTextCommandImpl, khtml::JoinTextNodesCommandImpl, khtml::ReplaceSelectionCommandImpl, khtml::MoveSelectionCommandImpl, khtml::RemoveCSSPropertyCommandImpl, khtml::RemoveNodeAttributeCommandImpl, khtml::RemoveNodeCommandImpl, khtml::RemoveNodeAndPruneCommandImpl, khtml::RemoveNodePreservingChildrenCommandImpl, khtml::SetNodeAttributeCommandImpl, khtml::SplitTextNodeCommandImpl, and khtml::TypingCommandImpl.
virtual DOM::DocumentImpl* const khtml::SharedCommandImpl::document | ( | ) | const [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual DOM::Selection khtml::SharedCommandImpl::endingSelection | ( | ) | const [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual bool khtml::SharedCommandImpl::isCompositeStep | ( | ) | const [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual EditCommandImpl* khtml::SharedCommandImpl::parent | ( | ) | const [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual void khtml::SharedCommandImpl::reapply | ( | ) | [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual void khtml::SharedCommandImpl::setEndingSelection | ( | const DOM::Selection & | s | ) | [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual void khtml::SharedCommandImpl::setParent | ( | EditCommandImpl * | ) | [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual void khtml::SharedCommandImpl::setStartingSelection | ( | const DOM::Selection & | s | ) | [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual DOM::Selection khtml::SharedCommandImpl::startingSelection | ( | ) | const [pure virtual] |
Implemented in khtml::EditCommandImpl.
virtual void khtml::SharedCommandImpl::unapply | ( | ) | [pure virtual] |
Implemented in khtml::EditCommandImpl.
The documentation for this class was generated from the following file: