![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for DtFederationsViewDialog:
Collaboration diagram for DtFederationsViewDialog:Public Slots | |
| void | processConnectionSelection (int index, bool ignoreVisibility=false) |
| Processes the selection of a new connection. More... | |
| void | showHelpDialog () |
| Shows the help dialog. More... | |
| void | processHelpDialogClose () |
| Handles cleanup of the help dialog after it is closed. More... | |
| void | showEvent (QShowEvent *event) |
| Override QWidget's show function so we can display the correct forwarder. More... | |
| virtual void | hideEvent (QHideEvent *event) |
| Override hideEvent to store the size of the dialog when it is hidden. More... | |
| void | closeEvent (QCloseEvent *event) |
| Override QWidget's close function so we can stop observers. More... | |
| void | keyPressEvent (QKeyEvent *event) |
| Handles key press events. More... | |
| void | shutdownCurrentRtiexec () |
| Processes a command to shutdown the current rtiexec. More... | |
| void | shutdownCurrentRtiForwarder () |
| Processes a command to shutdown the current RTI Forwarder. More... | |
| void | updateNetworkMap () |
| Update the Network Map widget. More... | |
| void | refreshView () |
| Refresh view. More... | |
| void | changeFederationColor (const QString &federationName, const QColor &newColor) |
| Changes the color of the specified federation. More... | |
| void | enableFederationColors (bool enable) |
| Enable/disable display of federation colors. More... | |
| void | setFederateIdentifierType (unsigned int fedIdType) |
| Change the text type used to identify federates. More... | |
| void | showSyncPointDialog () |
| Shows the sync point dialog for the selected federation. More... | |
| void | showFederateStatsDialog () |
| Shows the federate statistics dialog for the selected federate. More... | |
| void | showFomDialog () |
| Shows the Fom dialog for the selected federate. More... | |
| void | enableOrDisableMenuActions (const DtRtiConnectionInfo &conn) |
| Enables or disables menu actions based on selected connection. More... | |
| void | updateFederateRemovalTime (float period) |
| Processes an update to the defunct federate removal period. More... | |
| void | clearSelection () |
| Processes unselection. More... | |
| void | updateFederateIcon () |
| Updates the icon for the selected federate to the user chosen image. More... | |
| void | showSelectedFederateRidParams () |
| Handles a request to show the RID parameters for the selected federate. More... | |
| void | showSelectedFederateLog () |
| Handles a request to show the log file for the selected federate. More... | |
| void | showForiegnAssistantConnectionsDialog () |
| Handles request to show assistant connection dialog. More... | |
| void | showConnectForwarderDialog () |
| Handles request to show forwarder connection dialog. More... | |
| void | forwarderConnectionSelected (const QString &connectionName) |
| Handle the selection of a forwarder connection. More... | |
| virtual void | noMapNodeSelected () |
| Displays info and icons for when nothing is selected. More... | |
| virtual void | noTreeNodeSelected () |
| Displays info and icons for when nothing is selected. More... | |
| virtual void | switchToPeerForwarder (const MAKRti::DtString &hostName, int port) |
| Handles when a connection should be switched to peer forwarder node. More... | |
| virtual void | assistantFound (const DtAssistantInfo &assistant) |
| Handle new assistant. More... | |
| virtual void | assistantLost (const DtAssistantInfo &assistant) |
| Handle lost assistant. More... | |
| void | processForeignConnectionAdded (const QString &hostNameIp, const QString &hostIpString, const QString &localInterfaceAddr) |
| Process foreign connection was added. More... | |
| void | processForeignConnectionRemoved (const QString &hostNameIp, const QString &hostIpString, const QString &localInterfaceAddr) |
| Process foreign connection was removed. More... | |
Signals | |
| void | viewedConnectionChanged (const DtRtiConnectionInfo &conn) |
| Emitted when the user chooses a different connection to be viewed. More... | |
| void | startupRtiexec () |
| Processes a command to startup an rtiexec. More... | |
| void | shutdownRtiexec () |
| Emitted when the currently viewed rtiexec should be shutdown. More... | |
| void | startupRtiForwarder () |
| Processes a command to startup an RTI Forwarder. More... | |
| void | connectRtiForwarder (const DtRtiConnectionInfo &connection) |
| Processes a command to connect RTI Forwarders from the forwarder of the current viewed connection to the forwarder of the given connection. More... | |
| void | shutdownForwarder () |
| Emitted when the currently viewed RTI Forwarder should be shutdown. More... | |
| void | aboutDialogRequested () |
| Emitted when the RTI about dialog is requested. More... | |
| void | showPopup (const MAKRti::DtString &, const MAKRti::DtString &, const MAKRti::DtString &) |
| Emitted when a popup dialog from a remote rtiexec should be displayed. More... | |
| void | forceFederateResign (int, const QString &) |
| Emitted when user has requested to resign a federate. More... | |
| void | forceFederationDestroy (const QString &) |
| Emitted when user has requested to destroy a federation. More... | |
| void | showRtiexecRidParams () |
| Emitted when RID parameters for the current rtiexec are requested. More... | |
| void | showForwarderRidParams () |
| Emitted when RID parameters for the current RTI Forwarder are requested. More... | |
| void | showFederateRidParams (const MAKRti::DtString &federation, int federateHandle) |
| Emitted when RID parameters for the specified federate are requested. More... | |
| void | showRtiexecLog () |
| Emitted to display a local rtiexec's log. More... | |
| void | showForwarderLog () |
| Emitted to display a local forwarder's log. More... | |
| void | showFederateLog (const MAKRti::DtString &federation, int federateHandle) |
| Emitted when log file for the specified federate are requested. More... | |
| void | showLatencyTestDialog (const QString &fedexName, int fedHandle) |
| Emitted when a latency test is requested. More... | |
| void | enableNetworkTesting (const QString &fedexName) |
| Emitted to enable network testing for the given federation. More... | |
| void | disableNetworkTesting (const QString &fedexName) |
| Emitted to disable network testing for the given federation. More... | |
| void | saveToLog () |
| Emitted when a user requests to save the currently displayed federation information to a log file. More... | |
| void | showFederationsViewPreferences () |
| Emitted to show the federations view preferences. More... | |
| void | federateSelected (const MAKRti::DtString &federation, int federateHandle) |
| Emitted on the selection of a federate. More... | |
| void | rtiexecSelected () |
| Emitted on the selection of an rtiexec. More... | |
| void | forwarderSelected (const MAKRti::DtString &name, int port) |
| Emitted on the selection of a central forwarder. More... | |
| void | peerForwarderSelected (const MAKRti::DtString &name, int port) |
| Emitted on the selection of a peer forwarder. More... | |
| void | federationSelected (const MAKRti::DtString &name) |
| Emitted on the selection of a federation. More... | |
| void | lightweightSelected () |
| Emitted on the selection of the central lightweight node. More... | |
| void | showSyncPointDialog (const MAKRti::DtString &name) |
| Emitted to show a sync point dialog for the given federation. More... | |
| void | showFederateStatsDialog (const MAKRti::DtString &federation, int federateHandle) |
| Emitted to show the federate statistics dialog for the given federate. More... | |
| void | defunctFederateRemoved (const MAKRti::DtString &federation, int federateHandle) |
| Emitted when a defunct federate was removed from the federate tree. More... | |
| void | showFomDialog (const MAKRti::DtString &federation, int federateHandle) |
| Emitted to show the fom dialog for the given federate. More... | |
| void | refreshFederationsView () |
| Refresh federations view. More... | |
| void | foreignConnectionAdded (const DtAssistantInfo &assistant) |
| Foreign connection was added. More... | |
| void | foreignConnectionRemoved (const DtAssistantInfo &assistant) |
| Foreign connection was removed. More... | |
| void | makeForeignConnection (const QString &hostNameIp, const QString &hostIpString, const QString &localInterfaceAddr) |
| Initiate connection to foreign assistant. More... | |
| void | breakForeignConnection (const QString &hostNameIp, const QString &hostIpString, const QString &localInterfaceAddr) |
| Break connection to foreign assistant. More... | |
| void | assistantConnected (const DtAssistantInfo &assistant) |
| Assistant connected. More... | |
| void | assistantDisconnected (const DtAssistantInfo &assistant) |
| Assistant disconnected. More... | |
Public Member Functions | |
| DtFederationsViewDialog (const MAKRti::DtFilename &configDir, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| Constructor. More... | |
| virtual | ~DtFederationsViewDialog () |
| Destructor. More... | |
| virtual QSize | sizeHint () const |
| Returns the recommended size for the widget. More... | |
| virtual void | tick () |
| Performs periodic functions. More... | |
| virtual void | setConnectionIsLocal (const MAKRti::DtString &name, bool isLocal) |
| Changes the state of whether the given forwarder connection is being used by a local component. More... | |
| virtual void | checkAndAddMainForwarder (const MAKRti::DtString &hostname, int port) |
| Makes sure the currently displayed forwarder is up to date. More... | |
| virtual void | checkAndAddLightweight (const MAKRti::DtString &hostname) |
| Makes sure the currently displayed lightweight connection is up to date. More... | |
| virtual void | addNetworkMapForwarderNode (const MAKRti::DtString &forwarderName, int port) |
| Adds a forwarder node to the network map. More... | |
| virtual void | removeNetworkMapForwarderNode (const MAKRti::DtString &forwarderName, int port) |
| Removes a forwarder node from the network map. More... | |
| virtual void | addNetworkMapRtiexecNode () |
| Adds an rtiexec node to the network map. More... | |
| virtual void | removeNetworkMapRtiexecNode () |
| Removes an rtiexec node from the network map. More... | |
| virtual void | addNetworkMapFederateNode (int fedHandle, const MAKRti::DtString &federationName, const MAKRti::DtString &processName, const MAKRti::DtString &fedType, const MAKRti::DtString &fedName, bool notJoined=false, bool isDropped=false) |
| Adds a federate node to the network map. More... | |
| virtual void | removeNetworkMapFederateNode (int fedHandle, const MAKRti::DtString &federationName) |
| Removes a federate node from the network map. More... | |
| virtual void | updateNetworkMapFederateNode (int fedHandle, const MAKRti::DtString &federationName, int queueStatus, bool disconnected, bool reconnecting, bool inErrorState=false) |
| Updates a federate node in the network map. More... | |
| virtual void | refreshNetworkMap () |
| Refreshes the network map. Should be called after any series of updates. More... | |
| virtual void | clearData () |
| clears old data. More... | |
| virtual void | setViewedConnectionDescription (const DtRtiConnectionInfo &conn) |
| Set forwarder connection info. More... | |
| virtual void | clearNetworkMap () |
| Clears all data from the connection tree. More... | |
| virtual void | enableCommands (bool enable) |
| Enables or disables the rtiexec & forwarder shutdown option. More... | |
| virtual void | enableRtiExecShutdownCommand (bool enable) |
| Enables or disables the rtiexec shutdown option. More... | |
| virtual void | enableRtiForwarderShutdownCommand (bool enable) |
| Enables or disables the forwarder shutdown option. More... | |
| virtual void | displayLoadingIndication () |
| Displays a message that the current federation information is loading. More... | |
| virtual void | removeLoadingIndication () |
| Removes the loading indication messages. More... | |
| virtual void | saveGuiConfiguration () |
| Saves the current GUI configuration to file. More... | |
| virtual Ui::FederationsViewDialog | getUiImpl () const |
| virtual int | addConnection (const MAKRti::DtString &name, const DtRtiConnectionInfo &conn, bool isLocal) |
| Adds a connection to the list of viewable connections. More... | |
| virtual void | removeConnection (const MAKRti::DtString &name) |
| Removes an rtiexec from the list of viewable rtiexecs. More... | |
| virtual void | updateFederations (const DtFederationStateByNameMap *federations, const DtAssistantForwarderInfo *forwarderInfo, const std::vector< DtAssistantForwarderInfo > &peerInfos) |
| Updates the displayed federation information for the currently displayed connection. More... | |
| virtual void | updateFederation (const DtAssistantFederationInfo *federation, const DtAssistantForwarderInfo *forwarderInfo, const std::vector< DtAssistantForwarderInfo > &peerInfos) |
| Updates a federation of the currently displayed connection. More... | |
| virtual void | removeFederation (const MAKRti::DtString &federationName) |
| Removes a federation from the currently displayed connection. More... | |
| virtual void | removeAllFederations () |
| Removes all federations from the display. More... | |
| virtual void | updateFederate (const DtAssistantFederateInfo &federate, const DtAssistantForwarderInfo *forwarderInfo, const MAKRti::DtString &federationName, const std::vector< DtAssistantForwarderInfo > &peerInfos) |
| Updates a federate in the given federation of the currently displayed connection. More... | |
| virtual void | removeFederate (int federateHandle, const MAKRti::DtString &federationName) |
| Removes a federate from the given federation of the currently displayed connection. More... | |
| virtual void | setupFederateTree () |
| Sets up the federate tree, including the initial column display and the View/Column menu actions. More... | |
| virtual void | setFederateIdentifierType (DtFederateIdentifierType fedIdType) |
| Change the text type used to identify federates. More... | |
| virtual void | selectFederate (const MAKRti::DtString &federation, int federateHandle, const DtAssistantFederateInfo *fedInfo, const DtAssistantNetworkCompInfo *netCompInfo) |
| Processes selection of a federate. More... | |
| virtual void | selectDeadFederate (const MAKRti::DtString &federation, const MAKRti::DtString &federateName, const DtAssistantNetworkCompInfo &newInfo) |
| Processes selection of a Dead (Disconnected or Dropped) federate. More... | |
| virtual void | selectRtiexec (const DtAssistantNetworkCompInfo *netCompInfo) |
| Processes selection of an rtiexec. More... | |
| virtual void | selectForwarder (const MAKRti::DtString &name, int port) |
| Processes selection of a central forwarder. More... | |
| virtual void | selectPeerForwarder (const DtAssistantNetworkCompInfo *netCompInfo) |
| Processes selection of a peer forwarder. More... | |
| virtual void | selectFederation (const DtAssistantFederationInfo *info) |
| Processes selection of a federation. More... | |
| virtual void | selectNoConnection (const DtRtiConnectionInfo &conn) |
| Process selection of null connection. More... | |
| virtual void | selectLightweight () |
| Processes selection of the lightweight connection node. More... | |
| virtual void | initializeQtToolTips () |
| Initialize tool tips. More... | |
| virtual DtSelectedNodeType | selectedNodeType () const |
| Returns the node type for the selected node. More... | |
| virtual void | addForeignAssistant (const DtAssistantInfo &assistantHost) |
| Add a foreign assistant connection. More... | |
| virtual void | addAndUpdateRtiAssociatedConnectionData (const DtRtiConnectionInfo &connectionInfo, const DtRtiAssociatedConnectionData &associatedConnectionData) |
Protected Member Functions | |
| virtual void | showFederateInfo (const MAKRti::DtString &federation, int federateHandle, const DtAssistantFederateInfo *fedInfo, const DtAssistantNetworkCompInfo *netCompInfo) |
| Displays info on the specified federate in the selected node panel. More... | |
| virtual void | showDeadFederateInfo (const MAKRti::DtString &federation, const MAKRti::DtString &federateName, bool isDropped, const DtAssistantNetworkCompInfo &newInfo) |
| Displays info on the specified dead federate in the selected node panel. More... | |
| virtual void | showRtiexecInfo (const DtAssistantNetworkCompInfo *info) |
| Displays info on the specified rtiexec in the selected node panel. More... | |
| virtual void | showForwarderInfo (const DtRtiConnectionInfo &info) |
| Displays info on the specified forwarder in the selected node panel. More... | |
| virtual void | showPeerForwarderInfo (const DtAssistantNetworkCompInfo *netCompInfo) |
| Displays info on the specified peer forwarder. More... | |
| virtual void | showFederationInfo (const DtAssistantFederationInfo *info, bool update) |
| Displays info on the specified rtiexec in the selected node panel. More... | |
| virtual void | showLightweightInfo (const DtRtiConnectionInfo &info) |
| Displays info on the specified lightweight connection in the selected node panel. More... | |
| virtual MAKRti::DtString | selectedFederateId () const |
| Returns the federate identifier to use for the selected federate. More... | |
| virtual void | loadGuiConfiguration () |
| Loads the GUI configuration from a file. More... | |
| virtual QAction * | createMenuAction (QString itemText, QIcon icon, bool enabled=true) |
Setup methods | |
Sets up the Federations View UI | |
| virtual void | setupUI () |
| Populates the menus with the sub-menus and actions. More... | |
| virtual void | setupMenus () |
| Populates the menus with the sub-menus and actions. More... | |
| virtual void | connectSignals () |
| Connects Qt signals and slots. More... | |
Protected Attributes | |
| Ui::FederationsViewDialog | myUiImpl |
| bool | myRtiExecInCurrentViewedConn |
| QProcess * | myHelpAssistant |
| Help application. More... | |
| QComboBox * | myConnectionComboBox |
| Combo box for selecting an RTI connection. More... | |
| QLabel * | myRtiForwarderLabel |
| Current Connection layout widgets. More... | |
| QGridLayout * | myPropertiesAreaLayout |
| QWidget * | myPropertiesAreaLayoutWidget |
| QToolBar * | myToolBar |
| QWidget * | myCentralWidget |
| QTreeWidgetItem * | myExecItem |
| QTreeWidgetItem * | myCurrentViewedItem |
| QTreeWidgetItem * | myLoadingIndicationItem |
| Item that indicates information is being loaded. More... | |
| QString | theNoConnectionsAvailableText |
| Text displayed in the combo box if there are no known rtiForwarders. More... | |
| DtNetworkMapWidget * | myNetworkMapWidget |
| The network map widget. More... | |
| QTimer * | myNetworkMapTimer |
| QTime * | myNetworkMapTimeDelta |
| DtRtiSelectedNodeWidget * | mySelectedItemWidget |
| The selected item widget. More... | |
| QDockWidget * | myNetworkMapDock |
| Docking Widgets. More... | |
| QDockWidget * | mySelectedItemDock |
| DtRtiConnectionInfo | myCurrentConnectionInfo |
| Details of the selected connection. More... | |
| DtFederateIconChooserDlg * | myFedIconChooser |
| The dialog to choose a federate icon. More... | |
| DtForeignAssistantConnectionsDialog * | myForeignAssistantConnectionsDialog |
| The dialog to connect to a remote assistant. More... | |
| DtAddForwarderConnDialog * | myConnectForwarderDialog |
| The dialog to select a forwarder connection. More... | |
| bool | myDisplayingLw |
| Indicates whether we are currently displaying a lightweight connection. More... | |
| MAKRti::DtFilename | myConfigDir |
| The RTI Assistant configuration directory. More... | |
| bool | myFirstTimeShown |
| Indicates that the dialog has not yet been shown. More... | |
| std::map< QString, DtRtiConnectionInfo > | myConnsByName |
| Name to connection info map. More... | |
| std::map< MAKRti::DtString, QString > | myConnNamesByHostPort |
| Host:Port string to info map. More... | |
| std::multiset< DtAssistantInfo > | myPendingAssistants |
| The Assistants pending (user added, not yet verified) More... | |
| std::set< DtAssistantInfo > | myAssistants |
| The known assistants. More... | |
| QString | myLastViewedConnection |
| Name of connection shown last time dialog was displayed. More... | |
| DtFederateTree * | myFederateTree |
| Federate tree. More... | |
| QDockWidget * | myFederationsViewDock |
| Dock widget for the federations view tree. More... | |
| DtFederateIdentifierType | myFederateIdentifier |
| What identifying text should be displayed for federates. More... | |
| DtSelectedNodeType | mySelectedNodeType |
| The type of node currently selected. More... | |
| MAKRti::DtString | mySelectedFederation |
| Name of the selected federation. More... | |
| int | mySelectedFederate |
| Handle of the selected federate. More... | |
| MAKRti::DtString | mySelectedFederateType |
| Federate type of selected federate. More... | |
| MAKRti::DtString | mySelectedFederateName |
| Federate name of selected federate. More... | |
| MAKRti::DtFilename | mySelectedFederateProcess |
| Process name of selected federate. More... | |
| QSize | myLastVisibleSize |
| The size of the dialog the last time it was visible. More... | |
| bool | myShouldAddShutdownAllToMenu |
| Determines based on RTI_ASSISTANT_REMOVE_SHUT_DOWN_ALL environment variable whether shut down all, resign, and destroy actions should be visible. More... | |
| DtRtiConnectionInfoDataMap | myRtiConnectionInfoDataMap |
| Detailed information used to populate various widgets. More... | |
Menus and actions | |
| QMenu * | myFileMenu |
| File menu. More... | |
| QAction * | myCloseAction |
| File menu. More... | |
| QAction * | mySaveAction |
| File menu. More... | |
| QMenu * | myViewMenu |
| View menu. More... | |
| QAction * | myNetworkMapAction |
| File menu. More... | |
| QAction * | myNetworkTreeAction |
| File menu. More... | |
| QAction * | mySelectedNodeAction |
| File menu. More... | |
| QMenu * | myDefaultMenu |
| Default context menu. More... | |
| QMenu * | myRtiexecMenu |
| rtiexec menu More... | |
| QMenu * | myRtiexecContextMenu |
| File menu. More... | |
| QAction * | myRtiexecRidAction |
| File menu. More... | |
| QAction * | myRtiexecLogAction |
| File menu. More... | |
| QAction * | myStartupRtiexecAction |
| File menu. More... | |
| QAction * | myShutdownRtiexecAction |
| File menu. More... | |
| QMenu * | myForwarderMenu |
| Forwarder menu. More... | |
| QMenu * | myForwarderContextMenu |
| File menu. More... | |
| QMenu * | myPeerForwarderMenu |
| File menu. More... | |
| QAction * | myForwarderRidAction |
| File menu. More... | |
| QAction * | myForwarderLogAction |
| File menu. More... | |
| QAction * | myStartupForwarderAction |
| File menu. More... | |
| QAction * | myConnectForwarderAction |
| File menu. More... | |
| QAction * | myShutdownForwarderAction |
| File menu. More... | |
| QAction * | myRefreshViewAction |
| File menu. More... | |
| QMenu * | myFederateMenu |
| Federate menu. More... | |
| QAction * | myStatisticsAction |
| File menu. More... | |
| QAction * | myRunLatencyTestAction |
| File menu. More... | |
| QAction * | myFederateRidAction |
| File menu. More... | |
| QAction * | myFederateFomAction |
| File menu. More... | |
| QAction * | myFederateLogAction |
| File menu. More... | |
| QAction * | myChangeFederateIconAction |
| File menu. More... | |
| QAction * | myResignFederateAction |
| File menu. More... | |
| QMenu * | myFederationMenu |
| Federation menu. More... | |
| QAction * | myFederationFomAction |
| File menu. More... | |
| QAction * | myDisplaySyncPointsAction |
| File menu. More... | |
| QAction * | myDestroyFederationAction |
| File menu. More... | |
| QMenu * | myToolsMenu |
| Tools menu. More... | |
| QAction * | myOptionsAction |
| File menu. More... | |
| QAction * | myForiegnAssistantConnectionsAction |
| File menu. More... | |
| QMenu * | myHelpMenu |
| Help menu. More... | |
| QAction * | myHelpAction |
| File menu. More... | |
| QAction * | myAboutAction |
| File menu. More... | |
| QMenu * | myCompColumnMenu |
| Component tree column view menu. More... | |
Log file action text. | |
Text displayed for log file viewing actions depending on whether viewing is enabled or disabled. | |
| QString | theRtiexecLogEnabledText |
| QString | theRtiexecLogDisabledText |
| QString | theForwarderLogEnabledText |
| QString | theForwarderLogDisabledText |
Static Protected Attributes | |
| static const MAKRti::DtFilename | theConfigFilename |
| The name of the file where the GUI configuration is stored. More... | |
| DtFederationsViewDialog::DtFederationsViewDialog | ( | const MAKRti::DtFilename & | configDir, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
signal |
Emitted when the RTI about dialog is requested.
|
virtual |
|
virtual |
Adds a connection to the list of viewable connections.
Returns the index of the new connection (index is only useful internally to this class). If isLocal is true this connection will be identified as a potential default connection to be shown.
|
virtual |
Add a foreign assistant connection.
|
virtual |
Adds a federate node to the network map.
|
virtual |
Adds a forwarder node to the network map.
|
virtual |
Adds an rtiexec node to the network map.
|
signal |
Assistant connected.
|
signal |
Assistant disconnected.
|
virtualslot |
Handle new assistant.
|
virtualslot |
Handle lost assistant.
|
signal |
Break connection to foreign assistant.
|
slot |
Changes the color of the specified federation.
|
virtual |
Makes sure the currently displayed lightweight connection is up to date.
|
virtual |
Makes sure the currently displayed forwarder is up to date.
|
virtual |
clears old data.
|
virtual |
Clears all data from the connection tree.
|
slot |
Processes unselection.
|
slot |
Override QWidget's close function so we can stop observers.
|
signal |
Processes a command to connect RTI Forwarders from the forwarder of the current viewed connection to the forwarder of the given connection.
|
protectedvirtual |
Connects Qt signals and slots.
|
protectedvirtual |
|
signal |
Emitted when a defunct federate was removed from the federate tree.
|
signal |
Emitted to disable network testing for the given federation.
|
virtual |
Displays a message that the current federation information is loading.
|
virtual |
Enables or disables the rtiexec & forwarder shutdown option.
|
slot |
Enable/disable display of federation colors.
|
signal |
Emitted to enable network testing for the given federation.
|
slot |
Enables or disables menu actions based on selected connection.
|
virtual |
Enables or disables the rtiexec shutdown option.
|
virtual |
Enables or disables the forwarder shutdown option.
|
signal |
Emitted on the selection of a federate.
|
signal |
Emitted on the selection of a federation.
|
signal |
Emitted when user has requested to resign a federate.
|
signal |
Emitted when user has requested to destroy a federation.
|
signal |
Foreign connection was added.
|
signal |
Foreign connection was removed.
|
slot |
Handle the selection of a forwarder connection.
|
signal |
Emitted on the selection of a central forwarder.
|
virtual |
|
virtualslot |
Override hideEvent to store the size of the dialog when it is hidden.
|
virtual |
Initialize tool tips.
|
slot |
Handles key press events.
|
signal |
Emitted on the selection of the central lightweight node.
|
protectedvirtual |
Loads the GUI configuration from a file.
|
signal |
Initiate connection to foreign assistant.
|
virtualslot |
Displays info and icons for when nothing is selected.
|
virtualslot |
Displays info and icons for when nothing is selected.
|
signal |
Emitted on the selection of a peer forwarder.
|
slot |
Processes the selection of a new connection.
If ignoreVisibility is set, the selection change will be processed even if the dialog is not visible.
|
slot |
Process foreign connection was added.
|
slot |
Process foreign connection was removed.
|
slot |
Handles cleanup of the help dialog after it is closed.
|
signal |
Refresh federations view.
|
virtual |
Refreshes the network map. Should be called after any series of updates.
|
slot |
Refresh view.
|
virtual |
Removes all federations from the display.
|
virtual |
Removes an rtiexec from the list of viewable rtiexecs.
|
virtual |
Removes a federate from the given federation of the currently displayed connection.
|
virtual |
Removes a federation from the currently displayed connection.
|
virtual |
Removes the loading indication messages.
|
virtual |
Removes a federate node from the network map.
|
virtual |
Removes a forwarder node from the network map.
|
virtual |
Removes an rtiexec node from the network map.
|
signal |
Emitted on the selection of an rtiexec.
|
virtual |
Saves the current GUI configuration to file.
|
signal |
Emitted when a user requests to save the currently displayed federation information to a log file.
|
virtual |
Processes selection of a Dead (Disconnected or Dropped) federate.
|
protectedvirtual |
Returns the federate identifier to use for the selected federate.
|
virtual |
Returns the node type for the selected node.
|
virtual |
Processes selection of a federate.
|
virtual |
Processes selection of a federation.
|
virtual |
Processes selection of a central forwarder.
|
virtual |
Processes selection of the lightweight connection node.
|
virtual |
Process selection of null connection.
|
virtual |
Processes selection of a peer forwarder.
|
virtual |
Processes selection of an rtiexec.
|
virtual |
Changes the state of whether the given forwarder connection is being used by a local component.
|
virtual |
Change the text type used to identify federates.
|
slot |
Change the text type used to identify federates.
|
virtual |
Sets up the federate tree, including the initial column display and the View/Column menu actions.
|
protectedvirtual |
Populates the menus with the sub-menus and actions.
|
protectedvirtual |
Populates the menus with the sub-menus and actions.
|
virtual |
Set forwarder connection info.
|
slot |
Handles request to show forwarder connection dialog.
|
protectedvirtual |
Displays info on the specified dead federate in the selected node panel.
|
slot |
Override QWidget's show function so we can display the correct forwarder.
|
protectedvirtual |
Displays info on the specified federate in the selected node panel.
|
signal |
Emitted when log file for the specified federate are requested.
|
signal |
Emitted when RID parameters for the specified federate are requested.
|
slot |
Shows the federate statistics dialog for the selected federate.
|
signal |
Emitted to show the federate statistics dialog for the given federate.
|
protectedvirtual |
Displays info on the specified rtiexec in the selected node panel.
If update is true, the dialog won't be cleared, just updated with any changed values.
|
signal |
Emitted to show the federations view preferences.
|
slot |
Shows the Fom dialog for the selected federate.
|
signal |
Emitted to show the fom dialog for the given federate.
|
slot |
Handles request to show assistant connection dialog.
|
protectedvirtual |
Displays info on the specified forwarder in the selected node panel.
|
signal |
Emitted to display a local forwarder's log.
|
signal |
Emitted when RID parameters for the current RTI Forwarder are requested.
|
slot |
Shows the help dialog.
|
signal |
Emitted when a latency test is requested.
|
protectedvirtual |
Displays info on the specified lightweight connection in the selected node panel.
|
protectedvirtual |
Displays info on the specified peer forwarder.
|
signal |
Emitted when a popup dialog from a remote rtiexec should be displayed.
|
protectedvirtual |
Displays info on the specified rtiexec in the selected node panel.
|
signal |
Emitted to display a local rtiexec's log.
|
signal |
Emitted when RID parameters for the current rtiexec are requested.
|
slot |
Handles a request to show the log file for the selected federate.
|
slot |
Handles a request to show the RID parameters for the selected federate.
|
slot |
Shows the sync point dialog for the selected federation.
|
signal |
Emitted to show a sync point dialog for the given federation.
|
slot |
Processes a command to shutdown the current rtiexec.
|
slot |
Processes a command to shutdown the current RTI Forwarder.
|
signal |
Emitted when the currently viewed RTI Forwarder should be shutdown.
|
signal |
Emitted when the currently viewed rtiexec should be shutdown.
|
virtual |
Returns the recommended size for the widget.
|
signal |
Processes a command to startup an rtiexec.
|
signal |
Processes a command to startup an RTI Forwarder.
|
virtualslot |
Handles when a connection should be switched to peer forwarder node.
|
virtual |
Performs periodic functions.
|
virtual |
Updates a federate in the given federation of the currently displayed connection.
Adds the federate if it does not already exist.
|
slot |
Updates the icon for the selected federate to the user chosen image.
|
slot |
Processes an update to the defunct federate removal period.
|
virtual |
Updates a federation of the currently displayed connection.
Adds the federation if it does not already exist.
|
virtual |
Updates the displayed federation information for the currently displayed connection.
|
slot |
Update the Network Map widget.
|
virtual |
Updates a federate node in the network map.
|
signal |
Emitted when the user chooses a different connection to be viewed.
|
protected |
File menu.
|
protected |
The known assistants.
|
protected |
|
protected |
File menu.
|
protected |
File menu.
|
protected |
Component tree column view menu.
|
protected |
The RTI Assistant configuration directory.
|
protected |
File menu.
|
protected |
The dialog to select a forwarder connection.
|
protected |
Combo box for selecting an RTI connection.
|
protected |
Host:Port string to info map.
|
protected |
Name to connection info map.
|
protected |
Details of the selected connection.
|
protected |
|
protected |
Default context menu.
|
protected |
File menu.
|
protected |
Indicates whether we are currently displaying a lightweight connection.
|
protected |
File menu.
|
protected |
|
protected |
File menu.
|
protected |
What identifying text should be displayed for federates.
|
protected |
File menu.
|
protected |
Federate menu.
|
protected |
File menu.
|
protected |
Federate tree.
|
protected |
File menu.
|
protected |
Federation menu.
|
protected |
Dock widget for the federations view tree.
|
protected |
The dialog to choose a federate icon.
|
protected |
File menu.
|
protected |
Indicates that the dialog has not yet been shown.
|
protected |
The dialog to connect to a remote assistant.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
Forwarder menu.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
Help application.
|
protected |
Help menu.
|
protected |
Name of connection shown last time dialog was displayed.
|
protected |
The size of the dialog the last time it was visible.
|
protected |
Item that indicates information is being loaded.
|
protected |
File menu.
|
protected |
Docking Widgets.
|
protected |
|
protected |
|
protected |
The network map widget.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
The Assistants pending (user added, not yet verified)
|
protected |
|
protected |
|
protected |
File menu.
|
protected |
File menu.
|
protected |
Detailed information used to populate various widgets.
|
protected |
File menu.
|
protected |
|
protected |
File menu.
|
protected |
rtiexec menu
|
protected |
File menu.
|
protected |
Current Connection layout widgets.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
Handle of the selected federate.
|
protected |
Federate name of selected federate.
|
protected |
Process name of selected federate.
|
protected |
Federate type of selected federate.
|
protected |
Name of the selected federation.
|
protected |
|
protected |
The selected item widget.
|
protected |
File menu.
|
protected |
The type of node currently selected.
|
protected |
Determines based on RTI_ASSISTANT_REMOVE_SHUT_DOWN_ALL environment variable whether shut down all, resign, and destroy actions should be visible.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
File menu.
|
protected |
|
protected |
Tools menu.
|
protected |
|
protected |
View menu.
|
staticprotected |
The name of the file where the GUI configuration is stored.
|
protected |
|
protected |
|
protected |
Text displayed in the combo box if there are no known rtiForwarders.
|
protected |
|
protected |