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
QLinearGradientData Struct Reference

#include <qdrawhelper_p.h>

+ Collaboration diagram for QLinearGradientData:

Public Attributes

struct { 
 
   qreal   x 
 
   qreal   y 
 
origin 
 
struct { 
 
   qreal   x 
 
   qreal   y 
 
end 
 

Detailed Description

Definition at line 220 of file qdrawhelper_p.h.

Member Data Documentation

◆ [struct]

struct { ... } QLinearGradientData::end

◆ [struct]

struct { ... } QLinearGradientData::origin

Referenced by QSpanData::setup().

◆ x

qreal QLinearGradientData::x

Definition at line 223 of file qdrawhelper_p.h.

◆ y

qreal QLinearGradientData::y

Definition at line 224 of file qdrawhelper_p.h.


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