MAK RTIspy API Documentation for HLA Evolved
List of all members | Public Slots | Public Member Functions | Protected Attributes
DtAssistantAddRtiexecConnDialog Class Reference

Dialog that allows a user to enter connection information. More...

+ Inheritance diagram for DtAssistantAddRtiexecConnDialog:
+ Collaboration diagram for DtAssistantAddRtiexecConnDialog:

Public Slots

void udpateDefaultConnName ()
 Updates the default connection name, if in use.
void toggleAdvanced ()
 Toggles between showing and hiding advanced config options.
virtual void selectBestEffortAddrForNetworkInterface (int hostIndex)
 Decides if a new value should be set for the best-effort address based on a change to the network interface address.
- Public Slots inherited from DtAssistantAddConnDialog
virtual void enableDefaultConnName ()
 Enables the construction of the default connection name, instead using user entered name.
virtual void disableDefaultConnName ()
 Disables the construction of the default connection name, instead using user entered name.
void storeNextDefaultConnNum ()
 Saves the next default connection number to be used for the current default connection name.
void clearDefaultConnNum ()
 Saves the next connection number to be used for the current default connection name.
virtual bool isLoopbackAddress (const QString &address) const
 Returns true if the given IP address is a loopback address.
virtual bool isIpv6Address (const QString &address) const
 Returns true if the given IP address is an IPv6 address.
virtual bool isLoopbackDestination (const QString &address) const
 Returns true if the given destination IP address is a loopback multicast, broadcast, or unicast address.

Public Member Functions

 DtAssistantAddRtiexecConnDialog (DtAssistantConnQueryWidget *parent, Qt::WindowFlags f=0)
 Constructor.
virtual ~DtAssistantAddRtiexecConnDialog ()
 Destructor.
virtual void setNetworkInterfaceAddrs (const QStringList &networkInterfaceAddrs)
 Sets the list of possible network interface addresses to use.
virtual void setData (const QString &host, int bestEffortPort, int reliablePort, const QString &bestEffortIp, const QString &networkInterfaceAddr, int forwarderPort, const QString &additionalForwarderToConnectTo)
 Sets the data in the dialog.
virtual void setName (const QString &connName)
 Sets the name for the connection in the dialog.
virtual void getData (QString &connName, int &bestEffortPort, int &reliablePort, QString &bestEffortIp, QString &networkInterfaceAddr, int &forwarderPort, QString &additionalForwarderToConnectTo)
 Gets the data in the dialog.
- Public Member Functions inherited from DtAssistantAddConnDialog
 DtAssistantAddConnDialog (DtAssistantConnQueryWidget *parent, Qt::WindowFlags f=0)
 Constructor.
virtual ~DtAssistantAddConnDialog ()
 Destructor.

Protected Attributes

Ui::AddRtiexecConnectionDialog myUiImpl
 The GUI implementation of the widget.
bool myShowingAdvanced
 Whether or not the advanced options are currently shown.
DtAssistantAdvancedForwarderOptionsWidgetmyAdvancedOptionsWidget
 Widget which displays advanced forwarder options.
bool myNetworkIfIsLoopback
 Stores whether the previous network interface was a loopback address.
QRegExpValidator * myBestEffortIpValidator
 Validators to check the input of the line edit boxes.
QIntValidator * myPortValidator
 Validators to check the input of the line edit boxes.
QRegExpValidator * myConnectionNameValidator
 Validators to check the input of the line edit boxes.
- Protected Attributes inherited from DtAssistantAddConnDialog
DtAssistantConnQueryWidgetmyParent
 The parent of this dialog.
bool myUseDefaultConnName
 Indicates that no user supplied connection name was specified, so the default should be displayed and used.
std::map< QString, unsigned > myNextDefaultConnNum
 The next number to use to differentiate connections with the same default name, mapped by name.
unsigned myDefaultConnNum
 The default connection name number currently being used.
QString myDefaultConnName
 The base string for the default connection name currently being used.

Additional Inherited Members

- Protected Member Functions inherited from DtAssistantAddConnDialog
virtual bool getDefaultRtiexecConnName (QString &name, const QString &host)
 Determines the new default connection name for an rtiexec connection.
virtual bool getDefaultLightweightConnName (QString &name)
 Determines the new default connection name for a lightweight connection.
