|
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 XYPlot, including all inherited members.
| draw(uint32_t time) override | XYPlot | virtual |
| getHeight() const override | XYPlot | virtual |
| getTouchCallback() const | TouchEnabledObject | inline |
| getWidth() const override | XYPlot | virtual |
| getX() const override | XYPlot | virtual |
| getY() const override | XYPlot | virtual |
| isPropagateInteraction() const | TouchEnabledObject | inline |
| isTouchEnabled() const | TouchEnabledObject | inline |
| isVisible() const | GraphicsObject | inline |
| setBackgroundColor(const Color bgColor) | XYPlot | |
| setData(const std::vector< float > &xValues, const std::vector< float > &yValues) | XYPlot | |
| setGeometry(Rect r) | XYPlot | |
| setLineColor(const Color lnColor) | XYPlot | |
| setPropagateInteraction(bool propagate) | TouchEnabledObject | inline |
| setTouchCallback(TouchCallback cb) | TouchEnabledObject | inline |
| setTouchEnabled(bool enabled) | TouchEnabledObject | inline |
| setVisibility(bool visible) | GraphicsObject | inline |
| setXMinMax(const Optional< std::pair< float, float >> &xMinMax) | XYPlot | |
| setYXMinMax(const Optional< std::pair< float, float >> &yMinMax) | XYPlot | |
| XYPlot() | XYPlot | |
| ~GraphicsObject()=default | GraphicsObject | virtual |
| ~InteractiveGraphicsObject()=default | InteractiveGraphicsObject | virtual |
| ~XYPlot() | XYPlot |