Lines Matching refs:ConfigView
299 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit()
335 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
865 ConfigView*ConfigView::viewList;
866 QAction *ConfigView::showNormalAction;
867 QAction *ConfigView::showAllAction;
868 QAction *ConfigView::showPromptAction;
870 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView() function in ConfigView
881 ConfigView::~ConfigView(void) in ~ConfigView()
883 ConfigView** vp; in ~ConfigView()
893 void ConfigView::setOptionMode(QAction *act) in setOptionMode()
905 void ConfigView::setShowName(bool b) in setShowName()
914 void ConfigView::setShowRange(bool b) in setShowRange()
923 void ConfigView::setShowData(bool b) in setShowData()
940 void ConfigView::updateList(ConfigItem* item) in updateList()
942 ConfigView* v; in updateList()
948 void ConfigView::updateListAll(void) in updateListAll()
950 ConfigView* v; in updateListAll()
1207 list = new ConfigView(split, name); in ConfigSearchWindow()
1306 menuView = new ConfigView(split1, "menu"); in ConfigMainWindow()
1313 configView = new ConfigView(split2, "config"); in ConfigMainWindow()
1484 ConfigView::updateListAll(); in loadConfig()