VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
environmentalElementDataProcessor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 #pragma once
6 
9 
10 namespace makVrv
11 {
12  class DtEnvironmentalStateListener;
13  class DtBaseConnection;
14 }
15 
16 namespace makVrf
17 {
20  {
21  public:
24 
27 
30  virtual void addListener(makVrv::DtEnvironmentalStateListener&);
31 
32  virtual void setForceElementData(makVrv::DtEnvironmentalStateListener*);
33  virtual void setEntityTypeElementData(makVrv::DtEnvironmentalStateListener*);
34  };
35 }
Class to handle taking data from the DtEnvironmentalStateListener and adding it to element data that ...
Definition: environmentalElementDataProcessor.h:19
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
The DtEnvironmentalStateListener is a class that deals with basic environmental process code (such as...
Definition: DtEnvironmentalStateListener.h:30
#define DT_DLL_vrfGuiNetworkCommon
This file is used to determine how to build.
Definition: vrfGuiNetworkCommonDefines.h:24
Class to handle taking data from the DtCommonStateListenerExtensions.
Definition: commonElementDataProcessor.h:21

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)