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
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 234 of file qdrawhelper_p.h.

Member Data Documentation

◆ [struct]

struct { ... } QRadialGradientData::center

◆ [struct]

struct { ... } QRadialGradientData::focal

◆ radius

qreal QRadialGradientData::radius

Definition at line 239 of file qdrawhelper_p.h.

◆ x

qreal QRadialGradientData::x

Definition at line 237 of file qdrawhelper_p.h.

◆ y

qreal QRadialGradientData::y

Definition at line 238 of file qdrawhelper_p.h.


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