KHTML
khtml::JoinTextNodesCommandImpl Class Reference
#include <htmlediting_impl.h>
Inheritance diagram for khtml::JoinTextNodesCommandImpl:

Detailed Description
Definition at line 378 of file htmlediting_impl.h.
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 () |
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] |
void khtml::JoinTextNodesCommandImpl::doApply | ( | ) | [virtual] |
void khtml::JoinTextNodesCommandImpl::doUnapply | ( | ) | [virtual] |
DOM::TextImpl* khtml::JoinTextNodesCommandImpl::firstNode | ( | ) | const [inline] |
Definition at line 389 of file htmlediting_impl.h.
DOM::TextImpl* khtml::JoinTextNodesCommandImpl::secondNode | ( | ) | const [inline] |
Definition at line 390 of file htmlediting_impl.h.
The documentation for this class was generated from the following files: