![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Dialog widget to display important notifications and events by the RTI Assistant. More...
Inheritance diagram for DtAssistantPopupDialog:
Collaboration diagram for DtAssistantPopupDialog:Public Slots | |
| virtual void | processFinish (int result) |
| Clears the dialog when dismissed. | |
| virtual void | toggleShowAdvancedInfo () |
| shows and hides advanced info text edit. | |
Public Member Functions | |
| DtAssistantPopupDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtAssistantPopupDialog () |
| Destructor. | |
| virtual void | setNotification (const QString ¬ification, const QString &advancedInfo, const QString &component) |
| Adds the notification text to the dialog. | |
Protected Attributes | |
| Ui::AssistantPopupDialog | myUiImpl |
| The GUI implementation of the widget. | |
| const QSystemTrayIcon * | myTrayIcon |
| The RTI Assistant tray icon is needed in order to determine the. | |
| QSize | myOriginalSize |
| The original size of the dialog. | |
| QSize | myNoAdvancedSize |
| The (not showing Advanced TextEdit ) geometry of the dialog. | |
| bool | myAdvancedGroupBoxShown |
Dialog widget to display important notifications and events by the RTI Assistant.
DtAssistantPopupDialog is used by the Assistant to display modal popup dialogs.
| DtAssistantPopupDialog::DtAssistantPopupDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
References connect(), myUiImpl, processFinish(), and toggleShowAdvancedInfo().
|
virtual |
Destructor.
|
virtualslot |
Clears the dialog when dismissed.
References myAdvancedGroupBoxShown, myUiImpl, and toggleShowAdvancedInfo().
Referenced by DtAssistantPopupDialog().
|
virtual |
Adds the notification text to the dialog.
References myNoAdvancedSize, myOriginalSize, and myUiImpl.
Referenced by DtAssistantPopupMsgMgr::popup().
|
virtualslot |
shows and hides advanced info text edit.
References myAdvancedGroupBoxShown, myNoAdvancedSize, myOriginalSize, and myUiImpl.
Referenced by DtAssistantPopupDialog(), and processFinish().
|
protected |
Referenced by processFinish(), and toggleShowAdvancedInfo().
|
protected |
The (not showing Advanced TextEdit ) geometry of the dialog.
Referenced by setNotification(), and toggleShowAdvancedInfo().
|
protected |
The original size of the dialog.
Referenced by setNotification(), and toggleShowAdvancedInfo().
|
protected |
The RTI Assistant tray icon is needed in order to determine the.
position of the popup dialog.
|
protected |
The GUI implementation of the widget.
Referenced by DtAssistantPopupDialog(), processFinish(), setNotification(), and toggleShowAdvancedInfo().