VR-Forces 4.1.1 Class Documentation
DtCommentInteractionInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtCommentInteractionInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
16 #include <vrfGuiCore/vrfGuiCore.h>
18 
19 #include <string>
20 
22 
23 namespace makVrf
24 {
26  {
27  public:
29 
34 
36 
38  virtual DtNetworkMessageInterface* clone() const;
39 
41  static const char* theName();
42 
44  virtual const char* name();
45 
46  void setComment(const char* m);
47  const std::string& comment() const;
48 
49  void setNotifyLevel(int);
50  int notifyLevel() const;
51 
52  void setSenderId(const std::string&);
53  const std::string& senderId() const;
54 
55  protected:
56  std::string myComment;
58  std::string mySenderId;
59  };
60 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)