Qt
Core
pqLinkViewWidget.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 pqLinkViewWidget_h
5
#define pqLinkViewWidget_h
6
7
#include <QWidget>
8
#include <
pqCoreModule.h
>
9
10
class
pqRenderView
;
11
class
QCheckBox;
12
class
QLineEdit;
13
17
class
PQCORE_EXPORT
pqLinkViewWidget
:
public
QWidget
18
{
19
Q_OBJECT
20
public
:
24
pqLinkViewWidget
(
pqRenderView
* firstLink);
28
~
pqLinkViewWidget
()
override
;
29
30
protected
:
34
bool
eventFilter(QObject* watched, QEvent* e)
override
;
38
bool
event(QEvent* e)
override
;
39
40
private
:
41
pqRenderView
* RenderView =
nullptr
;
42
QLineEdit* LineEdit =
nullptr
;
43
QCheckBox* InteractiveViewLinkCheckBox =
nullptr
;
44
QCheckBox* CameraWidgetViewLinkCheckBox =
nullptr
;
45
};
46
47
#endif
pqCoreModule.h
pqLinkViewWidget
a popup window that helps the user select another view to link with
Definition:
pqLinkViewWidget.h:17
PQCORE_EXPORT
#define PQCORE_EXPORT
Definition:
pqCoreModule.h:15
pqRenderView
Definition:
pqRenderView.h:18
Generated by
1.8.13 on Tue Oct 1 2024