/*
 *  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$
        QImageReader()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qimagereader.html
    $ONELINER$
        Creates a new QImageReader object.
    $INHERITS$

    $SYNTAX$
        QImageReader():new( ... )
        QImageReader():from( pPtr_OR_oObj_of_type_QImageReader )
        QImageReader():configure( pPtr_OR_oObj_of_type_QImageReader )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QImageReader
    $METHODS$
        :autoDetectImageFormat()                            -> lBool
        :backgroundColor()                                  -> pQColor
        :canRead()                                          -> lBool
        :clipRect()                                         -> pQRect
        :currentImageNumber()                               -> nInt
        :currentImageRect()                                 -> pQRect
        :device()                                           -> pQIODevice
        :error()                                            -> nImageReaderError
        :errorString()                                      -> cQString
        :fileName()                                         -> cQString
        :format()                                           -> pQByteArray
        :imageCount()                                       -> nInt
        :imageFormat()                                      -> nQImage::Format
        :jumpToImage( nImageNumber )                        -> lBool
        :jumpToNextImage()                                  -> lBool
        :loopCount()                                        -> nInt
        :nextImageDelay()                                   -> nInt
        :quality()                                          -> nInt
        :read()                                             -> pQImage
        :read_1( pImage )                                   -> lBool
        :scaledClipRect()                                   -> pQRect
        :scaledSize()                                       -> pQSize
        :setAutoDetectImageFormat( lEnabled )               -> NIL
        :setBackgroundColor( pColor )                       -> NIL
        :setClipRect( pRect )                               -> NIL
        :setDevice( pDevice )                               -> NIL
        :setFileName( cFileName )                           -> NIL
        :setFormat( pFormat )                               -> NIL
        :setQuality( nQuality )                             -> NIL
        :setScaledClipRect( pRect )                         -> NIL
        :setScaledSize( pSize )                             -> NIL
        :size()                                             -> pQSize
        :supportsAnimation()                                -> lBool
        :supportsOption( nOption )                          -> lBool
        :text( cKey )                                       -> cQString
        :textKeys()                                         -> pQStringList
        :imageFormat_1( cFileName )                         -> pQByteArray
        :imageFormat_2( pDevice )                           -> pQByteArray

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtgui/TQImageReader.prg
        C++ Wrappers : contrib/hbqt/qtgui/QImageReader.cpp
        Library      : hbqtgui
    $SEEALSO$

    $END$
 */
