QSizeF

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

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

oSizeF := QSizeF():new()
oSizeF := QSizeF():new( nWidth, nHeight )
oSizeF : height() nQreal
oSizeF : isEmpty() lBool
oSizeF : isNull() lBool
oSizeF : isValid() lBool
oSizeF : rheight() nQreal
oSizeF : rwidth() nQreal
oSizeF : scale( nWidth, nHeight, nMode ) NIL
oSizeF : scale_1( pSize, nMode ) NIL
oSizeF : setHeight( nHeight ) NIL
oSizeF : setWidth( nWidth ) NIL
oSizeF : toSize() pQSize
oSizeF : transpose() NIL
oSizeF : width() nQreal
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QSizeF.cpp
Qt_QSizeF_boundedTo( pQSizeF, pOtherSize )pQSizeF
Qt_QSizeF_expandedTo( pQSizeF, pOtherSize )pQSizeF
Qt_QSizeF_height( pQSizeF )nQreal
Qt_QSizeF_isEmpty( pQSizeF )lBool
Qt_QSizeF_isNull( pQSizeF )lBool
Qt_QSizeF_isValid( pQSizeF )lBool
Qt_QSizeF_rheight( pQSizeF )nQreal
Qt_QSizeF_rwidth( pQSizeF )nQreal
Qt_QSizeF_scale( pQSizeF, nWidth, nHeight, nMode )NIL
Qt_QSizeF_scale_1( pQSizeF, pSize, nMode )NIL
Qt_QSizeF_setHeight( pQSizeF, nHeight )NIL
Qt_QSizeF_setWidth( pQSizeF, nWidth )NIL
Qt_QSizeF_toSize( pQSizeF )pQSize
Qt_QSizeF_transpose( pQSizeF )NIL
Qt_QSizeF_width( pQSizeF )nQreal