kexi
KFormDesigner::ObjectTreeViewItem Class Reference
#include <objecttreeview.h>
Inherits KListViewItem.
Detailed Description
An item in ObjectTreeView associated with an ObjectTreeItem.Definition at line 31 of file objecttreeview.h.
Public Member Functions | |
| ObjectTreeViewItem (ObjectTreeViewItem *parent, ObjectTreeItem *item) | |
| ObjectTreeViewItem (KListView *list, ObjectTreeItem *item=0) | |
| QString | name () const |
| ObjectTreeItem * | objectTree () const |
| virtual void | setOpen (bool o) |
Protected Member Functions | |
| virtual void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
| virtual void | paintBranches (QPainter *p, const QColorGroup &cg, int w, int y, int h) |
| virtual void | setup () |
Friends | |
| class | ObjectTreeView |
Member Function Documentation
| QString ObjectTreeViewItem::name | ( | ) | const |
| ObjectTreeItem* KFormDesigner::ObjectTreeViewItem::objectTree | ( | ) | const [inline] |
| void ObjectTreeViewItem::paintCell | ( | QPainter * | p, | |
| const QColorGroup & | cg, | |||
| int | column, | |||
| int | width, | |||
| int | align | |||
| ) | [protected, virtual] |
Reimplemented to draw custom contents (copied from Property Editor).
Definition at line 63 of file objecttreeview.cpp.
| void ObjectTreeViewItem::paintBranches | ( | QPainter * | p, | |
| const QColorGroup & | cg, | |||
| int | w, | |||
| int | y, | |||
| int | h | |||
| ) | [protected, virtual] |
Reimplemented to draw custom contents (copied from Property Editor).
Definition at line 112 of file objecttreeview.cpp.
| void ObjectTreeViewItem::setup | ( | ) | [protected, virtual] |
Reimplemented to draw custom contents (copied from Property Editor).
Definition at line 149 of file objecttreeview.cpp.
The documentation for this class was generated from the following files:

