VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtEyepointControlWidgetInterface.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtEyepointControlWidgetInterface.h,v $ $Revision: 1.14 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtEyepointControlWidgetInterface_H_
00014 #define DtEyepointControlWidgetInterface_H_
00015 
00016 #include <vrvCoreQt/vrvCoreQt.h>
00017 #include <vrvCore/DtUniqueID.h>
00018 #include <vrvCore/DtObserverObject.h>
00019 
00020 #include <vector>
00021 
00022 namespace makVrv
00023 {
00026    class DT_DLL_VRVCOREQT DtEyepointControlWidgetInterface
00027    {
00028    public:
00029    
00031       virtual ~DtEyepointControlWidgetInterface();
00032 
00034       virtual void setScalingCheckBox( bool trueFalse ) = 0;
00035       
00037       virtual void setConstrainCheckBox(  bool trueFalse ) = 0;
00038 
00040       virtual void setViewControlCheckBox( bool checked ) = 0;
00041 
00043       virtual void enableConstrainCheckBox( bool enabled ) = 0;
00044 
00046       virtual void setTerrainDragCheckBox( bool trueFalse ) = 0;
00047       
00049       virtual void setLinearSpeedGainSlider( int gain ) = 0;
00050       
00052       virtual void setRotationSpeedGainSlider( int gain ) = 0;
00053       
00055       virtual void setOrbitSpeedGainSlider( int gain ) = 0;
00056        
00058       virtual void setSliderGainPrecision( int precision ) = 0;
00059 
00061       virtual void setModelScaleFactorSlider( int factor ) = 0;
00062 
00064       virtual void enableModelScaleFactorSlider( bool enable ) = 0;
00065      
00067       virtual void setMaxModelScaleFactor( int maxModelScaleFactor ) = 0;
00068 
00070       virtual void setViewMagnificationSpinBox( double mag ) = 0;
00071 
00073       virtual void enableViewMagnificationSpinBox( bool enable ) = 0;
00074 
00075    };
00076 }
00077 #endif
00078 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)