
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextStream()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextstream.html
 *  $ONELINER$
 *     Creates a new QTextStream object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QTextStream( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextStream
 *  $METHODS$
 *     :padChar()                                          -> oQChar
 *     :atEnd()                                            -> lBool
 *     :autoDetectUnicode()                                -> lBool
 *     :codec()                                            -> oQTextCodec
 *     :device()                                           -> oQIODevice
 *     :fieldAlignment()                                   -> nFieldAlignment
 *     :fieldWidth()                                       -> nInt
 *     :flush()                                            -> NIL
 *     :generateByteOrderMark()                            -> lBool
 *     :integerBase()                                      -> nInt
 *     :locale()                                           -> oQLocale
 *     :numberFlags()                                      -> nNumberFlags
 *     :pos()                                              -> nQint64
 *     :read( nMaxlen )                                    -> cQString
 *     :readAll()                                          -> cQString
 *     :readLine( nMaxlen )                                -> cQString
 *     :realNumberNotation()                               -> nRealNumberNotation
 *     :realNumberPrecision()                              -> nInt
 *     :reset()                                            -> NIL
 *     :resetStatus()                                      -> NIL
 *     :seek( nPos )                                       -> lBool
 *     :setAutoDetectUnicode( lEnabled )                   -> NIL
 *     :setCodec( oQTextCodec )                            -> NIL
 *     :( cCodecName )                                     -> NIL
 *     :setDevice( oQIODevice )                            -> NIL
 *     :setFieldAlignment( nMode )                         -> NIL
 *     :setFieldWidth( nWidth )                            -> NIL
 *     :setGenerateByteOrderMark( lGenerate )              -> NIL
 *     :setIntegerBase( nBase )                            -> NIL
 *     :setLocale( oQLocale )                              -> NIL
 *     :setNumberFlags( nFlags )                           -> NIL
 *     :setPadChar( oQChar )                               -> NIL
 *     :setRealNumberNotation( nNotation )                 -> NIL
 *     :setRealNumberPrecision( nPrecision )               -> NIL
 *     :setStatus( nStatus )                               -> NIL
 *     :skipWhiteSpace()                                   -> NIL
 *     :status()                                           -> nStatus
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtcore
 *  $END$
 */
