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

#include <qdrawhelper_p.h>

+ Collaboration diagram for QRadialGradientData:

Public Attributes

struct { 
 
   qreal   x 
 
   qreal   y 
 
   qreal   radius 
 
center 
 
struct { 
 
   qreal   x 
 
   qreal   y 
 
   qreal   radius 
 
focal 
 

Detailed Description

Definition at line 232 of file qdrawhelper_p.h.

Member Data Documentation

◆ [struct]

struct { ... } QRadialGradientData::center

◆ [struct]

struct { ... } QRadialGradientData::focal

◆ radius

qreal QRadialGradientData::radius

Definition at line 237 of file qdrawhelper_p.h.

◆ x

qreal QRadialGradientData::x

Definition at line 235 of file qdrawhelper_p.h.

◆ y

qreal QRadialGradientData::y

Definition at line 236 of file qdrawhelper_p.h.


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