pqSpreadSheetVisibilityBehavior.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 pqSpreadSheetVisibilityBehavior_h
5 #define pqSpreadSheetVisibilityBehavior_h
6 
8 #include <QObject>
9 
10 class pqView;
11 
19 {
20  Q_OBJECT
21  typedef QObject Superclass;
22 
23 public:
24  pqSpreadSheetVisibilityBehavior(QObject* parent = nullptr);
25 
26 protected Q_SLOTS:
27  void showActiveSource(pqView*);
28 
29 private:
30  Q_DISABLE_COPY(pqSpreadSheetVisibilityBehavior)
31 };
32 
33 #endif
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a PQ abstraction of a generic view module.
Definition: pqView.h:26
Whenever spreadsheet view is created, ParaView wants to ensure that the active source is automaticall...