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 
29 
32  virtual void addListener(DtCommonStateListenerExtensions&);
33 
34  virtual void setUUIDElementData(DtCommonStateListenerExtensions*);
35  virtual void setIsVrfSimulatedObject(DtCommonStateListenerExtensions*);
36  virtual void setIsRemotelyAttachedVrfObject(DtCommonStateListenerExtensions*);
37  virtual void setIsClutterEntity(DtCommonStateListenerExtensions*);
38 
39  protected:
41  };
42 }
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:40
Definition: entityStateListenerExtensions.h:36
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 Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)