Searched refs:ConfigView (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/scripts/kconfig/
H A Dqconf.h19 class ConfigView;
46 ConfigList(ConfigView* p, const char *name = 0);
48 ConfigView* parent(void) const parent()
50 return (ConfigView*)Parent::parent(); parent()
196 ConfigLineEdit(ConfigView* parent); parent()
197 ConfigView* parent(void) const parent()
199 return (ConfigView*)Parent::parent(); parent()
208 class ConfigView : public QWidget { class in inherits:QWidget
212 ConfigView(QWidget* parent, const char *name = 0);
213 ~ConfigView(void);
233 static ConfigView* viewList;
234 ConfigView* nextView;
285 ConfigView* list;
318 ConfigView *menuView;
320 ConfigView *configView;
H A Dqconf.cc268 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) ConfigLineEdit()
304 ConfigList::ConfigList(ConfigView* p, const char *name) 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) ConfigView() function in class:ConfigView
931 ConfigView::~ConfigView(void) ~ConfigView()
933 ConfigView** vp; ~ConfigView()
943 void ConfigView::setOptionMode(QAction *act) setOptionMode()
955 void ConfigView::setShowName(bool b) setShowName()
964 void ConfigView::setShowRange(bool b) setShowRange()
973 void ConfigView::setShowData(bool b) setShowData()
993 void ConfigView::updateList(ConfigItem* item) updateList()
995 ConfigView* v; updateList()
1001 void ConfigView::updateListAll(void) updateListAll()
1003 ConfigView* v; updateListAll()
1268 list = new ConfigView(split, name); ConfigSearchWindow()
1363 menuView = new ConfigView(split1, "menu"); ConfigMainWindow()
1370 configView = new ConfigView(split2, "config"); ConfigMainWindow()
1529 ConfigView::updateListAll(); loadConfig()

Completed in 92 milliseconds