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 {
13 }
14 
15 class pqServer;
16 class QTreeWidget;
17 class pqPipelineSource;
18 
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)
44 };
45 
46 #endif // !pqSetBreakpointDialog_h
#define PQCOMPONENTS_EXPORT
PQ representation for a vtkSMProxy that can be involved in a pipeline.
Sets a breakpoint for a remote simulation.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition: pqServer.h:35