10 #ifndef DtAddPropsLogic_H_
11 #define DtAddPropsLogic_H_
22 class DtAddPropsInterface;
23 class DtAddPropsRuleRecord;
41 bool getFeatureFieldValuePairs(
const std::string& featureLayerFilename,
std::string myFeatureLayerFilename
Definition: DtAddPropsLogic.h:52
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Contains makVrv::DtFeatureFieldValueParser class.
Record of a rule used to add props to a feaure layer.
Definition: DtAddPropsRuleRecord.h:23
Interface to the DtAddPropsWidget.
Definition: DtAddPropsInterface.h:21
Contains makArchives::DtAddPropsRuleRecord class.
DtDe & myDe
Definition: DtAddPropsLogic.h:50
DtAddPropsInterface & myGui
Definition: DtAddPropsLogic.h:51
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
The DtAddPropsLogic adds props to a feature layer.
Definition: DtAddPropsLogic.h:27
std::map< std::string, std::set< std::string > > FeatureFieldValueMap
Map of feature fields to a set of values.
Definition: DtFeatureFieldValueParser.h:68