VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
scenarioExtrasMgr.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <vlutil/vlString.h>
16 
17 //forward defs
18 class DtSimManager;
19 
26 {
27 public:
28  DtScenarioExtrasMgr(DtSimManager* simManager);
29  virtual ~DtScenarioExtrasMgr();
30 
31 private:
33 
35  DtScenarioExtrasMgr& operator=(const DtScenarioExtrasMgr& orig);
37 
38 
39 public:
42  virtual bool init();
43 
44  virtual bool readScenarioExtrasFile(const DtFilename& filename);
45  virtual bool readScenarioExtrasFile(const std::string& str);
46 
47  virtual void writeScenarioExtrasFile(const DtString& filename);
48  virtual void writeScenarioExtrasFile(std::string& str);
49 
53  virtual DtRwScenarioExtras& scenarioExtras();
54 
56 
57 protected:
59 
60 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)