C

<rh850extras/rh850configuration.h> - Renesas RH850 Extras Configuration API

Provides extra configuration functions for the Renesas RH850 platform. More...

Header: #include <rh850extras/rh850configuration.h>

Functions

Rh850::Configuration::LayerType layerType(int layerIndex)
void setLayerType(int layerIndex, Rh850::Configuration::LayerType layerType)

Detailed Description

This API is for Renesas RH850 specific platform configuration.

Classes

Function Documentation

[since Qt Quick Ultralite (Platform) 2.1] Rh850::Configuration::LayerType layerType(int layerIndex)

Get the layer type for the given hardware layer.

The layerIndex value should be between 0 and 3.

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

See also setLayerType().

[since Qt Quick Ultralite (Platform) 2.1] void setLayerType(int layerIndex, Rh850::Configuration::LayerType layerType)

Set the layer type for the hardware layer identified by the layerIndex to layerType.

For example, if the application wants to use RLE images for the bottom-most layer, the layer type for layer index 0 should be set to LayerType::Rle:

Rle::Configuration::setLayerType(0, LayerType::Rle);

The layerIndex value should be between 0 and 3.

Note: This function needs to be called before Qul::Application::setRootItem() to have any effect.

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

See also layerType().

Available under certain Qt licenses.
Find out more.