KHTML
#include <htmlediting_impl.h>
Definition at line 91 of file htmlediting_impl.h.
§ ECommandState
§ EditCommandImpl()
khtml::EditCommandImpl::EditCommandImpl |
( |
DOM::DocumentImpl * |
| ) |
|
§ ~EditCommandImpl()
khtml::EditCommandImpl::~EditCommandImpl |
( |
| ) |
|
|
virtual |
§ apply()
void khtml::EditCommandImpl::apply |
( |
| ) |
|
|
virtual |
§ doApply()
virtual void khtml::EditCommandImpl::doApply |
( |
| ) |
|
|
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.
§ document()
virtual DOM::DocumentImpl* khtml::EditCommandImpl::document |
( |
| ) |
const |
|
inlinevirtual |
§ doReapply()
void khtml::EditCommandImpl::doReapply |
( |
| ) |
|
|
virtual |
§ doUnapply()
virtual void khtml::EditCommandImpl::doUnapply |
( |
| ) |
|
|
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.
§ endingSelection()
DOM::Selection khtml::EditCommandImpl::endingSelection |
( |
| ) |
const |
|
inlinevirtual |
§ isCompositeStep()
bool khtml::EditCommandImpl::isCompositeStep |
( |
| ) |
const |
|
inlinevirtual |
§ isInputTextCommand()
virtual bool khtml::EditCommandImpl::isInputTextCommand |
( |
| ) |
const |
|
inlinevirtual |
§ isTypingCommand()
virtual bool khtml::EditCommandImpl::isTypingCommand |
( |
| ) |
const |
|
inlinevirtual |
§ parent()
§ reapply()
void khtml::EditCommandImpl::reapply |
( |
| ) |
|
|
virtual |
§ setEndingSelection()
void khtml::EditCommandImpl::setEndingSelection |
( |
const DOM::Selection & |
s | ) |
|
|
virtual |
§ setParent()
§ setStartingSelection()
void khtml::EditCommandImpl::setStartingSelection |
( |
const DOM::Selection & |
s | ) |
|
|
virtual |
§ setState()
§ startingSelection()
DOM::Selection khtml::EditCommandImpl::startingSelection |
( |
| ) |
const |
|
inlinevirtual |
§ state()
§ unapply()
void khtml::EditCommandImpl::unapply |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:30:35 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.