src
paraview-5.12
Qt
ApplicationComponents
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
9
class
pqCustomFilterManagerModel
;
10
17
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqManageCustomFiltersReaction
:
public
pqMasterOnlyReaction
18
{
19
Q_OBJECT
20
typedef
pqMasterOnlyReaction
Superclass
;
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
)
35
pqCustomFilterManagerModel
* Model;
36
};
37
38
#endif
pqMasterOnlyReaction
Definition:
pqMasterOnlyReaction.h:24
pqManageCustomFiltersReaction::onTriggered
void onTriggered() override
Called when the action is triggered.
Definition:
pqManageCustomFiltersReaction.h:31
pqCustomFilterManagerModel
The pqCustomFilterManagerModel class stores the list of registered pipeline custom filter definitions...
Definition:
pqCustomFilterManagerModel.h:30
pqManageCustomFiltersReaction
Definition:
pqManageCustomFiltersReaction.h:17
pqMasterOnlyReaction.h
Generated by
1.8.17 on Wed Mar 27 2024