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) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: scenarioExtrasMgr.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef scenarioExtrasMgr_h
15 #define scenarioExtrasMgr_h
16 
18 #include <vlutil/vlString.h>
20 
21 //forward defs
22 class DtSimManager;
23 
30 {
31 public:
32  DtScenarioExtrasMgr(DtSimManager* simManager);
33  virtual ~DtScenarioExtrasMgr();
34 
35 private:
37 
39  DtScenarioExtrasMgr& operator=(const DtScenarioExtrasMgr& orig);
41 
42 
43 public:
46  virtual bool init();
47 
48  virtual bool readScenarioExtrasFile(const DtString& filename);
49  virtual void writeScenarioExtrasFile(const DtString& filename);
50 
54  virtual DtRwScenarioExtras& scenarioExtras();
55 
57 
58 protected:
60 
61 };
62 
63 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)