|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
The delegate for the UI renderer. More...
#include <UIRendererDelegate.h>
Inheritance diagram for gui::renderer::delegate::UIRendererDelegate< Canvas >:
Collaboration diagram for gui::renderer::delegate::UIRendererDelegate< Canvas >:Public Member Functions | |
| virtual | ~UIRendererDelegate ()=default |
| virtual void | renderCenteredTextsRows (Canvas *canvas, const business_logic::geometry::Size2D &size, const std::vector< components::UITextsRow > &rows)=0 |
| Renders the texts on the canvas around the center horizontally, centered vertically. | |
The delegate for the UI renderer.
The delegate is used to render the UI elements.
Definition at line 26 of file UIRendererDelegate.h.
|
virtualdefault |
|
pure virtual |
Renders the texts on the canvas around the center horizontally, centered vertically.
| canvas | Canvas to draw on |
| size | The size of the canvas |
| rows | The rows of texts to render |
Implemented in gui::renderer::SkiaRendererImpl.
Referenced by gui::elements::SkiaBlocksManagerRenderer::render().
Here is the caller graph for this function: