pqManageCustomFiltersReaction.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 pqManageCustomFiltersReaction_h
5 #define pqManageCustomFiltersReaction_h
6 
7 #include "pqMasterOnlyReaction.h"
8 
10 
18 {
19  Q_OBJECT
21 
22 public:
23  pqManageCustomFiltersReaction(QAction* parentObject);
24 
28  void manageCustomFilters();
29 
30 protected:
31  void onTriggered() override { this->manageCustomFilters(); }
32 
33 private:
34  Q_DISABLE_COPY(pqManageCustomFiltersReaction)
36 };
37 
38 #endif
void onTriggered() override
Called when the action is triggered.
#define PQAPPLICATIONCOMPONENTS_EXPORT
The pqCustomFilterManagerModel class stores the list of registered pipeline custom filter definitions...
This is a superclass just to make it easier to collect all such reactions.
Reaction for showing the custom-filter manager dialog.