15 #include <QtGui/QIcon>
16 #include <QtGui/QSystemTrayIcon>
17 #include <vlutil/vlSmartPointers.h>
18 #include <vlutil/vlPrint.h>
41 DtBoost::shared_ptr<DtRtiAssistantPeer> peer,
43 DtBoost::shared_ptr<DtAssistantComponentMgr> compMgr );
59 void enableComponentLog(
int id,
const MAKRti::DtString& compName,
60 const MAKRti::DtString& logName, MAKRti::DtNotifyLevelType level );
63 void disableComponentLog(
int id );
77 void sendComponentUpdateNotifyLevel(
int id, MAKRti::DtNotifyLevelType level );
81 void setLogUpdateInterval(
unsigned int interval );
84 void showComponentConsole(
int id );
91 DtBoost::shared_ptr<DtAssistantComponentMgr>
myCompMgr;