![]() |
MAK RTIspy API Documentation for HLA 1.3
|
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 () |
| QPushButton * | showAssistantLogButton () |
| virtual void | setLogUpdateIntervalMs (int val) |
| 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 | 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. | |
Public Member Functions inherited from DtAssistantConfigWidget | |
| DtAssistantConfigWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtAssistantConfigWidget () |
| Destructor. | |
| virtual QString | reasonForDisabledAccept () const |
| If the widget has disabled the accept button, returns the reason why. | |
Protected Attributes | |
| Ui::NotificationAndLoggingConfigWidget | myUiImpl |
Private Member Functions | |
| DtNotificationAndLoggingConfigWidget (DtNotificationAndLoggingConfigWidget const &) | |
| Copy constructor not implemented. | |
| DtNotificationAndLoggingConfigWidget & | operator= (DtNotificationAndLoggingConfigWidget const &) |
| Assignment operator not implemented. | |
Additional Inherited Members | |
Signals inherited from DtAssistantConfigWidget | |
| void | enablePrefAccept () |
| Emitted to indicate that the accept button can be enabled. | |
| void | disablePrefAccept () |
| Emitted to indicate that the accept button should be disabled. | |
Protected Member Functions inherited from DtAssistantConfigWidget | |
| virtual void | setAcceptEnabled (bool enabled, const QString &reasonForDisable) |
| Sets whether or not accept is enabled. | |
Widget which allows a user to change the Assistant preferences for logging and display of notifications.
| DtNotificationAndLoggingConfigWidget::DtNotificationAndLoggingConfigWidget | ( | QWidget * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
private |
Copy constructor not implemented.
| QPushButton* DtNotificationAndLoggingConfigWidget::deleteAllAssistantLogsButton | ( | ) |
| QPushButton* DtNotificationAndLoggingConfigWidget::displayAssistantLogButton | ( | ) |
|
virtual |
Methods for retrieving the configuration parameters.
|
virtual |
Methods for retrieving the configuration parameters.
|
virtual |
Methods for retrieving the configuration parameters.
|
private |
Assignment operator not implemented.
|
virtual |
Methods for retrieving the configuration parameters.
|
virtual |
Methods for setting the configuration parameters.
|
virtual |
Methods for setting the configuration parameters.
|
virtual |
Methods for setting the configuration parameters.
|
virtual |
Methods for setting the configuration parameters.
|
virtual |
Methods for setting the configuration parameters.
| QPushButton* DtNotificationAndLoggingConfigWidget::showAssistantLogButton | ( | ) |
|
virtual |
Methods for retrieving the configuration parameters.
|
protected |