src
paraview-5.12
Qt
ApplicationComponents
pqDataQueryReaction.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 pqDataQueryReaction_h
5
#define pqDataQueryReaction_h
6
7
#include "
pqReaction.h
"
8
17
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqDataQueryReaction
:
public
pqReaction
18
{
19
Q_OBJECT
20
typedef
pqReaction
Superclass
;
21
22
public
:
26
pqDataQueryReaction
(QAction* parent);
27
~
pqDataQueryReaction
()
override
;
28
32
void
showQueryPanel();
33
34
protected
:
38
void
onTriggered
()
override
{
pqDataQueryReaction::showQueryPanel
(); }
39
40
private
:
41
Q_DISABLE_COPY(
pqDataQueryReaction
)
42
};
43
44
#endif
pqReaction.h
pqDataQueryReaction
reaction to bring up "find data" panel.
Definition:
pqDataQueryReaction.h:17
pqDataQueryReaction::showQueryPanel
void showQueryPanel()
Show the query panel for querying the data from the active source.
pqDataQueryReaction::onTriggered
void onTriggered() override
Called when the action is triggered.
Definition:
pqDataQueryReaction.h:38
pqReaction
Definition:
pqReaction.h:25
Generated by
1.8.17 on Wed Mar 27 2024