VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrf::DtPerformanceOptionsWidgetInterface Class Referenceabstract
Inheritance diagram for makVrf::DtPerformanceOptionsWidgetInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtPerformanceOptionsWidgetInterface ()
 
virtual void setSliderPosition (double)=0
 
virtual void setTranslationValue (const QString &)=0
 
virtual void setRotationValue (const QString &)=0
 
virtual void setSmoothingValue (const QString &)=0
 
virtual void setUserDefinedSmoothing (bool)=0
 
virtual void setUserDefinedSmoothingPeriod (double)=0
 
virtual void setUserDefinedSmoothingEnabled (bool)=0
 

Public Attributes

boost::signals2::signal< void(double)> signal_performanceOptionsChanged
 
boost::signals2::signal< void(bool)> signal_userDefinedSmoothing
 
boost::signals2::signal< void(bool)> signal_smoothingEnabled
 
boost::signals2::signal< void(double)> signal_userDefinedSmoothingPeriod
 

Constructor & Destructor Documentation

virtual makVrf::DtPerformanceOptionsWidgetInterface::~DtPerformanceOptionsWidgetInterface ( )
virtual

virtual DTOR

Member Function Documentation

virtual void makVrf::DtPerformanceOptionsWidgetInterface::setSliderPosition ( double  )
pure virtual

Sets the position of the network slider.

Implemented in makVrf::DtPerformanceOptionsWidget.

virtual void makVrf::DtPerformanceOptionsWidgetInterface::setTranslationValue ( const QString &  )
pure virtual

Sets the text for translation value.

Implemented in makVrf::DtPerformanceOptionsWidget.

virtual void makVrf::DtPerformanceOptionsWidgetInterface::setRotationValue ( const QString &  )
pure virtual

Sets the text for rotational value.

Implemented in makVrf::DtPerformanceOptionsWidget.

virtual void makVrf::DtPerformanceOptionsWidgetInterface::setSmoothingValue ( const QString &  )
pure virtual

Sets the text for smoothing value.

Implemented in makVrf::DtPerformanceOptionsWidget.

virtual void makVrf::DtPerformanceOptionsWidgetInterface::setUserDefinedSmoothing ( bool  )
pure virtual

Sets whether or not the user is definiting the smoothing or the server.

Implemented in makVrf::DtPerformanceOptionsWidget.

virtual void makVrf::DtPerformanceOptionsWidgetInterface::setUserDefinedSmoothingPeriod ( double  )
pure virtual

Sets the smoothing period for the spin box and slider.

Implemented in makVrf::DtPerformanceOptionsWidget.

virtual void makVrf::DtPerformanceOptionsWidgetInterface::setUserDefinedSmoothingEnabled ( bool  )
pure virtual

Sets whether or not user defined smoothing is enabled.

Implemented in makVrf::DtPerformanceOptionsWidget.

Member Data Documentation

boost::signals2::signal<void (double)> makVrf::DtPerformanceOptionsWidgetInterface::signal_performanceOptionsChanged
boost::signals2::signal<void (bool)> makVrf::DtPerformanceOptionsWidgetInterface::signal_userDefinedSmoothing
boost::signals2::signal<void (bool)> makVrf::DtPerformanceOptionsWidgetInterface::signal_smoothingEnabled
boost::signals2::signal<void (double)> makVrf::DtPerformanceOptionsWidgetInterface::signal_userDefinedSmoothingPeriod

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)