Linux Kernel
3.7.1
|
#include <qconf.h>
Public Member Functions | |
ConfigItem (Q3ListView *parent, ConfigItem *after, struct menu *m, bool v) | |
ConfigItem (ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) | |
ConfigItem (Q3ListView *parent, ConfigItem *after, bool v) | |
~ConfigItem (void) | |
void | init (void) |
void | okRename (int col) |
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 |
struct menu * | menu |
bool | visible |
bool | goParent |
|
inline |
|
inline |
|
inline |
~ConfigItem | ( | void | ) |
|
inline |
|
inline |
|
inline |
ConfigItem* nextItem |