Home
last modified time | relevance | path

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

/scripts/kconfig/
Dqconf.h51 typedef class Q3ListView Parent; typedef
57 return (ConfigView*)Parent::parent(); in parent()
97 return (ConfigItem *)Parent::firstChild(); in firstChild()
105 colMap[idx] = Parent::addColumn(label); in addColumn()
112 Parent::removeColumn(col); in removeColumn()
144 typedef class Q3ListViewItem Parent; typedef
147 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
152 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
157 : Parent(parent, after), menu(0), visible(v), goParent(true) in ConfigItem()
168 return (ConfigList*)Parent::listView(); in listView()
[all …]
Dqconf.cc107 Parent::okRename(col); in okRename()
254 Parent::paintCell(p, list->inactivedColorGroup, column, width, align); in paintCell()
256 Parent::paintCell(p, cg, column, width, align); in paintCell()
258 Parent::paintCell(p, list->disabledColorGroup, column, width, align); in paintCell()
295 : Parent(parent) in ConfigLineEdit()
307 Parent::show(); in show()
322 Parent::keyPressEvent(e); in keyPressEvent()
331 : Parent(p, name), in ConfigList()
672 Parent::keyPressEvent(ev); in keyPressEvent()
706 Parent::keyPressEvent(ev); in keyPressEvent()
[all …]