VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)