11 #if !defined(Q_MOC_RUN)
14 #include <vlutil/vlFilename.h>
58 virtual void exportFile(
const QString&);
62 virtual bool exportableObject(
const DtEntityType& t)
const;
68 virtual void processMissingItems();
71 virtual void accept();
74 virtual QComboBox* createSidcSelectionWidget(
bool forEntities);
77 virtual void setupMissingEntities();
80 virtual void setupMissingTacticalGraphics();
83 virtual void exportScenarioDescription();
86 virtual void addMissingEntities();
89 virtual void addMissingTacticalGraphics();
QLabel * myTacticalGraphicsLabel
Definition: msdlExporter.h:100
makVrv::DtDe & myDe
Definition: msdlExporter.h:109
QVBoxLayout * myTacticalGraphicsLayout
Definition: msdlExporter.h:99
The makVrf::DtMsdlExporter class will allow the user to specify any mappings that do not exist for en...
Definition: msdlExporter.h:42
QHBoxLayout * myButtonLayout
Definition: msdlExporter.h:104
QTreeWidget * myMissingEntitiesTree
Definition: msdlExporter.h:97
QLabel * myEntitiesLabel
Definition: msdlExporter.h:95
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
int myRequestId
Definition: msdlExporter.h:111
DtFilename myMsdlFile
Definition: msdlExporter.h:110
std::map< std::string, std::string > myMissingTacticalGraphics
Definition: msdlExporter.h:118
Definition: msdlHierarchyPropertyMappings.h:37
QPushButton * myOKButton
Definition: msdlExporter.h:105
File: simMsg.h.
Definition: simMessage.h:35
QFrame * myEntitiesLine
Definition: msdlExporter.h:96
QPushButton * myCancelButton
Definition: msdlExporter.h:106
DtMsdlHierarchyPropertyMappings myNewMappings
Definition: msdlExporter.h:113
std::map< std::string, QTreeWidgetItem * > myMissingItems
Definition: msdlExporter.h:115
QLabel * myDescription
Definition: msdlExporter.h:92
DtMsdlHierarchyPropertyMappings myCurrentMappings
Definition: msdlExporter.h:112
std::map< std::string, std::string > myMissingEntities
Definition: msdlExporter.h:117
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QFrame * myTacticalGraphicsLine
Definition: msdlExporter.h:101
QTreeWidget * myMissingTacticalGraphicsTree
Definition: msdlExporter.h:102
QVBoxLayout * myEntitiesLayout
Definition: msdlExporter.h:94