63 inline int getWidth()
const {
return (***this).getWidth(); }
66 inline int getHeight()
const {
return (***this).getHeight(); }
69 inline int getDim()
const {
return (***this).getDim(); }
const LabelHandle & operator()(int x, int y) const
index access operator (const)
Definition: DispHandle.h:59
undocument this line if you encounter any issues!
Definition: Any.h:37
int getDim() const
returns the number of matrix elements w*h
Definition: DispHandle.h:69
Handle class for disp components.
Definition: DispHandle.h:47
LabelHandle & operator()(int x, int y)
index access operator
Definition: DispHandle.h:56
DispHandle(LabelMatrix *lm, GUIWidget *w)
Create a new DispHandle with given.
Definition: DispHandle.h:53
Abstract base class for Handle classes.
Definition: GUIHandle.h:40
void enable()
enables all components
Definition: DispHandle.h:72
int getHeight() const
height of the matrix (max y index is h()-1
Definition: DispHandle.h:66
Class for GUI-Label handling.
Definition: LabelHandle.h:48
DispHandle()
create an empty handle
Definition: DispHandle.h:50
Simple 2D-Array class that provides shallow copy per default.
Definition: Array2D.h:61
void disable()
disables all components
Definition: DispHandle.h:81
utils::Array2D< LabelHandle > LabelMatrix
Type definition for handling GUI-"disp" components.
Definition: DispHandle.h:44
int getWidth() const
width of the matrix (max x index is w()-1
Definition: DispHandle.h:63