15 #include <QtGui/QIcon>
16 #include <QSystemTrayIcon>
17 #include <vlutil/vlSmartPointers.h>
18 #include <vlutil/vlPrint.h>
39 DtBoost::shared_ptr<DtRtiAssistantPeer> peer,
41 DtBoost::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 );
89 DtBoost::shared_ptr<DtAssistantComponentMgr>
myCompMgr;