VR-Forces Developer's Guide
 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 
9 
10 #ifndef DtAddPropsLogic_H_
11 #define DtAddPropsLogic_H_
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
15 
17 
18 namespace makVrv
19 {
20 
21  class DtDe;
22  class DtAddPropsInterface;
23  class DtAddPropsRuleRecord;
24 
28  {
29 
30  public:
31 
33  DtAddPropsLogic( DtDe& de, DtAddPropsInterface& iFace, const std::string& featureLayerFilename);
34 
36  ~DtAddPropsLogic();
37 
38  protected:
39 
41  bool getFeatureFieldValuePairs(const std::string& featureLayerFilename,
43 
45  void slot_createAddPropRule(const makArchives::DtAddPropsRuleRecord& rule);
46 
47 
48  protected:
49 
53 
54  };
55 }
56 
57 #endif
58 
std::string myFeatureLayerFilename
Definition: DtAddPropsLogic.h:52
#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.
DtDe & myDe
Definition: DtAddPropsLogic.h:50
DtAddPropsInterface & myGui
Definition: DtAddPropsLogic.h:51
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
The DtAddPropsLogic adds props to a feature layer.
Definition: DtAddPropsLogic.h:27
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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)