QPicture

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

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

oPicture := QPicture():new()
oPicture := QPicture():new( nFormatVersion )
oPicture := QPicture():new( pQPicture )
oPicture : boundingRect() pQRect
oPicture : data() cChar
oPicture : isNull() lBool
oPicture : load( cFileName, pFormat ) lBool
oPicture : load_1( pDev, pFormat ) lBool
oPicture : play( pPainter ) lBool
oPicture : save( cFileName, pFormat ) lBool
oPicture : save_1( pDev, pFormat ) lBool
oPicture : setBoundingRect( pR ) NIL
oPicture : setData( pData, nSize ) NIL
oPicture : size() nUint
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QPicture.cpp
Qt_QPicture_boundingRect( pQPicture )pQRect
Qt_QPicture_data( pQPicture )cChar
Qt_QPicture_isNull( pQPicture )lBool
Qt_QPicture_load( pQPicture, cFileName, pFormat )lBool
Qt_QPicture_load_1( pQPicture, pDev, pFormat )lBool
Qt_QPicture_play( pQPicture, pPainter )lBool
Qt_QPicture_save( pQPicture, cFileName, pFormat )lBool
Qt_QPicture_save_1( pQPicture, pDev, pFormat )lBool
Qt_QPicture_setBoundingRect( pQPicture, pR )NIL
Qt_QPicture_setData( pQPicture, pData, nSize )NIL
Qt_QPicture_size( pQPicture )nUint