VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
commentInteractionInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 #include <vrfutil/rwUUID.h>
16 
17 #include <string>
18 
20 
21 namespace makVrf
22 {
24  {
25  public:
27 
32 
34 
36  virtual DtNetworkMessageInterface* clone() const;
37 
39  static const char* theName();
40 
42  virtual const char* name();
43 
44  void setComment(const char* m);
45  const std::string& comment() const;
46 
47  void setNotifyLevel(int);
48  int notifyLevel() const;
49 
50  void setSenderId(const DtUUID&);
51  const DtUUID& senderId() const;
52 
53  protected:
54  std::string myComment;
57  };
58 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
std::string myComment
Definition: commentInteractionInterface.h:54
Definition: networkMessageInterface.h:28
Contains the DtUUID class declaration.
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Definition: commentInteractionInterface.h:23
int myNotifyLevel
Definition: commentInteractionInterface.h:55
DtUUID mySenderId
Definition: commentInteractionInterface.h:56

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)