VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
commonElementDataProcessor.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 {
18  class DtCommonStateListenerExtensions;
19 
22  {
23  public:
26 
28  virtual ~DtCommonElementDataProcessor() override;
29 
32  virtual void addListener(DtCommonStateListenerExtensions&);
33 
34  virtual void setIsRemotelyAttachedVrfObject(DtCommonStateListenerExtensions*);
35  virtual void setIsClutterEntity(DtCommonStateListenerExtensions*);
36 
37  protected:
39  };
40 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
makVrv::DtBaseConnection & mySimulation
Definition: commonElementDataProcessor.h:38
Definition: entityStateListenerExtensions.h:38
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
Contains makVrv::DtVirtualBaseClass class.
#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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)