VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGroundClampingLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtGroundClampingLogic.h,v $ $Revision: 1.23 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvVrlQt/vrvVrlQt.h>
16 #include <vrvCore/DtObserver.h>
17 
19 
20 #include <string>
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtGroundClampingWidgetInterface;
26  class DtInputDriver;
27  class DtObserver;
28 
32  {
33  public:
34 
37 
39  virtual ~DtGroundClampingLogic();
40 
41  virtual void setGroundClampingFactor( int factor );
42  virtual void enableGroundClamping( bool b );
43  virtual void setGroundClampingCullingEnabled(bool b);
44 
45  protected:
46  virtual void slot_activate(DtDe* de);
47  virtual void slot_deactivate(DtDe* de);
48 
49  protected:
50  virtual void setupGui();
51 
52  protected:
53 
56  };
57 }
Definition: DtGroundClampingWidgetInterface.h:20
Logic to manage the Observer Mode Selection Widget.
Definition: DtGroundClampingLogic.h:31
DtDe & myDe
Definition: DtGroundClampingLogic.h:54
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
DtGroundClampingWidgetInterface & myInterface
Definition: DtGroundClampingLogic.h:55
Contains DLL export macros.
Contains makVrv::DtObserver class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)