![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtAddPropsLogic adds props to a feature layer. More...
Public Member Functions | |
| DtAddPropsLogic (DtDe &de, DtAddPropsInterface &iFace, const std::string &featureLayerFilename) | |
| CTOR. | |
| ~DtAddPropsLogic () | |
| DTOR. | |
Protected Member Functions | |
| bool | getFeatureFieldValuePairs (const std::string &featureLayerFilename, DtFeatureFieldValueParser::FeatureFieldValueMap &featureFieldValueMap) |
| Retrieve the field/ value pairs contained in the featureLayerFilename. | |
| void | slot_createAddPropRule (const makArchives::DtAddPropsRuleRecord &rule) |
| Called by the widget, when a user has created a rule. | |
Protected Attributes | |
| DtDe & | myDe |
| DtAddPropsInterface & | myGui |
| std::string | myFeatureLayerFilename |
The DtAddPropsLogic adds props to a feature layer.
| makVrv::DtAddPropsLogic::DtAddPropsLogic | ( | DtDe & | de, |
| DtAddPropsInterface & | iFace, | ||
| const std::string & | featureLayerFilename | ||
| ) |
CTOR.
| bool makVrv::DtAddPropsLogic::getFeatureFieldValuePairs | ( | const std::string & | featureLayerFilename, |
| DtFeatureFieldValueParser::FeatureFieldValueMap & | featureFieldValueMap | ||
| ) | [protected] |
Retrieve the field/ value pairs contained in the featureLayerFilename.
| void makVrv::DtAddPropsLogic::slot_createAddPropRule | ( | const makArchives::DtAddPropsRuleRecord & | rule | ) | [protected] |
Called by the widget, when a user has created a rule.
DtDe& makVrv::DtAddPropsLogic::myDe [protected] |
DtAddPropsInterface& makVrv::DtAddPropsLogic::myGui [protected] |
std::string makVrv::DtAddPropsLogic::myFeatureLayerFilename [protected] |