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

Class for handling "float" textfield components. More...

#include <FloatHandle.h>

Inheritance diagram for icl::qt::FloatHandle:
icl::qt::GUIHandle< QLineEdit > icl::qt::GUIHandleBase

List of all members.

Public Member Functions

 FloatHandle ()
 Create an empty handle.
 FloatHandle (QLineEdit *le, GUIWidget *w)
 Create a new FloatHandel.
void operator= (float f)
 make the associated text field show a float
float getValue () const
 returns the current text as float

Detailed Description

Class for handling "float" textfield components.


Constructor & Destructor Documentation

Create an empty handle.

icl::qt::FloatHandle::FloatHandle ( QLineEdit *  le,
GUIWidget w 
) [inline]

Create a new FloatHandel.


Member Function Documentation

returns the current text as float

void icl::qt::FloatHandle::operator= ( float  f)

make the associated text field show a float


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