VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
topLevelComponentSystem.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
17 
23 {
24 private:
26 
31 
32 public:
34  DtSimulationServices* simManager);
35 
36  virtual ~DtTopLevelComponentSystem() override;
37 
38  virtual bool init() override;
39 
42 
43  virtual DtSimResourceManager& resourceManager();
44  virtual const DtSimResourceManager& resourceManager() const;
46 
47  virtual void updateImgui() override;
48 };
virtual bool init()
A DtComponentSystem is a collection of DtSimComponents that are associated with each other...
Definition: componentSystem.h:35
class DtSimResourceManager:
Definition: simResourceManager.h:19
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual void updateImgui()
A specialized version of DtComponentSystem that is used as the root of the all the systems on a DtLoc...
Definition: topLevelComponentSystem.h:22
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
Descriptor for a DtComponentSystem. Specified a system being added to an entity. This does not actual...
Definition: componentSystemDescriptor.h:23
DtComponentSystem & operator=(const DtComponentSystem &orig)
Not Implemented.
A locally simulated VRF object.
Definition: localObject.h:98

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)