![]() |
VR-Forces Development_Version 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 |
DTOR.
|
pure virtual |
Set the field/ value pairs in the gui.
Implemented in makVrv::DtAddPropsWidget.
|
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.