Qt
Components
pqSetBreakpointDialog.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 pqSetBreakpointDialog_h
5
#define pqSetBreakpointDialog_h
6
7
#include "
pqComponentsModule.h
"
8
#include <QDialog>
9
10
namespace
Ui
11
{
12
class
pqSetBreakpointDialog
;
13
}
14
15
class
pqServer
;
16
class
QTreeWidget;
17
class
pqPipelineSource
;
18
26
class
PQCOMPONENTS_EXPORT
pqSetBreakpointDialog
:
public
QDialog
27
{
28
Q_OBJECT
29
30
public
:
31
pqSetBreakpointDialog
(QWidget* Parent);
32
~
pqSetBreakpointDialog
()
override
;
33
34
Q_SIGNALS:
35
void
breakpointHit();
36
37
protected
Q_SLOTS:
38
void
onAccepted();
39
void
onTimeUpdated();
40
41
private
:
42
Q_DISABLE_COPY(
pqSetBreakpointDialog
)
43
Ui::pqSetBreakpointDialog
*
const
Ui
;
44
};
45
46
#endif // !pqSetBreakpointDialog_h
pqComponentsModule.h
PQCOMPONENTS_EXPORT
#define PQCOMPONENTS_EXPORT
Definition:
pqComponentsModule.h:15
Ui
Definition:
ui_ParaViewMainWindow.h:401
Ui::pqSetBreakpointDialog
Definition:
ui_pqSetBreakpointDialog.h:107
pqPipelineSource
PQ representation for a vtkSMProxy that can be involved in a pipeline.
Definition:
pqPipelineSource.h:32
pqSetBreakpointDialog
Sets a breakpoint for a remote simulation.
Definition:
pqSetBreakpointDialog.h:26
pqServer
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition:
pqServer.h:35
Generated by
1.8.13 on Sun Jan 12 2025