tools/designer/src/lib/shared/qdesigner_formwindowmanager.cpp
changeset 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 /****************************************************************************
       
     2 **
       
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 ** All rights reserved.
       
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
       
     6 **
       
     7 ** This file is part of the Qt Designer of the Qt Toolkit.
       
     8 **
       
     9 ** $QT_BEGIN_LICENSE:LGPL$
       
    10 ** No Commercial Usage
       
    11 ** This file contains pre-release code and may not be distributed.
       
    12 ** You may use this file in accordance with the terms and conditions
       
    13 ** contained in the Technology Preview License Agreement accompanying
       
    14 ** this package.
       
    15 **
       
    16 ** GNU Lesser General Public License Usage
       
    17 ** Alternatively, this file may be used under the terms of the GNU Lesser
       
    18 ** General Public License version 2.1 as published by the Free Software
       
    19 ** Foundation and appearing in the file LICENSE.LGPL included in the
       
    20 ** packaging of this file.  Please review the following information to
       
    21 ** ensure the GNU Lesser General Public License version 2.1 requirements
       
    22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    23 **
       
    24 ** In addition, as a special exception, Nokia gives you certain additional
       
    25 ** rights.  These rights are described in the Nokia Qt LGPL Exception
       
    26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    27 **
       
    28 ** If you have questions regarding the use of this file, please contact
       
    29 ** Nokia at qt-info@nokia.com.
       
    30 **
       
    31 **
       
    32 **
       
    33 **
       
    34 **
       
    35 **
       
    36 **
       
    37 **
       
    38 ** $QT_END_LICENSE$
       
    39 **
       
    40 ****************************************************************************/
       
    41 
       
    42 #include "qdesigner_formwindowmanager_p.h"
       
    43 #include "plugindialog_p.h"
       
    44 
       
    45 #include <QtDesigner/QDesignerFormEditorInterface>
       
    46 
       
    47 QT_BEGIN_NAMESPACE
       
    48 
       
    49 using namespace qdesigner_internal;
       
    50 
       
    51 /*!
       
    52     \class QDesignerFormWindowManager
       
    53 
       
    54     Extends QDesignerFormWindowManagerInterface with methods to control
       
    55     the preview and printing of forms. It provides a facade that simplifies
       
    56     the complexity of the more general PreviewConfiguration & PreviewManager
       
    57     interfaces.
       
    58 
       
    59     \since 4.5
       
    60   */
       
    61 
       
    62 
       
    63 QDesignerFormWindowManager::QDesignerFormWindowManager(QObject *parent)
       
    64     : QDesignerFormWindowManagerInterface(parent), m_unused(0)
       
    65 {
       
    66 }
       
    67 
       
    68 QDesignerFormWindowManager::~QDesignerFormWindowManager()
       
    69 {
       
    70 }
       
    71 
       
    72 /*!
       
    73     Allows you to intervene and control \QD's form "Preview" action. The
       
    74     function returns the original action.
       
    75 
       
    76     \since 4.5
       
    77   */
       
    78 QAction *QDesignerFormWindowManager::actionDefaultPreview() const
       
    79 {
       
    80     return 0;
       
    81 }
       
    82 
       
    83 /*!
       
    84     Allows you to intervene and control \QD's form "Preview in" style action. The
       
    85     function returns the original list of actions.
       
    86 
       
    87     The method calls PreviewManager::createStyleActionGroup() internally.
       
    88 
       
    89     \since 4.5
       
    90   */
       
    91 QActionGroup *QDesignerFormWindowManager::actionGroupPreviewInStyle() const
       
    92 {
       
    93     return 0;
       
    94 }
       
    95 
       
    96 /*!
       
    97     \fn QPixmap QDesignerFormWindowManager::createPreviewPixmap(QString *errorMessage)
       
    98 
       
    99     Creates a pixmap representing the preview of the currently active form.
       
   100 
       
   101     The method calls PreviewManager::createPreviewPixmap() internally.
       
   102 
       
   103     \since 4.5
       
   104   */
       
   105 
       
   106 
       
   107 /*!
       
   108     \fn QPixmap QDesignerFormWindowManager::closeAllPreviews()
       
   109 
       
   110     Closes all preview windows generated by actionDefaultPreview, actionGroupPreviewInStyle
       
   111     and the corresponding methods in PreviewManager.
       
   112 
       
   113     \since 4.5
       
   114   */
       
   115 
       
   116 /*!
       
   117     \fn PreviewManager *QDesignerFormWindowManager::previewManager()
       
   118 
       
   119     Accesses the previewmanager implementation.
       
   120 
       
   121     \since 4.5
       
   122     \internal
       
   123   */
       
   124 
       
   125 /*!
       
   126     \fn QAction *QDesignerFormWindowManager::actionShowFormWindowSettingsDialog() const;
       
   127 
       
   128     Allows you to intervene and control \QD's form "Form Settings" action. The
       
   129     function returns the original action.
       
   130 
       
   131     \since 4.5
       
   132     \internal
       
   133   */
       
   134 
       
   135 QAction *QDesignerFormWindowManager::actionShowFormWindowSettingsDialog() const
       
   136 {
       
   137     return 0;
       
   138 }
       
   139 
       
   140 /*!
       
   141     \fn void QDesignerFormWindowManager::aboutPlugins()
       
   142 
       
   143     Pops up an "About plugins" dialog.
       
   144 
       
   145     \since 4.5
       
   146     \internal
       
   147   */
       
   148 
       
   149 void QDesignerFormWindowManager::aboutPlugins()
       
   150 {
       
   151     PluginDialog dlg(core(), core()->topLevel());
       
   152     dlg.exec();
       
   153 }
       
   154 
       
   155 /*!
       
   156     \fn
       
   157     void QDesignerFormWindowManager::formWindowSettingsChanged(QDesignerFormWindowInterface *fw);
       
   158 
       
   159     This signal is emitted when the form settings dialog was shown
       
   160     and changes have been made to the form.
       
   161 
       
   162     \since 4.5
       
   163     \internal
       
   164   */
       
   165 
       
   166 
       
   167 QT_END_NAMESPACE