VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
objectImporter.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #if !defined(Q_MOC_RUN)
12 #include <vrvUtil/signalslib.h>
15 #include "objectParserMapDialogUi.hpp"
18 #include "vrfmsgs/ifSpawnList.h"
19 #include "vrfmsgs/rwSpawnData.h"
20 #include <vlpi/disEnums.h>
22 #endif
23 
24 #include <QtWidgets/QDialog>
25 #include <QtWidgets/QTimeEdit>
26 #include <QtCore/QStringList>
27 
29 class DtSimMessage;
31 
32 namespace makVrf
33 {
34  class DtIssueEntityPlanWidget;
35  class DtOverlayParentEntryWidget;
36 
39  {
40 
41  Q_OBJECT
42 
43  public:
44 
47  QWidget* parent, const Qt::WindowFlags& flags);
48 
50  virtual ~DtObjectImporter();
51 
52  virtual void initializeForces();
53 
54  virtual void initializeObjectMap();
55 
60  virtual void import(const QString&);
61 
62  protected:
63 
65  virtual void setupGui() = 0;
66 
68  virtual void importScenarioDescription();
69 
71  virtual void accept();
72 
73  public:
74 
75  QWidget myFrame;
76 
77  protected:
79  std::map<std::string, std::string> myTypeMap;
80  DtFilename myFile;
82  };
83 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtFilename myFile
Definition: objectImporter.h:80
Contains the DtUnitConverterCollection class declaration.
This class is the interface for a scenario description importer/exporter.
Definition: scenarioDescriptionImporterExporter.h:27
Dialog to allow user to customize object parser when inputing a file for scenario laydown...
Definition: objectImporter.h:38
File: simMsg.h.
Definition: simMessage.h:35
DtScenarioDescriptionImporterExporter * myImporter
Definition: objectImporter.h:81
Base class to provide boost signal/slot management.
QWidget myFrame
Definition: objectImporter.h:75
std::map< std::string, std::string > myTypeMap
Definition: objectImporter.h:79
class DtIfVrfObjectCreated:
Definition: ifVrfObjectCreated.h:32
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
makVrv::DtDe & myDe
Definition: objectImporter.h:78

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)