KHTML
khtml::JoinTextNodesCommandImpl Class Reference
#include <htmlediting_impl.h>
Inheritance diagram for khtml::JoinTextNodesCommandImpl:
Public Member Functions | |
| virtual int | commandID () const |
| virtual void | doApply () |
| virtual void | doUnapply () |
| DOM::TextImpl * | firstNode () const |
| JoinTextNodesCommandImpl (DOM::DocumentImpl *, DOM::TextImpl *, DOM::TextImpl *) | |
| DOM::TextImpl * | secondNode () const |
| virtual | ~JoinTextNodesCommandImpl () |
Detailed Description
Definition at line 377 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::JoinTextNodesCommandImpl::JoinTextNodesCommandImpl | ( | DOM::DocumentImpl * | , | |
| DOM::TextImpl * | , | |||
| DOM::TextImpl * | ||||
| ) |
| khtml::JoinTextNodesCommandImpl::~JoinTextNodesCommandImpl | ( | ) | [virtual] |
Definition at line 1831 of file htmlediting_impl.cpp.
Member Function Documentation
| int khtml::JoinTextNodesCommandImpl::commandID | ( | ) | const [virtual] |
Reimplemented from khtml::EditCommandImpl.
Definition at line 1839 of file htmlediting_impl.cpp.
| void khtml::JoinTextNodesCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1844 of file htmlediting_impl.cpp.
| void khtml::JoinTextNodesCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 1860 of file htmlediting_impl.cpp.
| DOM::TextImpl* khtml::JoinTextNodesCommandImpl::firstNode | ( | ) | const [inline] |
Definition at line 388 of file htmlediting_impl.h.
| DOM::TextImpl* khtml::JoinTextNodesCommandImpl::secondNode | ( | ) | const [inline] |
Definition at line 389 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference