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

#include <qconf.h>

Inheritance diagram for ConfigInfoView:

Public Slots

void setInfo (struct menu *menu)
 
void saveSettings (void)
 
void setShowDebug (bool)
 

Signals

void showDebugChanged (bool)
 
void menuSelected (struct menu *)
 

Public Member Functions

 ConfigInfoView (QWidget *parent, const char *name=0)
 
bool showDebug (void) const
 

Protected Member Functions

void symbolInfo (void)
 
void menuInfo (void)
 
QString debug_info (struct symbol *sym)
 
Q3PopupMenucreatePopupMenu (const QPoint &pos)
 
void contentsContextMenuEvent (QContextMenuEvent *e)
 

Static Protected Member Functions

static QString print_filter (const QString &str)
 
static void expr_print_help (void *data, struct symbol *sym, const char *str)
 

Protected Attributes

struct symbolsym
 
struct menu_menu
 
bool _showDebug
 

Detailed Description

Definition at line 251 of file qconf.h.

Constructor & Destructor Documentation

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

Definition at line 950 of file qconf.cc.

Member Function Documentation

void contentsContextMenuEvent ( QContextMenuEvent *  e)
protected

Definition at line 1177 of file qconf.cc.

Q3PopupMenu * createPopupMenu ( const QPoint &  pos)
protected

Definition at line 1164 of file qconf.cc.

QString debug_info ( struct symbol sym)
protected

Definition at line 1066 of file qconf.cc.

void expr_print_help ( void data,
struct symbol sym,
const char str 
)
staticprotected

Definition at line 1151 of file qconf.cc.

void menuInfo ( void  )
protected

Definition at line 1010 of file qconf.cc.

void menuSelected ( struct menu )
signal
QString print_filter ( const QString &  str)
staticprotected

Definition at line 1120 of file qconf.cc.

void saveSettings ( void  )
slot

Definition at line 961 of file qconf.cc.

void setInfo ( struct menu menu)
slot

Definition at line 982 of file qconf.cc.

void setShowDebug ( bool  b)
slot

Definition at line 970 of file qconf.cc.

bool showDebug ( void  ) const
inline

Definition at line 256 of file qconf.h.

void showDebugChanged ( bool  )
signal
void symbolInfo ( void  )
protected

Definition at line 994 of file qconf.cc.

Field Documentation

struct menu* _menu
protected

Definition at line 277 of file qconf.h.

bool _showDebug
protected

Definition at line 278 of file qconf.h.

struct symbol* sym
protected

Definition at line 276 of file qconf.h.


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