pqNonOrthogonalAutoStartImplementation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 // Generated file. Do not edit.
5 
6 
7 #ifndef pqNonOrthogonalAutoStartImplementation_h
8 #define pqNonOrthogonalAutoStartImplementation_h
9 
10 #include "pqAutoStartInterface.h"
11 #include <QObject>
12 
13 class pqNonOrthogonalAutoStart;
14 
16 {
17  Q_OBJECT
18  Q_INTERFACES(pqAutoStartInterface)
19 public:
20  pqNonOrthogonalAutoStartImplementation(QObject* p=nullptr);
22 
25  void startup() override;
26 
28  void shutdown() override;
29 protected:
30  pqNonOrthogonalAutoStart *UserImplementation;
31 };
32 
33 #endif
Abstract interface for "auto-start" plugins.
void shutdown() override
Called once before the program shuts down.
pqNonOrthogonalAutoStartImplementation(QObject *p=nullptr)
void startup() override
Called once after the ParaView starts.