- Static Protected Attributes inherited from DtAssistantAddConnDialog
static const QString theDefaultIpv4LoopbackMcastAddr
 Default multicast addresses for loopback and non-loopback interfaces.
static const QString theDefaultIpv4NonLoopbackMcastAddr
 Default multicast addresses for loopback and non-loopback interfaces.
static const QString theDefaultIpv6LoopbackMcastAddr
 Default multicast addresses for loopback and non-loopback interfaces.
static const QString theDefaultIpv6NonLoopbackMcastAddr
 Default multicast addresses for loopback and non-loopback interfaces.

Detailed Description

Dialog that allows a user to enter connection information.

Constructor & Destructor Documentation

DtAssistantAddRtiexecConnDialog::DtAssistantAddRtiexecConnDialog ( DtAssistantConnQueryWidget parent,
Qt::WindowFlags  f = 0 
)
DtAssistantAddRtiexecConnDialog::~DtAssistantAddRtiexecConnDialog ( )
virtual

Destructor.

Member Function Documentation

void DtAssistantAddRtiexecConnDialog::getData ( QString &  connName,
int &  bestEffortPort,
int &  reliablePort,
QString &  bestEffortIp,
QString &  networkInterfaceAddr,
int &  forwarderPort,
QString &  additionalForwarderToConnectTo 
)
virtual
void DtAssistantAddRtiexecConnDialog::selectBestEffortAddrForNetworkInterface ( int  hostIndex)
virtualslot
void DtAssistantAddRtiexecConnDialog::setData ( const QString &  host,
int  bestEffortPort,
int  reliablePort,
const QString &  bestEffortIp,
const QString &  networkInterfaceAddr,
int  forwarderPort,
const QString &  additionalForwarderToConnectTo 
)
virtual
void DtAssistantAddRtiexecConnDialog::setName ( const QString &  connName)
virtual

Sets the name for the connection in the dialog.

References DtAssistantAddConnDialog::disableDefaultConnName(), and myUiImpl.

Referenced by DtAssistantRtiexecConnQueryWidget::promptUserForConnInfo().

void DtAssistantAddRtiexecConnDialog::setNetworkInterfaceAddrs ( const QStringList &  networkInterfaceAddrs)
virtual

Sets the list of possible network interface addresses to use.

References myUiImpl.

Referenced by DtAssistantRtiexecConnQueryWidget::loadLocalInterfaceList().

void DtAssistantAddRtiexecConnDialog::toggleAdvanced ( )
slot

Toggles between showing and hiding advanced config options.

References myAdvancedOptionsWidget, myShowingAdvanced, and myUiImpl.

Referenced by DtAssistantAddRtiexecConnDialog().

void DtAssistantAddRtiexecConnDialog::udpateDefaultConnName ( )
slot

Updates the default connection name, if in use.

References DtAssistantAddConnDialog::getDefaultRtiexecConnName(), and myUiImpl.

Referenced by setData().

Member Data Documentation

DtAssistantAdvancedForwarderOptionsWidget* DtAssistantAddRtiexecConnDialog::myAdvancedOptionsWidget
protected

Widget which displays advanced forwarder options.

Referenced by DtAssistantAddRtiexecConnDialog(), getData(), setData(), and toggleAdvanced().

QRegExpValidator* DtAssistantAddRtiexecConnDialog::myBestEffortIpValidator
protected

Validators to check the input of the line edit boxes.

Referenced by DtAssistantAddRtiexecConnDialog().

QRegExpValidator* DtAssistantAddRtiexecConnDialog::myConnectionNameValidator
protected

Validators to check the input of the line edit boxes.

Referenced by DtAssistantAddRtiexecConnDialog().

bool DtAssistantAddRtiexecConnDialog::myNetworkIfIsLoopback
protected

Stores whether the previous network interface was a loopback address.

Referenced by DtAssistantAddRtiexecConnDialog(), and selectBestEffortAddrForNetworkInterface().

QIntValidator* DtAssistantAddRtiexecConnDialog::myPortValidator
protected

Validators to check the input of the line edit boxes.

Referenced by DtAssistantAddRtiexecConnDialog().

bool DtAssistantAddRtiexecConnDialog::myShowingAdvanced
protected

Whether or not the advanced options are currently shown.

Referenced by toggleAdvanced().

Ui::AddRtiexecConnectionDialog DtAssistantAddRtiexecConnDialog::myUiImpl
protected

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

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)