/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
 *  Please do not modify this document as it is subject to change in future.
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 */

/*  $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():new( ... )
        QTextStream():from( pPtr_OR_oObj_of_type_QTextStream )
        QTextStream():configure( pPtr_OR_oObj_of_type_QTextStream )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QTextStream
    $METHODS$
        :padChar()                                          -> pQChar
        :atEnd()                                            -> lBool
        :autoDetectUnicode()                                -> lBool
        :codec()                                            -> pQTextCodec
        :device()                                           -> pQIODevice
        :fieldAlignment()                                   -> nFieldAlignment
        :fieldWidth()                                       -> nInt
        :flush()                                            -> NIL
        :generateByteOrderMark()                            -> lBool
        :integerBase()                                      -> nInt
        :locale()                                           -> pQLocale
        :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( pCodec )                                 -> NIL
        :setCodec_1( pCodecName )                           -> NIL
        :setDevice( pDevice )                               -> NIL
        :setFieldAlignment( nMode )                         -> NIL
        :setFieldWidth( nWidth )                            -> NIL
        :setGenerateByteOrderMark( lGenerate )              -> NIL
        :setIntegerBase( nBase )                            -> NIL
        :setLocale( pLocale )                               -> NIL
        :setNumberFlags( nFlags )                           -> NIL
        :setPadChar( pCh )                                  -> 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, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtcore/TQTextStream.prg
        C++ Wrappers : contrib/hbqt/qtcore/QTextStream.cpp
        Library      : hbqtcore
    $SEEALSO$

    $END$
 */
