|
TouchCPLib
1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
|
This is the complete list of members for Text, including all inherited members.
| draw(uint32_t time) override | Text | virtual |
| getHeight() const override | Text | virtual |
| getTouchCallback() const | TouchEnabledObject | inline |
| getWidth() const override | Text | virtual |
| getX() const override | Text | virtual |
| getY() const override | Text | virtual |
| isPropagateInteraction() const | TouchEnabledObject | inline |
| isTouchEnabled() const | TouchEnabledObject | inline |
| isVisible() const | GraphicsObject | inline |
| setColor(Color c) | Text | |
| setFontPath(const std::string &fontPath) | Text | |
| setFontSize(int fontSize) | Text | |
| setGeometry(Rect geom) | Text | |
| setPropagateInteraction(bool propagate) | TouchEnabledObject | inline |
| setText(const char *text) | Text | |
| setTouchCallback(TouchCallback cb) | TouchEnabledObject | inline |
| setTouchEnabled(bool enabled) | TouchEnabledObject | inline |
| setVisibility(bool visible) | GraphicsObject | inline |
| Text() | Text | |
| ~GraphicsObject()=default | GraphicsObject | virtual |
| ~InteractiveGraphicsObject()=default | InteractiveGraphicsObject | virtual |
| ~Text() | Text |