kword
KWDocListViewItem Class Reference
Inheritance diagram for KWDocListViewItem:

Detailed Description
Definition at line 54 of file KWDocStruct.h.
Public Types | |
| enum | ItemType { IT_BASE = FT_BASE, IT_TEXT = FT_TEXT, IT_PICTURE = FT_PICTURE, IT_PART = FT_PART, IT_FORMULA = FT_FORMULA, IT_CLIPART = FT_CLIPART, IT_TABLE = FT_TABLE, IT_ROOT = 11, IT_TEXTFRAME = 12, IT_PARAG = 13 } |
Public Member Functions | |
| KWDocListViewItem (QListViewItem *_parent, const QString &_text) | |
| KWDocListViewItem (QListViewItem *_parent, QListViewItem *_after, const QString &_text) | |
| KWDocListViewItem (QListView *_parent, const QString &_text) | |
| virtual ItemType | itemType () |
| virtual void | selectItem () |
| virtual void | editItem () |
| virtual void | deleteItem () |
| virtual void | editProperties () |
| virtual void | speakItem () |
| virtual void | contextMenu (QListViewItem *, const QPoint &, int) |
Protected Member Functions | |
| KWDocument * | doc () |
| KWGUI * | gui () |
| void | deleteAllChildren () |
The documentation for this class was generated from the following files:

