Lines Matching refs:ConfigView
268 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit()
304 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
909 ConfigView*ConfigView::viewList;
910 QAction *ConfigView::showNormalAction;
911 QAction *ConfigView::showAllAction;
912 QAction *ConfigView::showPromptAction;
914 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView() function in ConfigView
931 ConfigView::~ConfigView(void) in ~ConfigView()
933 ConfigView** vp; in ~ConfigView()
943 void ConfigView::setOptionMode(QAction *act) in setOptionMode()
955 void ConfigView::setShowName(bool b) in setShowName()
964 void ConfigView::setShowRange(bool b) in setShowRange()
973 void ConfigView::setShowData(bool b) in setShowData()
993 void ConfigView::updateList(ConfigItem* item) in updateList()
995 ConfigView* v; in updateList()
1001 void ConfigView::updateListAll(void) in updateListAll()
1003 ConfigView* v; in updateListAll()
1268 list = new ConfigView(split, name); in ConfigSearchWindow()
1363 menuView = new ConfigView(split1, "menu"); in ConfigMainWindow()
1370 configView = new ConfigView(split2, "config"); in ConfigMainWindow()
1529 ConfigView::updateListAll(); in loadConfig()