C

<rh850extras/rh850configuration.h> - Renesas RH850 extras配置API

为Renesas RH850平台提供额外的配置函数。更多...

头文件 #include <rh850extras/rh850configuration.h>

函数

Rh850::Configuration::LayerTypelayerType(int layerIndex)
voidsetLayerType(int layerIndex, Rh850::Configuration::LayerType layerType)

详细说明

此API是针对Renesas RH850特定平台配置的。

函数文档

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

获取指定硬件层的图层类型。

layerIndex的值应在0和3之间。

此函数自Qt Quick Ultralite (Platform) 2.1版本引入。

另请参阅setLayerType

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

将通过layerIndex标识的硬件层的图层类型设置为layerType

例如,如果应用程序想要在最低层使用RLE图像,则图层索引0的图层类型应设置为LayerType::Rle

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

layerIndex的值应在0和3之间。

注意:必须在Qul::Application::setRootItem()之前调用此函数才有任何效果。

此函数自Qt Quick Ultralite (Platform) 2.1版本引入。

另请参阅layerType

在特定的Qt许可下提供。
了解更多。