86 int n()
const{
return (
int)
vec().size(); }
89 bool valid(
int id)
const{
return id >= 0 &&
id < (int)
vec().size(); }
undocument this line if you encounter any issues!
Definition: Any.h:37
ICLQt_API void text(ImgQ &image, int x, int y, const string &text)
renders a text into an image (only available with Qt-Support)
Abstract base class for Handle classes.
Definition: GUIHandle.h:40
std::vector< QRadioButton * > RadioButtonVec
type definition for the ButtonGroup handle
Definition: ButtonGroupHandle.h:46
#define ICLQt_API
Definition: CompatMacros.h:178