Class AbstractRenderer¶
Defined in File slint-platform.h
Inheritance Relationships¶
Derived Types¶
public slint::platform::SkiaRenderer
(Class SkiaRenderer)public slint::platform::SoftwareRenderer
(Class SoftwareRenderer)
Class Documentation¶
-
class AbstractRenderer¶
Internal interface for a renderer for use with the WindowAdapter.
This class is not intended to be re-implemented. In places where this class is required, use of one the existing implementations such as SoftwareRenderer or SkiaRenderer.
Subclassed by slint::platform::SkiaRenderer, slint::platform::SoftwareRenderer