VR-Forces 5.0.3 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>
14 
15 namespace makVrv
16 {
21  {
22  public:
23 
25 
27  virtual ~DtTerrainListLogic();
28 
29  protected:
30 
34 
36  virtual bool passElementTypeTest(const DtElementEntry& data);
37 
38  private:
39 
42 
45 
47  DtTerrainListLogic& operator=(const DtTerrainListLogic& orig);
48  };
49 
53  : public DtVirtualBaseClass
54  {
55  public:
56 
58  static DtTerrainListLogicCreator& instance(DtDe& de);
59 
61  static void registerInstance(DtDe& de, DtTerrainListLogicCreator* creator);
62 
63  //Create the widget's logic.
64  static DtTerrainListLogic* create(DtDe& de, DtItemsListInterface* iface);
65  };
66 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.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
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
Creator class for DtTerrainListLogic.
Definition: DtTerrainListLogic.h:52
Logic class for the terrain list panel. &quot;Terrain&quot; will include Buoys, Beacons, and Props...
Definition: DtTerrainListLogic.h:20
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:70
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 Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)