VR-Forces Developer's Guide
 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 
11 
12 #pragma once
13 
14 #include <vrvCoreQt/vrvCoreQt.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtTerrainPatch;
21 
25  {
26  Q_OBJECT;
27  public:
28 
30  DtTerrainPatchDialogPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Widget);
31 
33  virtual ~DtTerrainPatchDialogPage();
34 
35  virtual void onNewInstanceRequested();
36  virtual void onDeleteInstanceRequested();
37 
38  protected:
39  virtual void setupGui();
40 
41  virtual void addTerrain(const DtTerrainPatch& terrainPatch );
42  virtual void removeTerrain(const DtTerrainPatch& terrainPatch );
43 
44  virtual void activate();
45  virtual void deactivate();
46  };
47 }
An dialog page which contains a list of instances and allows selection of the instance.
Definition: DtSelectedInstanceDialogPage.h:24
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains makVrv::DtSelectedInstanceDialogPage class. This dialog page will create a selected instance...
Contains DLL export macros.
A container for a single piece of terrain, containing settings needed to recreate it...
Definition: DtTerrainPatch.h:42
Dialog which shows the terrain patches.
Definition: DtTerrainPatchDialogPage.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)