![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtAddPropsInterface.h,v $ $Revision: 1.7 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #ifndef DtAddPropsInterface_H_ 00014 #define DtAddPropsInterface_H_ 00015 00016 #include <vrvCoreQt/vrvCoreQt.h> 00017 #include <vrvCore/DtFeatureFieldValueParser.h> 00018 #include <makArchives/DtAddPropsRuleRecord.h> 00019 00020 namespace makVrv 00021 { 00024 class DT_DLL_VRVCOREQT DtAddPropsInterface 00025 { 00026 00027 public: 00028 00030 virtual ~DtAddPropsInterface(); 00031 00033 virtual void setFeatureFieldValuePairs( 00034 const DtFeatureFieldValueParser::FeatureFieldValueMap& featureFieldValueMap) = 0; 00035 00037 boost::signal<void (const makArchives::DtAddPropsRuleRecord& rule)> signal_createAddPropRule; 00038 00040 virtual void addRuleToHistory(const makArchives::DtAddPropsRuleRecord& rule) = 0; 00041 00042 }; 00043 } 00044 00045 #endif 00046