VR-Forces 4.1 Class Documentation
DtSpeedTreeSettingsInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSpeedTreeSettingsInterface.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvStQt/vrvStQt.h>
16 
17 namespace makVrv
18 {
19  class DtUnicode;
24  {
25  public:
26 
28 
30  virtual void setUnitsLabel( const DtUnicode& label ) = 0;
31 
33  virtual void setPerformanceProfile( int index ) = 0;
34 
36  virtual void setTreeClippingPlane( float farClip ) = 0;
37 
39  virtual void setTreeLodDistances( float nearLod, float farLod ) = 0;
40 
43  boost::signal<void (float)> signal_ClippingPlaneChanged;
44 
47  boost::signal<void (float,float)> signal_LodChanged;
48 
49  boost::signal<void (int)> signal_performanceProfileChanged;
50 
51  };
52 
53 }

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)