Searched defs:strPopupPaneID (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIPopupStackViewport.cpp | 37 bool UIPopupStackViewport::exists(const QString &strPopupPaneID) const 40 return m_panes.contains(strPopupPaneID); 43 void UIPopupStackViewport::createPopupPane(const QString &strPopupPaneID, argument 48 if (m_panes.contains(strPopupPaneID)) 55 UIPopupPane *pPopupPane = m_panes[strPopupPaneID] = new UIPopupPane(this, 68 void UIPopupStackViewport::updatePopupPane(const QString &strPopupPaneID, argument 72 if (!m_panes.contains(strPopupPaneID)) 79 UIPopupPane *pPopupPane = m_panes[strPopupPaneID]; 86 void UIPopupStackViewport::recallPopupPane(const QString &strPopupPaneID) argument 89 if (!m_panes.contains(strPopupPaneID)) [all...] |
H A D | UIPopupStack.cpp | 48 bool UIPopupStack::exists(const QString &strPopupPaneID) const 51 return m_pScrollViewport->exists(strPopupPaneID); 54 void UIPopupStack::createPopupPane(const QString &strPopupPaneID, argument 59 m_pScrollViewport->createPopupPane(strPopupPaneID, 67 void UIPopupStack::updatePopupPane(const QString &strPopupPaneID, argument 71 m_pScrollViewport->updatePopupPane(strPopupPaneID, 75 void UIPopupStack::recallPopupPane(const QString &strPopupPaneID) argument 78 m_pScrollViewport->recallPopupPane(strPopupPaneID);
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIPopupCenter.cpp | 178 void UIPopupCenter::message(QWidget *pParent, const QString &strPopupPaneID, argument 184 showPopupPane(pParent, strPopupPaneID, 190 void UIPopupCenter::popup(QWidget *pParent, const QString &strPopupPaneID, argument 193 message(pParent, strPopupPaneID, strMessage, QString()); 196 void UIPopupCenter::alert(QWidget *pParent, const QString &strPopupPaneID, argument 200 message(pParent, strPopupPaneID, strMessage, QString(), 206 void UIPopupCenter::question(QWidget *pParent, const QString &strPopupPaneID, argument 212 message(pParent, strPopupPaneID, strMessage, QString(), 217 void UIPopupCenter::recall(QWidget *pParent, const QString &strPopupPaneID) argument 219 hidePopupPane(pParent, strPopupPaneID); 222 showPopupPane(QWidget *pParent, const QString &strPopupPaneID, const QString &strMessage, const QString &strDetails, QString strButtonText1 , QString strButtonText2 , bool fProposeAutoConfirmation ) argument 313 hidePopupPane(QWidget *pParent, const QString &strPopupPaneID) argument 332 sltPopupPaneDone(QString strPopupPaneID, int iResultCode) argument [all...] |
Completed in 61 milliseconds