Lines Matching refs:ConfigView
293 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit()
329 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
859 ConfigView*ConfigView::viewList;
860 QAction *ConfigView::showNormalAction;
861 QAction *ConfigView::showAllAction;
862 QAction *ConfigView::showPromptAction;
864 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView() function in ConfigView
875 ConfigView::~ConfigView(void) in ~ConfigView()
877 ConfigView** vp; in ~ConfigView()
887 void ConfigView::setOptionMode(QAction *act) in setOptionMode()
899 void ConfigView::setShowName(bool b) in setShowName()
908 void ConfigView::setShowRange(bool b) in setShowRange()
917 void ConfigView::setShowData(bool b) in setShowData()
934 void ConfigView::updateList(ConfigItem* item) in updateList()
936 ConfigView* v; in updateList()
942 void ConfigView::updateListAll(void) in updateListAll()
944 ConfigView* v; in updateListAll()
1201 list = new ConfigView(split, name); in ConfigSearchWindow()
1300 menuView = new ConfigView(split1, "menu"); in ConfigMainWindow()
1307 configView = new ConfigView(split2, "config"); in ConfigMainWindow()
1478 ConfigView::updateListAll(); in loadConfig()