Lines Matching refs:ConfigView
267 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit()
303 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
908 ConfigView*ConfigView::viewList;
909 QAction *ConfigView::showNormalAction;
910 QAction *ConfigView::showAllAction;
911 QAction *ConfigView::showPromptAction;
913 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView() function in ConfigView
930 ConfigView::~ConfigView(void) in ~ConfigView()
932 ConfigView** vp; in ~ConfigView()
942 void ConfigView::setOptionMode(QAction *act) in setOptionMode()
954 void ConfigView::setShowName(bool b) in setShowName()
963 void ConfigView::setShowRange(bool b) in setShowRange()
972 void ConfigView::setShowData(bool b) in setShowData()
992 void ConfigView::updateList(ConfigItem* item) in updateList()
994 ConfigView* v; in updateList()
1000 void ConfigView::updateListAll(void) in updateListAll()
1002 ConfigView* v; in updateListAll()
1266 list = new ConfigView(split, name); in ConfigSearchWindow()
1361 menuView = new ConfigView(split1, "menu"); in ConfigMainWindow()
1368 configView = new ConfigView(split2, "config"); in ConfigMainWindow()
1542 ConfigView::updateListAll(); in loadConfig()