Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
icl::qt::FSlider Struct Reference

Float-valued Slider component. More...

#include <GUIComponents.h>

Inheritance diagram for icl::qt::FSlider:
icl::qt::GUIComponentWithOutput icl::qt::GUIComponent

List of all members.

Public Member Functions

 FSlider (float min=0, float max=1, float curr=0.5, bool vertical=false)
 creates a FSlider with given POD parameters
 FSlider (const utils::Range32f &r, float curr=0.5, bool vertical=false)
 creates a FSlider from given float-range

Detailed Description

Float-valued Slider component.

Creates a FSliderHandle and an float-valued ouptut that contains the current slider value. Sliders always come with an QLCDNumber component, that displays the current slider value


Constructor & Destructor Documentation

icl::qt::FSlider::FSlider ( float  min = 0,
float  max = 1,
float  curr = 0.5,
bool  vertical = false 
) [inline]

creates a FSlider with given POD parameters

icl::qt::FSlider::FSlider ( const utils::Range32f &  r,
float  curr = 0.5,
bool  vertical = false 
) [inline]

creates a FSlider from given float-range


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines