Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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
/OK3568_Linux_fs/buildroot/support/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
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.cc302 rootEntry(0), headerPopup(0) in ConfigList()
885 if (!headerPopup) { in contextMenuEvent()
888 headerPopup = new QMenu(this); in contextMenuEvent()
896 headerPopup->addAction(action); in contextMenuEvent()
899 headerPopup->exec(e->globalPos()); in contextMenuEvent()
H A Dqconf.h107 QMenu* headerPopup; variable