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...] |