QPointF

  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/TQPointF.prg
http://doc.trolltech.com/4.5/qpointf.htm

IMPORTANT:  Call the constructor with exact number of parameter. 
            No defaults, otherwise application will GPF

oPointF := QPointF():new()
oPointF := QPointF():new( nX, nY )
oPointF := QPointF():new( pQPoint )
oPointF : isNull() lBool
oPointF : rx() nQreal
oPointF : ry() nQreal
oPointF : setX( nX ) NIL
oPointF : setY( nY ) NIL
oPointF : toPoint() pQPoint
oPointF : x() nQreal
oPointF : y() nQreal
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QPointF.cpp
Qt_QPointF_isNull( pQPointF )lBool
Qt_QPointF_rx( pQPointF )nQreal
Qt_QPointF_ry( pQPointF )nQreal
Qt_QPointF_setX( pQPointF, nX )NIL
Qt_QPointF_setY( pQPointF, nY )NIL
Qt_QPointF_toPoint( pQPointF )pQPoint
Qt_QPointF_x( pQPointF )nQreal
Qt_QPointF_y( pQPointF )nQreal