![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Manages the current assistant preferences and displays the preferences dialog when required. More...
Inheritance diagram for DtAssistantPreferencesViewMgr:
Collaboration diagram for DtAssistantPreferencesViewMgr:Public Slots | |
| void | showConfigDialog (DtPreferencesPage pageNum=DtInvalidPreferencesPage) |
| Displays the configuration dialog. | |
| void | processConfigAccept () |
| Processes the acceptance of the configuration dialog. | |
| void | showMsgStats () |
| Displays the message statistics dialog. | |
| void | showAssistantLog () |
| Show assistant log. | |
| void | deleteAssistantLogs () |
| Delete all the assistant logs. | |
| void | setLogUpdateInterval (unsigned int) |
| Slots to handle updates to configuration settings. | |
| void | setKeepAlive (bool) |
| Slots to handle updates to configuration settings. | |
| void | setLatencyTestInteractionPeriodMs (unsigned int) |
| Slots to handle updates to configuration settings. | |
| void | setLatencyTestNumInteractions (unsigned int) |
| Slots to handle updates to configuration settings. | |
| void | setLatencyTestPayloadBytes (unsigned int) |
| Slots to handle updates to configuration settings. | |
| void | setDisplayPopupsAsNotifications (bool) |
| Slots to handle updates to configuration settings. | |
| void | setEnableNotifications (bool) |
| Slots to handle updates to configuration settings. | |
| void | setLightweightMemorySec (unsigned int) |
| Slots to handle updates to configuration settings. | |
| void | setDefunctFederateRemovalTimeSec (float) |
| Slots to handle updates to configuration settings. | |
| void | setAssistantUpdateIntervalSec (unsigned int) |
| Slots to handle updates to configuration settings. | |
| void | setLrcNetStatsUpdateIntervalSec (unsigned int) |
| Slots to handle updates to configuration settings. | |
| void | setShowRtiexecStartupPrompt (bool) |
| Slots to handle updates to configuration settings. | |
| void | setAcceptRemoteCommands (bool) |
| Slots to handle updates to configuration settings. | |
| void | setAssistantPersistent (bool) |
| Slots to handle updates to configuration settings. | |
| void | setDefaultToUnlicensed (bool) |
| Slots to handle updates to configuration settings. | |
| void | setWarningTickInterval (float) |
| Slots to handle updates to configuration settings. | |
| void | setDisplayRemoteNotifications (bool) |
| Slots to handle updates to configuration settings. | |
| void | setDisplayFederationColors (bool) |
| Slots to handle updates to configuration settings. | |
| void | setFederateIdentifier (unsigned int) |
| Slots to handle updates to configuration settings. | |
Public Slots inherited from DtAssistantMgr | |
| void | displayWarningDialogs () |
| Displays all warning dialogs. | |
Signals | |
| void | savePreferences () |
| Emitted to indicate that we are done updating preferences and they should be saved to a file. | |
| void | updateLogUpdateInterval (unsigned int) |
| Signals to indicate that configuration settings have changed. | |
| void | updateKeepAlive (bool) |
| Signals to indicate that configuration settings have changed. | |
| void | updateLatencyTestInteractionPeriodMs (unsigned int) |
| Signals to indicate that configuration settings have changed. | |
| void | updateLatencyTestNumInteractions (unsigned int) |
| Signals to indicate that configuration settings have changed. | |
| void | updateLatencyTestPayloadBytes (unsigned int) |
| Signals to indicate that configuration settings have changed. | |
| void | updateDisplayPopupsAsNotifications (bool) |
| Signals to indicate that configuration settings have changed. | |
| void | updateEnableNotifications (bool) |
| Signals to indicate that configuration settings have changed. | |
| void | updateLightweightMemorySec (unsigned int) |
| Signals to indicate that configuration settings have changed. | |
| void | updateDefunctFederateRemovalTimeSec (float) |
| Signals to indicate that configuration settings have changed. | |
| void | updateAssistantUpdateIntervalSec (unsigned int) |
| Signals to indicate that configuration settings have changed. | |
| void | updateLrcNetStatsUpdateIntervalSec (unsigned int) |
| Signals to indicate that configuration settings have changed. | |
| void | updateShowRtiexecStartupPrompt (bool) |
| Signals to indicate that configuration settings have changed. | |
| void | updateAcceptRemoteCommands (bool) |
| Signals to indicate that configuration settings have changed. | |
| void | updateAssistantPersistent (bool) |
| Signals to indicate that configuration settings have changed. | |
| void | updateDefaultToUnlicensed (bool) |
| Signals to indicate that configuration settings have changed. | |
| void | updateWarningTickInterval (float) |
| Signals to indicate that configuration settings have changed. | |
| void | updateDisplayRemoteNotifications (bool) |
| Signals to indicate that configuration settings have changed. | |
| void | updateDisplayFederationColors (bool) |
| Signals to indicate that configuration settings have changed. | |
| void | updateFederateIdentifier (unsigned int) |
| Signals to indicate that configuration settings have changed. | |
Signals inherited from DtAssistantMgr | |
| 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. | |
Public Member Functions | |
| DtAssistantPreferencesViewMgr (DtBoost::shared_ptr< DtRtiAssistantServer > server, DtBoost::shared_ptr< DtRtiAssistantPeer > peer, DtAssistantSignalRouter &signalRouter) | |
| Constructor. | |
| virtual | ~DtAssistantPreferencesViewMgr () |
| Destructor. | |
| virtual void | initialize () |
| Initializes this manager just prior to beginning assistant processing. | |
| virtual void | addConfigWidgetMgr (DtAssistantMgr *mgr) |
| Adds a manager to the list of managers that have configuration widgets that must also be displayed in the configuration dialog. | |
| virtual void | tick () |
| Periodically update console. | |
| virtual void | setAssistantLogFileName (const MAKRti::DtString &) |
| Sets assistant log file name. | |
Public Member Functions inherited from DtAssistantMgr | |
| DtAssistantMgr (DtBoost::shared_ptr< DtRtiAssistantServer > server, DtBoost::shared_ptr< DtRtiAssistantPeer > peer, DtAssistantSignalRouter &signalRouter) | |
| Constructor. | |
| virtual | ~DtAssistantMgr () |
| Destructor. | |
| virtual void | startShutdown () |
| Performs any necessary processing at the start of shutdown. | |
| virtual bool | dialogsVisible () const |
| Determines if there are any visible dialogs for which this manager is responsible. | |
| virtual void | configWidget (DtAssistantConfigWidget **widget, QIcon &icon, QString &name, DtPreferencesPage &pageId) |
| Retrieves a widget which will be placed in the configuration dialog for configuring user preferences. | |
| virtual void | updateConfigWidget () |
| Forces the configuration widget to be updated. | |
| virtual void | processConfigWidgetAccept () |
| Process the changes that were accepted in the configuration widget. | |
Protected Attributes | |
| DtAssistantConfigDialog * | myConfigDialog |
| The Assistant configuration dialog. | |
| DtLatencyTestConfigWidget * | myLatencyTestConfigWidget |
| The widget which configures latency test parameters. | |
| DtAssistantPreferencesWidget * | myAssistantConfigWidget |
| The widget which configures the Assistant parameters. | |
| DtFederationsViewPreferencesWidget * | myFederationsViewConfigWidget |
| The widget which configures the Federations View parameters. | |
| DtNotificationAndLoggingConfigWidget * | myNotificationAndLoggingConfigWidget |
| The widget which configures the Assistant's notification and logging parameters. | |
| std::vector< DtAssistantMgr * > | myConfigWidgetMgrs |
| Managers that own other configuration widgets which are also displayed in the configuration dialog. | |
| DtAssistantMsgStatsDialog * | myMsgStatsDialog |
| The dialog that displays assistant message statistics. | |
| DtFileConsoleWidget * | myAssistantConsoleWidget |
| The Assistant log widget. | |
| DtConsoleDialog * | myAssistantConsoleDialog |
| The Assistant Log dialog. | |
| MAKRti::DtString | myAssistantLogStringName |
| Assistant log string name. | |
| unsigned int | myLogUpdateInterval |
| The current settings to display in the preferences dialog. | |
| bool | myKeepAlive |
| The current settings to display in the preferences dialog. | |
| unsigned int | myLatencyTestInteractionPeriodMs |
| The current settings to display in the preferences dialog. | |
| unsigned int | myLatencyTestNumInteractions |
| The current settings to display in the preferences dialog. | |
| unsigned int | myLatencyTestPayloadBytes |
| The current settings to display in the preferences dialog. | |
| bool | myDisplayPopupsAsNotifications |
| The current settings to display in the preferences dialog. | |
| bool | myEnableNotifications |
| The current settings to display in the preferences dialog. | |
| unsigned int | myLightweightMemorySec |
| The current settings to display in the preferences dialog. | |
| float | myDefunctFederateRemovalTimeSec |
| The current settings to display in the preferences dialog. | |
| unsigned int | myAssistantUpdateIntervalSec |
| The current settings to display in the preferences dialog. | |
| unsigned int | myLrcNetStatsUpdateIntervalSec |
| The current settings to display in the preferences dialog. | |
| bool | myShowRtiexecStartupPrompt |
| The current settings to display in the preferences dialog. | |
| bool | myAcceptRemoteCommands |
| The current settings to display in the preferences dialog. | |
| bool | myAssistantPersistent |
| The current settings to display in the preferences dialog. | |
| bool | myDefaultToUnlicensed |
| The current settings to display in the preferences dialog. | |
| float | myWarningTickInterval |
| The current settings to display in the preferences dialog. | |
| bool | myDisplayRemoteNotifications |
| The current settings to display in the preferences dialog. | |
| bool | myDisplayFederationColors |
| The current settings to display in the preferences dialog. | |
| unsigned int | myFederateIdentifier |
| The current settings to display in the preferences dialog. | |
Protected Attributes inherited from DtAssistantMgr | |
| DtBoost::shared_ptr < DtRtiAssistantServer > | myServer |
| The Assistant server from which new messages will arrive from local RTI components. | |
| DtBoost::shared_ptr < DtRtiAssistantPeer > | myPeer |
| The Assistant peer which communicates with other Assistants. | |
| std::set< QDialog * > | myUnparentedDialogs |
| All unparented dialogs that are created by the GUI should be added to this set. | |
| std::set< QMainWindow * > | myMainWindows |
| All main windows that are created by the GUI should be added to this set. | |
| std::set< QDialog * > | myWarningDialogs |
| Set of the popup dialogs, either parented or unparented, which, when active, should cause a warning icon to be displayed. | |
Private Member Functions | |
| DtAssistantPreferencesViewMgr (DtAssistantPreferencesViewMgr const &) | |
| Copy Constructor not implemented – Copy Not Allowed! | |
| DtAssistantPreferencesViewMgr & | operator= (DtAssistantPreferencesViewMgr const &) |
| Assignment not implemented – Assignment Not Allowed! | |
Additional Inherited Members | |
Protected Member Functions inherited from DtAssistantMgr | |
| 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. | |
Static Protected Attributes inherited from DtAssistantMgr | |
| static QIcon | theRtiIcon |
| The icons used by the RTI Assistant. | |
| static QIcon | theSmallRtiIcon |
| static QIcon | theWebIcon |
| static QIcon | theNotifyRtiIcon |
| static QIcon | theWarningRtiIcon |
| static QIcon | thePreferencesIcon |
| static QIcon | theAboutIcon |
| static QIcon | theHelpIcon |
| static bool | theIconsAreLoaded = false |
| Whether or not the icons have yet been loaded. | |
Manages the current assistant preferences and displays the preferences dialog when required.
| DtAssistantPreferencesViewMgr::DtAssistantPreferencesViewMgr | ( | DtBoost::shared_ptr< DtRtiAssistantServer > | server, |
| DtBoost::shared_ptr< DtRtiAssistantPeer > | peer, | ||
| DtAssistantSignalRouter & | signalRouter | ||
| ) |
Constructor.
References connect(), DtAcceptRemoteCommandsUpdatedSig, DtAssistantPersistentUpdatedSig, DtAssistantUpdateIntervalSecUpdatedSig, DtDefaultToUnlicensedUpdatedSig, DtDefunctFederateRemovalTimeSecUpdatedSig, DtDisplayFederationColorsUpdatedSig, DtDisplayPopupsAsNotificationsUpdatedSig, DtDisplayRemoteNotificationsUpdatedSig, DtEnableNotificationsUpdatedSig, DtFederateIdentifierUpdatedSig, DtKeepAliveUpdatedSig, DtLatencyTestInteractionPeriodMsUpdatedSig, DtLatencyTestNumInteractionsUpdatedSig, DtLatencyTestPayloadBytesUpdatedSig, DtLightweightMemorySecUpdatedSig, DtLogUpdateIntervalUpdatedSig, DtLrcUpdateIntervalSecUpdatedSig, DtSavePreferencesSig, DtShowConfigPageSig, DtShowConfigSig, DtShowRtiexecStartupPromptUpdatedSig, DtUpdateAcceptRemoteCommandsSig, DtUpdateAssistantPersistentSig, DtUpdateAssistantUpdateIntervalSecSig, DtUpdateDefaultToUnlicensedSig, DtUpdateDefunctFederateRemovalTimeSecSig, DtUpdateDisplayFederationColorsSig, DtUpdateDisplayPopupsAsNotificationsSig, DtUpdateDisplayRemoteNotificationsSig, DtUpdateEnableNotificationsSig, DtUpdateFederateIdentifierSig, DtUpdateKeepAliveSig, DtUpdateLatencyTestInteractionPeriodMsSig, DtUpdateLatencyTestNumInteractionsSig, DtUpdateLatencyTestPayloadBytesSig, DtUpdateLightweightMemorySecSig, DtUpdateLogUpdateIntervalSig, DtUpdateLrcUpdateIntervalSecSig, DtUpdateShowRtiexecStartupPromptSig, DtUpdateWarningTickIntervalSig, DtWarningTickIntervalUpdatedSig, myAssistantConfigWidget, myAssistantConsoleDialog, myAssistantConsoleWidget, myConfigDialog, myFederationsViewConfigWidget, myLatencyTestConfigWidget, myMsgStatsDialog, myNotificationAndLoggingConfigWidget, NULL, processConfigAccept(), DtAssistantSignalRouter::registerSignal(), DtAssistantSignalRouter::registerSlot(), savePreferences(), setAcceptRemoteCommands(), setAssistantPersistent(), setAssistantUpdateIntervalSec(), setDefaultToUnlicensed(), setDefunctFederateRemovalTimeSec(), setDisplayFederationColors(), setDisplayPopupsAsNotifications(), setDisplayRemoteNotifications(), setEnableNotifications(), setFederateIdentifier(), setKeepAlive(), setLatencyTestInteractionPeriodMs(), setLatencyTestNumInteractions(), setLatencyTestPayloadBytes(), setLightweightMemorySec(), setLogUpdateInterval(), setLrcNetStatsUpdateIntervalSec(), setShowRtiexecStartupPrompt(), setWarningTickInterval(), showConfigDialog(), showMsgStats(), DtAssistantMgr::startDialog(), updateAcceptRemoteCommands(), updateAssistantPersistent(), updateAssistantUpdateIntervalSec(), updateDefaultToUnlicensed(), updateDefunctFederateRemovalTimeSec(), updateDisplayFederationColors(), updateDisplayPopupsAsNotifications(), updateDisplayRemoteNotifications(), updateEnableNotifications(), updateFederateIdentifier(), updateKeepAlive(), updateLatencyTestInteractionPeriodMs(), updateLatencyTestNumInteractions(), updateLatencyTestPayloadBytes(), updateLightweightMemorySec(), updateLogUpdateInterval(), updateLrcNetStatsUpdateIntervalSec(), updateShowRtiexecStartupPrompt(), and updateWarningTickInterval().
|
virtual |
Destructor.
References myAssistantConfigWidget, myAssistantConsoleWidget, myFederationsViewConfigWidget, myLatencyTestConfigWidget, and myNotificationAndLoggingConfigWidget.
|
private |
Copy Constructor not implemented – Copy Not Allowed!
|
virtual |
Adds a manager to the list of managers that have configuration widgets that must also be displayed in the configuration dialog.
This must be called prior to initialize.
References myConfigWidgetMgrs.
|
slot |
Delete all the assistant logs.
Referenced by initialize().
|
virtual |
Initializes this manager just prior to beginning assistant processing.
Reimplemented from DtAssistantMgr.
References DtAssistantConfigDialog::addConfigWidget(), DtAssistantConfigDialog::completeDialogSetup(), connect(), DtNotificationAndLoggingConfigWidget::deleteAllAssistantLogsButton(), deleteAssistantLogs(), DtNotificationAndLoggingConfigWidget::displayAssistantLogButton(), DtAssistantOptionsPage, DtFederationsViewPage, DtLatencyTestingPage, DtNotificationsPage, DtIconAndTextureManager::getIcon(), DtIconAndTextureManager::getInstance(), myAssistantConfigWidget, myConfigDialog, myConfigWidgetMgrs, myFederationsViewConfigWidget, myLatencyTestConfigWidget, myNotificationAndLoggingConfigWidget, and showAssistantLog().
|
private |
Assignment not implemented – Assignment Not Allowed!
|
slot |
Processes the acceptance of the configuration dialog.
References DtAssistantPreferencesWidget::assistantPersistent(), DtAssistantPreferencesWidget::assistantUpdateIntervalSec(), changeAssistantStartup(), DtFederationsViewPreferencesWidget::defunctFederateTimeoutMs(), DtFederationsViewPreferencesWidget::displayFederationColors(), DtNotificationAndLoggingConfigWidget::displayRemoteNotifications(), DtAssistantStartupInstallUser, DtAssistantStartupUninstall, DtNotificationAndLoggingConfigWidget::enableNotifications(), DtAssistantPreferencesWidget::enableRemoteCommands(), DtFederationsViewPreferencesWidget::federateIdentifier(), DtLatencyTestConfigWidget::interactionPeriod(), DtAssistantPreferencesWidget::keepAlive(), DtAssistantPreferencesWidget::lightweightMemorySec(), DtNotificationAndLoggingConfigWidget::logUpdateIntervalMs(), DtAssistantPreferencesWidget::lrcNetStatsUpdateIntervalSec(), myAssistantConfigWidget, myAssistantPersistent, myConfigWidgetMgrs, myFederationsViewConfigWidget, myLatencyTestConfigWidget, myNotificationAndLoggingConfigWidget, DtLatencyTestConfigWidget::numInteractions(), DtLatencyTestConfigWidget::payloadBytes(), DtNotificationAndLoggingConfigWidget::popupsAsNotifications(), savePreferences(), updateAcceptRemoteCommands(), updateAssistantPersistent(), updateAssistantUpdateIntervalSec(), updateDefunctFederateRemovalTimeSec(), updateDisplayFederationColors(), updateDisplayPopupsAsNotifications(), updateDisplayRemoteNotifications(), updateEnableNotifications(), updateFederateIdentifier(), updateKeepAlive(), updateLatencyTestInteractionPeriodMs(), updateLatencyTestNumInteractions(), updateLatencyTestPayloadBytes(), updateLightweightMemorySec(), updateLogUpdateInterval(), updateLrcNetStatsUpdateIntervalSec(), updateWarningTickInterval(), and DtNotificationAndLoggingConfigWidget::warningTickInterval().
Referenced by DtAssistantPreferencesViewMgr().
|
signal |
Emitted to indicate that we are done updating preferences and they should be saved to a file.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
slot |
Slots to handle updates to configuration settings.
References myAcceptRemoteCommands.
Referenced by DtAssistantPreferencesViewMgr().
|
virtual |
Sets assistant log file name.
References myAssistantLogStringName.
|
slot |
Slots to handle updates to configuration settings.
References myAssistantPersistent.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myAssistantUpdateIntervalSec.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myDefaultToUnlicensed.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myDefunctFederateRemovalTimeSec.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myDisplayFederationColors.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myDisplayPopupsAsNotifications.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myDisplayRemoteNotifications.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myEnableNotifications.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myFederateIdentifier.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myKeepAlive.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myLatencyTestInteractionPeriodMs.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myLatencyTestNumInteractions.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myLatencyTestPayloadBytes.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myLightweightMemorySec.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myLogUpdateInterval.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myLrcNetStatsUpdateIntervalSec.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myShowRtiexecStartupPrompt.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Slots to handle updates to configuration settings.
References myWarningTickInterval.
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Show assistant log.
References false, myAssistantConsoleDialog, myAssistantConsoleWidget, myAssistantLogStringName, NULL, DtConsoleWidget::removeNotifyComboBox(), DtFileConsoleWidget::setLogFile(), DtFileConsoleWidget::setName(), and DtAssistantMgr::startDialog().
Referenced by initialize().
|
slot |
Displays the configuration dialog.
References DtNumPreferencesPages, myAcceptRemoteCommands, myAssistantConfigWidget, myAssistantPersistent, myAssistantUpdateIntervalSec, myConfigDialog, myConfigWidgetMgrs, myDefunctFederateRemovalTimeSec, myDisplayFederationColors, myDisplayPopupsAsNotifications, myDisplayRemoteNotifications, myEnableNotifications, myFederateIdentifier, myFederationsViewConfigWidget, myKeepAlive, myLatencyTestConfigWidget, myLatencyTestInteractionPeriodMs, myLatencyTestNumInteractions, myLatencyTestPayloadBytes, myLightweightMemorySec, myLogUpdateInterval, myLrcNetStatsUpdateIntervalSec, myNotificationAndLoggingConfigWidget, DtAssistantMgr::myPeer, DtAssistantMgr::myServer, myWarningTickInterval, DtAssistantPreferencesWidget::setAssistantConnParams(), DtAssistantPreferencesWidget::setAssistantPersistent(), DtAssistantPreferencesWidget::setAssistantUpdateIntervalSec(), DtLatencyTestConfigWidget::setConfig(), DtFederationsViewPreferencesWidget::setDefunctFederateTimeoutMs(), DtFederationsViewPreferencesWidget::setDisplayFederationColors(), DtNotificationAndLoggingConfigWidget::setDisplayRemoteNotifications(), DtNotificationAndLoggingConfigWidget::setEnableNotifications(), DtAssistantPreferencesWidget::setEnableRemoteCommands(), DtFederationsViewPreferencesWidget::setFederateIdentifier(), DtAssistantPreferencesWidget::setKeepAlive(), DtAssistantPreferencesWidget::setLightweightMemorySec(), DtNotificationAndLoggingConfigWidget::setLogUpdateIntervalMs(), DtAssistantPreferencesWidget::setLrcNetStatsUpdateIntervalSec(), DtAssistantConfigDialog::setPage(), DtNotificationAndLoggingConfigWidget::setPopupsAsNotifications(), DtNotificationAndLoggingConfigWidget::setWarningTickInterval(), and DtAssistantMgr::showDialog().
Referenced by DtAssistantPreferencesViewMgr().
|
slot |
Displays the message statistics dialog.
References myMsgStatsDialog, DtAssistantMgr::myPeer, DtAssistantMsgStatsDialog::setStatistics(), and DtAssistantMgr::showDialog().
Referenced by DtAssistantPreferencesViewMgr().
|
virtual |
Periodically update console.
Reimplemented from DtAssistantMgr.
References myAssistantConsoleWidget, NULL, and DtFileConsoleWidget::updateConsole().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr().
|
signal |
Signals to indicate that configuration settings have changed.
Referenced by DtAssistantPreferencesViewMgr(), and processConfigAccept().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setAcceptRemoteCommands(), and showConfigDialog().
|
protected |
The widget which configures the Assistant parameters.
Referenced by DtAssistantPreferencesViewMgr(), initialize(), processConfigAccept(), showConfigDialog(), and ~DtAssistantPreferencesViewMgr().
|
protected |
The Assistant Log dialog.
Referenced by DtAssistantPreferencesViewMgr(), and showAssistantLog().
|
protected |
The Assistant log widget.
Referenced by DtAssistantPreferencesViewMgr(), showAssistantLog(), tick(), and ~DtAssistantPreferencesViewMgr().
|
protected |
Assistant log string name.
Referenced by setAssistantLogFileName(), and showAssistantLog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by processConfigAccept(), setAssistantPersistent(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setAssistantUpdateIntervalSec(), and showConfigDialog().
|
protected |
The Assistant configuration dialog.
Referenced by DtAssistantPreferencesViewMgr(), initialize(), and showConfigDialog().
|
protected |
Managers that own other configuration widgets which are also displayed in the configuration dialog.
Referenced by addConfigWidgetMgr(), initialize(), processConfigAccept(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setDefaultToUnlicensed().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setDefunctFederateRemovalTimeSec(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setDisplayFederationColors(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setDisplayPopupsAsNotifications(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setDisplayRemoteNotifications(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setEnableNotifications(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setFederateIdentifier(), and showConfigDialog().
|
protected |
The widget which configures the Federations View parameters.
Referenced by DtAssistantPreferencesViewMgr(), initialize(), processConfigAccept(), showConfigDialog(), and ~DtAssistantPreferencesViewMgr().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setKeepAlive(), and showConfigDialog().
|
protected |
The widget which configures latency test parameters.
Referenced by DtAssistantPreferencesViewMgr(), initialize(), processConfigAccept(), showConfigDialog(), and ~DtAssistantPreferencesViewMgr().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setLatencyTestInteractionPeriodMs(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setLatencyTestNumInteractions(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setLatencyTestPayloadBytes(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setLightweightMemorySec(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setLogUpdateInterval(), and showConfigDialog().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setLrcNetStatsUpdateIntervalSec(), and showConfigDialog().
|
protected |
The dialog that displays assistant message statistics.
Referenced by DtAssistantPreferencesViewMgr(), and showMsgStats().
|
protected |
The widget which configures the Assistant's notification and logging parameters.
Referenced by DtAssistantPreferencesViewMgr(), initialize(), processConfigAccept(), showConfigDialog(), and ~DtAssistantPreferencesViewMgr().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setShowRtiexecStartupPrompt().
|
protected |
The current settings to display in the preferences dialog.
Referenced by setWarningTickInterval(), and showConfigDialog().