KFormDesigner::ObjectTreeViewItem Class Reference
#include <objecttreeview.h>
Inheritance diagram for KFormDesigner::ObjectTreeViewItem:

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) | |
| virtual | ~ObjectTreeViewItem () |
| 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) |
| Reimplemented to draw custom contents (copied from Property Editor). | |
| virtual void | paintBranches (QPainter *p, const QColorGroup &cg, int w, int y, int h) |
| Reimplemented to draw custom contents (copied from Property Editor). | |
| virtual void | setup () |
| Reimplemented to draw custom contents (copied from Property Editor). | |
Friends | |
| class | ObjectTreeView |
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 37 of file objecttreeview.cpp. |
|
||||||||||||
|
Definition at line 43 of file objecttreeview.cpp. |
|
|
Definition at line 49 of file objecttreeview.cpp. |
Member Function Documentation
|
|
Definition at line 54 of file objecttreeview.cpp. References KFormDesigner::ObjectTreeItem::name(). Referenced by KFormDesigner::ObjectTreeView::findItem(). |
|
|
Definition at line 42 of file objecttreeview.h. Referenced by KFormDesigner::TabStopDialog::exec(), and KFormDesigner::ObjectTreeView::slotSelectionChanged(). |
|
||||||||||||||||||||||||
|
Reimplemented to draw custom contents (copied from Property Editor).
Definition at line 112 of file objecttreeview.cpp. References m_item, and KFormDesigner::ObjectTreeItem::widget(). |
|
||||||||||||||||||||||||
|
Reimplemented to draw custom contents (copied from Property Editor).
Definition at line 63 of file objecttreeview.cpp. References KFormDesigner::ObjectTreeItem::name(), and KFormDesigner::ObjectTreeItem::widget(). |
|
|
Definition at line 157 of file objecttreeview.cpp. Referenced by KFormDesigner::ObjectTreeView::loadTree(), and KFormDesigner::ObjectTreeView::setForm(). |
|
|
Reimplemented to draw custom contents (copied from Property Editor).
Definition at line 149 of file objecttreeview.cpp. |
Friends And Related Function Documentation
|
|
Definition at line 59 of file objecttreeview.h. |
The documentation for this class was generated from the following files:
