Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSGGradientCache::GradientDesc Struct Reference

#include <qsggradientcache_p.h>

Collaboration diagram for QSGGradientCache::GradientDesc:

Public Attributes

QGradientStops stops
QGradient::Spread spread = QGradient::PadSpread
QPointF a
QPointF b
qreal v0
qreal v1

Detailed Description

Definition at line 53 of file qsggradientcache_p.h.

Member Data Documentation

◆ a

QPointF QSGGradientCache::GradientDesc::a

Definition at line 56 of file qsggradientcache_p.h.

◆ b

QPointF QSGGradientCache::GradientDesc::b

Definition at line 57 of file qsggradientcache_p.h.

◆ spread

QGradient::Spread QSGGradientCache::GradientDesc::spread = QGradient::PadSpread

Definition at line 55 of file qsggradientcache_p.h.

◆ stops

QGradientStops QSGGradientCache::GradientDesc::stops

Definition at line 54 of file qsggradientcache_p.h.

◆ v0

qreal QSGGradientCache::GradientDesc::v0

Definition at line 58 of file qsggradientcache_p.h.

◆ v1

qreal QSGGradientCache::GradientDesc::v1

Definition at line 59 of file qsggradientcache_p.h.


The documentation for this struct was generated from the following file: