Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Data Fields | Static Public Attributes
ConfigView Class Reference

#include <qconf.h>

Inheritance diagram for ConfigView:

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

ConfigListlist
 
ConfigLineEditlineEdit
 
ConfigViewnextView
 

Static Public Attributes

static ConfigViewviewList
 
static QAction * showNormalAction
 
static QAction * showAllAction
 
static QAction * showPromptAction
 

Detailed Description

Definition at line 218 of file qconf.h.

Constructor & Destructor Documentation

ConfigView ( QWidget *  parent,
const char name = 0 
)

Definition at line 864 of file qconf.cc.

~ConfigView ( void  )

Definition at line 875 of file qconf.cc.

Member Function Documentation

void setOptionMode ( QAction *  act)
slot

Definition at line 887 of file qconf.cc.

void setShowData ( bool  b)
slot

Definition at line 917 of file qconf.cc.

void setShowName ( bool  b)
slot

Definition at line 899 of file qconf.cc.

void setShowRange ( bool  b)
slot

Definition at line 908 of file qconf.cc.

bool showData ( void  ) const
inline

Definition at line 229 of file qconf.h.

void showDataChanged ( bool  )
signal
bool showName ( void  ) const
inline

Definition at line 227 of file qconf.h.

void showNameChanged ( bool  )
signal
bool showRange ( void  ) const
inline

Definition at line 228 of file qconf.h.

void showRangeChanged ( bool  )
signal
void updateList ( ConfigItem item)
static

Definition at line 934 of file qconf.cc.

void updateListAll ( void  )
static

Definition at line 942 of file qconf.cc.

Field Documentation

ConfigLineEdit* lineEdit

Definition at line 241 of file qconf.h.

Definition at line 240 of file qconf.h.

ConfigView* nextView

Definition at line 244 of file qconf.h.

QAction * showAllAction
static

Definition at line 247 of file qconf.h.

QAction * showNormalAction
static

Definition at line 246 of file qconf.h.

QAction * showPromptAction
static

Definition at line 248 of file qconf.h.

ConfigView * viewList
static

Definition at line 243 of file qconf.h.


The documentation for this class was generated from the following files: