QBitmap

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

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

oBitmap := QBitmap():new()
oBitmap := QBitmap():new( pBitmap_other )
oBitmap := QBitmap():new( nWidth, nHeight )
oBitmap := QBitmap():new( "QPixmap", pQPixmap )
oBitmap := QBitmap():new( "QSize"  , pQSize )
oBitmap := QBitmap():new( cImageFilename, [ cFormat ] )
oBitmap : clear() NIL
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QBitmap.cpp
Qt_QBitmap_clear( pQBitmap )NIL
Qt_QBitmap_transformed( pQBitmap, pMatrix )pQBitmap
Qt_QBitmap_transformed_1( pQBitmap, pMatrix )pQBitmap
Qt_QBitmap_fromImage( pQBitmap, pImage, nFlags )pQBitmap