lib
KoProperty::EditorGroupItem Class Reference
Inheritance diagram for KoProperty::EditorGroupItem:

Detailed Description
Definition at line 90 of file editoritem.h.
Public Member Functions | |
| EditorGroupItem (EditorItem *parent, EditorItem *after, const QString &text, const QString &icon, int sortOrder) | |
| EditorGroupItem (EditorItem *parent, const QString &text, const QString &icon, int sortOrder) | |
| virtual | ~EditorGroupItem () |
| QWidget * | label () const |
Protected Member Functions | |
| virtual void | init (const QString &icon) |
| virtual void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
| virtual void | setup () |
| virtual int | compare (QListViewItem *i, int col, bool ascending) const |
Protected Attributes | |
| GroupWidget * | m_label |
| int | m_sortOrder |
Member Function Documentation
| void EditorGroupItem::paintCell | ( | QPainter * | p, | |
| const QColorGroup & | cg, | |||
| int | column, | |||
| int | width, | |||
| int | align | |||
| ) | [protected, virtual] |
Reimplemented from KListViewItem to draw custom contents.
Reimplemented from KoProperty::EditorItem.
Definition at line 553 of file editoritem.cpp.
The documentation for this class was generated from the following files:

