VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtObserversListLogic.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<DtObserversListLogic>(void) { return "DtObserversListLogicCreator"; }
30 
35  {
36  public:
37 
39 
41  virtual ~DtObserversListLogic();
42 
43  protected:
44 
48 
49  virtual bool passElementTypeTest(const DtElementEntry& data);
50 
51  private:
52 
55 
58 
60  DtObserversListLogic& operator=(const DtObserversListLogic& orig);
61 
62  };
63 }
friend DtObserversListLogicCreator
Definition: DtObserversListLogic.h:38
#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
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
DtVirtualBaseClassCreator< DtObserversListLogic, DtItemsListInterface *& > DtObserversListLogicCreator
Creator class for DtObserversListLogic.
Definition: DtObserversListLogic.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:76
Logic class for display the objects, terrains, observers in the scene in a list. Used by DtObjectsLis...
Definition: DtItemsListLogic.h:30
Logic class for the observers list panel. &quot;Observers&quot; will include Observers.
Definition: DtObserversListLogic.h:34
const char * creatorTypeName< DtObserversListLogic >(void)
template specialization for the creator (pass the class being created to the creatorTypeName template...
Definition: DtObserversListLogic.h:29

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)