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

Public Member Functions | |
| JoinTextNodesCommandImpl (DOM::DocumentImpl *, DOM::TextImpl *, DOM::TextImpl *) | |
| virtual | ~JoinTextNodesCommandImpl () |
| virtual void | doApply () |
| virtual void | doUnapply () |
| DOM::TextImpl * | firstNode () const |
| DOM::TextImpl * | secondNode () const |
Detailed Description
Definition at line 396 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::JoinTextNodesCommandImpl::JoinTextNodesCommandImpl | ( | DOM::DocumentImpl * | , |
| DOM::TextImpl * | , | ||
| DOM::TextImpl * | |||
| ) |
Definition at line 2078 of file htmlediting_impl.cpp.
| khtml::JoinTextNodesCommandImpl::~JoinTextNodesCommandImpl | ( | ) | [virtual] |
Definition at line 2091 of file htmlediting_impl.cpp.
Member Function Documentation
| void khtml::JoinTextNodesCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2099 of file htmlediting_impl.cpp.
| void khtml::JoinTextNodesCommandImpl::doUnapply | ( | ) | [virtual] |
Implements khtml::EditCommandImpl.
Definition at line 2115 of file htmlediting_impl.cpp.
| DOM::TextImpl* khtml::JoinTextNodesCommandImpl::firstNode | ( | ) | const [inline] |
Definition at line 405 of file htmlediting_impl.h.
| DOM::TextImpl* khtml::JoinTextNodesCommandImpl::secondNode | ( | ) | const [inline] |
Definition at line 406 of file htmlediting_impl.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference