Searched refs:strPopupPaneID (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStackViewport.h39 void sigPopupPaneDone(QString strPopupPaneID, int iResultCode);
40 void sigPopupPaneRemoved(QString strPopupPaneID);
49 bool exists(const QString &strPopupPaneID) const;
50 void createPopupPane(const QString &strPopupPaneID,
53 void updatePopupPane(const QString &strPopupPaneID,
55 void recallPopupPane(const QString &strPopupPaneID);
H A DUIPopupStackViewport.cpp37 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 DUIPopupStack.h43 void sigPopupPaneDone(QString strPopupPaneID, int iResultCode);
54 bool exists(const QString &strPopupPaneID) const;
55 void createPopupPane(const QString &strPopupPaneID,
58 void updatePopupPane(const QString &strPopupPaneID,
60 void recallPopupPane(const QString &strPopupPaneID);
73 void sltPopupPaneRemoved(QString strPopupPaneID);
H A DUIPopupStack.cpp48 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 DUIPopupCenter.h51 void sigPopupPaneDone(QString strPopupPaneID, int iResultCode);
68 void message(QWidget *pParent, const QString &strPopupPaneID,
76 void popup(QWidget *pParent, const QString &strPopupPaneID,
81 void alert(QWidget *pParent, const QString &strPopupPaneID,
87 void question(QWidget *pParent, const QString &strPopupPaneID,
95 void recall(QWidget *pParent, const QString &strPopupPaneID);
109 void sltPopupPaneDone(QString strPopupPaneID, int iResultCode);
125 void showPopupPane(QWidget *pParent, const QString &strPopupPaneID,
129 void hidePopupPane(QWidget *pParent, const QString &strPopupPaneID);
H A DUIPopupCenter.cpp178 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 50 milliseconds