Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.h27 class ConfigView; variable
54 ConfigList(ConfigView* p, const char *name = 0);
56 ConfigView* parent(void) const in parent()
58 return (ConfigView*)Parent::parent(); in parent()
207 ConfigLineEdit(ConfigView* parent);
208 ConfigView* parent(void) const in parent()
210 return (ConfigView*)Parent::parent(); in parent()
219 class ConfigView : public Q3VBox {
223 ConfigView(QWidget* parent, const char *name = 0);
224 ~ConfigView(void);
[all …]
Dqconf.cc299 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()
[all …]