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

Class for GUI-Label handling. More...

#include <LabelHandle.h>

Inheritance diagram for icl::qt::LabelHandle:
icl::qt::GUIHandle< CompabilityLabel > icl::qt::GUIHandleBase

List of all members.

Public Member Functions

 LabelHandle ()
 Create an empty handle.
 LabelHandle (CompabilityLabel *l, GUIWidget *w)
 Create a new LabelHandle.
void operator= (const std::string &text)
 assign a std::string (makes the underlying label show that string)
void operator= (const QString &text)
 assign a QString (makes the underlying label show that string)
void operator= (const char *text)
 assign a const char* (makes the underlying label show that string)
void operator= (int num)
 assign an int (makes the underlying label show that integer)
void operator= (double num)
 assign a double (makes the underlying label show that double)
void operator+= (const std::string &text)
 appends text to the current text

Private Member Functions

CompabilityLabellab ()
 utitlity function
const CompabilityLabellab () const
 utitlity function

Detailed Description

Class for GUI-Label handling.

The gui label is created inside the GUI class, it can be used to make GUI-"label" components show anther text

See also:
GUI

Constructor & Destructor Documentation

Create an empty handle.


Member Function Documentation

utitlity function

const CompabilityLabel* icl::qt::LabelHandle::lab ( ) const [inline, private]

utitlity function

void icl::qt::LabelHandle::operator+= ( const std::string &  text)

appends text to the current text

void icl::qt::LabelHandle::operator= ( const std::string &  text)

assign a std::string (makes the underlying label show that string)

void icl::qt::LabelHandle::operator= ( const QString &  text)

assign a QString (makes the underlying label show that string)

void icl::qt::LabelHandle::operator= ( const char *  text)

assign a const char* (makes the underlying label show that string)

void icl::qt::LabelHandle::operator= ( int  num)

assign an int (makes the underlying label show that integer)

void icl::qt::LabelHandle::operator= ( double  num)

assign a double (makes the underlying label show that double)


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