
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QBrush()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qbrush.html
 *  $ONELINER$
 *     Creates a new QBrush object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QBrush( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QBrush
 *  $METHODS$
 *     :color()                                            -> oQColor
 *     :gradient()                                         -> oQGradient
 *     :isOpaque()                                         -> lBool
 *     :matrix()                                           -> oQMatrix
 *     :setColor( oQColor )                                -> NIL
 *     :( nColor )                                         -> NIL
 *     :setMatrix( oQMatrix )                              -> NIL
 *     :setStyle( nStyle )                                 -> NIL
 *     :setTexture( oQPixmap )                             -> NIL
 *     :setTextureImage( oQImage )                         -> NIL
 *     :setTransform( oQTransform )                        -> NIL
 *     :style()                                            -> nQt_BrushStyle
 *     :texture()                                          -> oQPixmap
 *     :textureImage()                                     -> oQImage
 *     :transform()                                        -> oQTransform
 * 
 *  $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$
 */
