VR-Forces 4.1.1 Class Documentation
DtIgSettingsController.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtIgSettingsController.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #ifndef DtIgSettingsController_H_
14 #define DtIgSettingsController_H_
15 
16 #include <vrvCigi/vrvCigi.h>
17 
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtCigiDriver;
24  class DtCigiConnection;
25 
32  {
33  public:
36  DtCigiConnection& connection, bool usingThread);
37 
39  virtual ~DtIgSettingsController();
40 
41  protected:
45  virtual void slot_onPerformanceOverlayChanged(bool onOff);
46 
48  virtual void performSetPerformanceOverlay(bool onOff);
49 
52  virtual void slot_onPrecipitationChanged(bool enabled, int precipType,
53  float intensity);
54 
59  virtual void performSetPrecipitation(bool enabled, int precipType,
60  float intensity);
61 
64  virtual void slot_onWireframeModeChanged(bool onOff);
65 
67  virtual void performSetWireframeMode(bool onOff);
68 
71  virtual void slot_onTimeSet(int year, int month, int day, int hour,
72  int minute, bool continuous);
73 
76  virtual void performSetTime(int year, int month, int day, int hour,
77  int minute, bool continuous);
78 
81  virtual void slot_onShadowsSet(bool enabled, int quality);
82 
84  virtual void performShadowsSet(bool enabled, int quality);
85 
86 
87  protected:
92  };
93 }
94 
95 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)