VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtAddPropsLogic.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtAddPropsLogic.h,v $ $Revision: 1.7 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtAddPropsLogic_H_
00014 #define DtAddPropsLogic_H_
00015 
00016 #include <vrvCoreQt/vrvCoreQt.h>
00017 #include <vrvCore/DtFeatureFieldValueParser.h>
00018 
00019 #include <makArchives/DtAddPropsRuleRecord.h>
00020 
00021 namespace makVrv
00022 {
00023 
00024    class DtDe;
00025    class DtAddPropsInterface;
00026    class DtAddPropsRuleRecord;
00027 
00030    class DT_DLL_VRVCOREQT DtAddPropsLogic
00031    {
00032 
00033    public:
00034 
00036       DtAddPropsLogic( DtDe& de, DtAddPropsInterface& iFace, const std::string& featureLayerFilename);
00037 
00039       ~DtAddPropsLogic();
00040 
00041    protected:
00042 
00044       bool getFeatureFieldValuePairs(const std::string& featureLayerFilename, 
00045          DtFeatureFieldValueParser::FeatureFieldValueMap& featureFieldValueMap);
00046 
00048       void slot_createAddPropRule(const makArchives::DtAddPropsRuleRecord& rule);
00049 
00050 
00051    protected:
00052 
00053       DtDe& myDe;
00054       DtAddPropsInterface& myGui;
00055       std::string myFeatureLayerFilename;
00056 
00057    };
00058 }
00059 
00060 #endif
00061 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)