VR-Forces 4.8 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) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAddPropsInterface.h,v $ $Revision: 1.7 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtAddPropsInterface_H_
14 #define DtAddPropsInterface_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
19 
20 namespace makVrv
21 {
25  {
26 
27  public:
28 
30  virtual ~DtAddPropsInterface();
31 
33  virtual void setFeatureFieldValuePairs(
34  const DtFeatureFieldValueParser::FeatureFieldValueMap& featureFieldValueMap) = 0;
35 
37  boost::signal<void (const makArchives::DtAddPropsRuleRecord& rule)> signal_createAddPropRule;
38 
40  virtual void addRuleToHistory(const makArchives::DtAddPropsRuleRecord& rule) = 0;
41 
42  };
43 }
44 
45 #endif
46 
boost::signal< void(const makArchives::DtAddPropsRuleRecord &rule)> signal_createAddPropRule
Emitted by the widget when a rule has been built.
Definition: DtAddPropsInterface.h:37
#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:26
Interface to the DtAddPropsWidget.
Definition: DtAddPropsInterface.h:24
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:71

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)