VR-Forces 4.0.4 Class Documentation
Public Member Functions
makVrf::DtSimulationTimeScaleWidgetInterface Class Reference

Abstract interface for the back end slection list widget. More...

Inheritance diagram for makVrf::DtSimulationTimeScaleWidgetInterface:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~DtSimulationTimeScaleWidgetInterface ()
 Virtual DTOR.
virtual void setTimeMultiplier (int tick, double multiplier)=0
 Sets the value of the time multiplier.
virtual void setRange (int low, int high, int tickInterval=1)=0
 Sets the range on the slider.
virtual void setValidatorRange (double low, double high)=0
 Sets the range on the validator.
virtual void range (int &low, int &high) const =0
 Returns the range on the slider.
virtual void setEnabled (bool)=0
 Enables/disables widget.
virtual bool enabled () const =0
 Returns enable state of widget.

Detailed Description

Abstract interface for the back end slection list widget.


Constructor & Destructor Documentation

Virtual DTOR.


Member Function Documentation

virtual void makVrf::DtSimulationTimeScaleWidgetInterface::setTimeMultiplier ( int  tick,
double  multiplier 
) [pure virtual]

Sets the value of the time multiplier.

Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.

virtual void makVrf::DtSimulationTimeScaleWidgetInterface::setRange ( int  low,
int  high,
int  tickInterval = 1 
) [pure virtual]

Sets the range on the slider.

Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.

virtual void makVrf::DtSimulationTimeScaleWidgetInterface::setValidatorRange ( double  low,
double  high 
) [pure virtual]

Sets the range on the validator.

Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.

virtual void makVrf::DtSimulationTimeScaleWidgetInterface::range ( int &  low,
int &  high 
) const [pure virtual]

Returns the range on the slider.

Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.

Enables/disables widget.

Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.

Returns enable state of widget.

Implemented in makVrf::DtSimulationTimeScaleWidgetSlider.


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

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)