
/*  $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( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QImageReader
 *  $METHODS$
 *     :autoDetectImageFormat()                            -> lBool
 *     :backgroundColor()                                  -> oQColor
 *     :canRead()                                          -> lBool
 *     :clipRect()                                         -> oQRect
 *     :currentImageNumber()                               -> nInt
 *     :currentImageRect()                                 -> oQRect
 *     :device()                                           -> oQIODevice
 *     :error()                                            -> nImageReaderError
 *     :errorString()                                      -> cQString
 *     :fileName()                                         -> cQString
 *     :format()                                           -> oQByteArray
 *     :imageCount()                                       -> nInt
 *     :imageFormat()                                      -> nQImage_Format
 *     :jumpToImage( nImageNumber )                        -> lBool
 *     :jumpToNextImage()                                  -> lBool
 *     :loopCount()                                        -> nInt
 *     :nextImageDelay()                                   -> nInt
 *     :quality()                                          -> nInt
 *     :read()                                             -> oQImage
 *     :( oQImage )                                        -> lBool
 *     :scaledClipRect()                                   -> oQRect
 *     :scaledSize()                                       -> oQSize
 *     :setAutoDetectImageFormat( lEnabled )               -> NIL
 *     :setBackgroundColor( oQColor )                      -> NIL
 *     :setClipRect( oQRect )                              -> NIL
 *     :setDevice( oQIODevice )                            -> NIL
 *     :setFileName( cFileName )                           -> NIL
 *     :setFormat( oQByteArray )                           -> NIL
 *     :setQuality( nQuality )                             -> NIL
 *     :setScaledClipRect( oQRect )                        -> NIL
 *     :setScaledSize( oQSize )                            -> NIL
 *     :size()                                             -> oQSize
 *     :supportsAnimation()                                -> lBool
 *     :supportsOption( nOption )                          -> lBool
 *     :text( cKey )                                       -> cQString
 *     :textKeys()                                         -> oQStringList
 *     :( cFileName )                                      -> oQByteArray
 *     :( oQIODevice )                                     -> oQByteArray
 *     :supportedImageFormats()                            -> oQList_QByteArray>
 * 
 *  $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$
 */
