
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QDesignerFormWindowManagerInterface()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qdesignerformwindowmanagerinterface.html
 *  $ONELINER$
 *     Creates a new QDesignerFormWindowManagerInterface object.
 *  $INHERITS$
 *     QObject
 *  $SYNTAX$
 *     QDesignerFormWindowManagerInterface( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QDesignerFormWindowManagerInterface
 *  $METHODS$
 *     :actionAdjustSize()                                 -> oQAction
 *     :actionBreakLayout()                                -> oQAction
 *     :actionCopy()                                       -> oQAction
 *     :actionCut()                                        -> oQAction
 *     :actionDelete()                                     -> oQAction
 *     :actionFormLayout()                                 -> oQAction
 *     :actionGridLayout()                                 -> oQAction
 *     :actionHorizontalLayout()                           -> oQAction
 *     :actionLower()                                      -> oQAction
 *     :actionPaste()                                      -> oQAction
 *     :actionRaise()                                      -> oQAction
 *     :actionRedo()                                       -> oQAction
 *     :actionSelectAll()                                  -> oQAction
 *     :actionSimplifyLayout()                             -> oQAction
 *     :actionSplitHorizontal()                            -> oQAction
 *     :actionSplitVertical()                              -> oQAction
 *     :actionUndo()                                       -> oQAction
 *     :actionVerticalLayout()                             -> oQAction
 *     :activeFormWindow()                                 -> oQDesignerFormWindowInterface
 *     :core()                                             -> oQDesignerFormEditorInterface
 *     :createFormWindow( oQWidget, nFlags )               -> oQDesignerFormWindowInterface
 *     :formWindow( nIndex )                               -> oQDesignerFormWindowInterface
 *     :formWindowCount()                                  -> nInt
 *     :addFormWindow( oQDesignerFormWindowInterface )     -> NIL
 *     :removeFormWindow( oQDesignerFormWindowInterface )  -> NIL
 *     :setActiveFormWindow( oQDesignerFormWindowInterface )  -> 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: hbqtdesigner
 *  $END$
 */
