| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQSize.prg |
| http://doc.trolltech.com/4.5/qsize.htm |
IMPORTANT: Call the constructor with exact number of parameter.
No defaults, otherwise application will GPF
oSize := QSize():new()
oSize := QSize():new( nWidth, nHeight )
|
| oSize : height() | nInt |
| oSize : isEmpty() | lBool |
| oSize : isNull() | lBool |
| oSize : isValid() | lBool |
| oSize : rheight() | nInt |
| oSize : rwidth() | nInt |
| oSize : scale( nWidth, nHeight, nMode ) | NIL |
| oSize : scale_1( pSize, nMode ) | NIL |
| oSize : setHeight( nHeight ) | NIL |
| oSize : setWidth( nWidth ) | NIL |
| oSize : transpose() | NIL |
| oSize : width() | nInt |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QSize.cpp |
| Qt_QSize_height( pQSize ) | nInt |
| Qt_QSize_isEmpty( pQSize ) | lBool |
| Qt_QSize_isNull( pQSize ) | lBool |
| Qt_QSize_isValid( pQSize ) | lBool |
| Qt_QSize_rheight( pQSize ) | nInt |
| Qt_QSize_rwidth( pQSize ) | nInt |
| Qt_QSize_scale( pQSize, nWidth, nHeight, nMode ) | NIL |
| Qt_QSize_scale_1( pQSize, pSize, nMode ) | NIL |
| Qt_QSize_setHeight( pQSize, nHeight ) | NIL |
| Qt_QSize_setWidth( pQSize, nWidth ) | NIL |
| Qt_QSize_transpose( pQSize ) | NIL |
| Qt_QSize_width( pQSize ) | nInt |
| Qt_QSize_boundedTo( pQSize, pOtherSize ) | pQSize |
| Qt_QSize_expandedTo( pQSize, pOtherSize ) | pQSize |