VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDeRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDeRecord.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtDeRecord_H_
14 #define DtDeRecord_H_
15 
16 #include <vrvCore/vrvCore.h>
18 
19 namespace makVrv
20 {
21  class DtMessageClient;
22 
26  {
27  public:
28 
30  static const int FixedStringSize = 128;
31 
33  DtDeRecord();
34 
36  DtDeRecord(const std::string& name,DtDeInitializer::DeMode mode,
37  DtMessageClient* messageClient,
38  const std::string& displayName = "");
39 
41  DtDeRecord(const DtDeRecord& record);
42 
44  DtDeRecord& operator=(const DtDeRecord& record);
45 
47  ~DtDeRecord();
48 
50  inline const std::string& name() const { return myName; }
51 
54  inline const std::string& displayName() const { return myDisplayEngineName; }
55 
57  void setDisplayEngineName(const std::string& name);
58 
60  inline DtDeInitializer::DeMode mode() const { return myMode; }
61 
65  inline DtMessageClient* messageClient() const { return myMessageClient; }
66 
67  protected:
68  std::string myName;
69  std::string myDisplayEngineName;
72  };
73 }
74 
75 #endif
76 

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)