VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtObjectsListLogic.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 {
22  {
23  public:
24 
26 
28  virtual ~DtObjectsListLogic();
29 
30  protected:
31 
35 
37  virtual bool passElementTypeTest(const DtElementEntry& data);
38 
39  private:
40 
43 
46 
48  DtObjectsListLogic& operator=(const DtObjectsListLogic& orig);
49  };
50 
54  : public DtVirtualBaseClass
55  {
56  public:
57 
59  static DtObjectsListLogicCreator& instance(DtDe& de);
60 
62  static void registerInstance(DtDe& de, DtObjectsListLogicCreator* creator);
63 
64  //Create the widget's logic.
65  static DtObjectsListLogic* create(DtDe& de, DtItemsListInterface* iface);
66  };
67 }
Creator class for DtObjectsListLogic.
Definition: DtObjectsListLogic.h:53
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.
Logic class for the objects list panel. &quot;Objects&quot; will include normal entities, aggregates, munitions, and tactical graphics.
Definition: DtObjectsListLogic.h:21
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
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)