VR-Forces 4.10 Class Documentation
 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 
16 #include <string>
17 
19 
20 namespace makVrf
21 {
23  {
24  public:
26 
31 
33 
35  virtual DtNetworkMessageInterface* clone() const;
36 
38  static const char* theName();
39 
41  virtual const char* name();
42 
43  void setComment(const char* m);
44  const std::string& comment() const;
45 
46  void setNotifyLevel(int);
47  int notifyLevel() const;
48 
49  void setSenderId(const std::string&);
50  const std::string& senderId() const;
51 
52  protected:
53  std::string myComment;
55  std::string mySenderId;
56  };
57 }
std::string myComment
Definition: commentInteractionInterface.h:53
Definition: networkMessageInterface.h:28
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Definition: commentInteractionInterface.h:22
int myNotifyLevel
Definition: commentInteractionInterface.h:54
std::string mySenderId
Definition: commentInteractionInterface.h:55

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)