pqSaveExtractsReaction.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 #ifndef pqSaveExtractsReaction_h
5 #define pqSaveExtractsReaction_h
6 
8 #include "pqReaction.h"
9 
22 {
23  Q_OBJECT
24  typedef pqReaction Superclass;
25 
26 public:
27  pqSaveExtractsReaction(QAction* parent);
28  ~pqSaveExtractsReaction() override;
29 
33  static bool generateExtracts();
34 
35 protected Q_SLOTS:
40 
41 private:
42  Q_DISABLE_COPY(pqSaveExtractsReaction)
43 };
44 
45 #endif
reaction to save extracts.
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a superclass just to make it easier to collect all such reactions.
Definition: pqReaction.h:25
static bool generateExtracts()
Generates exports.
void onTriggered() override
Called when the action is triggered.