|
| | DtAssistantRidConfigInfoMgr (std::shared_ptr< DtRtiAssistantServer > server, std::shared_ptr< DtRtiAssistantPeer > peer, DtAssistantSignalRouter &signalRouter, const MAKRti::DtFilename &configDir) |
| | CTOR. More...
|
| |
| virtual | ~DtAssistantRidConfigInfoMgr () |
| | Virtual DTOR. More...
|
| |
| virtual void | refreshRidList () |
| | Refreshes the list of configured RIDs. More...
|
| |
virtual const
RidConfigurationList & | ridConfigurations () const |
| | Const access to RID configurations. More...
|
| |
| virtual MAKRti::DtFilename | ridConfigPath (const MAKRti::DtString &configName="") const |
| | Generates the corresponding RID path for the configuration with the given name. More...
|
| |
| virtual DtRIDParameters | loadRidConfiguration (const MAKRti::DtString &configurationName, bool isPreconfigured, bool *status=0) const |
| | Load the given configuration as a lisp string. More...
|
| |
| virtual bool | saveConfiguration (const MAKRti::DtString &configName, const DtRIDParameters &ridParams) |
| | Save the given RID configuration. More...
|
| |
| virtual bool | saveConfiguration (const MAKRti::DtString &configName, const MAKRti::DtString &ridLisp) |
| | Save the given RID configuration. More...
|
| |
| virtual bool | renameConfiguration (const MAKRti::DtString &oldConfigName, const MAKRti::DtString &newConfigName) |
| | Rename the given RID configuration. More...
|
| |
| virtual bool | deleteConfiguration (const MAKRti::DtString &configName) |
| | Delete the given RID configuration. More...
|
| |
| | DtAssistantMgr (std::shared_ptr< DtRtiAssistantServer > server, std::shared_ptr< DtRtiAssistantPeer > peer, DtAssistantSignalRouter &signalRouter) |
| | Constructor. More...
|
| |
| virtual | ~DtAssistantMgr () |
| | Destructor. More...
|
| |
| virtual void | tick () |
| | Performs tasks that need to be completed periodically. More...
|
| |
| virtual void | startShutdown () |
| | Performs any necessary processing at the start of shutdown. More...
|
| |
| virtual bool | dialogsVisible () const |
| | Determines if there are any visible dialogs for which this manager is responsible. More...
|
| |
| 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. More...
|
| |
| virtual void | updateConfigWidget () |
| | Forces the configuration widget to be updated. More...
|
| |
| virtual void | processConfigWidgetAccept () |
| | Process the changes that were accepted in the configuration widget. More...
|
| |
|
| virtual void | initialize () |
| | Initializes this manager just prior to beginning assistant processing. More...
|
| |
| virtual void | populateUserRids () |
| | Loads user configured RID files from the config directory. More...
|
| |
| virtual bool | writeRid (const MAKRti::DtString &outfile, const DtRIDParameters &rid) |
| | Write the RID specified by the given parameters to the given file. More...
|
| |
| 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) |
| |
|
| void | displayWarningDialogs () |
| | Displays all warning dialogs. 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...
|
| |
| static QIcon | theRtiIcon |
| | The icons used by the RTI Assistant. More...
|
| |
| static QIcon | theSmallRtiIcon |
| |
| static QIcon | theWebIcon |
| |
| static QIcon | theNotifyRtiIcon |
| |
| static QIcon | theWarningRtiIcon |
| |
| static QIcon | thePreferencesIcon |
| |
| static QIcon | theAboutIcon |
| |
| static QIcon | theHelpIcon |
| |
| static bool | theIconsAreLoaded |
| | Whether or not the icons have yet been loaded. More...
|
| |
Maintains lists of known RTI connections.
This includes all lightweight and rtiexec, remote and local, active and inactive connections.