| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQPixmap.prg |
| http://doc.trolltech.com/4.5/qpixmap.htm |
IMPORTANT: Call the constructor with exact number of parameter.
No defaults, otherwise application will GPF
oPixmap := QPixmap():new()
oPixmap := QPixmap():new( nWidth, nHeight )
oPixmap := QPixmap():new( cImageFilename )
oPixmap := QPixmap():new( pQPixmap )
|
| oPixmap : cacheKey() | nQint64 |
| oPixmap : createHeuristicMask( lClipTight ) | pQBitmap |
| oPixmap : createMaskFromColor( pMaskColor, nMode ) | pQBitmap |
| oPixmap : createMaskFromColor_1( pMaskColor ) | pQBitmap |
| oPixmap : depth() | nInt |
| oPixmap : detach() | NIL |
| oPixmap : fill( pColor ) | NIL |
| oPixmap : fill_1( pWidget, pOffset ) | NIL |
| oPixmap : fill_2( pWidget, nX, nY ) | NIL |
| oPixmap : hasAlpha() | lBool |
| oPixmap : hasAlphaChannel() | lBool |
| oPixmap : height() | nInt |
| oPixmap : isNull() | lBool |
| oPixmap : isQBitmap() | lBool |
| oPixmap : load( cFileName, pFormat, nFlags ) | lBool |
| oPixmap : loadFromData( pData, pFormat, nFlags ) | lBool |
| oPixmap : mask() | pQBitmap |
| oPixmap : rect() | pQRect |
| oPixmap : save( cFileName, pFormat, nQuality ) | lBool |
| oPixmap : save_1( pDevice, pFormat, nQuality ) | lBool |
| oPixmap : setAlphaChannel( pAlphaChannel ) | NIL |
| oPixmap : setMask( pMask ) | NIL |
| oPixmap : size() | pQSize |
| oPixmap : toImage() | pQImage |
| oPixmap : width() | nInt |
| oPixmap : defaultDepth() | nInt |
| oPixmap : trueMatrix( pMatrix, nWidth, nHeight ) | pQTransform |
| oPixmap : trueMatrix_1( pM, nW, nH ) | pQMatrix |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QPixmap.cpp |
| Qt_QPixmap_alphaChannel( pQPixmap ) | pQPixmap |
| Qt_QPixmap_cacheKey( pQPixmap ) | nQint64 |
| Qt_QPixmap_copy( pQPixmap, pRectangle ) | pQPixmap |
| Qt_QPixmap_copy_1( pQPixmap, nX, nY, nWidth, nHeight ) | pQPixmap |
| Qt_QPixmap_createHeuristicMask( pQPixmap, lClipTight ) | pQBitmap |
| Qt_QPixmap_createMaskFromColor( pQPixmap, pMaskColor, nMode ) | pQBitmap |
| Qt_QPixmap_createMaskFromColor_1( pQPixmap, pMaskColor ) | pQBitmap |
| Qt_QPixmap_depth( pQPixmap ) | nInt |
| Qt_QPixmap_detach( pQPixmap ) | NIL |
| Qt_QPixmap_fill( pQPixmap, pColor ) | NIL |
| Qt_QPixmap_fill_1( pQPixmap, pWidget, pOffset ) | NIL |
| Qt_QPixmap_fill_2( pQPixmap, pWidget, nX, nY ) | NIL |
| Qt_QPixmap_hasAlpha( pQPixmap ) | lBool |
| Qt_QPixmap_hasAlphaChannel( pQPixmap ) | lBool |
| Qt_QPixmap_height( pQPixmap ) | nInt |
| Qt_QPixmap_isNull( pQPixmap ) | lBool |
| Qt_QPixmap_isQBitmap( pQPixmap ) | lBool |
| Qt_QPixmap_load( pQPixmap, cFileName, pFormat, nFlags ) | lBool |
| Qt_QPixmap_loadFromData( pQPixmap, pData, pFormat, nFlags ) | lBool |
| Qt_QPixmap_mask( pQPixmap ) | pQBitmap |
| Qt_QPixmap_rect( pQPixmap ) | pQRect |
| Qt_QPixmap_save( pQPixmap, cFileName, pFormat, nQuality ) | lBool |
| Qt_QPixmap_save_1( pQPixmap, pDevice, pFormat, nQuality ) | lBool |
| Qt_QPixmap_scaled( pQPixmap, nWidth, nHeight, nAspectRatioMode, nTransformMode ) | pQPixmap |
| Qt_QPixmap_scaled_1( pQPixmap, pSize, nAspectRatioMode, nTransformMode ) | pQPixmap |
| Qt_QPixmap_scaledToHeight( pQPixmap, nHeight, nMode ) | pQPixmap |
| Qt_QPixmap_scaledToWidth( pQPixmap, nWidth, nMode ) | pQPixmap |
| Qt_QPixmap_setAlphaChannel( pQPixmap, pAlphaChannel ) | NIL |
| Qt_QPixmap_setMask( pQPixmap, pMask ) | NIL |
| Qt_QPixmap_size( pQPixmap ) | pQSize |
| Qt_QPixmap_toImage( pQPixmap ) | pQImage |
| Qt_QPixmap_transformed( pQPixmap, pTransform, nMode ) | pQPixmap |
| Qt_QPixmap_transformed_1( pQPixmap, pMatrix, nMode ) | pQPixmap |
| Qt_QPixmap_width( pQPixmap ) | nInt |
| Qt_QPixmap_defaultDepth( pQPixmap ) | nInt |
| Qt_QPixmap_fromImage( pQPixmap, pImage, nFlags ) | pQPixmap |
| Qt_QPixmap_grabWidget( pQPixmap, pWidget, pRectangle ) | pQPixmap |
| Qt_QPixmap_grabWidget_1( pQPixmap, pWidget, nX, nY, nWidth, nHeight ) | pQPixmap |
| Qt_QPixmap_trueMatrix( pQPixmap, pMatrix, nWidth, nHeight ) | pQTransform |
| Qt_QPixmap_trueMatrix_1( pQPixmap, pM, nW, nH ) | pQMatrix |