QRadialGradient

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(const(QPointF) center, qreal radius, const(QPointF) focalPoint)
Undocumented in source.
this
this(qreal cx, qreal cy, qreal radius, qreal fx, qreal fy)
Undocumented in source.
this
this(const(QPointF) center, qreal radius)
Undocumented in source.
this
this(qreal cx, qreal cy, qreal radius)
Undocumented in source.
this
this(const(QPointF) center, qreal centerRadius, const(QPointF) focalPoint, qreal focalRadius)
Undocumented in source.
this
this(qreal cx, qreal cy, qreal centerRadius, qreal fx, qreal fy, qreal focalRadius)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

base0

Members

Functions

center
QPointF center()
Undocumented in source.
centerRadius
qreal centerRadius()
Undocumented in source.
focalPoint
QPointF focalPoint()
Undocumented in source.
focalRadius
qreal focalRadius()
Undocumented in source.
radius
qreal radius()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setCenter
void setCenter(const(QPointF) center)
Undocumented in source.
setCenter
void setCenter(qreal x, qreal y)
Undocumented in source. Be warned that the author may not have intended to support it.
setCenterRadius
void setCenterRadius(qreal radius)
Undocumented in source.
setFocalPoint
void setFocalPoint(const(QPointF) focalPoint)
Undocumented in source.
setFocalPoint
void setFocalPoint(qreal x, qreal y)
Undocumented in source. Be warned that the author may not have intended to support it.
setFocalRadius
void setFocalRadius(qreal radius)
Undocumented in source.
setRadius
void setRadius(qreal radius)
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base0
QGradient base0;
Undocumented in source.

Meta