![]() |
MAK RTIspy API Documentation for HLA 1.3
|
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. | |
| void | processDoNotWait () |
| Handles a user request not to wait for unconnected forwarders. | |
Public Member Functions | |
| DtForwarderConnStatusDialog (int compId, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtForwarderConnStatusDialog () |
| Destructor. | |
| virtual void | updateForwarderList (const DtNeededFwConnMap &fws) |
| Sets the statistics in the dialog. | |
| int | compId () const |
| Returns the forwarder's component ID. | |
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. | |
| Ui::ForwarderConnStatusDialog | myUiImpl |
| The GUI implementation of the widget. | |
Static Protected Attributes | |
| static const QString | theConnectedText |
| Text to display when connection has been established. | |
| static const QString | theNotConnectedText |
| Text to display while waiting for connection. | |
Dialog to be displayed when a local forwarder is waiting for remote forwarders to connect.
enum DtForwarderConnStatusDialog::DtForwarderConnStatusTreeCol [protected] |
| DtForwarderConnStatusDialog::DtForwarderConnStatusDialog | ( | int | compId, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
References connect(), myUiImpl, processDoNotWait(), and processShutDown().
Destructor.
| int DtForwarderConnStatusDialog::compId | ( | ) | const [inline] |
Returns the forwarder's component ID.
Referenced by DtAssistantNetworkCompViewMgr::processDoNotWaitForForwarders(), and DtAssistantNetworkCompViewMgr::processShutDownWaitingForwarder().
| void DtForwarderConnStatusDialog::processDoNotWait | ( | ) | [slot] |
Handles a user request not to wait for unconnected forwarders.
Referenced by DtForwarderConnStatusDialog().
| void DtForwarderConnStatusDialog::processShutDown | ( | ) | [slot] |
Handles a shut down request from the user.
Referenced by DtForwarderConnStatusDialog().
| void DtForwarderConnStatusDialog::updateForwarderList | ( | const DtNeededFwConnMap & | fws | ) | [virtual] |
Sets the statistics in the dialog.
References ForwarderAddressCol, ForwarderConnectedCol, ForwarderNameCol, ForwarderPortCol, myUiImpl, theConnectedText, and theNotConnectedText.
Referenced by DtAssistantNetworkCompViewMgr::processAwaitingForwardersMsg().
int DtForwarderConnStatusDialog::myCompId [protected] |
The component ID for the forwarder.
Ui::ForwarderConnStatusDialog DtForwarderConnStatusDialog::myUiImpl [protected] |
The GUI implementation of the widget.
Referenced by DtForwarderConnStatusDialog(), and updateForwarderList().
const QString DtForwarderConnStatusDialog::theConnectedText [static, protected] |
Text to display when connection has been established.
Referenced by updateForwarderList().
const QString DtForwarderConnStatusDialog::theNotConnectedText [static, protected] |
Text to display while waiting for connection.
Referenced by updateForwarderList().