VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtApplicationSettingsRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
12 
13 
14 namespace makArchives
15 {
20  {
21  public:
24 
27 
30 
33 
35  void setViewControlEnabled(bool enabled);
36 
38  bool viewControlEnabled() const;
39 
41  void setScreenCaptureFilePath(const std::string& filePath);
42 
44  const std::string& screenCaptureFilePath() const;
45 
46 
47  protected:
48 
49  friend class boost::serialization::access;
50 
54  template<class Archive>
55  void serialize(Archive & ar, const unsigned int version)
56  {
57 
58  ar & BOOST_SERIALIZATION_NVP(myViewControlEnabled);
59  ar & BOOST_SERIALIZATION_NVP(myScreenCaptureFilePath);
60  }
61 
63 
65  };
66 }
67 

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)