Lines Matching refs:ConfigView
276 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit()
312 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
917 ConfigView*ConfigView::viewList;
918 QAction *ConfigView::showNormalAction;
919 QAction *ConfigView::showAllAction;
920 QAction *ConfigView::showPromptAction;
922 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView() function in ConfigView
939 ConfigView::~ConfigView(void) in ~ConfigView()
941 ConfigView** vp; in ~ConfigView()
951 void ConfigView::setOptionMode(QAction *act) in setOptionMode()
963 void ConfigView::setShowName(bool b) in setShowName()
972 void ConfigView::setShowRange(bool b) in setShowRange()
981 void ConfigView::setShowData(bool b) in setShowData()
1001 void ConfigView::updateList(ConfigItem* item) in updateList()
1003 ConfigView* v; in updateList()
1009 void ConfigView::updateListAll(void) in updateListAll()
1011 ConfigView* v; in updateListAll()
1276 list = new ConfigView(split, name); in ConfigSearchWindow()
1371 menuView = new ConfigView(split1, "menu"); in ConfigMainWindow()
1378 configView = new ConfigView(split2, "config"); in ConfigMainWindow()
1538 ConfigView::updateListAll(); in loadConfig()