Base class for a Dialog that allows a user to enter connection information.d.
More...
Public Slots |
| 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.
|
Protected Member Functions |
| 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.
|
Protected Attributes |
| DtAssistantConnQueryWidget * | myParent |
| | 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.
|
Detailed Description
Base class for a Dialog that allows a user to enter connection information.d.
Constructor & Destructor Documentation
| virtual DtAssistantAddConnDialog::~DtAssistantAddConnDialog |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void DtAssistantAddConnDialog::clearDefaultConnNum |
( |
| ) |
|
|
slot |
Saves the next connection number to be used for the current default connection name.
| virtual void DtAssistantAddConnDialog::disableDefaultConnName |
( |
| ) |
|
|
virtualslot |
Disables the construction of the default connection name, instead using user entered name.
| virtual void DtAssistantAddConnDialog::enableDefaultConnName |
( |
| ) |
|
|
virtualslot |
Enables the construction of the default connection name, instead using user entered name.
| virtual bool DtAssistantAddConnDialog::getDefaultLightweightConnName |
( |
QString & |
name | ) |
|
|
protectedvirtual |
Determines the new default connection name for a lightweight connection.
Returns false if use of the default name has been disabled.
| virtual bool DtAssistantAddConnDialog::getDefaultRtiexecConnName |
( |
QString & |
name, |
|
|
const QString & |
host |
|
) |
| |
|
protectedvirtual |
Determines the new default connection name for an rtiexec connection.
Returns false if use of the default name has been disabled.
| virtual bool DtAssistantAddConnDialog::isIpv6Address |
( |
const QString & |
address | ) |
const |
|
virtualslot |
Returns true if the given IP address is an IPv6 address.
| virtual bool DtAssistantAddConnDialog::isLoopbackAddress |
( |
const QString & |
address | ) |
const |
|
virtualslot |
Returns true if the given IP address is a loopback address.
| virtual bool DtAssistantAddConnDialog::isLoopbackDestination |
( |
const QString & |
address | ) |
const |
|
virtualslot |
Returns true if the given destination IP address is a loopback multicast, broadcast, or unicast address.
| void DtAssistantAddConnDialog::storeNextDefaultConnNum |
( |
| ) |
|
|
slot |
Saves the next default connection number to be used for the current default connection name.
Member Data Documentation
| QString DtAssistantAddConnDialog::myDefaultConnName |
|
protected |
The base string for the default connection name currently being used.
| unsigned DtAssistantAddConnDialog::myDefaultConnNum |
|
protected |
The default connection name number currently being used.
| std::map<QString, unsigned> DtAssistantAddConnDialog::myNextDefaultConnNum |
|
protected |
The next number to use to differentiate connections with the same default name, mapped by name.
The parent of this dialog.
| bool DtAssistantAddConnDialog::myUseDefaultConnName |
|
protected |
Indicates that no user supplied connection name was specified, so the default should be displayed and used.
| const QString DtAssistantAddConnDialog::theDefaultIpv4LoopbackMcastAddr |
|
staticprotected |
Default multicast addresses for loopback and non-loopback interfaces.
| const QString DtAssistantAddConnDialog::theDefaultIpv4NonLoopbackMcastAddr |
|
staticprotected |
Default multicast addresses for loopback and non-loopback interfaces.
| const QString DtAssistantAddConnDialog::theDefaultIpv6LoopbackMcastAddr |
|
staticprotected |
Default multicast addresses for loopback and non-loopback interfaces.
| const QString DtAssistantAddConnDialog::theDefaultIpv6NonLoopbackMcastAddr |
|
staticprotected |
Default multicast addresses for loopback and non-loopback interfaces.
The documentation for this class was generated from the following file: