kexi

KFormDesigner::ObjectTreeViewItem Class Reference

#include <objecttreeview.h>

List of all members.


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
ObjectTreeItemobjectTree () 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
 

Returns:
the item name, ie the ObjectTreeItem name

Definition at line 54 of file objecttreeview.cpp.

ObjectTreeItem* KFormDesigner::ObjectTreeViewItem::objectTree  )  const [inline]
 

Returns:
the ObjectTreeItem associated to this item.

Definition at line 42 of file objecttreeview.h.

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::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::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:
KDE Home | KDE Accessibility Home | Description of Access Keys