MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Slots | Public Member Functions | Protected Types | Protected Attributes | Static Protected Attributes
DtForwarderConnStatusDialog Class Reference

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.

Detailed Description

Dialog to be displayed when a local forwarder is waiting for remote forwarders to connect.

Member Enumeration Documentation

Column indices for the tree widget.

Enumerator:
ForwarderNameCol 
ForwarderAddressCol 
ForwarderPortCol 
ForwarderConnectedCol 

Constructor & Destructor Documentation

DtForwarderConnStatusDialog::DtForwarderConnStatusDialog ( int  compId,
QWidget parent = 0,
Qt::WindowFlags  f = 0 
)

Constructor.

virtual DtForwarderConnStatusDialog::~DtForwarderConnStatusDialog ( )
virtual

Destructor.

Member Function Documentation

int DtForwarderConnStatusDialog::compId ( ) const
inline

Returns the forwarder's component ID.

void DtForwarderConnStatusDialog::processDoNotWait ( )
slot

Handles a user request not to wait for unconnected forwarders.

void DtForwarderConnStatusDialog::processShutDown ( )
slot

Handles a shut down request from the user.

virtual void DtForwarderConnStatusDialog::updateForwarderList ( const DtNeededFwConnMap fws)
virtual

Sets the statistics in the dialog.

Member Data Documentation

int DtForwarderConnStatusDialog::myCompId
protected

The component ID for the forwarder.

Ui::ForwarderConnStatusDialog DtForwarderConnStatusDialog::myUiImpl
protected

The GUI implementation of the widget.

const QString DtForwarderConnStatusDialog::theConnectedText
staticprotected

Text to display when connection has been established.

const QString DtForwarderConnStatusDialog::theNotConnectedText
staticprotected

Text to display while waiting for connection.


The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)