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

Text Input component, that allows float inputs in a given range. More...

#include <GUIComponents.h>

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

List of all members.

Public Member Functions

 Float (float min=0, float max=1, float curr=0.5)
 create float input component with given range and initial value

Detailed Description

Text Input component, that allows float inputs in a given range.

Creates an FloatHandle and an float-valued output


Constructor & Destructor Documentation

icl::qt::Float::Float ( float  min = 0,
float  max = 1,
float  curr = 0.5 
) [inline]

create float input component with given range and initial value


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