Home
last modified time | relevance | path

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

/scripts/kconfig/
Dqconf.h27 class ConfigView; variable
53 ConfigList(ConfigView* p, const char *name = 0);
55 ConfigView* parent(void) const in parent()
57 return (ConfigView*)Parent::parent(); in parent()
206 ConfigLineEdit(ConfigView* parent);
207 ConfigView* parent(void) const in parent()
209 return (ConfigView*)Parent::parent(); in parent()
218 class ConfigView : public Q3VBox {
222 ConfigView(QWidget* parent, const char *name = 0);
223 ~ConfigView(void);
[all …]
Dqconf.cc293 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit()
329 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
859 ConfigView*ConfigView::viewList;
860 QAction *ConfigView::showNormalAction;
861 QAction *ConfigView::showAllAction;
862 QAction *ConfigView::showPromptAction;
864 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView() function in ConfigView
875 ConfigView::~ConfigView(void) in ~ConfigView()
877 ConfigView** vp; in ~ConfigView()
887 void ConfigView::setOptionMode(QAction *act) in setOptionMode()
[all …]