VR-Forces 4.8 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 }
Virtual base class.
Definition: DtVirtualBaseClass.h:22
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
!!!!! Creator
Definition: importExportScenarioDialog.h:54
Contains makVrv::DtVirtualBaseClass class.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
makVrv::DtDe & myDe
Definition: importExportScenarioDialog.h:50
Creates a dialog that will allow the user to select a file to import/export and an importer type as r...
Definition: importExportScenarioDialog.h:28

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)