|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
#include <skia/include/core/SkCanvas.h>#include <magic_enum/magic_enum.hpp>#include "business_logic/components/UIText.h"#include "business_logic/constants.h"#include "business_logic/elements/blocks/BaseBlock.h"#include "renderer/FontManager.h"#include "renderer/colors.h"
Include dependency graph for SkiaBaseBlockRenderer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | gui::elements::SkiaBaseBlockRenderer |
| A Skia-backed renderer implementation for a business_logic::elements::blocks::BaseBlock. More... | |
Namespaces | |
| namespace | gui |
| The actual GUI / renderer implementation counterpart. | |
| namespace | gui::elements |
| The GUI counterpart carrying implementations integrating with business_logic::elements. | |