VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDisplayConfiguration.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvUtil/vrvUtil.h>
14 
15 namespace makVrv
16 {
17 
19 
23 
46 
48  {
49 
50  public:
51 
54  static const char* DefaultDisplayString;
55 
57  DtDisplayConfiguration(const std::string& name = DefaultDisplayString);
58 
61 
63  DtDisplayConfiguration& operator=(const DtDisplayConfiguration& copy);
64 
66  virtual ~DtDisplayConfiguration();
67 
74 
76  DtWindowConfigurations& windowConfigurations();
77  const DtWindowConfigurations& windowConfigurations() const;
78 
79  protected:
80 
81  template<class Archive>
82  void _serialize(Archive & ar, const unsigned int version)
83  {
85  ar & DT_SERIALIZE_MEMBER(myWindowConfigurations);
86  }
87 
88  protected:
89 
91  };
92 }
93 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)