ROLAND  0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
Label Member List

This is the complete list of members for Label, including all inherited members.

canvasrect() const Widgetinline
color() const Widgetinline
draw()Labelvirtual
drawBackground()Labelprotected
drawBackground(const Color &color)Labelprotected
drawBorder()Labelprotected
drawText()Labelprotected
enabled() const Widgetinline
getText() const Labelinline
hasMouseGrab() const Widgetinline
height() const Widgetinline
Label(Widget *parent=nullptr)Label
mBackgroundLabelprotected
mBorderLabelprotected
mBorderColor1Labelprotected
mBorderColor2Labelprotected
mCanvasWidgetprotected
mCanvasRectWidgetprotected
mColorWidgetprotected
mEnabledWidgetprotected
mImageLabelprotected
mLeftBottomLabelprotected
mLeftTopLabelprotected
mMouseGrabWidgetprotected
mMouseOverWidgetprotected
mMoveableLabelprotected
mouseOver() const Widgetinline
move(SDL_MouseMotionEvent *event)Labelprotected
moveInit(SDL_MouseButtonEvent *event)Labelprotected
mParentWidgetprotected
mRectWidgetprotected
mRelativeMousePosLabelprotected
mRightBottomLabelprotected
mRightTopLabelprotected
mTextLabelprotected
mTextOffsetLabelprotected
mTextPosLabelprotected
mWantEventsWidgetprotected
onKeyboard(SDL_KeyboardEvent *event)Widgetinlinevirtual
onMouseButton(SDL_MouseButtonEvent *event)Labelvirtual
onMouseMotion(SDL_MouseMotionEvent *event)Labelvirtual
onUser(SDL_UserEvent *event)Widgetinlinevirtual
parent() const Widgetinline
pos() const Widgetinline
rect() const Widgetinline
relativePos(Sint16 x, Sint16 y) const Widgetinline
relativePos(Sint16 x, Sint16 y, Point &target) const Widgetinline
setBackground(bool val)Labelinline
setBorder(bool val)Label
setBorderColor(const Color &color, const Color &highlite)Labelinline
setCanvas(Canvas *const canvas)Widgetvirtual
setColor(const Color &color)Widgetinline
setColor(int r, int g, int b, int a=255)Widgetinline
setEnabled(bool val)Widgetinline
setImage(const String &fname, bool autosize=true, bool bg=false)Label
setMouseOver(bool val)Widgetinline
setMoveable(bool moveable)Labelinline
setParent(Widget *const parent)Widgetinline
setPos(int x, int y)Labelinlinevirtual
setSize(int width, int height)Widgetinlinevirtual
setText(const String &text)Labelinline
setWantEvents(bool val)Widgetinline
size() const Widgetinline
wantEvents() const Widgetinline
Widget(Canvas *const canvas)Widget
Widget(Widget *const parent=nullptr)Widget
width() const Widgetinline
x() const Widgetinline
y() const Widgetinline
~Label()Labelvirtual
~Widget() ROLAND_DEFAULT virtual void draw()=0Widgetpure virtual