#include <qconf.h>
Collaboration diagram for ConfigItem:
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 |
|
|
Definition at line 127 of file qconf.h. References goParent, init(), and visible. Here is the call graph for this function: ![]() |
|
Definition at line 132 of file qconf.h. References goParent, init(), and visible. Here is the call graph for this function: ![]() |
|
Definition at line 137 of file qconf.h. References goParent, init(), and visible. Here is the call graph for this function: ![]() |
|
|
|
|
Referenced by ConfigItem(). |
|
Definition at line 149 of file qconf.h. Referenced by pixmap(), setPixmap(), setText(), and text(). |
|
|
|
|
Definition at line 173 of file qconf.h. References listView(). Here is the call graph for this function: ![]() |
|
Definition at line 169 of file qconf.h. References listView(). Here is the call graph for this function: ![]() |
|
Definition at line 161 of file qconf.h. References listView(), and text. Here is the call graph for this function: ![]() |
|
|
|
Definition at line 165 of file qconf.h. References listView(), and text. Here is the call graph for this function: ![]() |
|
|
|
Definition at line 182 of file qconf.h. Referenced by ConfigItem(). |
|
|
|
Definition at line 181 of file qconf.h. Referenced by ConfigItem(). |