src
paraview-5.12
Qt
ApplicationComponents
pqFindDataWidget.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 pqFindDataWidget_h
5
#define pqFindDataWidget_h
6
7
#include "pqApplicationComponentsModule.h"
// for exports
8
#include <QScopedPointer>
// for QScopedPointer
9
#include <QWidget>
10
26
class
pqServer
;
27
class
pqPipelineSource
;
28
class
pqOutputPort
;
29
30
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqFindDataWidget
:
public
QWidget
31
{
32
Q_OBJECT
33
typedef
QWidget Superclass;
34
35
public
:
36
pqFindDataWidget
(QWidget* parent =
nullptr
);
37
~
pqFindDataWidget
()
override
;
38
39
pqServer
* server()
const
;
40
41
public
Q_SLOTS:
// NOLINT(readability-redundant-access-specifiers)
45
void
setServer(
pqServer
* server);
46
47
private
Q_SLOTS:
51
void
aboutToRemove(
pqPipelineSource
*);
52
53
private
:
// NOLINT(readability-redundant-access-specifiers)
54
Q_DISABLE_COPY(
pqFindDataWidget
);
55
56
class
pqInternals;
57
QScopedPointer<pqInternals> Internals;
58
59
void
handleSelectionChanged(
pqOutputPort
*);
60
};
61
62
#endif
pqServer
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition:
pqServer.h:35
pqPipelineSource
PQ representation for a vtkSMProxy that can be involved in a pipeline.
Definition:
pqPipelineSource.h:32
pqOutputPort
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item.
Definition:
pqOutputPort.h:29
pqFindDataWidget
Widget to find data using selection queries.
Definition:
pqFindDataWidget.h:30
Generated by
1.8.17 on Wed Mar 27 2024