|
Linux Kernel
3.7.1
|
#include <qconf.h>
Public Slots | |
| void | setShowName (bool) |
| void | setShowRange (bool) |
| void | setShowData (bool) |
| void | setOptionMode (QAction *) |
Signals | |
| void | showNameChanged (bool) |
| void | showRangeChanged (bool) |
| void | showDataChanged (bool) |
Public Member Functions | |
| ConfigView (QWidget *parent, const char *name=0) | |
| ~ConfigView (void) | |
| bool | showName (void) const |
| bool | showRange (void) const |
| bool | showData (void) const |
Static Public Member Functions | |
| static void | updateList (ConfigItem *item) |
| static void | updateListAll (void) |
Data Fields | |
| ConfigList * | list |
| ConfigLineEdit * | lineEdit |
| ConfigView * | nextView |
Static Public Attributes | |
| static ConfigView * | viewList |
| static QAction * | showNormalAction |
| static QAction * | showAllAction |
| static QAction * | showPromptAction |
| ConfigView | ( | QWidget * | parent, |
| const char * | name = 0 |
||
| ) |
| ~ConfigView | ( | void | ) |
|
static |
| ConfigLineEdit* lineEdit |
| ConfigView* nextView |
|
static |
1.8.2