VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)