| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQCursor.prg |
| http://doc.trolltech.com/4.5/qcursor.htm |
IMPORTANT: Call the constructor with exact number of parameter.
No defaults, otherwise application will GPF
oCursor := QCursor():new()
oCursor := QCursor():new( pQCursor )
oCursor := QCursor():new( nQt_CursorShape )
oCursor := QCursor():new( "QPixmap", pQPixmap, [ nHotX = -1 ] , [ nHotY = -1 ] )
oCursor := QCursor():new( pQBitmap, pQBitmapAsMask, [ nHotX = -1 ], [ nHotY = -1 ] )
|
| oCursor : bitmap() | pQBitmap |
| oCursor : hotSpot() | pQPoint |
| oCursor : mask() | pQBitmap |
| oCursor : pixmap() | pQPixmap |
| oCursor : setShape( nShape ) | NIL |
| oCursor : shape() | nQt::CursorShape |
| oCursor : pos() | pQPoint |
| oCursor : setPos( nX, nY ) | NIL |
| oCursor : setPos_1( pP ) | NIL |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QCursor.cpp |
| Qt_QCursor_bitmap( pQCursor ) | pQBitmap |
| Qt_QCursor_hotSpot( pQCursor ) | pQPoint |
| Qt_QCursor_mask( pQCursor ) | pQBitmap |
| Qt_QCursor_pixmap( pQCursor ) | pQPixmap |
| Qt_QCursor_setShape( pQCursor, nShape ) | NIL |
| Qt_QCursor_shape( pQCursor ) | nQt::CursorShape |
| Qt_QCursor_pos( pQCursor ) | pQPoint |
| Qt_QCursor_setPos( pQCursor, nX, nY ) | NIL |
| Qt_QCursor_setPos_1( pQCursor, pP ) | NIL |