![]() |
MAK RTIspy API Documentation for HLA 1516
|
Widget which allows a user to change the Assistant preferences. More...
Inheritance diagram for DtAssistantPreferencesWidget:
Collaboration diagram for DtAssistantPreferencesWidget:Signals | |
| void | msgStatsRequested () |
| Emitted when the message statistics button is pressed. | |
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. | |
Public Member Functions | |
| DtAssistantPreferencesWidget (QWidget *parent, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtAssistantPreferencesWidget () |
| Destructor. | |
| virtual void | setKeepAlive (bool val) |
| Methods for setting the configuration parameters. | |
| virtual void | setLightweightMemorySec (int val) |
| Methods for setting the configuration parameters. | |
| virtual void | setAssistantUpdateIntervalSec (int val) |
| Methods for setting the configuration parameters. | |
| virtual void | setLrcNetStatsUpdateIntervalSec (int val) |
| Methods for setting the configuration parameters. | |
| virtual void | setAssistantPersistent (bool persistent) |
| Methods for setting the configuration parameters. | |
| virtual void | setEnableRemoteCommands (bool val) |
| Methods for setting the configuration parameters. | |
| virtual void | setAssistantConnParams (int clientPort, int peerPort, const QString &peerAddr1, const QString &peerAddr2=QString()) |
| Methods for setting the configuration parameters. | |
| virtual bool | keepAlive () |
| Methods for retrieving the configuration parameters. | |
| virtual int | lightweightMemorySec () |
| Methods for retrieving the configuration parameters. | |
| virtual int | assistantUpdateIntervalSec () |
| Methods for retrieving the configuration parameters. | |
| virtual int | lrcNetStatsUpdateIntervalSec () |
| Methods for retrieving the configuration parameters. | |
| virtual bool | assistantPersistent () |
| Methods for retrieving the configuration parameters. | |
| virtual bool | enableRemoteCommands () |
| 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::AssistantPreferencesWidget | myUiImpl |
Private Member Functions | |
| DtAssistantPreferencesWidget (DtAssistantPreferencesWidget const &) | |
| Copy constructor not implemented. | |
| DtAssistantPreferencesWidget & | operator= (DtAssistantPreferencesWidget const &) |
| Assignment operator not implemented. | |
Additional Inherited Members | |
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.
| DtAssistantPreferencesWidget::DtAssistantPreferencesWidget | ( | QWidget * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
References connect(), msgStatsRequested(), and myUiImpl.
|
virtual |
Destructor.
|
private |
Copy constructor not implemented.
|
virtual |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
|
virtual |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
|
virtual |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
|
virtual |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
|
virtual |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
|
virtual |
Methods for retrieving the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
|
signal |
Emitted when the message statistics button is pressed.
Referenced by DtAssistantPreferencesWidget().
|
private |
Assignment operator not implemented.
|
virtual |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
|
virtual |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
|
virtual |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
|
virtual |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
|
virtual |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
|
virtual |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
|
virtual |
Methods for setting the configuration parameters.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::showConfigDialog().
|
protected |
Referenced by assistantPersistent(), assistantUpdateIntervalSec(), DtAssistantPreferencesWidget(), enableRemoteCommands(), keepAlive(), lightweightMemorySec(), lrcNetStatsUpdateIntervalSec(), setAssistantConnParams(), setAssistantPersistent(), setAssistantUpdateIntervalSec(), setEnableRemoteCommands(), setKeepAlive(), setLightweightMemorySec(), and setLrcNetStatsUpdateIntervalSec().