Class AbstractRenderer#

Inheritance Relationships#

Derived Types#

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