
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextInlineObject()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextinlineobject.html
 *  $ONELINER$
 *     Creates a new QTextInlineObject object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QTextInlineObject( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextInlineObject
 *  $METHODS$
 *     :ascent()                                           -> nQreal
 *     :descent()                                          -> nQreal
 *     :format()                                           -> oQTextFormat
 *     :formatIndex()                                      -> nInt
 *     :height()                                           -> nQreal
 *     :isValid()                                          -> lBool
 *     :rect()                                             -> oQRectF
 *     :setAscent( nA )                                    -> NIL
 *     :setDescent( nD )                                   -> NIL
 *     :setWidth( nW )                                     -> NIL
 *     :textDirection()                                    -> nQt_LayoutDirection
 *     :textPosition()                                     -> nInt
 *     :width()                                            -> nQreal
 * 
 *  $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$
 */
