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

/linux-master/scripts/kconfig/
H A Dqconf.h43 typedef class QTreeWidget Parent; typedef in class:ConfigList
117 typedef class QTreeWidgetItem Parent; typedef in class:ConfigItem
120 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false)
125 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false)
130 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true)
140 return (ConfigList*)Parent::treeWidget();
144 return (ConfigItem *)Parent::child(0);
188 typedef class QTextBrowser Parent; typedef in class:ConfigInfoView
219 typedef class QDialog Parent; typedef in class:ConfigSearchWindow
H A Dqconf.cc740 Parent::keyPressEvent(ev);
777 Parent::keyPressEvent(ev);
787 Parent::mousePressEvent(e);
833 Parent::mouseReleaseEvent(e);
840 Parent::mouseMoveEvent(e);
870 Parent::mouseDoubleClickEvent(e);
877 Parent::focusInEvent(e);
934 : Parent(parent), sym(0), _menu(0)
1227 : Parent(parent), result(NULL)

Completed in 184 milliseconds