Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dqconf.h19 class ConfigView; variable
46 ConfigList(ConfigView* p, const char *name = 0);
48 ConfigView* parent(void) const in parent()
50 return (ConfigView*)Parent::parent(); in parent()
196 ConfigLineEdit(ConfigView* parent);
197 ConfigView* parent(void) const in parent()
199 return (ConfigView*)Parent::parent(); in parent()
208 class ConfigView : public QWidget {
212 ConfigView(QWidget* parent, const char *name = 0);
213 ~ConfigView(void);
[all …]
Dqconf.cc268 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit()
304 ConfigList::ConfigList(ConfigView* p, const char *name) in 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) in ConfigView() function in ConfigView
931 ConfigView::~ConfigView(void) in ~ConfigView()
933 ConfigView** vp; in ~ConfigView()
943 void ConfigView::setOptionMode(QAction *act) in setOptionMode()
[all …]