![]() |
MAK RTIspy API Documentation for HLA 1516
|
Dialog to be displayed when a local forwarder is waiting for remote forwarders to connect. More...
Inheritance diagram for DtForwarderConnStatusDialog:
Collaboration diagram for DtForwarderConnStatusDialog:Public Slots | |
| void | processShutDown () |
| Handles a shut down request from the user. More... | |
| void | processDoNotWait () |
| Handles a user request not to wait for unconnected forwarders. More... | |
Public Member Functions | |
| DtForwarderConnStatusDialog (int compId, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. More... | |
| virtual | ~DtForwarderConnStatusDialog () |
| Destructor. More... | |
| virtual void | updateForwarderList (const DtNeededFwConnMap &fws) |
| Sets the statistics in the dialog. More... | |
| int | compId () const |
| Returns the forwarder's component ID. More... | |
Protected Types | |
| enum | DtForwarderConnStatusTreeCol { ForwarderNameCol, ForwarderAddressCol, ForwarderPortCol, ForwarderConnectedCol } |
| Column indices for the tree widget. More... | |
Protected Attributes | |
| int | myCompId |
| The component ID for the forwarder. More... | |
| Ui::ForwarderConnStatusDialog | myUiImpl |
| The GUI implementation of the widget. More... | |
Static Protected Attributes | |
| static const QString | theConnectedText |
| Text to display when connection has been established. More... | |
| static const QString | theNotConnectedText |
| Text to display while waiting for connection. More... | |
Dialog to be displayed when a local forwarder is waiting for remote forwarders to connect.
|
protected |
| DtForwarderConnStatusDialog::DtForwarderConnStatusDialog | ( | int | compId, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
inline |
Returns the forwarder's component ID.
|
slot |
Handles a user request not to wait for unconnected forwarders.
|
slot |
Handles a shut down request from the user.
|
virtual |
Sets the statistics in the dialog.
|
protected |
The component ID for the forwarder.
|
protected |
The GUI implementation of the widget.
|
staticprotected |
Text to display when connection has been established.
|
staticprotected |
Text to display while waiting for connection.