

Definition at line 124 of file qconf.h.
Public Member Functions | |
| ConfigItem (QListView *parent, ConfigItem *after, struct menu *m, bool v) | |
| ConfigItem (ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) | |
| ConfigItem (QListView *parent, ConfigItem *after, bool v) | |
| ~ConfigItem (void) | |
| void | init (void) |
| void | updateMenu (void) |
| void | testUpdateMenu (bool v) |
| ConfigList * | listView () const |
| ConfigItem * | firstChild () const |
| ConfigItem * | nextSibling () const |
| void | setText (colIdx idx, const QString &text) |
| QString | text (colIdx idx) const |
| void | setPixmap (colIdx idx, const QPixmap &pm) |
| const QPixmap * | pixmap (colIdx idx) const |
| void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
Data Fields | |
| ConfigItem * | nextItem |
| menu * | menu |
| bool | visible |
| bool | goParent |
Private Types | |
| typedef QListViewItem | Parent |
typedef class QListViewItem ConfigItem::Parent [private] |
| ConfigItem::ConfigItem | ( | QListView * | parent, | |
| ConfigItem * | after, | |||
| struct menu * | m, | |||
| bool | v | |||
| ) | [inline] |
| ConfigItem::ConfigItem | ( | ConfigItem * | parent, | |
| ConfigItem * | after, | |||
| struct menu * | m, | |||
| bool | v | |||
| ) | [inline] |
| ConfigItem::ConfigItem | ( | QListView * | parent, | |
| ConfigItem * | after, | |||
| bool | v | |||
| ) | [inline] |
| ConfigItem::~ConfigItem | ( | void | ) |
| ConfigItem* ConfigItem::firstChild | ( | ) | const [inline] |
| void ConfigItem::init | ( | void | ) |
Referenced by ConfigItem().
| ConfigList* ConfigItem::listView | ( | ) | const [inline] |
| ConfigItem* ConfigItem::nextSibling | ( | ) | const [inline] |
| void ConfigItem::paintCell | ( | QPainter * | p, | |
| const QColorGroup & | cg, | |||
| int | column, | |||
| int | width, | |||
| int | align | |||
| ) |
| const QPixmap* ConfigItem::pixmap | ( | colIdx | idx | ) | const [inline] |
Definition at line 173 of file qconf.h.
References listView().
Here is the call graph for this function:

| void ConfigItem::setPixmap | ( | colIdx | idx, | |
| const QPixmap & | pm | |||
| ) | [inline] |
Definition at line 169 of file qconf.h.
References listView().
Here is the call graph for this function:

| void ConfigItem::setText | ( | colIdx | idx, | |
| const QString & | text | |||
| ) | [inline] |
Definition at line 161 of file qconf.h.
References listView().
Here is the call graph for this function:

| void ConfigItem::testUpdateMenu | ( | bool | v | ) |
| QString ConfigItem::text | ( | colIdx | idx | ) | const [inline] |
Definition at line 165 of file qconf.h.
References listView(), and text.
Here is the call graph for this function:

| void ConfigItem::updateMenu | ( | void | ) |
| bool ConfigItem::goParent |
| struct menu* ConfigItem::menu |
| bool ConfigItem::visible |
1.4.7