VR-Forces 4.1 Class Documentation
DtSpeedTreeSettingsWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvStQt/vrvStQt.h>
12 
13 #include <vrvStQt/DtSpeedTreeSettingsWidgetUI.hpp>
15 
16 #include <QtGui/QWidget>
17 
18 namespace makVrv
19 {
20  class DtUnicode;
24  : public QWidget
25  , public Ui::DtSpeedTreeSettingsWidgetUI
27  { Q_OBJECT;
28  public:
29 
32  Qt::WindowFlags f = Qt::Widget );
33 
36 
38  virtual void setUnitsLabel( const DtUnicode& label );
39 
41  virtual void setPerformanceProfile( int index );
42 
44  virtual void setTreeClippingPlane( float farClip );
45 
47  virtual void setTreeLodDistances( float nearLod, float farLod );
48 
49  public slots:
50 
51  void on_myProfileBox_currentIndexChanged( int index );
52  void onClippingPlaneChanged();
53  void onLodChanged();
54 
55  };
56 
57 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)