C

GradientStops 类

class Qul::PlatformInterface::GradientStops

表示用于定义渐变颜色变化的停止点集合。 更多信息...

头文件 #include <platforminterface/drawingengine.h>
Qt Quick Ultralite (平台) 2.7

公共函数

GradientStops()
voidaddStop(Qul::PlatformInterface::GradientStop stop)
size_tsize() const
const Qul::PlatformInterface::GradientStop *stops() const

详细描述

成员函数文档

GradientStops::GradientStops()

构建一个默认的 Qul::PlatformInterface::GradientStops 实例,其中没有任何停止点。

void GradientStops::addStop(Qul::PlatformInterface::GradientStop stop)

stop 添加到渐变停止点的列表中。

另请参阅 stops().

size_t GradientStops::size() const

返回渐变停止点的数量。

另请参阅 stops().

const Qul::PlatformInterface::GradientStop *GradientStops::stops() const

返回指向渐变停止点数组指针。数组包含由 size() 报告的元素数量。

注意: 该指针仅在 Qul::PlatformInterface::GradientStop 对象有效,并且没有向其中添加新的渐变停止点时有效。

另请参阅 size().

在特定的 Qt 许可证下可用。
了解更多。