Searched refs:ConfigView (Results 1 – 2 of 2) sorted by relevance
19 class ConfigView; variable48 ConfigView* parent(void) const in parent()50 return (ConfigView*)Parent::parent(); in parent()197 ConfigView* parent(void) const in parent()208 class ConfigView : public QWidget {213 ~ConfigView(void);233 static ConfigView* viewList;234 ConfigView* nextView;285 ConfigView* list;319 ConfigView *menuView;[all …]
908 ConfigView*ConfigView::viewList;910 QAction *ConfigView::showAllAction;913 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView() function in ConfigView930 ConfigView::~ConfigView(void) in ~ConfigView()932 ConfigView** vp; in ~ConfigView()954 void ConfigView::setShowName(bool b) in setShowName()972 void ConfigView::setShowData(bool b) in setShowData()994 ConfigView* v; in updateList()1000 void ConfigView::updateListAll(void) in updateListAll()1002 ConfigView* v; in updateListAll()[all …]
Completed in 6 milliseconds