VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtApplicationSettingsRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
12 
13 namespace makArchives
14 {
19  {
20  public:
23 
26 
29 
32 
34  void setViewControlEnabled(bool enabled);
35 
37  bool viewControlEnabled() const;
38 
39  protected:
40 
41  friend class boost::serialization::access;
42 
46  template<class Archive>
47  void serialize(Archive & ar, const unsigned int version)
48  {
49 
50  ar & BOOST_SERIALIZATION_NVP(myViewControlEnabled);
51 
52  }
53 
55  };
56 }
57 

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)