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

Public Types | |
| enum | Type { OrderedList, UnorderedList } |
Public Member Functions | |
| InsertListCommandImpl (DOM::DocumentImpl *document, Type type) | |
| virtual | ~InsertListCommandImpl () |
| virtual void | doApply () |
Static Public Member Functions | |
| static void | insertList (DocumentImpl *document, Type type) |
Detailed Description
Definition at line 624 of file htmlediting_impl.h.
Member Enumeration Documentation
Definition at line 627 of file htmlediting_impl.h.
Constructor & Destructor Documentation
| khtml::InsertListCommandImpl::InsertListCommandImpl | ( | DOM::DocumentImpl * | document, |
| Type | type | ||
| ) |
Definition at line 2729 of file htmlediting_impl.cpp.
| khtml::InsertListCommandImpl::~InsertListCommandImpl | ( | ) | [virtual] |
Definition at line 2734 of file htmlediting_impl.cpp.
Member Function Documentation
| void khtml::InsertListCommandImpl::doApply | ( | ) | [virtual] |
Implements khtml::CompositeEditCommandImpl.
Definition at line 2738 of file htmlediting_impl.cpp.
| void khtml::InsertListCommandImpl::insertList | ( | DocumentImpl * | document, |
| Type | type | ||
| ) | [static] |
Definition at line 2824 of file htmlediting_impl.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference