src
paraview-5.12
Qt
ApplicationComponents
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
7
#include "pqApplicationComponentsModule.h"
8
#include <QObject>
9
10
class
pqView
;
11
18
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqSpreadSheetVisibilityBehavior
:
public
QObject
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
pqView
This is a PQ abstraction of a generic view module.
Definition:
pqView.h:26
pqSpreadSheetVisibilityBehavior
Definition:
pqSpreadSheetVisibilityBehavior.h:18
Generated by
1.8.17 on Wed Mar 27 2024