Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGradientData Struct Reference

#include <qdrawhelper_p.h>

+ Collaboration diagram for QGradientData:

Public Attributes

QGradient::Spread spread
 
union { 
 
   QLinearGradientData   linear 
 
   QRadialGradientData   radial 
 
   QConicalGradientData   conical 
 
};  
 
const QRgbcolorTable32
 
uint alphaColor: 1
 

Detailed Description

Definition at line 255 of file qdrawhelper_p.h.

Member Data Documentation

◆ [union]

union { ... } QGradientData

◆ alphaColor

uint QGradientData::alphaColor

Definition at line 273 of file qdrawhelper_p.h.

Referenced by QSpanData::setup().

◆ colorTable32

const QRgb* QGradientData::colorTable32

Definition at line 271 of file qdrawhelper_p.h.

Referenced by QSpanData::setup().

◆ conical

QConicalGradientData QGradientData::conical

Definition at line 262 of file qdrawhelper_p.h.

Referenced by QSpanData::setup().

◆ linear

QLinearGradientData QGradientData::linear

Definition at line 260 of file qdrawhelper_p.h.

Referenced by QSpanData::setup().

◆ radial

QRadialGradientData QGradientData::radial

Definition at line 261 of file qdrawhelper_p.h.

Referenced by QSpanData::setup().

◆ spread

QGradient::Spread QGradientData::spread

Definition at line 257 of file qdrawhelper_p.h.

Referenced by QSpanData::setup().


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