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

SpinBox component. More...

#include <GUIComponents.h>

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

List of all members.

Public Member Functions

 Spinner (int min, int max, int curr)
 creat spinbox component with given range and initial value

Detailed Description

SpinBox component.

Creates a SpinnerHandle and an int-valued output that reflects the current value


Constructor & Destructor Documentation

icl::qt::Spinner::Spinner ( int  min,
int  max,
int  curr 
) [inline]

creat spinbox 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