VR-Forces 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>
15 
16 namespace makVrv
17 {
21 
25 
28  template <>
29  inline const char* creatorTypeName<DtObjectsListLogic>(void) { return "DtObjectsListLogicCreator"; }
30 
31 
37  {
38  public:
39 
41 
43  virtual ~DtObjectsListLogic();
44 
45  protected:
46 
50 
52  virtual bool passElementTypeTest(const DtElementEntry& data);
53 
54  private:
55 
58 
61 
63  DtObjectsListLogic& operator=(const DtObjectsListLogic& orig);
64  };
65 }
const char * creatorTypeName< DtObjectsListLogic >(void)
template specialization for the creator (pass the class being created to the creatorTypeName template...
Definition: DtObjectsListLogic.h:29
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
DtVirtualBaseClassCreator< DtObjectsListLogic, DtItemsListInterface *& > DtObjectsListLogicCreator
Creator class for DtObjectsListLogic.
Definition: DtObjectsListLogic.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:36
DtElementEntry holds the non-simulation-specific data about an element, including its element type an...
Definition: DtElementEntry.h:22
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 DtObjectsListLogicCreator
Definition: DtObjectsListLogic.h:40
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)