| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQTextLayout.prg |
| http://doc.trolltech.com/4.5/qtextlayout.htm |
| oTextLayout : beginLayout() | NIL |
| oTextLayout : boundingRect() | pQRectF |
| oTextLayout : cacheEnabled() | lBool |
| oTextLayout : clearAdditionalFormats() | NIL |
| oTextLayout : clearLayout() | NIL |
| oTextLayout : createLine() | pQTextLine |
| oTextLayout : drawCursor( pPainter, pPosition, nCursorPosition, nWidth ) | NIL |
| oTextLayout : drawCursor_1( pPainter, pPosition, nCursorPosition ) | NIL |
| oTextLayout : endLayout() | NIL |
| oTextLayout : font() | pQFont |
| oTextLayout : isValidCursorPosition( nPos ) | lBool |
| oTextLayout : lineAt( nI ) | pQTextLine |
| oTextLayout : lineCount() | nInt |
| oTextLayout : lineForTextPosition( nPos ) | pQTextLine |
| oTextLayout : maximumWidth() | nQreal |
| oTextLayout : minimumWidth() | nQreal |
| oTextLayout : nextCursorPosition( nOldPos, nMode ) | nInt |
| oTextLayout : position() | pQPointF |
| oTextLayout : preeditAreaPosition() | nInt |
| oTextLayout : preeditAreaText() | cQString |
| oTextLayout : previousCursorPosition( nOldPos, nMode ) | nInt |
| oTextLayout : setCacheEnabled( lEnable ) | NIL |
| oTextLayout : setFont( pFont ) | NIL |
| oTextLayout : setPosition( pP ) | NIL |
| oTextLayout : setPreeditArea( nPosition, cText ) | NIL |
| oTextLayout : setText( cString ) | NIL |
| oTextLayout : setTextOption( pOption ) | NIL |
| oTextLayout : text() | cQString |
| oTextLayout : textOption() | pQTextOption |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QTextLayout.cpp |
| Qt_QTextLayout_beginLayout( pQTextLayout ) | NIL |
| Qt_QTextLayout_boundingRect( pQTextLayout ) | pQRectF |
| Qt_QTextLayout_cacheEnabled( pQTextLayout ) | lBool |
| Qt_QTextLayout_clearAdditionalFormats( pQTextLayout ) | NIL |
| Qt_QTextLayout_clearLayout( pQTextLayout ) | NIL |
| Qt_QTextLayout_createLine( pQTextLayout ) | pQTextLine |
| Qt_QTextLayout_drawCursor( pQTextLayout, pPainter, pPosition, nCursorPosition, nWidth ) | NIL |
| Qt_QTextLayout_drawCursor_1( pQTextLayout, pPainter, pPosition, nCursorPosition ) | NIL |
| Qt_QTextLayout_endLayout( pQTextLayout ) | NIL |
| Qt_QTextLayout_font( pQTextLayout ) | pQFont |
| Qt_QTextLayout_isValidCursorPosition( pQTextLayout, nPos ) | lBool |
| Qt_QTextLayout_lineAt( pQTextLayout, nI ) | pQTextLine |
| Qt_QTextLayout_lineCount( pQTextLayout ) | nInt |
| Qt_QTextLayout_lineForTextPosition( pQTextLayout, nPos ) | pQTextLine |
| Qt_QTextLayout_maximumWidth( pQTextLayout ) | nQreal |
| Qt_QTextLayout_minimumWidth( pQTextLayout ) | nQreal |
| Qt_QTextLayout_nextCursorPosition( pQTextLayout, nOldPos, nMode ) | nInt |
| Qt_QTextLayout_position( pQTextLayout ) | pQPointF |
| Qt_QTextLayout_preeditAreaPosition( pQTextLayout ) | nInt |
| Qt_QTextLayout_preeditAreaText( pQTextLayout ) | cQString |
| Qt_QTextLayout_previousCursorPosition( pQTextLayout, nOldPos, nMode ) | nInt |
| Qt_QTextLayout_setCacheEnabled( pQTextLayout, lEnable ) | NIL |
| Qt_QTextLayout_setFont( pQTextLayout, pFont ) | NIL |
| Qt_QTextLayout_setPosition( pQTextLayout, pP ) | NIL |
| Qt_QTextLayout_setPreeditArea( pQTextLayout, nPosition, cText ) | NIL |
| Qt_QTextLayout_setText( pQTextLayout, cString ) | NIL |
| Qt_QTextLayout_setTextOption( pQTextLayout, pOption ) | NIL |
| Qt_QTextLayout_text( pQTextLayout ) | cQString |
| Qt_QTextLayout_textOption( pQTextLayout ) | pQTextOption |