VR-Forces 4.1 Class Documentation
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>
16 
17 #include <string>
18 
19 namespace makVrv
20 {
21 
23 
27 
50 
52  {
53 
54  public:
55 
58  static const char* DefaultDisplayString;
59 
61  DtDisplayConfiguration(const std::string& name = DefaultDisplayString);
62 
65 
67  DtDisplayConfiguration& operator=(const DtDisplayConfiguration& copy);
68 
70  virtual ~DtDisplayConfiguration();
71 
78 
80  DtWindowConfigurations& windowConfigurations();
81  const DtWindowConfigurations& windowConfigurations() const;
82 
83  protected:
84 
85  template<class Archive>
86  void _serialize(Archive & ar, const unsigned int version)
87  {
89  ar & DT_SERIALIZE_MEMBER(myWindowConfigurations);
90  }
91 
92  protected:
93 
95  };
96 }
97 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)