12 #ifndef assistantShowDialogMsg_H_
13 #define assistantShowDialogMsg_H_
52 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
55 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER );
64 virtual void setShowDialog(DtAssistantShowDialogEnum showDialog);
65 virtual DtAssistantShowDialogEnum showDialog()
const;
74 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
77 static DtAssistantMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
95 virtual int minSize()
const;
Definition: assistantShowDialogMsg.h:39
The DtAssistantShowDialogMsg defines a wrapper for the messages sent to and from the Assistant to del...
Definition: assistantShowDialogMsg.h:32
DtAssistantMsgKind
Definition: assistantMsg.h:53
Base class for assistant Messages.
Definition: assistantMsg.h:153
virtual DtAssistantMsgKind internalMsgKind()=0
Definition: assistantShowDialogMsg.h:41
#define DT_DLL_ASSISTANT
Default – Unix or Win32 static.
Definition: rtiMsConfig.h:150
void(* DtAssistantShowDialogMsgCb)(const DtAssistantShowDialogMsg &inter, void *usr)
Definition: assistantShowDialogMsg.h:25
Definition: assistantShowDialogMsg.h:42
DtAssistantShowDialogEnum
Definition: assistantShowDialogMsg.h:37
Manages the server connections of the RTI Assistant.
Definition: rtiAssistantServer.h:45
virtual DtAssistantMsg * clone(bool copy=true) const =0
Return a copy/empty object of the same type as this.
virtual void printData() const
Definition: netAssistantShowDialogMsg.h:19
Definition: assistantShowDialogMsg.h:40
Maintains a queue of RTI Assistant messages.
Definition: assistantMsgQueue.h:27
Definition: assistantShowDialogMsg.h:43