C

配置命名空间

Rh850::Configuration

用于 Rh850 配置结构和函数的命名空间。 更多信息...

头文件 #include <Configuration>

结构体Config

类型

枚举LayerType { Sprite, Rle }

函数

Tvii::Configuration::ConfigconfigForOTFLayer(std::uint32_t platformId)
Tvii::Configuration::ConfigdefaultConfigForOTFLayer()
Rh850::Configuration::LayerTypelayerType(int layerIndex)
voidsetConfigForOTFLayer(std::uint32_t platformId, std::uint16_t copses, std::uint32_t fifo, std::uint32_t lines)
voidsetLayerType(int layerIndex, Rh850::Configuration::LayerType layerType)

详细描述

类型文档

[自 Qt Quick Ultralite (平台) 2.1] 枚举 Configuration::LayerType

包含用于 RH850 硬件层的配置值的枚举。

常量描述
Rh850::Configuration::Sprite0此值表示可以与正常精灵图层、非 RLE 图像图层、项目图层一起使用的硬件层。
Rh850::Configuration::Rle1此值表示可以与 RLE 图像图层、非 RLE 图像图层或项目图层一起使用的硬件层。

此枚举是在 Qt Quick Ultralite (平台) 2.1 中引入或修改的。

另请参阅 layerType() 和 setLayerType

函数文档

[自 Qt Quick Ultralite (平台) 2.1] Rh850::Configuration::LayerType layerType(int layerIndex)

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

layerIndex 值应在 0 到 3 之间。

此函数是在 Qt Quick Ultralite (平台) 2.1 中引入的。

另请参阅 setLayerType

[自 Qt Quick Ultralite (平台) 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 (平台) 2.1 中引入的。

另请参阅:layerType

在某些 Qt 许可证下可用。
了解更多信息。