![]() |
VR-Exchange 2.9 API Documentation
|
Base class for connection settings widgets. More...

Public Slots | |
| virtual bool | apply () |
| Applies any settings changes and returns whether changed were made. More... | |
| virtual void | cancel () |
| Re-loads the settings from the initializer and closes the dialog. More... | |
Public Member Functions | |
| DtConnectionSettingsWidget (QWidget *parent=0) | |
| Default Constructor. More... | |
| virtual | ~DtConnectionSettingsWidget () |
| Destructor. More... | |
| virtual void | initialize (DtBrokerInitializer *init) |
| Initializes the widget. More... | |
| virtual QIcon | icon ()=0 |
| Returns the widget's icon. More... | |
| virtual std::string | iconFilepath ()=0 |
| Returns the widget's icon filepath. More... | |
Protected Member Functions | |
| virtual void | setupGui ()=0 |
| Lays out the widget's fields. More... | |
| virtual void | connectToSignals ()=0 |
| Connects to signals from the input widgets. More... | |
| virtual void | applyCurrentSettings ()=0 |
| Updates the initializer with the dialog's current settings. More... | |
| virtual void | loadCurrentSettings ()=0 |
| Updates the dialog with the initializer's current settings. More... | |
Protected Attributes | |
| bool | myIsEdited |
| DtBrokerInitializer * | myInitializer |
Base class for connection settings widgets.
| MAKVrExchange::DtConnectionSettingsWidget::DtConnectionSettingsWidget | ( | QWidget * | parent = 0 | ) |
Default Constructor.
|
virtual |
Destructor.
|
virtualslot |
Applies any settings changes and returns whether changed were made.
|
protectedpure virtual |
Updates the initializer with the dialog's current settings.
Implemented in MAKVrExchange::DtRprBroker::DtHlaConnectionSettingsWidget, MAKVrExchange::DtDisBroker::DtDisConnectionSettingsWidget, MAKVrExchange::DtTenaBroker::DtTenaConnectionSettingsWidget, and MAKVrExchange::DtDdsBroker::DtDdsConnectionSettingsWidget.
|
virtualslot |
Re-loads the settings from the initializer and closes the dialog.
|
protectedpure virtual |
Connects to signals from the input widgets.
Implemented in MAKVrExchange::DtRprBroker::DtHlaConnectionSettingsWidget, MAKVrExchange::DtDisBroker::DtDisConnectionSettingsWidget, MAKVrExchange::DtTenaBroker::DtTenaConnectionSettingsWidget, and MAKVrExchange::DtDdsBroker::DtDdsConnectionSettingsWidget.
|
pure virtual |
|
pure virtual |
Returns the widget's icon filepath.
Implemented in MAKVrExchange::DtRprBroker::DtHlaConnectionSettingsWidget, MAKVrExchange::DtDisBroker::DtDisConnectionSettingsWidget, and MAKVrExchange::DtDdsBroker::DtDdsConnectionSettingsWidget.
|
virtual |
Initializes the widget.
Reimplemented in MAKVrExchange::DtRprBroker::DtHlaConnectionSettingsWidget, and MAKVrExchange::DtDisBroker::DtDisConnectionSettingsWidget.
|
protectedpure virtual |
Updates the dialog with the initializer's current settings.
Implemented in MAKVrExchange::DtRprBroker::DtHlaConnectionSettingsWidget, MAKVrExchange::DtDisBroker::DtDisConnectionSettingsWidget, MAKVrExchange::DtTenaBroker::DtTenaConnectionSettingsWidget, and MAKVrExchange::DtDdsBroker::DtDdsConnectionSettingsWidget.
|
protectedpure virtual |
|
protected |
|
protected |