pqStreamLinesAnimationManagerImplementation.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 pqStreamLinesAnimationManagerImplementation_h
8 #define pqStreamLinesAnimationManagerImplementation_h
9 
10 #include "pqAutoStartInterface.h"
11 #include <QObject>
12 
13 class pqStreamLinesAnimationManager;
14 
16 {
17  Q_OBJECT
18  Q_INTERFACES(pqAutoStartInterface)
19 public:
22 
25  void startup() override;
26 
28  void shutdown() override;
29 protected:
30  pqStreamLinesAnimationManager *UserImplementation;
31 };
32 
33 #endif
Abstract interface for "auto-start" plugins.
void shutdown() override
Called once before the program shuts down.
void startup() override
Called once after the ParaView starts.
pqStreamLinesAnimationManagerImplementation(QObject *p=nullptr)