![]() |
VR-Forces 4.0.4 Class Documentation
|
Interface to the DtAddPropsWidget. More...

Public Member Functions | |
| virtual | ~DtAddPropsInterface () |
| DTOR. | |
| virtual void | setFeatureFieldValuePairs (const DtFeatureFieldValueParser::FeatureFieldValueMap &featureFieldValueMap)=0 |
| Set the field/ value pairs in the gui. | |
| virtual void | addRuleToHistory (const makArchives::DtAddPropsRuleRecord &rule)=0 |
| Called by the logic to update the gui. | |
Public Attributes | |
| boost::signal< void(const makArchives::DtAddPropsRuleRecord &rule)> | signal_createAddPropRule |
| Emitted by the widget when a rule has been built. | |
Interface to the DtAddPropsWidget.
| virtual makVrv::DtAddPropsInterface::~DtAddPropsInterface | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtAddPropsInterface::setFeatureFieldValuePairs | ( | const DtFeatureFieldValueParser::FeatureFieldValueMap & | featureFieldValueMap | ) | [pure virtual] |
Set the field/ value pairs in the gui.
Implemented in makVrv::DtAddPropsWidget.
| virtual void makVrv::DtAddPropsInterface::addRuleToHistory | ( | const makArchives::DtAddPropsRuleRecord & | rule | ) | [pure virtual] |
Called by the logic to update the gui.
Implemented in makVrv::DtAddPropsWidget.
| boost::signal<void (const makArchives::DtAddPropsRuleRecord& rule)> makVrv::DtAddPropsInterface::signal_createAddPropRule |
Emitted by the widget when a rule has been built.