VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtFeatureLayerDialogPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtFeatureLayerDialogPage.h,v $ $Revision: 1.11 $ $State: Exp $
00007 ******************************************************************************/
00008 
00014 
00015 #pragma once
00016 
00017 #include <vrvCoreQt/vrvCoreQt.h>
00018 #include <vrvCoreQt/DtSelectedInstanceDialogPage.h>
00019 
00020 namespace makVrv
00021 {
00022    class DtDe;
00023    class DtFeatureLayer;
00024 
00027    class DT_DLL_VRVCOREQT DtFeatureLayerDialogPage 
00028       : public DtSelectedInstanceDialogPage
00029    {
00030       Q_OBJECT;
00031    public:
00032 
00034       DtFeatureLayerDialogPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
00035 
00037       virtual ~DtFeatureLayerDialogPage();
00038 
00039       virtual void onNewInstanceRequested();
00040       virtual void onDeleteInstanceRequested();
00041 
00042    protected:
00043 
00044       void setupGui();
00045 
00046       virtual void addFeatureLayer(const DtFeatureLayer& FeatureLayer );
00047       virtual void removeFeatureLayer(const DtFeatureLayer& FeatureLayer );
00048 
00049       virtual void activate();
00050       virtual void deactivate();
00051 
00052    };
00053 }

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)