VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtTerrainPatchDialogPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtTerrainPatchDialogPage.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 DtTerrainPatch;
00024 
00027    class DT_DLL_VRVCOREQT DtTerrainPatchDialogPage : public DtSelectedInstanceDialogPage
00028    {
00029       Q_OBJECT;
00030    public:
00031 
00033       DtTerrainPatchDialogPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Widget);
00034 
00036       virtual ~DtTerrainPatchDialogPage();
00037 
00038       virtual void onNewInstanceRequested();
00039       virtual void onDeleteInstanceRequested();
00040 
00041    protected:
00042       virtual void setupGui();
00043 
00044       virtual void addTerrain(const DtTerrainPatch& terrainPatch );
00045       virtual void removeTerrain(const DtTerrainPatch& terrainPatch );
00046 
00047       virtual void activate();
00048       virtual void deactivate();
00049    };
00050 }

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)