13 #ifndef DtAddPropsLogic_H_
14 #define DtAddPropsLogic_H_
25 class DtAddPropsInterface;
26 class DtAddPropsRuleRecord;
44 bool getFeatureFieldValuePairs(
const std::string& featureLayerFilename,
std::string myFeatureLayerFilename
Definition: DtAddPropsLogic.h:55
#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:26
Interface to the DtAddPropsWidget.
Definition: DtAddPropsInterface.h:24
Contains makArchives::DtAddPropsRuleRecord class.
DtDe & myDe
Definition: DtAddPropsLogic.h:53
DtAddPropsInterface & myGui
Definition: DtAddPropsLogic.h:54
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The DtAddPropsLogic adds props to a feature layer.
Definition: DtAddPropsLogic.h:30
std::map< std::string, std::set< std::string > > FeatureFieldValueMap
Map of feature fields to a set of values.
Definition: DtFeatureFieldValueParser.h:71