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::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, khtml::TypingCommandImpl, khtml::InsertListCommandImpl, khtml::IndentOutdentCommandImpl, 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::CompositeEditCommandImpl, khtml::AppendNodeCommandImpl, khtml::DeleteTextCommandImpl, khtml::InsertNodeBeforeCommandImpl, khtml::InsertTextCommandImpl, khtml::JoinTextNodesCommandImpl, khtml::RemoveCSSPropertyCommandImpl, khtml::RemoveNodeAttributeCommandImpl, khtml::RemoveNodeCommandImpl, khtml::SetNodeAttributeCommandImpl, and khtml::SplitTextNodeCommandImpl.
◆ 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-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.