VR-Forces 4.7 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 
57  virtual bool canImport() const
58  {
59  return true;
60  }
61 
62  virtual bool canExport() const
63  {
64  return true;
65  }
66 
67  protected:
69  };
70 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)