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

Text Input component, that allows float inputs with a given maximun length. More...

#include <GUIComponents.h>

Inheritance diagram for icl::qt::String:
icl::qt::GUIComponent

List of all members.

Public Member Functions

 String (const std::string &initText, int maxLen=100)
 create string input compoent with given max length

Detailed Description

Text Input component, that allows float inputs with a given maximun length.

Creates an StringHandle (but no output)


Constructor & Destructor Documentation

icl::qt::String::String ( const std::string &  initText,
int  maxLen = 100 
) [inline]

create string input compoent with given max length


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