Home
last modified time | relevance | path

Searched refs:headerPopup (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc319 rootEntry(0), headerPopup(0) in ConfigList()
882 if (!headerPopup) { in contextMenuEvent()
885 headerPopup = new QMenu(this); in contextMenuEvent()
893 headerPopup->addAction(action); in contextMenuEvent()
901 headerPopup->addAction(action); in contextMenuEvent()
909 headerPopup->addAction(action); in contextMenuEvent()
911 headerPopup->exec(e->globalPos()); in contextMenuEvent()
H A Dqconf.h120 QMenu* headerPopup; variable
/openbmc/linux/scripts/kconfig/
H A Dqconf.cc305 rootEntry(0), headerPopup(0) in ConfigList()
889 if (!headerPopup) { in contextMenuEvent()
892 headerPopup = new QMenu(this); in contextMenuEvent()
900 headerPopup->addAction(action); in contextMenuEvent()
903 headerPopup->exec(e->globalPos()); in contextMenuEvent()
H A Dqconf.h107 QMenu* headerPopup; variable