![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Dialog to prompt user if they would like to view a log after enabling logging. More...
Inheritance diagram for DtAssistantViewLogNowDialog:
Collaboration diagram for DtAssistantViewLogNowDialog:Public Member Functions | |
| DtAssistantViewLogNowDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtAssistantViewLogNowDialog () |
| Destructor. | |
| virtual bool | dontPromptAgain () |
| Returns whether the user requested not to be prompted with this dialog again. | |
Protected Attributes | |
| Ui::AssistantViewLogNowDialog | myUiImpl |
| The GUI implementation of the widget. | |
Dialog to prompt user if they would like to view a log after enabling logging.
| DtAssistantViewLogNowDialog::DtAssistantViewLogNowDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
References myUiImpl.
Destructor.
| bool DtAssistantViewLogNowDialog::dontPromptAgain | ( | ) | [virtual] |
Returns whether the user requested not to be prompted with this dialog again.
References myUiImpl.
Referenced by DtAssistantTrayIconMgr::sendComponentEnableLogging().
Ui::AssistantViewLogNowDialog DtAssistantViewLogNowDialog::myUiImpl [protected] |
The GUI implementation of the widget.
Referenced by dontPromptAgain(), and DtAssistantViewLogNowDialog().