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

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

#include <IntHandle.h>

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

List of all members.

Public Member Functions

 IntHandle ()
 Create an empty handle.
 IntHandle (QLineEdit *le, GUIWidget *w)
 Create a new Int handle.
void operator= (int i)
 makes the associated textfield show the given value
int getValue () const
 returns the current text as int

Detailed Description

Class for handling "int" textfield components.


Constructor & Destructor Documentation

Create an empty handle.

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

Create a new Int handle.


Member Function Documentation

returns the current text as int

void icl::qt::IntHandle::operator= ( int  i)

makes the associated textfield show the given value


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