VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAddPropsInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtAddPropsInterface_H_
11 #define DtAddPropsInterface_H_
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
16 
17 namespace makVrv
18 {
22  {
23 
24  public:
25 
27  virtual ~DtAddPropsInterface();
28 
30  virtual void setFeatureFieldValuePairs(
31  const DtFeatureFieldValueParser::FeatureFieldValueMap& featureFieldValueMap) = 0;
32 
34  boost::signalslib::signal<void (const makArchives::DtAddPropsRuleRecord& rule)> signal_createAddPropRule;
35 
37  virtual void addRuleToHistory(const makArchives::DtAddPropsRuleRecord& rule) = 0;
38 
39  };
40 }
41 
42 #endif
43 
boost::signalslib::signal< void(const makArchives::DtAddPropsRuleRecord &rule)> signal_createAddPropRule
Emitted by the widget when a rule has been built.
Definition: DtAddPropsInterface.h:34
#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:23
Interface to the DtAddPropsWidget.
Definition: DtAddPropsInterface.h:21
Contains makArchives::DtAddPropsRuleRecord class.
std::map< std::string, std::set< std::string > > FeatureFieldValueMap
Map of feature fields to a set of values.
Definition: DtFeatureFieldValueParser.h:68

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)