VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAddPropsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAddPropsLogic.h,v $ $Revision: 1.7 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtAddPropsLogic_H_
14 #define DtAddPropsLogic_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
18 
20 
21 namespace makVrv
22 {
23 
24  class DtDe;
25  class DtAddPropsInterface;
26  class DtAddPropsRuleRecord;
27 
31  {
32 
33  public:
34 
36  DtAddPropsLogic( DtDe& de, DtAddPropsInterface& iFace, const std::string& featureLayerFilename);
37 
39  ~DtAddPropsLogic();
40 
41  protected:
42 
44  bool getFeatureFieldValuePairs(const std::string& featureLayerFilename,
46 
48  void slot_createAddPropRule(const makArchives::DtAddPropsRuleRecord& rule);
49 
50 
51  protected:
52 
56 
57  };
58 }
59 
60 #endif
61 
std::string myFeatureLayerFilename
Definition: DtAddPropsLogic.h:55
#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.
DtDe & myDe
Definition: DtAddPropsLogic.h:53
DtAddPropsInterface & myGui
Definition: DtAddPropsLogic.h:54
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The DtAddPropsLogic adds props to a feature layer.
Definition: DtAddPropsLogic.h:30
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)