VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfGuiScenarioDescriptionImporterExporter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 
14 #include <string>
15 
16 namespace makVrv
17 {
18  class DtDe;
19 }
20 
21 class DtFilename;
23 
24 namespace makVrf
25 {
29  {
30  public:
33 
36 
39  virtual void importScenario(const DtFilename&) = 0;
40 
44  virtual void exportScenario(const DtFilename&) = 0;
45 
47  virtual std::string supportedExtensions() = 0;
48 
50  virtual bool canImportFile(const DtFilename&) = 0;
51 
54  virtual DtScenarioDescriptionImporterExporter* importerExporter() = 0;
55 
56  protected:
58  };
59 }

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)