|
| void | showFederateStatsDialog (const DtRtiConnectionInfo &connInfo, const MAKRti::DtString &federationName, unsigned int federateHandle) |
| | Displays the Federate Statistics Dialog for the given federate. More...
|
| |
| void | processFederateRemoval (const DtAssistantComponentInfo *comp) |
| | Handles local federate removal in cases where we happen to be currently viewing that federate. More...
|
| |
| void | processFederateRemoval (const DtRtiConnectionInfo &conn, const MAKRti::DtString &federationName, unsigned federateHandle) |
| | Handles remote federate removal in cases where we happen to be currently viewing that federate. More...
|
| |
| void | sendFederateObservationRequest (const DtRtiConnectionInfo &connInfo, const MAKRti::DtString &federationName, unsigned federateHdl, const DtAssistantInfo &astnt, unsigned compId) |
| | Attempt to send a pending Observation request for the specified federate. More...
|
| |
| void | processLocalRtiComponentConnected (const DtAssistantComponentInfo *compInfo) |
| |
| void | processLocalRtiComponentDisconnected (const DtAssistantComponentInfo *compInfo) |
| |
| void | handleObsRspFederateStatDlgUpdate (const DtAssistantInfo &observer, int compId, bool response) |
| |
| void | federateStatDlgClosing (const DtAssistantInfo &astnt, int compId, const MAKRti::DtString &federationName, int federateHandle, const DtRtiConnectionInfo &connInfo) |
| |
| void | federateIdentifierUpdated (unsigned int) |
| | Updates how federates should be identified. More...
|
| |
| void | lrcNetStatsUpdateIntervalUpdated (unsigned int) |
| | Updates the LRC NetStats interval (seconds) More...
|
| |
| void | displayWarningDialogs () |
| | Displays all warning dialogs. More...
|
| |
|
| void | queryFederateInfo (const DtRtiConnectionInfo &conn, const MAKRti::DtString &federationName, unsigned federateHandle, const DtAssistantFederateInfo **info) |
| | Emitted to query for detailed federate info. More...
|
| |
| void | queryForwarderInfo (const DtRtiConnectionInfo &conn, const DtAssistantForwarderInfo **info) |
| | Emitted to query for detailed forwarder info. More...
|
| |
| void | queryPeerForwarderInfo (const DtRtiConnectionInfo &, std::vector< DtAssistantForwarderInfo > *) |
| | Emitted to query for detailed forwarder info. More...
|
| |
| void | queryPeerForwarderConnections (const DtRtiConnectionInfo &, std::vector< DtRtiConnectionInfo > *) |
| |
| void | requestFederateLoc (const DtRtiConnectionInfo &connInfo, const MAKRti::DtString &federationName, unsigned int federateHdl) |
| | Emitted to request a federate's loc. More...
|
| |
| void | warningDialogDisplayed () |
| | Emitted when a warning dialog is displayed. More...
|
| |
| void | warningDialogDismissed () |
| | Emitted when a warning dialog is dismissed. More...
|
| |
| void | popupRequested (const MAKRti::DtString &text, int sourceCompId, const MAKRti::DtString &advancedText) |
| | Emitted when a popup dialog should be displayed. More...
|
| |
| void | popupRequested (const MAKRti::DtString &text, const MAKRti::DtString &source, const MAKRti::DtString &advancedText) |
| | Emitted when a popup dialog should be displayed. More...
|
| |
| void | notificationRequested (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, int sourceCompId, bool logOnly) |
| | Emitted when a notification should be displayed. More...
|
| |
| void | notificationRequested (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, const MAKRti::DtString &source, bool logOnly) |
| | Emitted when a notification should be displayed. More...
|
| |
|
| virtual void | processNetStatsObserveReqMsg (const DtAssistantNetStatsObserveReqMsg &msg) |
| |
| virtual void | processNetStatsObserveRspMsg (const DtAssistantNetStatsObserveRspMsg &msg) |
| |
| virtual void | processServerNetStatsMsgUpdateMsg (const DtAssistantNetStatsMsgUpdateMsg &msg) |
| |
| virtual void | processServerNetStatsRtiAmbUpdateMsg (const DtAssistantNetStatsRtiAmbUpdateMsg &msg) |
| |
| virtual void | processServerNetStatsFedAmbUpdateMsg (const DtAssistantNetStatsFedAmbUpdateMsg &msg) |
| |
| virtual void | processServerNetStatsObjectsUpdateMsg (const DtAssistantNetStatsObjectsUpdateMsg &msg) |
| |
| virtual void | processServerNetStatsInteractionsUpdateMsg (const DtAssistantNetStatsInteractionsUpdateMsg &msg) |
| |
| virtual void | processServerNetStatsStringUpdateMsg (const DtAssistantNetStatsStringUpdateMsg &msg) |
| |
| virtual void | processPeerNetStatsMsgUpdateMsg (const DtAssistantNetStatsMsgUpdateMsg &msg) |
| |
| virtual void | processPeerNetStatsRtiAmbUpdateMsg (const DtAssistantNetStatsRtiAmbUpdateMsg &msg) |
| |
| virtual void | processPeerNetStatsFedAmbUpdateMsg (const DtAssistantNetStatsFedAmbUpdateMsg &msg) |
| |
| virtual void | processPeerNetStatsObjectsUpdateMsg (const DtAssistantNetStatsObjectsUpdateMsg &msg) |
| |
| virtual void | processPeerNetStatsInteractionsUpdateMsg (const DtAssistantNetStatsInteractionsUpdateMsg &msg) |
| |
| virtual void | processPeerNetStatsStringUpdateMsg (const DtAssistantNetStatsStringUpdateMsg &msg) |
| |
| virtual void | processPeerNetStatsStringReqMsg (const DtAssistantNetStatsStringReqMsg &msg) |
| |
| virtual void | handleNetStatsMsgUpdateDlgUpdate (const DtAssistantNetStatsMsgUpdateMsg &msg, const DtAssistantInfoCompIdPair &astntCompIdPair) |
| |
| virtual void | handleNetStatsRtiAmbUpdateDlgUpdate (const DtAssistantNetStatsRtiAmbUpdateMsg &msg, const DtAssistantInfoCompIdPair &astntCompIdPair) |
| |
| virtual void | handleNetStatsFedAmbUpdateDlgUpdate (const DtAssistantNetStatsFedAmbUpdateMsg &msg, const DtAssistantInfoCompIdPair &astntCompIdPair) |
| |
| virtual void | handleNetStatsObjectsUpdateDlgUpdate (const DtAssistantNetStatsObjectsUpdateMsg &msg, const DtAssistantInfoCompIdPair &astntCompIdPair, bool isLocal=true) |
| |
| virtual void | handleNetStatsInteractionsUpdateDlgUpdate (const DtAssistantNetStatsInteractionsUpdateMsg &msg, const DtAssistantInfoCompIdPair &astntCompIdPair, bool isLocal=true) |
| |
| virtual void | handleNetStatsStringUpdateDlgUpdate (const DtAssistantInfoCompIdPair &astntCompIdPair, DtAssistantHandleType handleType, const std::vector< DtU32 > &instanceHandles, const std::vector< MAKRti::DtString > &instanceNames) |
| |
| virtual void | insertLocalObjectClassNames (unsigned int lrcCompId, const std::vector< DtU32 > &objectClassHandles, const std::vector< MAKRti::DtString > &objectClassNames) |
| |
| virtual void | insertLocalInteractionClassNames (unsigned int lrcCompId, const std::vector< DtU32 > &interactionClassHandles, const std::vector< MAKRti::DtString > &interactionClassNames) |
| |
| virtual void | insertLocalObjectInstanceNames (unsigned int lrcCompId, const std::vector< DtU32 > &objectInstanceHandles, const std::vector< MAKRti::DtString > &objectInteractionNames) |
| |
| virtual bool | getObjectClassName (unsigned int lrcCompId, DtU32 objectClassHandle, MAKRti::DtString &objectClassName) |
| |
| virtual bool | getInteractionClassName (unsigned int lrcCompId, DtU32 InteractionClassHandle, MAKRti::DtString &interactionClassName) |
| |
| virtual bool | getObjectInstanceName (unsigned int lrcCompId, DtU32 objectInstanceHandle, MAKRti::DtString &objectInstanceName) |
| |
| virtual void | requestNetStatsStringUpdate (const DtAssistantInfoCompIdPair &astntCompIdPair, DtAssistantHandleType handletype, const std::set< DtU32 > &handles) |
| |
| virtual void | getHandlesAndNames (DtAssistantHandleType handleType, unsigned int myObservedCompId, const std::set< DtU32 > &unknownNamesHandles, std::vector< DtU32 > &instanceHandles, std::vector< MAKRti::DtString > &instanceNames) |
| |
| void | startDialog (QDialog *dlg, bool inTaskbar, bool warningDialog) |
| | Sets up the given widget as a dialog. More...
|
| |
| void | finishDialog (QDialog *dlg) |
| | Should be called prior to deleting any dialog started with startDialog. More...
|
| |
| void | showDialog (QDialog *dlg) |
| | Shows the dialog. More...
|
| |
| void | startMainWindow (QMainWindow *dlg) |
| | Sets up a main window dialog. More...
|
| |
| void | finishMainWindow (QMainWindow *dlg) |
| | Should be called prior to deleting any dialog started with startMainWindow. More...
|
| |
| void | showMainWindow (QMainWindow *dlg) |
| | Shows the dialog. More...
|
| |
| void | showPopup (const MAKRti::DtString &text, int sourceCompId=-1, const MAKRti::DtString &advancedText=MAKRti::DtString::nullString()) |
| | Displays a popup message with the given text, advanced text, and name of the given source component. More...
|
| |
| void | showPopup (const MAKRti::DtString &text, const MAKRti::DtString &source, const MAKRti::DtString &advancedText=MAKRti::DtString::nullString()) |
| | Displays a popup message with the given text, advanced text, and source name. More...
|
| |
| void | displayNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, int sourceCompId=-1) |
| | Displays and logs a notification from the given component. More...
|
| |
| void | displayNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, const MAKRti::DtString &source) |
| | Displays and logs notification with the given component name. More...
|
| |
| void | logNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, int sourceCompId=-1) |
| | Logs a notification from the given component, does not display. More...
|
| |
| void | logNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, const MAKRti::DtString &source) |
| | Logs a notification with the given component name, does not display. More...
|
| |
| virtual DtAssistantInfo | assistantInfoFromAssistantMsg (const DtAssistantMsg &assistantMsg, DtInetAddrSet *interfaces=0) |
| |
Populates and displays the Federate Statistics dialog.