VR-Forces 4.10 Class Documentation
 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  virtual void processAggregateDisaggregateAutomatically(const DtVrfBackendState*);
51 
52  virtual void slot_aggregateDisaggregateAutomaticallyChanged(bool);
53  virtual void slot_aggregatedInitiallyChanged(bool);
54 
55  virtual void updateDrivingSide(bool side);
56 
57  protected:
62  };
63 
65  {
66  public:
69 
72 
74  static void registerInstance(makVrv::DtDe& de, DtEntityBehaviorOptionsWidgetLogicCreator* instance);
75 
77  };
78 }
Definition: vrfBackendState.h:69
Definition: entityBehaviorOptionsWidgetLogic.h:29
Virtual base class.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRFGUISETTINGSWIDGETS
Definition: vrfGuiSettingsWidgets.h:22
makVrv::DtSignalConnectionManager myConnectionManager
Definition: entityBehaviorOptionsWidgetLogic.h:59
Definition: entityBehaviorOptionsWidgetInterface.h:26
Contains makVrv::DtVirtualBaseClass class.
DtEntityBehaviorOptionsWidgetInterface & myInterface
Definition: entityBehaviorOptionsWidgetLogic.h:60
makVrv::DtDe & myDe
Definition: entityBehaviorOptionsWidgetLogic.h:58
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
bool myDrivingOnLeftSideEnabled
Definition: entityBehaviorOptionsWidgetLogic.h:61
Base class to provide boost signal/slot management.
Definition: entityBehaviorOptionsWidgetLogic.h:64
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)