Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A 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 …]
H A Dqconf.cc106 Parent::okRename(col); in okRename()
253 Parent::paintCell(p, list->inactivedColorGroup, column, width, align); in paintCell()
255 Parent::paintCell(p, cg, column, width, align); in paintCell()
257 Parent::paintCell(p, list->disabledColorGroup, column, width, align); in paintCell()
294 : Parent(parent) in ConfigLineEdit()
306 Parent::show(); in show()
321 Parent::keyPressEvent(e); in keyPressEvent()
330 : Parent(p, name), in ConfigList()
671 Parent::keyPressEvent(ev); in keyPressEvent()
705 Parent::keyPressEvent(ev); in keyPressEvent()
[all …]