QGradient

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

CLASS REFERENCE
Source: /harbour/contrib/hbqt/TQGradient.prg
http://doc.trolltech.com/4.5/qgradient.htm
oGradient : coordinateMode() nCoordinateMode
oGradient : setColorAt( nPosition, pColor ) NIL
oGradient : setCoordinateMode( nMode ) NIL
oGradient : setSpread( nMethod ) NIL
oGradient : setStops( pStopPoints ) NIL
oGradient : spread() nSpread
oGradient : stops() Stops
oGradient : type() nType
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QGradient.cpp
Qt_QGradient_coordinateMode( pQGradient )nCoordinateMode
Qt_QGradient_setColorAt( pQGradient, nPosition, pColor )NIL
Qt_QGradient_setCoordinateMode( pQGradient, nMode )NIL
Qt_QGradient_setSpread( pQGradient, nMethod )NIL
Qt_QGradient_setStops( pQGradient, pStopPoints )NIL
Qt_QGradient_spread( pQGradient )nSpread
Qt_QGradient_stops( pQGradient )pQGradientStops
Qt_QGradient_type( pQGradient )nType