QLinearGradient

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) start, const(QPointF) finalStop)
Undocumented in source.
this
this(qreal xStart, qreal yStart, qreal xFinalStop, qreal yFinalStop)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

base0

Members

Functions

finalStop
QPointF finalStop()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setFinalStop
void setFinalStop(const(QPointF) stop)
Undocumented in source.
setFinalStop
void setFinalStop(qreal x, qreal y)
Undocumented in source. Be warned that the author may not have intended to support it.
setStart
void setStart(const(QPointF) start)
Undocumented in source.
setStart
void setStart(qreal x, qreal y)
Undocumented in source. Be warned that the author may not have intended to support it.
start
QPointF start()
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