9 #ifndef assistantLogMsg_H_
10 #define assistantLogMsg_H_
16 #include <vlutil/vlPrint.h>
45 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
54 virtual void setLog(
const DtLogEntryList& log,
unsigned maxSize );
58 virtual const char* nextEntry( DtNotifyLevelType& notifyLevel )
const;
61 virtual unsigned textSize()
const;
70 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
72 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
94 virtual int minSize()
const;
97 virtual void setTextSize(
unsigned size );
100 virtual void setNumEntries(
unsigned num );
101 virtual unsigned numEntries()
const;
104 virtual const DtNetU8* notifyLevelPtr()
const;
105 virtual DtNetU8* notifyLevelPtr();
108 virtual const char* textPtr()
const;
109 virtual char* textPtr();