/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QMdiArea()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qmdiarea.html
 *  $ONELINER$
 *     Creates a new QMdiArea object.
 *  $INHERITS$
 *     QAbstractScrollArea
 *  $SYNTAX$
 *     QMdiArea():new( ... )
 *     QMdiArea():from( pPtr_OR_oObj_of_type_QMdiArea )
 *     QMdiArea():configure( pPtr_OR_oObj_of_type_QMdiArea )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QMdiArea
 *  $METHODS$
 *     :activationOrder()                                  -> nWindowOrder
 *     :activeSubWindow()                                  -> pQMdiSubWindow
 *     :addSubWindow( pWidget, nWindowFlags )              -> pQMdiSubWindow
 *     :background()                                       -> pQBrush
 *     :currentSubWindow()                                 -> pQMdiSubWindow
 *     :documentMode()                                     -> lBool
 *     :removeSubWindow( pWidget )                         -> NIL
 *     :setActivationOrder( nOrder )                       -> NIL
 *     :setBackground( pBackground )                       -> NIL
 *     :setDocumentMode( lEnabled )                        -> NIL
 *     :setOption( nOption, lOn )                          -> NIL
 *     :setTabPosition( nPosition )                        -> NIL
 *     :setTabShape( nShape )                              -> NIL
 *     :setViewMode( nMode )                               -> NIL
 *     :subWindowList( nOrder )                            -> pQList<QMdiSubWindow *>
 *     :tabPosition()                                      -> nQTabWidget::TabPosition
 *     :tabShape()                                         -> nQTabWidget::TabShape
 *     :testOption( nOption )                              -> lBool
 *     :viewMode()                                         -> nViewMode
 *     :activateNextSubWindow()                            -> NIL
 *     :activatePreviousSubWindow()                        -> NIL
 *     :cascadeSubWindows()                                -> NIL
 *     :closeActiveSubWindow()                             -> NIL
 *     :closeAllSubWindows()                               -> NIL
 *     :setActiveSubWindow( pWindow )                      -> NIL
 *     :tileSubWindows()                                   -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtgui/TQMdiArea.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QMdiArea.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     QAbstractScrollArea
 *  $END$
 */
