15 #include <QtGui/QIcon>
16 #include <QSystemTrayIcon>
17 #include <vlutil/vlSmartPointers.h>
18 #include <vlutil/vlPrint.h>
39 std::shared_ptr<DtRtiAssistantPeer> peer,
41 std::shared_ptr<DtAssistantComponentMgr> compMgr );
57 void enableComponentLog(
int id,
const MAKRti::DtString& compName,
58 const MAKRti::DtString& logName, MAKRti::DtNotifyLevelType level );
61 void disableComponentLog(
int id );
75 void sendComponentUpdateNotifyLevel(
int id, MAKRti::DtNotifyLevelType level );
79 void setLogUpdateInterval(
unsigned int interval );
82 void showComponentConsole(
int id );
Dialog to hold a DtConsoleWidget.
Definition: consoleWidget.h:176
At startup all of the assistant manager classes will register their signals and slots with the signal...
Definition: assistantSignalRouter.h:29
std::set< int > myViewLogCompIds
The set of component IDs whose logs should immediately be opened once log viewing is enabled...
Definition: logFileMgr.h:96
DtIdToFileConsoleMap myComponentConsoles
Map from component IDs to console widgets.
Definition: logFileMgr.h:92
unsigned int myLogUpdateInterval
Interval at which log consoles will be updated.
Definition: logFileMgr.h:99
std::shared_ptr< DtAssistantComponentMgr > myCompMgr
The manager that keeps track of all local RTI components.
Definition: logFileMgr.h:89
Responsible for maintaining the console dialogs to display log files for local RTI components...
Definition: logFileMgr.h:33
Stores information on any RTI components.
Definition: compInfo.h:25
Base class for all classes which perform management activities for the Assistant. ...
Definition: assistantMgr.h:31
This file contains the declaration of DtAssistantMgr.
DtRtiAssistantPeer manages the sharing of information between one Assistant to other Assistants using...
Definition: rtiAssistantPeer.h:82
Contains the DtRtiAssistantClient class declaration.
Manages the server connections of the RTI Assistant.
Definition: rtiAssistantServer.h:45
DtAssistantMgr & operator=(DtAssistantMgr const &)
Assignment not implemented – Assignment Not Allowed!
DtAssistantEnableLoggingDialog * myEnableLoggingDialog
Dialog to verify user wants to enable logging when disabled.
Definition: logFileMgr.h:102
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151
std::map< int, DtConsoleDialog * > DtIdToFileConsoleMap
Definition: logFileMgr.h:86
Dialog to prompt user if they would like to enable logging when an attempt is made to view a log for ...
Definition: enableLoggingDialog.h:20
Processes information on each local RTI component that is connected to this Assistant.
Definition: componentMgr.h:38