![]() |
VR-Forces 4.3 Class Documentation
|
The dialog widget that displays the various connection configurations. More...

Public Slots | |
| virtual void | setConnectionLineEdit (const QString &name) |
| Set the name of the connection. | |
| virtual void | addConnection () |
| Pops up a small config widget to allow user to choose the name of the connection and the desired protocol. | |
| virtual void | removeConnection () |
| Removes the selected connection. | |
| virtual void | toggleAutoConnection () |
| Sets this connection as the prefered connection. | |
| virtual void | launchConnection () |
| virtual void | closeWithoutLaunching () |
| virtual void | cancel () |
Public Member Functions | |
| DtConnectionsConfigWidget (DtVrfLauncherApplication *app, QWidget *parent=0) | |
| CTOR. | |
| virtual | ~DtConnectionsConfigWidget () |
| Virtual DTOR. | |
| virtual bool | init () |
| Initializers. | |
| virtual void | setDefaultTitleNumber (unsigned int num) |
| virtual unsigned int | defaultTitleNumber () |
Public Attributes | |
| Ui::connectionsConfigWidgetUi | myUiImpl |
Protected Slots | |
| virtual void | connectionNameChanged () |
| virtual void | setCurrentProtocolSubwidget () |
| Updates the connection configuration widget with selected connection's info. | |
| virtual void | modifyPlugins () |
| Brings up a dialog to allow the user to modify the plugins to load with the GUI. | |
Protected Member Functions | |
| virtual DtProtocolConfigSubWidget * | createProtocolSubwidget (unsigned int type) |
| Creates a new connection configuration of specified type( DIS, HLA13, HLA1516). | |
| virtual bool | initCreateDialog (DtCreateConnectionDialog *createDlg) |
| virtual void | setupConnectionList () |
| virtual void | setProtocolText (unsigned int prot) |
| virtual void | setCurrentProtocolSubwidget (DtProtocolConfigSubWidget *widget) |
| virtual void | updateAutoConnectButton (DtConnectionSettings *connection=NULL) |
| virtual void | setLauncherTitle () |
| virtual void | setInLaunchMode (bool launch) |
| virtual void | writeOutSettings () |
Protected Attributes | |
| const std::string | myConnectionsFolder |
| DtVrfLauncherApplication * | myLauncherApp |
| QListWidgetItem * | myAutoConnection |
| Name of the connection to use as default for launching application. | |
| QIcon | myAutoConnectionIcon |
| QIcon | myBlankIcon |
| DtProtocolConfigSubWidget * | myCurrentProtocolSubwidget |
| ProtocolWidgetMap | myProtocolWidgetMap |
| ConnectionObjectsMap | myConnectionsMap |
| unsigned int | myNextDefaultNum |
Private Member Functions | |
| DtConnectionsConfigWidget (const DtConnectionsConfigWidget &orig) | |
| Copy CTOR ( not implemented ) | |
| DtConnectionsConfigWidget & | operator= (const DtConnectionsConfigWidget &orig) |
| Assignment operator ( not implemented ) | |
The dialog widget that displays the various connection configurations.
| DtConnectionsConfigWidget::DtConnectionsConfigWidget | ( | DtVrfLauncherApplication * | app, |
| QWidget * | parent = 0 |
||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
private |
Copy CTOR ( not implemented )
|
virtual |
Initializers.
|
virtual |
|
virtual |
|
protectedvirtual |
Creates a new connection configuration of specified type( DIS, HLA13, HLA1516).
There is one connection configuration for each type. These are hashed by their protocol type and stored in the widgetHash.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
virtualslot |
Set the name of the connection.
|
virtualslot |
Pops up a small config widget to allow user to choose the name of the connection and the desired protocol.
|
virtualslot |
Removes the selected connection.
|
virtualslot |
Sets this connection as the prefered connection.
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
Updates the connection configuration widget with selected connection's info.
|
protectedvirtualslot |
Brings up a dialog to allow the user to modify the plugins to load with the GUI.
Note that this modification will effect future GUI runs
|
private |
Assignment operator ( not implemented )
| Ui::connectionsConfigWidgetUi DtConnectionsConfigWidget::myUiImpl |
|
protected |
|
protected |
|
protected |
Name of the connection to use as default for launching application.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |