VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTerrainListLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * Copyright (c) 2019 MAK Technologies, Inc.
3 * All rights reserved.
4 *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 namespace makVrv
17 {
20 
23 
25  template <>
26  inline const char* creatorTypeName<DtTerrainListLogic>(void) { return "DtTerrainListLogicCreator"; }
27 
32  {
33  public:
34 
36 
38  virtual ~DtTerrainListLogic();
39 
40  protected:
41 
45 
47  virtual bool passElementTypeTest(const DtElementEntry& data);
48 
49  private:
50 
53 
56 
58  DtTerrainListLogic& operator=(const DtTerrainListLogic& orig);
59  };
60 }
DtVirtualBaseClassCreator< DtTerrainListLogic, DtItemsListInterface *& > DtTerrainListLogicCreator
Creator class for DtTerrainListLogic.
Definition: DtTerrainListLogic.h:19
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtElementEntry holds the non-simulation-specific data about an element, including its element type an...
Definition: DtElementEntry.h:22
const char * creatorTypeName< DtTerrainListLogic >(void)
template specialization for the creator (pass the class being created to the creatorTypeName template...
Definition: DtTerrainListLogic.h:26
Variadic templated creator class for defining a DtVirtualBaseClass creator that is automatically regi...
Definition: DtVirtualBaseClassCreator.h:23
Contains the DtItemsListLogic class declaration.
Interface for display the objects, terrains, observers in the scene in a list. Used by DtObjectsListW...
Definition: DtItemsListInterface.h:26
friend DtTerrainListLogicCreator
Definition: DtTerrainListLogic.h:35
Logic class for the terrain list panel. &quot;Terrain&quot; will include Buoys, Beacons, and Props...
Definition: DtTerrainListLogic.h:31
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
Logic class for display the objects, terrains, observers in the scene in a list. Used by DtObjectsLis...
Definition: DtItemsListLogic.h:30

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)