VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
entityBehaviorOptionsWidgetLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
17 #include <string>
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 namespace makVrf
25 {
26  class DtVrfBackendState;
27  class DtEntityBehaviorOptionsWidgetInterface;
28 
30  {
31 
32  public:
33 
36 
39 
40  protected:
41 
43  virtual void slot_roadDrivingOnLeftEnabled(bool);
44 
46  virtual void slot_settingReceived(const std::string& s, const DtVrfBackendState* state);
47 
49  void sendDataToServers(double);
50 
51  virtual void updateDrivingSide(bool side);
52 
53  protected:
58  };
59 
61  {
62  public:
65 
68 
70  static void registerInstance(makVrv::DtDe& de, DtEntityBehaviorOptionsWidgetLogicCreator* instance);
71 
73  };
74 }
Definition: vrfBackendState.h:65
Definition: entityBehaviorOptionsWidgetLogic.h:29
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRFGUISETTINGSWIDGETS
Definition: vrfGuiSettingsWidgets.h:22
makVrv::DtSignalConnectionManager myConnectionManager
Definition: entityBehaviorOptionsWidgetLogic.h:55
Definition: entityBehaviorOptionsWidgetInterface.h:26
Contains makVrv::DtVirtualBaseClass class.
DtEntityBehaviorOptionsWidgetInterface & myInterface
Definition: entityBehaviorOptionsWidgetLogic.h:56
makVrv::DtDe & myDe
Definition: entityBehaviorOptionsWidgetLogic.h:54
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
bool myDrivingOnLeftSideEnabled
Definition: entityBehaviorOptionsWidgetLogic.h:57
Base class to provide boost signal/slot management.
Definition: entityBehaviorOptionsWidgetLogic.h:60
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76

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)