KHTML
#include <htmlediting_impl.h>
Definition at line 64 of file htmlediting_impl.h.
§ SharedCommandImpl()
khtml::SharedCommandImpl::SharedCommandImpl |
( |
| ) |
|
|
inline |
§ ~SharedCommandImpl()
virtual khtml::SharedCommandImpl::~SharedCommandImpl |
( |
| ) |
|
|
inlinevirtual |
§ apply()
virtual void khtml::SharedCommandImpl::apply |
( |
| ) |
|
|
pure virtual |
§ document()
virtual DOM::DocumentImpl* khtml::SharedCommandImpl::document |
( |
| ) |
const |
|
pure virtual |
§ endingSelection()
virtual DOM::Selection khtml::SharedCommandImpl::endingSelection |
( |
| ) |
const |
|
pure virtual |
§ isCompositeStep()
virtual bool khtml::SharedCommandImpl::isCompositeStep |
( |
| ) |
const |
|
pure virtual |
§ parent()
§ reapply()
virtual void khtml::SharedCommandImpl::reapply |
( |
| ) |
|
|
pure virtual |
§ setEndingSelection()
virtual void khtml::SharedCommandImpl::setEndingSelection |
( |
const DOM::Selection & |
s | ) |
|
|
pure virtual |
§ setParent()
§ setStartingSelection()
virtual void khtml::SharedCommandImpl::setStartingSelection |
( |
const DOM::Selection & |
s | ) |
|
|
pure virtual |
§ startingSelection()
virtual DOM::Selection khtml::SharedCommandImpl::startingSelection |
( |
| ) |
const |
|
pure virtual |
§ unapply()
virtual void khtml::SharedCommandImpl::unapply |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:24:19 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.