VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
importExportScenarioDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvUtil/signalslib.h>
16 
17 #include <QObject>
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 namespace makVrf
25 {
29  {
30  Q_OBJECT
31 
32  public:
33  //CTOR
35 
36  //DTOR
38 
40  virtual void chooseScenarioToImport();
41 
43  virtual void exportScenario();
44 
45  protected:
47  virtual QString extensionsList(bool forImport);
48 
49  protected:
51  };
52 
55  {
56  public:
59 
62 
64  static void registerInstance(makVrv::DtDe&, DtImportExportScenarioDialogCreator*);
65 
67  };
68 }

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)