
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QGraphicsWidget()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qgraphicswidget.html
 *  $ONELINER$
 *     Creates a new QGraphicsWidget object.
 *  $INHERITS$
 *     QObject, QGraphicsItem, QGraphicsLayoutItem
 *  $SYNTAX$
 *     QGraphicsWidget( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QGraphicsWidget
 *  $METHODS$
 *     :actions()                                          -> oQList_QAction
 *     :addAction( oQAction )                              -> NIL
 *     :adjustSize()                                       -> NIL
 *     :focusPolicy()                                      -> nQt_FocusPolicy
 *     :focusWidget()                                      -> oQGraphicsWidget
 *     :font()                                             -> oQFont
 *     :getContentsMargins( @nLeft, @nTop, @nRight, @nBottom )  -> NIL
 *     :getWindowFrameMargins( @nLeft, @nTop, @nRight, @nBottom )  -> NIL
 *     :grabShortcut( oQKeySequence, nContext )            -> nInt
 *     :insertAction( oQAction, oQAction )                 -> NIL
 *     :isActiveWindow()                                   -> lBool
 *     :layout()                                           -> oQGraphicsLayout
 *     :layoutDirection()                                  -> nQt_LayoutDirection
 *     :palette()                                          -> oQPalette
 *     :rect()                                             -> oQRectF
 *     :releaseShortcut( nId )                             -> NIL
 *     :removeAction( oQAction )                           -> NIL
 *     :resize( oQSizeF )                                  -> NIL
 *     :( nW, nH )                                         -> NIL
 *     :setAttribute( nAttribute, lOn )                    -> NIL
 *     :setContentsMargins( nLeft, nTop, nRight, nBottom )  -> NIL
 *     :setFocusPolicy( nPolicy )                          -> NIL
 *     :setFont( oQFont )                                  -> NIL
 *     :setGeometry( oQRectF )                             -> NIL
 *     :( nX, nY, nW, nH )                                 -> NIL
 *     :setLayout( oQGraphicsLayout )                      -> NIL
 *     :setLayoutDirection( nDirection )                   -> NIL
 *     :setPalette( oQPalette )                            -> NIL
 *     :setShortcutAutoRepeat( nId, lEnabled )             -> NIL
 *     :setShortcutEnabled( nId, lEnabled )                -> NIL
 *     :setStyle( oQStyle )                                -> NIL
 *     :setWindowFlags( nWFlags )                          -> NIL
 *     :setWindowFrameMargins( nLeft, nTop, nRight, nBottom )  -> NIL
 *     :setWindowTitle( cTitle )                           -> NIL
 *     :size()                                             -> oQSizeF
 *     :style()                                            -> oQStyle
 *     :testAttribute( nAttribute )                        -> lBool
 *     :unsetLayoutDirection()                             -> NIL
 *     :unsetWindowFrameMargins()                          -> NIL
 *     :windowFlags()                                      -> nQt_WindowFlags
 *     :windowFrameGeometry()                              -> oQRectF
 *     :windowFrameRect()                                  -> oQRectF
 *     :windowTitle()                                      -> cQString
 *     :windowType()                                       -> nQt_WindowType
 *     :setTabOrder( oQGraphicsWidget, oQGraphicsWidget )  -> NIL
 *     :close()                                            -> lBool
 * 
 *  $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$
 */
