pqSaveStateAndScreenshotActionsImplementation.h
Go to the documentation of this file.
1 // Generated file. Do not edit.
2 
3 /*=========================================================================
4 
5  Program: ParaView
6  Module: pqSaveStateAndScreenshotActionsImplementation.h
7 
8  Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc.
9  All rights reserved.
10 
11  ParaView is a free software; you can redistribute it and/or modify it
12  under the terms of the ParaView license version 1.2.
13 
14  See License_v1.2.txt for the full ParaView license.
15  A copy of this license can be obtained by contacting
16  Kitware Inc.
17  28 Corporate Drive
18  Clifton Park, NY 12065
19  USA
20 
21 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR
25 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
28 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 
33 =========================================================================*/
34 
35 #ifndef pqSaveStateAndScreenshotActionsImplementation_h
36 #define pqSaveStateAndScreenshotActionsImplementation_h
37 
38 #include "pqToolBarInterface.h"
39 #include <QObject>
40 
44 {
45  Q_OBJECT
46  Q_INTERFACES(pqToolBarInterface)
47 public:
50  QToolBar* toolBar(QWidget* parent) override;
51 private:
53 };
54 
55 #endif
QToolBar * toolBar(QWidget *parent) override
Interface class for plugins that add a QToolBar to the main window.
interface class for plugins that create QActionGroups for adding actions to menus and toolbars ...