Linux Kernel
3.7.1
|
#include <qconf.h>
Public Slots | |
void | setRootMenu (struct menu *menu) |
void | updateList (ConfigItem *item) |
void | setValue (ConfigItem *item, tristate val) |
void | changeValue (ConfigItem *item) |
void | updateSelection (void) |
void | saveSettings (void) |
Signals | |
void | menuChanged (struct menu *menu) |
void | menuSelected (struct menu *menu) |
void | parentSelected (void) |
void | gotFocus (struct menu *) |
Public Member Functions | |
ConfigList (ConfigView *p, const char *name=0) | |
void | reinit (void) |
ConfigView * | parent (void) const |
ConfigItem * | findConfigItem (struct menu *) |
void | updateListAll (void) |
ConfigList * | listView () |
ConfigItem * | firstChild () const |
int | mapIdx (colIdx idx) |
void | addColumn (colIdx idx, const QString &label) |
void | removeColumn (colIdx idx) |
void | setAllOpen (bool open) |
void | setParentMenu (void) |
bool | menuSkip (struct menu *) |
template<class P > | |
void | updateMenuList (P *, struct menu *) |
Data Fields | |
bool | updateAll |
QPixmap | symbolYesPix |
QPixmap | symbolModPix |
QPixmap | symbolNoPix |
QPixmap | choiceYesPix |
QPixmap | choiceNoPix |
QPixmap | menuPix |
QPixmap | menuInvPix |
QPixmap | menuBackPix |
QPixmap | voidPix |
bool | showName |
bool | showRange |
bool | showData |
enum listMode | mode |
enum optionMode | optMode |
struct menu * | rootEntry |
QColorGroup | disabledColorGroup |
QColorGroup | inactivedColorGroup |
Q3PopupMenu * | headerPopup |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *e) |
void | contentsMousePressEvent (QMouseEvent *e) |
void | contentsMouseReleaseEvent (QMouseEvent *e) |
void | contentsMouseMoveEvent (QMouseEvent *e) |
void | contentsMouseDoubleClickEvent (QMouseEvent *e) |
void | focusInEvent (QFocusEvent *e) |
void | contextMenuEvent (QContextMenuEvent *e) |
ConfigList | ( | ConfigView * | p, |
const char * | name = 0 |
||
) |
|
slot |
|
protected |
|
protected |
ConfigItem * findConfigItem | ( | struct menu * | menu | ) |
|
inline |
|
inline |
|
inline |
|
slot |
|
slot |
Q3PopupMenu* headerPopup |
enum optionMode optMode |