![]() |
MAK RTIspy API Documentation for HLA 4
|
Dialog that allows a user to enter connection information. More...
Inheritance diagram for DtForeignAssistantConnectionsDialog:
Collaboration diagram for DtForeignAssistantConnectionsDialog:Public Slots | |
| void | removeConnection () |
| Remove selected connection. More... | |
| void | addConnection () |
| Add a connection. More... | |
| void | signalConnects () |
| Connect checked connections not already connected. More... | |
| void | signalDisconnects () |
| Connect checked connections not already connected. More... | |
| void | currentItemChanged (QListWidgetItem *current, QListWidgetItem *previous) |
| Change state based on selected item. More... | |
| void | itemChanged (QListWidgetItem *item) |
| Item has changed. More... | |
| void | assistantConnected (const DtAssistantInfo &assistant) |
| Assistant connected. More... | |
| void | assistantDisconnected (const DtAssistantInfo &assistant) |
| Assistant disconnected. More... | |
Signals | |
| void | connectionAdded (const QString &hostName, const QString &hostIp, const QString &localInterfaceAddr) |
| Foreign connection was added. More... | |
| void | connectionRemoved (const QString &hostName, const QString &hostIp, const QString &localInterfaceAddr) |
| Foreign connection was removed. More... | |
| void | makeConnection (const QString &hostName, const QString &hostIp, const QString &localInterfaceAddr) |
| Initiate connection to foreign assistant. More... | |
| void | breakConnection (const QString &hostName, const QString &hostIp, const QString &localInterfaceAddr) |
| Break connection to foreign assistant. More... | |
Public Member Functions | |
| DtForeignAssistantConnectionsDialog (DtFederationsViewDialog *parent, Qt::WindowFlags f=0) | |
| Constructor. More... | |
| virtual | ~DtForeignAssistantConnectionsDialog () |
| Destructor. More... | |
| virtual int | addAssistantConnection (const QString &host, const QString &hostIp, const QString &networkInterfaceAddr, bool connected) |
| Sets the data in the dialog Return row index (-1 if not added) More... | |
| virtual void | clear () |
| Clears the connection list. More... | |
Protected Member Functions | |
| virtual QString | makeAssistantText (const QString &hostName, const QString &hostIp, const QString &localInterface) const |
| Make the text for an assistant entry. More... | |
| virtual void | getComponents (const QString &text, QString &hostName, QString &hostIp, QString &localInterface) const |
| Given an assistant entry, get the components. More... | |
Protected Attributes | |
| DtFederationsViewDialog * | myParent |
| Ui::ForeignAssistantConnections | myUiImpl |
| The GUI implementation of the widget. More... | |
| const QIcon | myConnectedIcon |
| const QIcon | myDisconnectedIcon |
| bool | myCheckedConnected |
| bool | myCheckedDisconnected |
| bool | myEditingConnection |
Dialog that allows a user to enter connection information.
| DtForeignAssistantConnectionsDialog::DtForeignAssistantConnectionsDialog | ( | DtFederationsViewDialog * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Sets the data in the dialog Return row index (-1 if not added)
|
slot |
Add a connection.
|
slot |
Assistant connected.
|
slot |
Assistant disconnected.
|
signal |
Break connection to foreign assistant.
|
virtual |
Clears the connection list.
|
signal |
Foreign connection was added.
|
signal |
Foreign connection was removed.
|
slot |
Change state based on selected item.
|
protectedvirtual |
Given an assistant entry, get the components.
|
slot |
Item has changed.
|
protectedvirtual |
Make the text for an assistant entry.
|
signal |
Initiate connection to foreign assistant.
|
slot |
Remove selected connection.
|
slot |
Connect checked connections not already connected.
|
slot |
Connect checked connections not already connected.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
The GUI implementation of the widget.