![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Widget which allows a user to change the Assistant preferences for logging and display of notifications. More...
Inheritance diagram for DtNotificationAndLoggingConfigWidget:
Collaboration diagram for DtNotificationAndLoggingConfigWidget:Public Member Functions | |
| DtNotificationAndLoggingConfigWidget (QWidget *parent, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtNotificationAndLoggingConfigWidget () |
| Destructor. | |
| QPushButton * | displayAssistantLogButton () |
| QPushButton * | deleteAllAssistantLogsButton () |
| virtual void | setLogUpdateIntervalMs (int val) |
| Methods for setting the configuration parameters. | |
| virtual void | setViewLogPrompt (bool showPrompt, bool alwaysViewIfNoPrompt) |
| Methods for setting the configuration parameters. | |
| virtual void | setPopupsAsNotifications (bool val) |
| Methods for setting the configuration parameters. | |
| virtual void | setEnableNotifications (bool val) |
| Methods for setting the configuration parameters. | |
| virtual void | setWarningTickInterval (float val) |
| Methods for setting the configuration parameters. | |
| virtual void | setDisplayRemoteNotifications (bool val) |
| Methods for setting the configuration parameters. | |
| virtual int | logUpdateIntervalMs () |
| Methods for retrieving the configuration parameters. | |
| virtual bool | showViewLogPrompt () |
| Methods for retrieving the configuration parameters. | |
| virtual bool | alwaysViewLog () |
| Methods for retrieving the configuration parameters. | |
| virtual bool | popupsAsNotifications () |
| Methods for retrieving the configuration parameters. | |
| virtual bool | enableNotifications () |
| Methods for retrieving the configuration parameters. | |
| virtual float | warningTickInterval () |
| Methods for retrieving the configuration parameters. | |
| virtual bool | displayRemoteNotifications () |
| Methods for retrieving the configuration parameters. | |
Protected Attributes | |
| Ui::NotificationAndLoggingConfigWidget | myUiImpl |
Private Member Functions | |
| DtNotificationAndLoggingConfigWidget (DtNotificationAndLoggingConfigWidget const &) | |
| Copy constructor not implemented. | |
| DtNotificationAndLoggingConfigWidget & | operator= (DtNotificationAndLoggingConfigWidget const &) |
| Assignment operator not implemented. | |
Widget which allows a user to change the Assistant preferences for logging and display of notifications.
| DtNotificationAndLoggingConfigWidget::DtNotificationAndLoggingConfigWidget | ( | QWidget * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Destructor.
| DtNotificationAndLoggingConfigWidget::DtNotificationAndLoggingConfigWidget | ( | DtNotificationAndLoggingConfigWidget const & | ) | [private] |
Copy constructor not implemented.
| bool DtNotificationAndLoggingConfigWidget::alwaysViewLog | ( | ) | [virtual] |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
| QPushButton * DtNotificationAndLoggingConfigWidget::deleteAllAssistantLogsButton | ( | ) |
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::initialize().
| QPushButton * DtNotificationAndLoggingConfigWidget::displayAssistantLogButton | ( | ) |
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::initialize().
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
| int DtNotificationAndLoggingConfigWidget::logUpdateIntervalMs | ( | ) | [virtual] |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
| DtNotificationAndLoggingConfigWidget& DtNotificationAndLoggingConfigWidget::operator= | ( | DtNotificationAndLoggingConfigWidget const & | ) | [private] |
Assignment operator not implemented.
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
| void DtNotificationAndLoggingConfigWidget::setDisplayRemoteNotifications | ( | bool | val | ) | [virtual] |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
| void DtNotificationAndLoggingConfigWidget::setEnableNotifications | ( | bool | val | ) | [virtual] |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
| void DtNotificationAndLoggingConfigWidget::setLogUpdateIntervalMs | ( | int | val | ) | [virtual] |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
| void DtNotificationAndLoggingConfigWidget::setPopupsAsNotifications | ( | bool | val | ) | [virtual] |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
| void DtNotificationAndLoggingConfigWidget::setViewLogPrompt | ( | bool | showPrompt, |
| bool | alwaysViewIfNoPrompt | ||
| ) | [virtual] |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
| void DtNotificationAndLoggingConfigWidget::setWarningTickInterval | ( | float | val | ) | [virtual] |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
| bool DtNotificationAndLoggingConfigWidget::showViewLogPrompt | ( | ) | [virtual] |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
| float DtNotificationAndLoggingConfigWidget::warningTickInterval | ( | ) | [virtual] |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
Ui::NotificationAndLoggingConfigWidget DtNotificationAndLoggingConfigWidget::myUiImpl [protected] |
Referenced by alwaysViewLog(), deleteAllAssistantLogsButton(), displayAssistantLogButton(), displayRemoteNotifications(), DtNotificationAndLoggingConfigWidget(), enableNotifications(), logUpdateIntervalMs(), popupsAsNotifications(), setDisplayRemoteNotifications(), setEnableNotifications(), setLogUpdateIntervalMs(), setPopupsAsNotifications(), setViewLogPrompt(), setWarningTickInterval(), showViewLogPrompt(), and warningTickInterval().