![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Widget used to request the user to provide new connection parameters when an LRC cannot establish a connection. More...
Inheritance diagram for DtAssistantLrcConnQueryWidget:
Collaboration diagram for DtAssistantLrcConnQueryWidget:Public Slots | |
| virtual void | processStartRtiexec () |
| Processes the pressing of the start rtiexec button by the user. | |
Signals | |
| void | startRtiexec (const DtRtiConnectionInfoDataPair &conn, const DtRtiConnectionConfigurationInfo &config) |
| Signal emitted when user chooses to start an rtiexec. | |
| void | updateWindowTitle (const QString &) |
| Signal emitted when the window title should be changed. | |
| void | requestStartRtiexecEnable (const DtRtiConnectionInfoDataPair &) |
| Signal emitted when we think we may want to enable the "Start rtiexec" option, but need to be told if its ok (could be disabled by remote assistant for this connection) | |
Public Member Functions | |
| DtAssistantLrcConnQueryWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtAssistantLrcConnQueryWidget () |
| Destructor. | |
| virtual void | addKnownAssistant (const DtAssistantInfo &assistant) |
| Adds an assistant to the list of known remote assistants. | |
| virtual void | removeKnownAssistant (const DtAssistantInfo &assistant) |
| Removes an assistant to the list of known remote assistants. | |
| virtual const DtAssistantInfoSet & | knownAssistants () const |
| virtual void | displayErrorText (bool error) |
| Set the variation of widget text based on whether or not it is being displayed due to an error. | |
| virtual void | setStartRtiexecEnabled (bool enable, const QString &reason) |
| Sets whether or not the "Start rtiexec" button is enabled. | |
Protected Member Functions | |
| virtual bool | addConnection (const DtRtiConnectionInfoDataPair &conn, const DtRtiConfigurationInfoDataPair &config, DtNameToConnInfoMap::iterator &connIter) |
| Adds an available connection to the list. | |
| virtual void | removeConnection (const DtRtiConnectionInfoDataPair &conn) |
| Removes an available connection from the list. | |
| virtual void | clearAllConnections () |
| Clears the entire connection list. | |
| virtual void | updateDisplayedConnection (const QString &name, const DtRtiConnectionInfoDataPair &updatedConn, QTreeWidgetItem *connItem) |
| Depending on the type of our current query connection, we update connItem based on updatedConn. | |
| virtual QTreeWidgetItem * | findConnInTree (const DtRtiConnectionInfo &conn, DtNameToConnInfoMap::iterator &connIter) |
| Finds the connection item in the tree. | |
| virtual void | getConnStatusText (const QTreeWidgetItem *item, const DtRtiConnectionInfoDataPair &conn, const DtRtiConfigurationInfoDataPair &, QString &text) |
| Gets the connection status text for the given connection. | |
| virtual void | loadLocalInterfaceList () |
| Reloads the list of local interfaces which can be selected for new connections. | |
| virtual bool | isKnownAssistant (const DtRtiConnectionInfo &conn) |
| Determine if this connection is an rtiexec connection on the same host as one of the known assistants. | |
| virtual bool | checkForValidAddrAndHost (const QString &addrStr, const MAKRti::DtInetAddr &ifAddr, MAKRti::DtInetAddr &addr, MAKRti::DtString &hostName) |
| Check if the string is a valid address, as well as valid for the specified interface. | |
| virtual void | setHostNameFromKnownAssistants (const MAKRti::DtInetAddr &ip, const MAKRti::DtInetAddr &interfaceAddr, MAKRti::DtString &hostName) |
| Attempts to set the host name of the connection by matching the IP address and network interface address with a known assistant. | |
| virtual bool | setReliableIpFromKnownAssistants (const MAKRti::DtString &hostName, const MAKRti::DtInetAddr &interfaceAddr, MAKRti::DtInetAddr &ip) |
| Attempts to set the reliable IP address of the connection by matching the host name and network interface address with a known assistant. | |
| virtual void | showEvent (QShowEvent *event) |
| Prepare the widget to be shown. | |
| virtual bool | promptUserForNewConnInfo (DtRtiConnectionInfoDataPair &conn) |
| Prompts the user for new connection info. | |
| virtual bool | promptUserToEditConnInfo (DtRtiConnectionInfoDataPair &conn) |
| Prompts the user to edit connection info. | |
| virtual bool | promptUserForConnInfo (DtRtiConnectionInfoDataPair &conn, const QString &dialogTitle, bool useNameOfGivenConn) |
| Prompts the user for connection info. | |
| virtual void | setAcceptEnabledBasedOnConn (const DtRtiConnectionInfoDataPair *conn) |
| Enables or disables the accept button based on the state of the given currently selected connection. | |
| virtual void | updateDialogBasedOnConn (const DtRtiConnectionInfoDataPair *conn, const DtRtiConfigurationInfoDataPair *config, bool isDisabled) |
| Updates the LRC connection query dialog specific items based on the state of the given currently selected connection and configuration. | |
Protected Attributes | |
| DtAssistantInfoSet | myRemoteAssistants |
| The set of known remote assistants. | |
| DtAssistantAddLrcConnDialog * | myAddConnDialog |
| Dialog used to set information for a new connection. | |
| QTreeWidgetItem * | myLightweightItem |
| Top level item for the lightweight connection type. | |
| QTreeWidgetItem * | myRtiexecItem |
| Top level item for the rtiexec connection type. | |
Static Protected Attributes | |
| static const QString | theErrorText |
| Text to be displayed when there was a connection error. | |
| static const QString | theNormalText |
| Text to be displayed when there was no error. | |
| static const QString | theErrorTitle |
| Title to be displayed when there was a connection error. | |
| static const QString | theNormalTitle |
| Title to be displayed when there was no error. | |
| static const QString | theVerifiedText |
| Text descriptions for each possible connection status. | |
| static const QString | theVerifiedForwarderText |
| Text descriptions for each possible connection status. | |
| static const QString | theUnknownText |
| Text descriptions for each possible connection status. | |
| static const QString | theConflictingText |
| Text descriptions for each possible connection status. | |
| static const QString | theUnknownNetworkInterfaceText |
| Text descriptions for each possible connection status. | |
| static const QString | theNoNetworkInterfaceText |
| Text descriptions for each possible connection status. | |
| static const QString | theLightweightBranchHeaderText |
| Connection tree branch headers and tool tips. | |
| static const QString | theLightweightBranchToolTipText |
| Connection tree branch headers and tool tips. | |
| static const QString | theRtiexecBranchHeaderText |
| Connection tree branch headers and tool tips. | |
| static const QString | theRtiexecBranchToolTipText |
| Connection tree branch headers and tool tips. | |
Private Member Functions | |
| DtAssistantLrcConnQueryWidget (DtAssistantLrcConnQueryWidget const &) | |
| Copy constructor not implemented. | |
| DtAssistantLrcConnQueryWidget & | operator= (DtAssistantLrcConnQueryWidget const &) |
| Assignment operator not implemented. | |
Widget used to request the user to provide new connection parameters when an LRC cannot establish a connection.
| DtAssistantLrcConnQueryWidget::DtAssistantLrcConnQueryWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
References connect(), DtAssistantConnQueryWidget::ConnectionNameCol, myLightweightItem, myRtiexecItem, DtAssistantConnQueryWidget::myStartRtiexecAction, DtAssistantConnQueryWidget::myUiImpl, processStartRtiexec(), DtAssistantConnQueryWidget::showStartRtiexecButton(), theLightweightBranchHeaderText, theLightweightBranchToolTipText, theRtiexecBranchHeaderText, and theRtiexecBranchToolTipText.
Destructor.
| DtAssistantLrcConnQueryWidget::DtAssistantLrcConnQueryWidget | ( | DtAssistantLrcConnQueryWidget const & | ) | [private] |
Copy constructor not implemented.
| bool DtAssistantLrcConnQueryWidget::addConnection | ( | const DtRtiConnectionInfoDataPair & | conn, |
| const DtRtiConfigurationInfoDataPair & | config, | ||
| DtNameToConnInfoMap::iterator & | connIter | ||
| ) | [protected, virtual] |
Adds an available connection to the list.
Returns true if it was successfully added and sets the iterator to location in the map of the new connection.
References DtAssistantConnQueryWidget::DtRtiConnAndAssociatedConfig::config, DtAssistantConnQueryWidget::DtRtiConnAndAssociatedConfig::conn, findConnInTree(), DtAssistantConnQueryWidget::myConnectionInfo, myLightweightItem, myRtiexecItem, DtAssistantConnQueryWidget::reserveNameForConnection(), and updateDisplayedConnection().
| void DtAssistantLrcConnQueryWidget::addKnownAssistant | ( | const DtAssistantInfo & | assistant | ) | [virtual] |
Adds an assistant to the list of known remote assistants.
References myRemoteAssistants.
Referenced by DtAssistantConnQueryMgr::DtAssistantConnQueryMgr(), and DtAssistantConnQueryMgr::processAssistantFound().
| bool DtAssistantLrcConnQueryWidget::checkForValidAddrAndHost | ( | const QString & | addrStr, |
| const MAKRti::DtInetAddr & | ifAddr, | ||
| MAKRti::DtInetAddr & | addr, | ||
| MAKRti::DtString & | hostName | ||
| ) | [protected, virtual] |
Check if the string is a valid address, as well as valid for the specified interface.
Return the constructed DtInetAddr and the host name of the machine if it can be determined.
References DtGetLocalHostName(), DtAssistantConnQueryWidget::isAddressNotation(), setHostNameFromKnownAssistants(), and setReliableIpFromKnownAssistants().
Referenced by promptUserForConnInfo().
| void DtAssistantLrcConnQueryWidget::clearAllConnections | ( | ) | [protected, virtual] |
Clears the entire connection list.
Implements DtAssistantConnQueryWidget.
Reimplemented in DtAssistantConnConfigWidget.
References DtAssistantConnQueryWidget::myChosenConnection, DtAssistantConnQueryWidget::myConnectionInfo, myLightweightItem, DtAssistantConnQueryWidget::myPredefinedLightweightConnection, DtAssistantConnQueryWidget::myPredefinedRtiexecConnection, and myRtiexecItem.
| void DtAssistantLrcConnQueryWidget::displayErrorText | ( | bool | error | ) | [virtual] |
Set the variation of widget text based on whether or not it is being displayed due to an error.
References DtAssistantConnQueryWidget::myUiImpl, theErrorText, theErrorTitle, theNormalText, theNormalTitle, and updateWindowTitle().
Referenced by DtAssistantConnQueryMgr::processConnQueryMsg().
| QTreeWidgetItem * DtAssistantLrcConnQueryWidget::findConnInTree | ( | const DtRtiConnectionInfo & | conn, |
| DtNameToConnInfoMap::iterator & | connIter | ||
| ) | [protected, virtual] |
Finds the connection item in the tree.
Returns a pointer to the tree item as well as an iterator to its location in the map.
References DtAssistantConnQueryWidget::ConnectionNameCol, DtAssistantConnQueryWidget::myConnectionInfo, myLightweightItem, myRtiexecItem, and DtRtiConnectionInfo::useRtiexec().
Referenced by addConnection(), and removeConnection().
| void DtAssistantLrcConnQueryWidget::getConnStatusText | ( | const QTreeWidgetItem * | item, |
| const DtRtiConnectionInfoDataPair & | conn, | ||
| const DtRtiConfigurationInfoDataPair & | , | ||
| QString & | text | ||
| ) | [protected, virtual] |
Gets the connection status text for the given connection.
Implements DtAssistantConnQueryWidget.
References DtRtiAssociatedConnectionData::DtConnectionConflicting, DtRtiAssociatedConnectionData::DtConnectionForwarderVerified, DtRtiAssociatedConnectionData::DtConnectionVerified, DtAssistantConnQueryWidget::isItemDisabled(), theConflictingText, theNoNetworkInterfaceText, theUnknownNetworkInterfaceText, theUnknownText, theVerifiedForwarderText, and theVerifiedText.
| bool DtAssistantLrcConnQueryWidget::isKnownAssistant | ( | const DtRtiConnectionInfo & | conn | ) | [protected, virtual] |
Determine if this connection is an rtiexec connection on the same host as one of the known assistants.
References DtAssistantInfo::findMatchingHostInfo(), DtRtiConnectionInfo::hostName(), myRemoteAssistants, DtRtiConnectionInfo::networkInterfaceAddr(), and DtRtiConnectionInfo::reliableIp().
Referenced by updateDialogBasedOnConn().
| const DtAssistantInfoSet & DtAssistantLrcConnQueryWidget::knownAssistants | ( | ) | const [virtual] |
References myRemoteAssistants.
| void DtAssistantLrcConnQueryWidget::loadLocalInterfaceList | ( | ) | [protected, virtual] |
Reloads the list of local interfaces which can be selected for new connections.
Implements DtAssistantConnQueryWidget.
References DtAssistantConnQueryWidget::ConnectionNameCol, DtAssistantConnQueryWidget::disableItem(), DtRtiConnectionInfo::invalidConn(), DtRtiConnectionInfo::localIpAddresses(), myAddConnDialog, DtAssistantConnQueryWidget::myAddConnectionAction, DtAssistantConnQueryWidget::myConnectionInfo, DtAssistantConnQueryWidget::myEnableLoopbackDevice, myLightweightItem, myRtiexecItem, DtAssistantConnQueryWidget::myUiImpl, DtRtiConnectionInfo::networkInterfaceAddr(), DtAssistantAddLrcConnDialog::setNetworkInterfaceAddrs(), and updateDisplayedConnection().
Referenced by promptUserForConnInfo(), and showEvent().
| DtAssistantLrcConnQueryWidget& DtAssistantLrcConnQueryWidget::operator= | ( | DtAssistantLrcConnQueryWidget const & | ) | [private] |
Assignment operator not implemented.
| void DtAssistantLrcConnQueryWidget::processStartRtiexec | ( | ) | [virtual, slot] |
Processes the pressing of the start rtiexec button by the user.
References DtAssistantConnQueryWidget::checkForPortConflicts(), DtAssistantConnQueryWidget::ConnectionNameCol, DtAssistantConnQueryWidget::myConnectionInfo, DtAssistantConnQueryWidget::myUiImpl, and startRtiexec().
Referenced by DtAssistantLrcConnQueryWidget().
| bool DtAssistantLrcConnQueryWidget::promptUserForConnInfo | ( | DtRtiConnectionInfoDataPair & | conn, |
| const QString & | dialogTitle, | ||
| bool | useNameOfGivenConn | ||
| ) | [protected, virtual] |
Prompts the user for connection info.
References DtAssistantConnQueryWidget::checkForPortConflicts(), DtAssistantConnQueryWidget::checkForValidAddr(), checkForValidAddrAndHost(), DtAssistantConnQueryWidget::ConnectionNameCol, DtRtiConnectionInfo::defaultBestEffortIp(), DtRtiConnectionInfo::defaultForwarderPort(), DtRtiConnectionInfo::defaultHostName(), DtRtiConnectionInfo::defaultLightweightPort(), DtRtiConnectionInfo::defaultNetworkInterfaceAddr(), DtRtiConnectionInfo::defaultReliableIp(), DtRtiConnectionInfo::defaultRtiexecPort(), DtGetLocalHostName(), DtRtiAssociatedConnectionData::DtUnknownState, DtAssistantAddLrcConnDialog::getData(), loadLocalInterfaceList(), myAddConnDialog, DtAssistantConnQueryWidget::myPredefinedLightweightConnection, myRemoteAssistants, DtAssistantConnQueryWidget::myUiImpl, DtAssistantAddLrcConnDialog::setAvailableHosts(), DtAssistantAddLrcConnDialog::setData(), DtAssistantAddLrcConnDialog::setName(), and theLightweightBranchHeaderText.
Referenced by promptUserForNewConnInfo(), and promptUserToEditConnInfo().
| bool DtAssistantLrcConnQueryWidget::promptUserForNewConnInfo | ( | DtRtiConnectionInfoDataPair & | conn | ) | [protected, virtual] |
Prompts the user for new connection info.
Implements DtAssistantConnQueryWidget.
References promptUserForConnInfo().
| bool DtAssistantLrcConnQueryWidget::promptUserToEditConnInfo | ( | DtRtiConnectionInfoDataPair & | conn | ) | [protected, virtual] |
Prompts the user to edit connection info.
Implements DtAssistantConnQueryWidget.
References promptUserForConnInfo().
| void DtAssistantLrcConnQueryWidget::removeConnection | ( | const DtRtiConnectionInfoDataPair & | conn | ) | [protected, virtual] |
Removes an available connection from the list.
The list of available connections should be set prior to every execution of the widget.
Implements DtAssistantConnQueryWidget.
References findConnInTree(), DtAssistantConnQueryWidget::myChosenConnection, DtAssistantConnQueryWidget::myConnectionInfo, myLightweightItem, DtAssistantConnQueryWidget::myPredefinedLightweightConnection, DtAssistantConnQueryWidget::myPredefinedRtiexecConnection, myRtiexecItem, and DtAssistantConnQueryWidget::unreserveNameForConnection().
| void DtAssistantLrcConnQueryWidget::removeKnownAssistant | ( | const DtAssistantInfo & | assistant | ) | [virtual] |
Removes an assistant to the list of known remote assistants.
References myRemoteAssistants.
Referenced by DtAssistantConnQueryMgr::processAssistantLost().
| void DtAssistantLrcConnQueryWidget::requestStartRtiexecEnable | ( | const DtRtiConnectionInfoDataPair & | ) | [signal] |
Signal emitted when we think we may want to enable the "Start rtiexec" option, but need to be told if its ok (could be disabled by remote assistant for this connection)
Referenced by updateDialogBasedOnConn().
| void DtAssistantLrcConnQueryWidget::setAcceptEnabledBasedOnConn | ( | const DtRtiConnectionInfoDataPair * | conn | ) | [protected, virtual] |
Enables or disables the accept button based on the state of the given currently selected connection.
Implements DtAssistantConnQueryWidget.
References DtAssistantConnQueryWidget::setAcceptEnabled().
| void DtAssistantLrcConnQueryWidget::setHostNameFromKnownAssistants | ( | const MAKRti::DtInetAddr & | ip, |
| const MAKRti::DtInetAddr & | interfaceAddr, | ||
| MAKRti::DtString & | hostName | ||
| ) | [protected, virtual] |
Attempts to set the host name of the connection by matching the IP address and network interface address with a known assistant.
Will set the host name to a null string if it could not be determined.
References DtAssistantInfo::findMatchingHostInfo(), and myRemoteAssistants.
Referenced by checkForValidAddrAndHost().
| bool DtAssistantLrcConnQueryWidget::setReliableIpFromKnownAssistants | ( | const MAKRti::DtString & | hostName, |
| const MAKRti::DtInetAddr & | interfaceAddr, | ||
| MAKRti::DtInetAddr & | ip | ||
| ) | [protected, virtual] |
Attempts to set the reliable IP address of the connection by matching the host name and network interface address with a known assistant.
Will set and return false if the IP to the invalid value if it could not be determined.
References DtAssistantInfo::findMatchingHostInfo(), and myRemoteAssistants.
Referenced by checkForValidAddrAndHost().
| void DtAssistantLrcConnQueryWidget::setStartRtiexecEnabled | ( | bool | enable, |
| const QString & | reason | ||
| ) | [virtual] |
Sets whether or not the "Start rtiexec" button is enabled.
If button is to be disabled, reason will be used as a tool tip for the user.
References DtAssistantConnQueryWidget::myStartRtiexecAction, and DtAssistantConnQueryWidget::myUiImpl.
Referenced by DtAssistantConnQueryMgr::setStartRtiexecEnableBasedOnConn(), and updateDialogBasedOnConn().
| void DtAssistantLrcConnQueryWidget::showEvent | ( | QShowEvent * | event | ) | [protected, virtual] |
Prepare the widget to be shown.
Reimplemented in DtAssistantConnConfigWidget.
References DtAssistantConnQueryWidget::clearUserAddedAndRemoved(), DtAssistantConnQueryWidget::ConnectionNameCol, loadLocalInterfaceList(), DtAssistantConnQueryWidget::myChosenConnection, DtAssistantConnQueryWidget::myConnectionInfo, DtAssistantConnQueryWidget::myInitialState, myLightweightItem, DtAssistantConnQueryWidget::myPredefinedLightweightConnection, DtAssistantConnQueryWidget::myPredefinedRtiexecConnection, myRtiexecItem, DtAssistantConnQueryWidget::myUiImpl, DtAssistantConnQueryWidget::selectConnection(), and DtAssistantConnQueryWidget::SortCol.
| void DtAssistantLrcConnQueryWidget::startRtiexec | ( | const DtRtiConnectionInfoDataPair & | conn, |
| const DtRtiConnectionConfigurationInfo & | config | ||
| ) | [signal] |
Signal emitted when user chooses to start an rtiexec.
Referenced by processStartRtiexec().
| void DtAssistantLrcConnQueryWidget::updateDialogBasedOnConn | ( | const DtRtiConnectionInfoDataPair * | conn, |
| const DtRtiConfigurationInfoDataPair * | config, | ||
| bool | isDisabled | ||
| ) | [protected, virtual] |
Updates the LRC connection query dialog specific items based on the state of the given currently selected connection and configuration.
Reimplemented from DtAssistantConnQueryWidget.
References isKnownAssistant(), requestStartRtiexecEnable(), and setStartRtiexecEnabled().
| void DtAssistantLrcConnQueryWidget::updateDisplayedConnection | ( | const QString & | name, |
| const DtRtiConnectionInfoDataPair & | updatedConn, | ||
| QTreeWidgetItem * | connItem | ||
| ) | [protected, virtual] |
Depending on the type of our current query connection, we update connItem based on updatedConn.
Implements DtAssistantConnQueryWidget.
Reimplemented in DtAssistantConnConfigWidget.
References DtAssistantConnQueryWidget::ConnectionNameCol, DtRtiAssociatedConnectionData::DtConnectionForwarderVerified, DtRtiAssociatedConnectionData::DtConnectionVerified, DtRtiAssociatedConnectionData::DtUnknownState, DtAssistantConnQueryWidget::isItemDisabled(), DtAssistantConnQueryWidget::myInvalidChoiceIcon, DtAssistantConnQueryWidget::myUnknownChoiceIcon, DtAssistantConnQueryWidget::myValidChoiceIcon, DtAssistantConnQueryWidget::setConnItemToolTip(), and DtAssistantConnQueryWidget::SortCol.
Referenced by addConnection(), and loadLocalInterfaceList().
| void DtAssistantLrcConnQueryWidget::updateWindowTitle | ( | const QString & | ) | [signal] |
Signal emitted when the window title should be changed.
Referenced by displayErrorText().
Dialog used to set information for a new connection.
Referenced by loadLocalInterfaceList(), and promptUserForConnInfo().
QTreeWidgetItem* DtAssistantLrcConnQueryWidget::myLightweightItem [protected] |
Top level item for the lightweight connection type.
Referenced by addConnection(), clearAllConnections(), DtAssistantLrcConnQueryWidget(), findConnInTree(), loadLocalInterfaceList(), removeConnection(), and showEvent().
The set of known remote assistants.
Referenced by addKnownAssistant(), isKnownAssistant(), knownAssistants(), promptUserForConnInfo(), removeKnownAssistant(), setHostNameFromKnownAssistants(), and setReliableIpFromKnownAssistants().
QTreeWidgetItem* DtAssistantLrcConnQueryWidget::myRtiexecItem [protected] |
Top level item for the rtiexec connection type.
Referenced by addConnection(), clearAllConnections(), DtAssistantLrcConnQueryWidget(), findConnInTree(), loadLocalInterfaceList(), removeConnection(), and showEvent().
const QString DtAssistantLrcConnQueryWidget::theConflictingText [static, protected] |
tr( "This connection cannot be active because a conflicting connection is active." )
Text descriptions for each possible connection status.
Referenced by getConnStatusText(), and DtAssistantConnConfigWidget::updateDisplayedConnection().
const QString DtAssistantLrcConnQueryWidget::theErrorText [static, protected] |
tr( "The RTI is configured to connect to an rtiexec or RTI Forwarder but " "a connection could not be made. Please verify that the rtiexec is " "running, and then choose or add the correct connection information below." )
Text to be displayed when there was a connection error.
Referenced by displayErrorText().
const QString DtAssistantLrcConnQueryWidget::theErrorTitle [static, protected] |
tr( "Connection Failed" )
Title to be displayed when there was a connection error.
Referenced by displayErrorText().
const QString DtAssistantLrcConnQueryWidget::theLightweightBranchHeaderText [static, protected] |
tr("Lightweight connections")
Connection tree branch headers and tool tips.
Referenced by DtAssistantLrcConnQueryWidget(), and promptUserForConnInfo().
const QString DtAssistantLrcConnQueryWidget::theLightweightBranchToolTipText [static, protected] |
tr("Connections that don't use rtiexecs. Connections may be faster, but\n" "they offer fewer features and only best effort message exchanges.")
Connection tree branch headers and tool tips.
Referenced by DtAssistantLrcConnQueryWidget().
const QString DtAssistantLrcConnQueryWidget::theNoNetworkInterfaceText [static, protected] |
tr( "This connection has no configured network interface." )
Text descriptions for each possible connection status.
Referenced by getConnStatusText().
const QString DtAssistantLrcConnQueryWidget::theNormalText [static, protected] |
tr( "Please choose the RTI connection you would like to use." )
Text to be displayed when there was no error.
Referenced by displayErrorText().
const QString DtAssistantLrcConnQueryWidget::theNormalTitle [static, protected] |
tr( "Choose RTI Connection" )
Title to be displayed when there was no error.
Referenced by displayErrorText().
const QString DtAssistantLrcConnQueryWidget::theRtiexecBranchHeaderText [static, protected] |
tr("rtiexec connections")
Connection tree branch headers and tool tips.
Referenced by DtAssistantLrcConnQueryWidget().
const QString DtAssistantLrcConnQueryWidget::theRtiexecBranchToolTipText [static, protected] |
tr("Connections that use rtiexecs. These connections support\n" "reliable messages and full RTI compilance.")
Connection tree branch headers and tool tips.
Referenced by DtAssistantLrcConnQueryWidget().
const QString DtAssistantLrcConnQueryWidget::theUnknownNetworkInterfaceText [static, protected] |
tr( "This connection is configured to use a network interface that cannot be found." )
Text descriptions for each possible connection status.
Referenced by getConnStatusText(), and DtAssistantConnConfigWidget::updateDisplayedConnection().
const QString DtAssistantLrcConnQueryWidget::theUnknownText [static, protected] |
tr( "Unable to determine if this connection is active." )
Text descriptions for each possible connection status.
Referenced by getConnStatusText(), and DtAssistantConnConfigWidget::updateDisplayedConnection().
const QString DtAssistantLrcConnQueryWidget::theVerifiedForwarderText [static, protected] |
tr( "The RTI Forwarder is active, but rtiexec is not." )
Text descriptions for each possible connection status.
Referenced by getConnStatusText(), and DtAssistantConnConfigWidget::updateDisplayedConnection().
const QString DtAssistantLrcConnQueryWidget::theVerifiedText [static, protected] |
tr( "This connection is active" )
Text descriptions for each possible connection status.
Referenced by getConnStatusText(), and DtAssistantConnConfigWidget::updateDisplayedConnection().