| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQPoint.prg |
| http://doc.trolltech.com/4.5/qpoint.htm |
IMPORTANT: Call the constructor with exact number of parameter.
No defaults, otherwise application will GPF
oPoint := QPoint():new()
oPoint := QPoint():new( nX, nY )
oPoint := QPoint():new( pQPoint )
|
| oPoint : isNull() | lBool |
| oPoint : manhattanLength() | nInt |
| oPoint : rx() | nInt |
| oPoint : ry() | nInt |
| oPoint : setX( nX ) | NIL |
| oPoint : setY( nY ) | NIL |
| oPoint : x() | nInt |
| oPoint : y() | nInt |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QPoint.cpp |
| Qt_QPoint_isNull( pQPoint ) | lBool |
| Qt_QPoint_manhattanLength( pQPoint ) | nInt |
| Qt_QPoint_rx( pQPoint ) | nInt |
| Qt_QPoint_ry( pQPoint ) | nInt |
| Qt_QPoint_setX( pQPoint, nX ) | NIL |
| Qt_QPoint_setY( pQPoint, nY ) | NIL |
| Qt_QPoint_x( pQPoint ) | nInt |
| Qt_QPoint_y( pQPoint ) | nInt |