VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
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
>
17
#include <
vrvCore/DtFeatureFieldValueParser.h
>
18
19
#include <
makArchives/DtAddPropsRuleRecord.h
>
20
21
namespace
makVrv
22
{
23
24
class
DtDe;
25
class
DtAddPropsInterface;
26
class
DtAddPropsRuleRecord;
27
30
class
DT_DLL_VRVCOREQT
DtAddPropsLogic
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,
45
DtFeatureFieldValueParser::FeatureFieldValueMap
& featureFieldValueMap);
46
48
void
slot_createAddPropRule(
const
makArchives::DtAddPropsRuleRecord
& rule);
49
50
51
protected
:
52
53
DtDe
&
myDe
;
54
DtAddPropsInterface
&
myGui
;
55
std::string
myFeatureLayerFilename
;
56
57
};
58
}
59
60
#endif
61
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)