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

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h126 QMenu *m_pLeafMenu; member in class:VBoxDbgStatsView
H A DVBoxDbgStatsQt4.cpp2721 m_pLeafMenu(NULL), m_pBranchMenu(NULL), m_pViewMenu(NULL), m_pCurMenu(NULL), m_CurIndex()
2782 m_pLeafMenu = new QMenu();
2783 m_pLeafMenu->addAction(m_pCopyAct);
2784 m_pLeafMenu->addAction(m_pRefreshAct);
2785 m_pLeafMenu->addAction(m_pResetAct);
2786 m_pLeafMenu->addAction(m_pToLogAct);
2787 m_pLeafMenu->addAction(m_pToRelLogAct);
2827 DELETE_IT(m_pLeafMenu);
2905 pMenu = m_pLeafMenu;

Completed in 129 milliseconds