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 
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:
39 
40 private:
41  Q_DISABLE_COPY(pqDataQueryReaction)
42 };
43 
44 #endif
void showQueryPanel()
Show the query panel for querying the data from the active source.
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a superclass just to make it easier to collect all such reactions.
Definition: pqReaction.h:25
reaction to bring up "find data" panel.
void onTriggered() override
Called when the action is triggered.