VR-Vantage API Documentation
DtDeConfiguration.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDeConfiguration.h,v $ $Revision: 1.25 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtDeConfiguration_H_
14 #define DtDeConfiguration_H_
15 
16 #include <vrvUtil/vrvUtil.h>
17 #include <vrvUtil/DtConfiguration.h>
21 
22 namespace makVrv
23 {
25 
29  {
30 
31  public:
32 
34  DtDeConfiguration(const std::string& name = "");
35 
37  DtDeConfiguration(const DtDeConfiguration& config);
38 
40  DtDeConfiguration& operator=(const DtDeConfiguration& config);
41 
43  virtual ~DtDeConfiguration();
44 
51 
53 
54  virtual DtDisplayConfigurations& displayConfigurations();
55  virtual const DtDisplayConfigurations& displayConfigurations() const;
57 
58 
59  protected:
60 
61  template<class Archive>
62  void _serialize(Archive & ar, const unsigned int version)
63  {
65  ar & DT_SERIALIZE_MEMBER(myDisplayConfigurations);
66  }
67 
69  };
70 }
71 
73 
74 #endif
75 


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)