
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextLayout()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextlayout.html
 *  $ONELINER$
 *     Creates a new QTextLayout object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QTextLayout( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextLayout
 *  $METHODS$
 *     :beginLayout()                                      -> NIL
 *     :boundingRect()                                     -> oQRectF
 *     :cacheEnabled()                                     -> lBool
 *     :clearAdditionalFormats()                           -> NIL
 *     :clearLayout()                                      -> NIL
 *     :createLine()                                       -> oQTextLine
 *     :drawCursor( oQPainter, oQPointF, nCursorPosition, nWidth )  -> NIL
 *     :( oQPainter, oQPointF, nCursorPosition )           -> NIL
 *     :endLayout()                                        -> NIL
 *     :font()                                             -> oQFont
 *     :isValidCursorPosition( nPos )                      -> lBool
 *     :lineAt( nI )                                       -> oQTextLine
 *     :lineCount()                                        -> nInt
 *     :lineForTextPosition( nPos )                        -> oQTextLine
 *     :maximumWidth()                                     -> nQreal
 *     :minimumWidth()                                     -> nQreal
 *     :nextCursorPosition( nOldPos, nMode )               -> nInt
 *     :position()                                         -> oQPointF
 *     :preeditAreaPosition()                              -> nInt
 *     :preeditAreaText()                                  -> cQString
 *     :previousCursorPosition( nOldPos, nMode )           -> nInt
 *     :setCacheEnabled( lEnable )                         -> NIL
 *     :setFont( oQFont )                                  -> NIL
 *     :setPosition( oQPointF )                            -> NIL
 *     :setPreeditArea( nPosition, cText )                 -> NIL
 *     :setText( cString )                                 -> NIL
 *     :setTextOption( oQTextOption )                      -> NIL
 *     :text()                                             -> cQString
 *     :textOption()                                       -> oQTextOption
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
