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

Public Member Functions | |
void | apply () |
int | commandID () const |
DOM::DocumentImpl * | document () const |
EditCommand (const EditCommand &) | |
EditCommand (EditCommandImpl *) | |
EditCommand () | |
DOM::Selection | endingSelection () const |
EditCommandImpl * | handle () const |
bool | isCompositeStep () const |
bool | isNull () const |
bool | notNull () const |
EditCommand | parent () const |
void | reapply () |
void | setEndingSelection (const DOM::Selection &s) |
void | setStartingSelection (const DOM::Selection &s) |
DOM::Selection | startingSelection () const |
void | unapply () |
~EditCommand () | |
Static Public Member Functions | |
static EditCommand & | emptyCommand () |
Detailed Description
Definition at line 99 of file edit_command.h.
Constructor & Destructor Documentation
khtml::EditCommand::EditCommand | ( | ) |
Definition at line 63 of file htmlediting.cpp.
khtml::EditCommand::EditCommand | ( | EditCommandImpl * | impl | ) |
Definition at line 67 of file htmlediting.cpp.
khtml::EditCommand::EditCommand | ( | const EditCommand & | o | ) |
Definition at line 71 of file htmlediting.cpp.
khtml::EditCommand::~EditCommand | ( | ) |
Definition at line 75 of file htmlediting.cpp.
Member Function Documentation
void khtml::EditCommand::apply | ( | ) |
Definition at line 101 of file htmlediting.cpp.
int khtml::EditCommand::commandID | ( | ) | const |
Definition at line 79 of file htmlediting.cpp.
DocumentImpl * khtml::EditCommand::document | ( | ) | const |
Definition at line 119 of file htmlediting.cpp.
EditCommand & khtml::EditCommand::emptyCommand | ( | ) | [static] |
Definition at line 160 of file htmlediting.cpp.
Selection khtml::EditCommand::endingSelection | ( | ) | const |
Definition at line 131 of file htmlediting.cpp.
EditCommandImpl * khtml::EditCommand::handle | ( | ) | const |
Definition at line 155 of file htmlediting.cpp.
bool khtml::EditCommand::isCompositeStep | ( | ) | const |
Definition at line 85 of file htmlediting.cpp.
bool khtml::EditCommand::isNull | ( | ) | const |
Definition at line 91 of file htmlediting.cpp.
bool khtml::EditCommand::notNull | ( | ) | const |
Definition at line 96 of file htmlediting.cpp.
EditCommand khtml::EditCommand::parent | ( | ) | const |
Definition at line 149 of file htmlediting.cpp.
void khtml::EditCommand::reapply | ( | ) |
Definition at line 113 of file htmlediting.cpp.
void khtml::EditCommand::setEndingSelection | ( | const DOM::Selection & | s | ) |
void khtml::EditCommand::setStartingSelection | ( | const DOM::Selection & | s | ) |
Selection khtml::EditCommand::startingSelection | ( | ) | const |
Definition at line 125 of file htmlediting.cpp.
void khtml::EditCommand::unapply | ( | ) |
Definition at line 107 of file htmlediting.cpp.
The documentation for this class was generated from the following files: