|
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 ImageButton, including all inherited members.
| draw(uint32_t time) override | ImageButton | virtual |
| getHeight() const override | ImageButton | virtual |
| getTouchCallback() const | TouchEnabledObject | inline |
| getWidth() const override | ImageButton | virtual |
| getX() const override | ImageButton | virtual |
| getY() const override | ImageButton | virtual |
| ImageButton() | ImageButton | |
| isPropagateInteraction() const | TouchEnabledObject | inline |
| isTouchEnabled() const | TouchEnabledObject | inline |
| isVisible() const | GraphicsObject | inline |
| setFillColor(Color color) | ImageButton | |
| setGeometry(Rect geom) | ImageButton | |
| setImageFile(const std::string &imgFile) | ImageButton | |
| setImageSize(int width, int height) | ImageButton | |
| setPropagateInteraction(bool propagate) | TouchEnabledObject | inline |
| setTouchCallback(TouchCallback cb) | TouchEnabledObject | inline |
| setTouchEnabled(bool enabled) | TouchEnabledObject | inline |
| setVisibility(bool visible) | GraphicsObject | inline |
| ~GraphicsObject()=default | GraphicsObject | virtual |
| ~ImageButton() | ImageButton | |
| ~InteractiveGraphicsObject()=default | InteractiveGraphicsObject | virtual |