VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
entityElementDataProcessor.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 DtEntityStateListener;
13  class DtBaseConnection;
14 }
15 
16 namespace makVrf
17 {
20  {
21  public:
24 
27 
30  virtual void addListener(makVrv::DtEntityStateListener&);
31 
32  virtual void setForceElementData(makVrv::DtEntityStateListener*);
33  virtual void setEntityTypeElementData(makVrv::DtEntityStateListener*);
34  };
35 }
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
Class to handle taking data from the DtEntityStateListener and adding it to element data that VRF nee...
Definition: entityElementDataProcessor.h:19
#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
DtEntityStateListener.
Definition: DtEntityStateListener.h:137

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)