VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)