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

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

#include <GUIComponents.h>

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

List of all members.

Public Member Functions

 Int (int min=0, int max=100, int curr=50)
 create integer input component with given range and initial value

Detailed Description

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

Creates an IntHandle and an int-valued output


Constructor & Destructor Documentation

icl::qt::Int::Int ( int  min = 0,
int  max = 100,
int  curr = 50 
) [inline]

create integer 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