![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Widget which allows a user to change the Federations View preferences. More...
Inheritance diagram for DtFederationsViewPreferencesWidget:
Collaboration diagram for DtFederationsViewPreferencesWidget:Public Member Functions | |
| DtFederationsViewPreferencesWidget (QWidget *parent, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtFederationsViewPreferencesWidget () |
| Destructor. | |
| virtual void | setFederateIdentifier (DtFederateIdentifierType val) |
| Methods for setting the configuration parameters. | |
| virtual void | setDefunctFederateTimeoutMs (int val) |
| Methods for setting the configuration parameters. | |
| virtual void | setDisplayFederationColors (bool val) |
| Methods for setting the configuration parameters. | |
| virtual DtFederateIdentifierType | federateIdentifier () |
| Methods for retrieving the configuration parameters. | |
| virtual int | defunctFederateTimeoutMs () |
| Methods for retrieving the configuration parameters. | |
| virtual bool | displayFederationColors () |
| 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::FederationsViewPreferencesWidget | myUiImpl |
Private Member Functions | |
| DtFederationsViewPreferencesWidget (DtFederationsViewPreferencesWidget const &) | |
| Copy constructor not implemented. | |
| DtFederationsViewPreferencesWidget & | operator= (DtFederationsViewPreferencesWidget 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 Federations View preferences.
| DtFederationsViewPreferencesWidget::DtFederationsViewPreferencesWidget | ( | QWidget * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
|
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().
|
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().
|
protected |