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

Slider component for int-ranges. More...

#include <GUIComponents.h>

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

List of all members.

Public Member Functions

 Slider (int min=0, int max=100, int curr=50, bool vertical=false)
 creates a slider with given POD parameters
 Slider (const utils::Range32f &r, int curr, bool vertical=false)
 creates a slider from given int-range

Detailed Description

Slider component for int-ranges.

Creates a SliderHandle and an int-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::Slider::Slider ( int  min = 0,
int  max = 100,
int  curr = 50,
bool  vertical = false 
) [inline]

creates a slider with given POD parameters

icl::qt::Slider::Slider ( const utils::Range32f &  r,
int  curr,
bool  vertical = false 
) [inline]

creates a slider from given int-range


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