Searched defs:pPopupPane (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStackViewport.cpp55 UIPopupPane *pPopupPane = m_panes[strPopupPaneID] = new UIPopupPane(this, local
60 connect(this, SIGNAL(sigProposePopupPaneWidth(int)), pPopupPane, SLOT(sltHandleProposalForWidth(int)));
61 connect(pPopupPane, SIGNAL(sigSizeHintChanged()), this, SLOT(sltAdjustGeometry()));
62 connect(pPopupPane, SIGNAL(sigDone(int)), this, SLOT(sltPopupPaneDone(int)));
65 pPopupPane->show();
79 UIPopupPane *pPopupPane = m_panes[strPopupPaneID]; local
82 pPopupPane->setMessage(strMessage);
83 pPopupPane->setDetails(strDetails);
96 UIPopupPane *pPopupPane = m_panes[strPopupPaneID]; local
99 pPopupPane
126 UIPopupPane *pPopupPane = qobject_cast<UIPopupPane*>(sender()); local
[all...]

Completed in 43 milliseconds