|
|
The PropertyItem class is the parent class for all other item types of the property list. It handles common tasks that may be used by the other item classes.
| PropertyItem ( PropertyList *l, PropertyItem *after, PropertyItem *prop, const QString &propName )
| PropertyItem |
| ~PropertyItem ()
| ~PropertyItem |
| void paintCell ( QPainter *p, const QColorGroup &cg, int column, int width, int align )
| paintCell |
| void paintBranches ( QPainter * p, const QColorGroup & cg,
int w, int y, int h )
| paintBranches |
| void paintFocus ( QPainter *p, const QColorGroup &cg, const QRect &r )
| paintFocus |
| bool hasSubItems ()
| hasSubItems |
[const virtual]
| void createChildren ()
| createChildren |
[virtual]
| void initChildren ()
| initChildren |
[virtual]
| void setup ( void )
| setup |
| bool isOpen ()
| isOpen |
[const]
| void setOpen ( bool b )
| setOpen |
| void showEditor ()
| showEditor |
[virtual]
| void hideEditor ()
| hideEditor |
[virtual]
| void setValue ( const QVariant &v )
| setValue |
[virtual]
| QVariant value ()
| value |
[const]
| QString name ()
| name |
[const]
| void notifyValueChange ()
| notifyValueChange |
[virtual]
| void setChanged ( bool b, bool updateDb = TRUE )
| setChanged |
[virtual]
| bool isChanged ()
| isChanged |
[const]
| void placeEditor ( QWidget *w )
| placeEditor |
[virtual]
| PropertyItem * propertyParent ()
| propertyParent |
[const virtual]
| void childValueChanged ( PropertyItem *child )
| childValueChanged |
[virtual]
| void addChild ( PropertyItem *i )
| addChild |
| int childCount ()
| childCount |
[const]
| PropertyItem * child ( int i )
| child |
[const]
| bool hasCustomContents ()
| hasCustomContents |
[const virtual]
| void drawCustomContents ( QPainter *p, const QRect &r )
| drawCustomContents |
[virtual]
| void updateBackColor ()
| updateBackColor |
| QString currentItem ()
| currentItem |
[const virtual]
| int currentIntItem ()
| currentIntItem |
[const virtual]
| void setCurrentItem ( const QString &s )
| setCurrentItem |
[virtual]
| void setCurrentItem ( int i )
| setCurrentItem |
[virtual]
| int currentIntItemFromObject ()
| currentIntItemFromObject |
[const virtual]
| QString currentItemFromObject ()
| currentItemFromObject |
[const virtual]
| void setFocus ( QWidget *w )
| setFocus |
| void toggle ()
| toggle |
[virtual]
| void setText ( int col, const QString &txt )
| setText |
| int hbasic_property | hbasic_property |
| PropertyList * listview | listview |
[protected]
| QVariant val | val |
[protected]
| Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |