VR-Forces 4.10 Class Documentation
 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>
14 
15 namespace makVrv
16 {
21  {
22  public:
23 
25 
27  virtual ~DtObserversListLogic();
28 
29  protected:
30 
34 
35  virtual bool passElementTypeTest(const DtElementEntry& data);
36 
37  private:
38 
41 
44 
46  DtObserversListLogic& operator=(const DtObserversListLogic& orig);
47 
48  };
49 
53  : public DtVirtualBaseClass
54  {
55  public:
56 
58  static DtObserversListLogicCreator& instance(DtDe& de);
59 
61  static void registerInstance(DtDe& de, DtObserversListLogicCreator* creator);
62 
63  //Create the widget's logic.
64  static DtObserversListLogic* create(DtDe& de, DtItemsListInterface* iface);
65  };
66 }
Virtual base class.
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.
Definition: DtItemsListInterface.h:26
Creator class for DtObserversListLogic.
Definition: DtObserversListLogic.h:52
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Logic class for display the objects, terrains, observers in the scene in a list.
Definition: DtItemsListLogic.h:30
Logic class for the observers list panel.
Definition: DtObserversListLogic.h:20

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)