VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTerrainPatchDialogPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtTerrainPatchDialogPage.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
14 
15 #pragma once
16 
17 #include <vrvCoreQt/vrvCoreQt.h>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtTerrainPatch;
24 
28  {
29  Q_OBJECT;
30  public:
31 
33  DtTerrainPatchDialogPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Widget);
34 
36  virtual ~DtTerrainPatchDialogPage();
37 
38  virtual void onNewInstanceRequested();
39  virtual void onDeleteInstanceRequested();
40 
41  protected:
42  virtual void setupGui();
43 
44  virtual void addTerrain(const DtTerrainPatch& terrainPatch );
45  virtual void removeTerrain(const DtTerrainPatch& terrainPatch );
46 
47  virtual void activate();
48  virtual void deactivate();
49  };
50 }
An dialog page which contains a list of instances and allows selection of the instance.
Definition: DtSelectedInstanceDialogPage.h:27
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains makVrv::DtSelectedInstanceDialogPage class.
Contains DLL export macros.
A container for a single piece of terrain, containing settings needed to recreate it...
Definition: DtTerrainPatch.h:40
Dialog which shows the terrain patches.
Definition: DtTerrainPatchDialogPage.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)