NAME
Qt::Gui::QGradient
PUBLIC METHODS
- QGradient()
- QGradient::CoordinateMode coordinateMode()
- QGradient::InterpolationMode interpolationMode()
- bool operator!=(const QGradient & other)
- bool operator==(const QGradient & gradient)
- bool operator==(const QGradient & gradient)
- void setColorAt(qreal pos, const QColor & color)
- void setCoordinateMode(QGradient::CoordinateMode mode)
- void setInterpolationMode(QGradient::InterpolationMode mode)
- void setSpread(QGradient::Spread spread)
- QGradient::Spread spread()
- QGradient::Type type()
ENUM VALUES
- LinearGradient
- RadialGradient
- ConicalGradient
- NoGradient
- PadSpread
- ReflectSpread
- RepeatSpread
- LogicalMode
- StretchToDeviceMode
- ObjectBoundingMode
- ColorInterpolation
- ComponentInterpolation
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.