
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     HBQGraphicsItem()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/hbqgraphicsitem.html
 *  $ONELINER$
 *     Creates a new HBQGraphicsItem object.
 *  $INHERITS$
 *     QGraphicsItem
 *  $SYNTAX$
 *     HBQGraphicsItem( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type HBQGraphicsItem
 *  $METHODS$
 *     :hbSetBlock( xBlock )                               -> NIL
 *     :boundingRect()                                     -> oQRectF
 *     :paint( oQPainter, oQStyleOptionGraphicsItem, oQWidget )  -> NIL
 *     :determineResizeMode( oQPointF )                    -> nInt
 *     :adjustRect( oQRectF )                              -> oQRectF
 *     :prepare( oQPainter )                               -> NIL
 *     :pen()                                              -> oQPen
 *     :setPen( oQPen )                                    -> NIL
 *     :brush()                                            -> oQBrush
 *     :setBrush( oQBrush )                                -> NIL
 *     :backgroundBrush()                                  -> oQBrush
 *     :setBackgroundBrush( oQBrush )                      -> NIL
 *     :font()                                             -> oQFont
 *     :setFont( oQFont )                                  -> NIL
 *     :lineStyle()                                        -> nInt
 *     :setLineStyle( nLineStyle )                         -> NIL
 *     :startAngle()                                       -> nInt
 *     :setStartAngle( nStartAngle )                       -> NIL
 *     :spanAngle()                                        -> nInt
 *     :setSpanAngle( nSpanAngle )                         -> NIL
 *     :width()                                            -> nQreal
 *     :setWidth( nWidth )                                 -> NIL
 *     :height()                                           -> nQreal
 *     :setHeight( nHeight )                               -> NIL
 *     :opacity()                                          -> nInt
 *     :setOpacity( nOpacity )                             -> NIL
 *     :geometry()                                         -> oQRectF
 *     :setGeometry( oQRectF )                             -> NIL
 *     :objectType()                                       -> cQString
 *     :setObjectType( cType )                             -> NIL
 *     :objectName()                                       -> cQString
 *     :setObjectName( cName )                             -> NIL
 *     :text()                                             -> cQString
 *     :setText( cType )                                   -> NIL
 *     :paintType()                                        -> nInt
 *     :setPaintType( nPaintType )                         -> NIL
 *     :frameType()                                        -> nInt
 *     :setFrameType( nFrameType )                         -> NIL
 *     :drawTextType()                                     -> nInt
 *     :setDrawTextType( nDrawTextType )                   -> NIL
 *     :pixmap()                                           -> oQPixmap
 *     :setPixmap( oQPixmap )                              -> NIL
 *     :textColor()                                        -> oQColor
 *     :setTextColor( oQColor )                            -> NIL
 *     :borderWidth()                                      -> nInt
 *     :setBorderWidth( nBWidth )                          -> NIL
 *     :borderColor()                                      -> oQColor
 *     :setBorderColor( oQColor )                          -> NIL
 *     :sizePolicy()                                       -> nInt
 *     :setSizePolicy( nSizePolicy )                       -> NIL
 *     :textFlags()                                        -> nInt
 *     :setTextFlags( nTextFlags )                         -> NIL
 *     :resizeFlags()                                      -> nInt
 *     :setResizeFlags( nResizeFlags )                     -> NIL
 *     :resizeHandle()                                     -> nInt
 *     :setResizeHandle( nResizeHandle )                   -> NIL
 *     :barsIdentation()                                   -> nInt
 *     :setBarsIdentation( nBarsIdentation )               -> NIL
 *     :drawBorder()                                       -> lBool
 *     :setDrawBorder( lDrawBorder )                       -> NIL
 *     :showGrid()                                         -> lBool
 *     :setShowGrid( lShowGrid )                           -> NIL
 *     :showLabels()                                       -> lBool
 *     :setShowLabels( lShowLabels )                       -> NIL
 *     :toColorFactor()                                    -> nQreal
 *     :setToColorFactor( nToColorFactor )                 -> NIL
 *     :setBarValues( oQStringList )                       -> NIL
 *     :setLegendColorRectWidth( nLegendColorRectWidth )   -> NIL
 * 
 *  $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$
 */
