MAK RTIspy API Documentation for HLA 1.3
List of all members | Public Member Functions | Protected Attributes | Private Member Functions
DtNotificationAndLoggingConfigWidget Class Reference

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 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.
DtNotificationAndLoggingConfigWidgetoperator= (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.

Detailed Description

Widget which allows a user to change the Assistant preferences for logging and display of notifications.

Constructor & Destructor Documentation

DtNotificationAndLoggingConfigWidget::DtNotificationAndLoggingConfigWidget ( QWidget parent,
Qt::WindowFlags  f = 0 
)

Constructor.

References connect(), and myUiImpl.

DtNotificationAndLoggingConfigWidget::~DtNotificationAndLoggingConfigWidget ( )
virtual

Destructor.

DtNotificationAndLoggingConfigWidget::DtNotificationAndLoggingConfigWidget ( DtNotificationAndLoggingConfigWidget const &  )
private

Copy constructor not implemented.

Member Function Documentation

QPushButton * DtNotificationAndLoggingConfigWidget::deleteAllAssistantLogsButton ( )
QPushButton * DtNotificationAndLoggingConfigWidget::displayAssistantLogButton ( )
bool DtNotificationAndLoggingConfigWidget::displayRemoteNotifications ( )
virtual

Methods for retrieving the configuration parameters.

References myUiImpl.

Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().

bool DtNotificationAndLoggingConfigWidget::enableNotifications ( )
virtual

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.

bool DtNotificationAndLoggingConfigWidget::popupsAsNotifications ( )
virtual

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::setWarningTickInterval ( float  val)
virtual

Methods for setting the configuration parameters.

References myUiImpl.

Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().

float DtNotificationAndLoggingConfigWidget::warningTickInterval ( )
virtual

Methods for retrieving the configuration parameters.

References myUiImpl.

Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().

Member Data Documentation

Ui::NotificationAndLoggingConfigWidget DtNotificationAndLoggingConfigWidget::myUiImpl
protected

The documentation for this class was generated from the following files:

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)