VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSimStateObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtDe.h>
14 #include <vrvCore/DtUniqueID.h>
15 
17 
18 namespace makVrv
19 {
20 
21  struct DtSimState;
22  class DtSimEntry;
23  class DtSimObjectEntry;
24 
28  {
29  public:
30 
33 
35  virtual ~DtSimStateObject();
36 
38  virtual void addStateToSimEntry(DtUniqueID id);
39 
41  virtual void removeStateFromSimEntry();
42 
45  virtual void addStateToSimEvent();
46 
47  protected:
48 
53  virtual void slot_simObjectEntryToBeRemoved(DtSimObjectEntry&);
54 
59  virtual void slot_simObjectEntryAdded(DtSimObjectEntry&);
60 
61  protected:
62 
67 
70  };
71 
72 }
DtSimState * myState
Definition: DtSimStateObject.h:65
Contains makVrv::DtDe class.
DtSimEntry * mySimEntry
Definition: DtSimStateObject.h:66
A DtSimEntry is a container of DtSimState&#39;s and represents the total state of an simulation object...
Definition: DtSimEntry.h:27
DtDe & myDe
Definition: DtSimStateObject.h:63
DtSignalConnectionManager myEntryToBeDeletedConnection
Definition: DtSimStateObject.h:68
A DtSimObjectEntry is an entry for a persistent simulation object like an entity. ...
Definition: DtSimObjectEntry.h:22
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
DtUniqueID mySimEntryId
Definition: DtSimStateObject.h:64
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Base class to provide boost signal/slot management.
DtSignalConnectionManager myEntryAddedConnection
Definition: DtSimStateObject.h:69
A DtSimStateObject is the base class for all simulation state objects.
Definition: DtSimStateObject.h:27
A DtSimState is the base class for all state objects. Derived instances of DtSimState will be created...
Definition: DtSimState.h:19
Contains makVrv::DtUniqueID type.
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:72
Contains DLL export macros.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)