34 #include <QtCore/QString> 58 void operator=(
const std::string &
text);
61 void operator=(
const QString &
text);
64 void operator=(
const char *
text);
67 void operator=(
int num);
70 void operator=(
double num);
73 void operator+=(
const std::string &
text);
undocument this line if you encounter any issues!
Definition: Any.h:37
const CompabilityLabel * lab() const
utitlity function
Definition: LabelHandle.h:80
ICLQt_API void text(ImgQ &image, int x, int y, const string &text)
renders a text into an image (only available with Qt-Support)
CompabilityLabel * lab()
utitlity function
Definition: LabelHandle.h:77
Utility class to avoid Qt warning when accesing QLabels from differnt Threads.
Definition: CompabilityLabel.h:49
LabelHandle(CompabilityLabel *l, GUIWidget *w)
Create a new LabelHandle.
Definition: LabelHandle.h:55
Abstract base class for Handle classes.
Definition: GUIHandle.h:40
Class for GUI-Label handling.
Definition: LabelHandle.h:48
#define ICLQt_API
Definition: CompatMacros.h:178
LabelHandle()
Create an empty handle.
Definition: LabelHandle.h:52