Public Slots |
| void | showFomDialog (const DtRtiConnectionInfo &connInfo, const MAKRti::DtString &federationName, unsigned int federateHandle) |
| | Displays the Fom Dialog.
|
| void | fomStatDlgClosing (const DtAssistantInfo &astnt, int compId, const MAKRti::DtString &federationName, int federateHandle, const DtRtiConnectionInfo &connInfo) |
| void | sendFomObservationRequest (const DtRtiConnectionInfo &connInfo, const MAKRti::DtString &federationName, unsigned federateHdl, const DtAssistantInfo &astnt, unsigned compId, bool observe=true) |
| | Attempt to send a pending Observation request for the specified federate.
|
| void | sendFomInitStateRequest (const DtAssistantInfo &astnt, unsigned compId) |
| void | processFederateRemoval (const DtAssistantComponentInfo *comp) |
| void | processFederateRemoval (const DtRtiConnectionInfo &connInfo, const MAKRti::DtString &federationName, unsigned federateHandle) |
| void | processLocalRtiComponentConnected (const DtAssistantComponentInfo *compInfo) |
| void | processLocalRtiComponentDisconnected (const DtAssistantComponentInfo *compInfo) |
| void | federateIdentifierUpdated (unsigned int) |
| | Updates how federates should be identified.
|
| void | lrcNetStatsUpdateIntervalUpdated (unsigned int) |
| | Updates the LRC NetStats interval (seconds)
|
| void | displayWarningDialogs () |
| | Displays all warning dialogs.
|
Signals |
| void | queryFederateInfo (const DtRtiConnectionInfo &conn, const MAKRti::DtString &federationName, unsigned federateHandle, const DtAssistantFederateInfo **info) |
| | Emitted to query for detailed federate info.
|
| void | queryForwarderInfo (const DtRtiConnectionInfo &conn, const DtAssistantForwarderInfo **info) |
| | Emitted to query for detailed forwarder info.
|
| void | queryPeerForwarderInfo (const DtRtiConnectionInfo &, std::vector< DtAssistantForwarderInfo > *) |
| | Emitted to query for detailed forwarder info.
|
| void | requestFederateLoc (const DtRtiConnectionInfo &connInfo, const MAKRti::DtString &federationName, unsigned int federateHdl) |
| | Emitted to request a federate's location.
|
| void | warningDialogDisplayed () |
| | Emitted when a warning dialog is displayed.
|
| void | warningDialogDismissed () |
| | Emitted when a warning dialog is dismissed.
|
| void | popupRequested (const MAKRti::DtString &text, int sourceCompId, const MAKRti::DtString &advancedText) |
| | Emitted when a popup dialog should be displayed.
|
| void | popupRequested (const MAKRti::DtString &text, const MAKRti::DtString &source, const MAKRti::DtString &advancedText) |
| | Emitted when a popup dialog should be displayed.
|
| void | notificationRequested (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, int sourceCompId, bool logOnly) |
| | Emitted when a notification should be displayed.
|
| void | notificationRequested (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, const MAKRti::DtString &source, bool logOnly) |
| | Emitted when a notification should be displayed.
|
Protected Member Functions |
| virtual void | processPeerNetStatsObserveReqMsg (const DtAssistantNetStatsObserveReqMsg &msg) |
| virtual void | processPeerNetStatsObserveRspMsg (const DtAssistantNetStatsObserveRspMsg &msg) |
| virtual void | processServerNetStatsFomTreeUpdateMsg (const DtAssistantNetStatsFomTreeUpdateMsg &msg) |
| virtual void | processServerNetStatsFomUpdateMsg (const DtAssistantNetStatsFomUpdateMsg &msg) |
| virtual void | processServerNetStatsAttrParamStringUpdateMsg (const DtAssistantNetStatsAttrParamStringUpdateMsg &msg) |
| virtual void | processServerNetStatsFomAttrParamUpdateMsg (const DtAssistantNetStatsFomAttrParamUpdateMsg &msg) |
| virtual void | processPeerNetStatsFomAttrParamUpdateMsg (const DtAssistantNetStatsFomAttrParamUpdateMsg &msg) |
| virtual void | processPeerNetStatsFomTreeUpdateMsg (const DtAssistantNetStatsFomTreeUpdateMsg &msg) |
| virtual void | processPeerNetStatsAttrParamStringUpdateMsg (const DtAssistantNetStatsAttrParamStringUpdateMsg &msg) |
| virtual void | processPeerNetStatsInitStateRequestMsg (const DtAssistantNetStatsInitStateRequestMsg &msg) |
| void | handleNetStatsFomAttrParamUpdateMsg (const DtAssistantNetStatsFomAttrParamUpdateMsg &msg, bool isServer, const DtAssistantInfo &astntInfo) |
| void | handleFomTreeDataForFomStatDlg (DtFomTreeData &objectFomTreeData, DtFomTreeData &interactionFomTreeData, const DtAssistantInfoCompIdPair &astntInfoCompIdPair) |
| void | handleAttributeNamesForFomStatDlg (DtFomTreeData &objectFomTreeData, const DtAssistantInfoCompIdPair &astntInfoCompIdPair) |
| void | handleParameterNamesForFomStatDlg (DtFomTreeData &objectFomTreeData, const DtAssistantInfoCompIdPair &astntInfoCompidPair) |
| void | handleStateUpdateForFomStateDlg (DtAssistantHandleType type, const DtFomTreeData &objectFomTreeData, const DtAssistantInfoCompIdPair &astntInfoCompidPair) |
| void | cleanLocalMaps (const DtAssistantInfo &astntInfo, unsigned int compId) |
| void | cleanRemoteMaps (unsigned int compId) |
| void | startDialog (QDialog *dlg, bool inTaskbar, bool warningDialog) |
| | Sets up the given widget as a dialog.
|
| void | finishDialog (QDialog *dlg) |
| | Should be called prior to deleting any dialog started with startDialog.
|
| void | showDialog (QDialog *dlg) |
| | Shows the dialog.
|
| void | startMainWindow (QMainWindow *dlg) |
| | Sets up a main window dialog.
|
| void | finishMainWindow (QMainWindow *dlg) |
| | Should be called prior to deleting any dialog started with startMainWindow.
|
| void | showMainWindow (QMainWindow *dlg) |
| | Shows the dialog.
|
| 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.
|
| 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.
|
| void | displayNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, int sourceCompId=-1) |
| | Displays and logs a notification from the given component.
|
| void | displayNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, const MAKRti::DtString &source) |
| | Displays and logs notification with the given component name.
|
| void | logNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, int sourceCompId=-1) |
| | Logs a notification from the given component, does not display.
|
| void | logNotification (const MAKRti::DtString &message, MAKRti::DtNotifyLevelType notifyLevel, const MAKRti::DtString &source) |
| | Logs a notification with the given component name, does not display.
|
| virtual DtAssistantInfo | assistantInfoFromAssistantMsg (const DtAssistantMsg &assistantMsg, DtInetAddrSet *interfaces=0) |
Populates and displays the Fom dialog.