|
RADLib
RADical C++ application framework
|
Slint image conversion helpers for RADUi plot renderers. More...
#include <RADUi/RADPlot.h>#include <RADUi/RADSlintBackend.h>#include <slint.h>#include <algorithm>#include <cstddef>#include <cstdint>#include <memory>#include <utility>
Include dependency graph for RADSlintPlot.h:Go to the source code of this file.
Classes | |
| class | RADUi::Slint::Detail::PlotComponentBridge< Component, Setter > |
| Bridge object that renders a PlotModel into a Slint image property. More... | |
Namespaces | |
| RADUi | |
| RADUi::Slint | |
| RADUi::Slint::Detail | |
Functions | |
| slint::Image | RADUi::Slint::toSlintImage (const RADUi::PlotImage &image) |
| Converts a RADUi plot image to a Slint image. More... | |
| template<typename Component , typename Setter > | |
| RADUi::Binding | RADUi::Slint::bindPlotToImageProperty (RADUi::PlotModel &model, const slint::ComponentHandle< Component > &component, Setter setter, RADUi::PlotViewport viewport, double framesPerSecond=60.0, RADUi::PlotRenderMode renderMode=RADUi::PlotRenderMode::Software) |
| Binds model rendering to a generated Slint image property setter. More... | |
Slint image conversion helpers for RADUi plot renderers.