pqNonOrthogonalAutoStartImplementation.h
Go to the documentation of this file.
1 // Generated file. Do not edit.
2 
3 /*=========================================================================
4 
5  Program: ParaView
6  Module: pqNonOrthogonalAutoStartImplementation.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 pqNonOrthogonalAutoStartImplementation_h
36 #define pqNonOrthogonalAutoStartImplementation_h
37 
38 #include "pqAutoStartInterface.h"
39 #include <QObject>
40 
41 class pqNonOrthogonalAutoStart;
42 
44 {
45  Q_OBJECT
46  Q_INTERFACES(pqAutoStartInterface)
47 public:
50 
53  void startup() override;
54 
56  void shutdown() override;
57 protected:
58  pqNonOrthogonalAutoStart *UserImplementation;
59 };
60 
61 #endif
Abstract interface for "auto-start" plugins.
pqNonOrthogonalAutoStartImplementation(QObject *p=0)
void shutdown() override
Called once before the program shuts down.
void startup() override
Called once after the ParaView starts.