C

Obsolete Members for PlatformInterface

The following members of class PlatformInterface are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Functions

(deprecated (2.9)) void init16bppRendering()
(deprecated (2.9)) void init24bppRendering()
(deprecated (2.9)) void init32bppRendering()
(deprecated (2.9)) void init8bppRendering()

Function Documentation

[since Qt Quick Ultralite (Platform) 1.5] void init16bppRendering()

This function is deprecated since 2.9. We strongly advise against using it in new code.

Use Qul::PlatformInterface::initializeRgb16CpuFallbackDrawingEngine or Qul::PlatformInterface::initializeArgb4444CpuFallbackDrawingEngine instead.

Initializes Qt Quick Ultralite for 16 BPP rendering.

By default, Qt Quick Ultralite does not reference the fallback renderer, allowing it to be discarded if it is not used.

This function sets up the fallback renderer for 16 BPP drawing devices.

Currently this function assumes that 16 BPP means the RGB565 format.

This function was introduced in Qt Quick Ultralite (Platform) 1.5.

[since Qt Quick Ultralite (Platform) 1.5] void init24bppRendering()

This function is deprecated since 2.9. We strongly advise against using it in new code.

Use Qul::PlatformInterface::initializeRgb888CpuFallbackDrawingEngine or Qul::PlatformInterface::initializeBgr888CpuFallbackDrawingEngine instead.

Initializes Qt Quick Ultralite for 24 BPP rendering.

By default, Qt Quick Ultralite does not reference the fallback renderer, allowing it to be discarded if it is not used.

This function sets up the fallback renderer for 24 BPP drawing devices in RGB888 format. Use Qul::PlatformInterface::initializeBgr888CpuFallbackDrawingEngine for BGR888 format.

This function was introduced in Qt Quick Ultralite (Platform) 1.5.

[since Qt Quick Ultralite (Platform) 1.5] void init32bppRendering()

This function is deprecated since 2.9. We strongly advise against using it in new code.

Use Qul::PlatformInterface::initializeArgb32CpuFallbackDrawingEngine or Qul::PlatformInterface::initializeRgb32CpuFallbackDrawingEngine instead.

Initializes Qt Quick Ultralite for 32 BPP rendering.

By default, Qt Quick Ultralite does not reference the fallback renderer, allowing it to be discarded if it is not used.

This function sets up the fallback renderer for 32 BPP drawing devices.

Currently this function assumes that the 32 BPP devices are in ARGB32 format.

This function was introduced in Qt Quick Ultralite (Platform) 1.5.

[since Qt Quick Ultralite (Platform) 1.8] void init8bppRendering()

This function is deprecated since 2.9. We strongly advise against using it in new code.

Use Qul::PlatformInterface::initializeRgb332CpuFallbackDrawingEngine instead.

Initializes Qt Quick Ultralite for 8 BPP rendering.

By default, Qt Quick Ultralite does not reference the fallback renderer, allowing it to be discarded if it is not used.

This function sets up the fallback renderer for 8 BPP drawing devices.

Currently this function assumes that 8 BPP means the RGB332 format.

This function was introduced in Qt Quick Ultralite (Platform) 1.8.

Available under certain Qt licenses.
Find out more.