ROLAND
0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
|
This is the complete list of members for Label, including all inherited members.
canvasrect() const | Widget | inline |
color() const | Widget | inline |
draw() | Label | virtual |
drawBackground() | Label | protected |
drawBackground(const Color &color) | Label | protected |
drawBorder() | Label | protected |
drawText() | Label | protected |
enabled() const | Widget | inline |
getText() const | Label | inline |
hasMouseGrab() const | Widget | inline |
height() const | Widget | inline |
Label(Widget *parent=nullptr) | Label | |
mBackground | Label | protected |
mBorder | Label | protected |
mBorderColor1 | Label | protected |
mBorderColor2 | Label | protected |
mCanvas | Widget | protected |
mCanvasRect | Widget | protected |
mColor | Widget | protected |
mEnabled | Widget | protected |
mImage | Label | protected |
mLeftBottom | Label | protected |
mLeftTop | Label | protected |
mMouseGrab | Widget | protected |
mMouseOver | Widget | protected |
mMoveable | Label | protected |
mouseOver() const | Widget | inline |
move(SDL_MouseMotionEvent *event) | Label | protected |
moveInit(SDL_MouseButtonEvent *event) | Label | protected |
mParent | Widget | protected |
mRect | Widget | protected |
mRelativeMousePos | Label | protected |
mRightBottom | Label | protected |
mRightTop | Label | protected |
mText | Label | protected |
mTextOffset | Label | protected |
mTextPos | Label | protected |
mWantEvents | Widget | protected |
onKeyboard(SDL_KeyboardEvent *event) | Widget | inlinevirtual |
onMouseButton(SDL_MouseButtonEvent *event) | Label | virtual |
onMouseMotion(SDL_MouseMotionEvent *event) | Label | virtual |
onUser(SDL_UserEvent *event) | Widget | inlinevirtual |
parent() const | Widget | inline |
pos() const | Widget | inline |
rect() const | Widget | inline |
relativePos(Sint16 x, Sint16 y) const | Widget | inline |
relativePos(Sint16 x, Sint16 y, Point &target) const | Widget | inline |
setBackground(bool val) | Label | inline |
setBorder(bool val) | Label | |
setBorderColor(const Color &color, const Color &highlite) | Label | inline |
setCanvas(Canvas *const canvas) | Widget | virtual |
setColor(const Color &color) | Widget | inline |
setColor(int r, int g, int b, int a=255) | Widget | inline |
setEnabled(bool val) | Widget | inline |
setImage(const String &fname, bool autosize=true, bool bg=false) | Label | |
setMouseOver(bool val) | Widget | inline |
setMoveable(bool moveable) | Label | inline |
setParent(Widget *const parent) | Widget | inline |
setPos(int x, int y) | Label | inlinevirtual |
setSize(int width, int height) | Widget | inlinevirtual |
setText(const String &text) | Label | inline |
setWantEvents(bool val) | Widget | inline |
size() const | Widget | inline |
wantEvents() const | Widget | inline |
Widget(Canvas *const canvas) | Widget | |
Widget(Widget *const parent=nullptr) | Widget | |
width() const | Widget | inline |
x() const | Widget | inline |
y() const | Widget | inline |
~Label() | Label | virtual |
~Widget() ROLAND_DEFAULT virtual void draw()=0 | Widget | pure virtual |