| 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 |