![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Dialog that allows a user to enter connection information. More...
Inheritance diagram for DtAddForwarderConnDialog:
Collaboration diagram for DtAddForwarderConnDialog:Public Slots | |
| void | selectConnection () |
| Initiate a connection to the selected forwarder (from the view dialog's selected forwarder) | |
| void | cancelConnect () |
| The connect was canceled. Clean up. | |
| void | processConnectionSelection (int index) |
| Processes the selection of a new connection. | |
Signals | |
| void | connectionSelected (const QString &connectionName) |
| Connection was selected. | |
Public Member Functions | |
| DtAddForwarderConnDialog (DtFederationsViewDialog *parent, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtAddForwarderConnDialog () |
| Destructor. | |
| virtual void | addConnection (const QString &connectionName, const DtRtiConnectionInfo &connection) |
| Add a connection. | |
| virtual int | selectedConnection () const |
| Return the selected index. | |
| void | clearConnections () |
| Clear the connection list. | |
| virtual void | addItem (const QString &attribute, const QString &val, const QColor &colorValue=Qt::black) |
| Add a new text item to the info panel optional text color. | |
| virtual void | addItem (const QString &attribute, QWidget *w) |
| Add a new widget item to the info panel. | |
| virtual void | addSubItem (const QString &val, const QColor &colorValue=Qt::black) |
| Add a new text sub-item to the info panel optional text color. | |
| virtual void | removeItem (const QString &attribute) |
| Removes any items with the matching attribute name. | |
Protected Attributes | |
| DtFederationsViewDialog * | myParent |
| Ui::AddForwarderConnectionDialog | myUiImpl |
| The GUI implementation of the widget. | |
| int | mySelectedConnection |
| The selected connection index. | |
| QTreeView * | myTreeView |
| QStandardItemModel * | myItemModel |
| QStandardItem * | myLastParentItem |
| std::map< QString, DtRtiConnectionInfo > | myConnections |
| const QString | myNoConnectionsName |
Dialog that allows a user to enter connection information.
| DtAddForwarderConnDialog::DtAddForwarderConnDialog | ( | DtFederationsViewDialog * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Add a connection.
|
virtual |
Add a new text item to the info panel optional text color.
|
virtual |
Add a new widget item to the info panel.
|
virtual |
Add a new text sub-item to the info panel optional text color.
Sub-items are added as children under the previously added item.
|
slot |
The connect was canceled. Clean up.
| void DtAddForwarderConnDialog::clearConnections | ( | ) |
Clear the connection list.
|
signal |
Connection was selected.
|
slot |
Processes the selection of a new connection.
|
virtual |
Removes any items with the matching attribute name.
|
slot |
Initiate a connection to the selected forwarder (from the view dialog's selected forwarder)
|
virtual |
Return the selected index.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
The selected connection index.
|
protected |
|
protected |
The GUI implementation of the widget.