Loading [MathJax]/extensions/tex2jax.js
OGS
FemConditionView.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include <QTreeView>
13 
15 
16 // class vtkUnstructuredGridAlgorithm;
17 
21 class FemConditionView final : public QTreeView
22 {
23  Q_OBJECT
24 
25 public:
27  explicit FemConditionView(QWidget* parent = nullptr);
28 
29 public slots:
30  void updateView();
31 
32 protected slots:
34  void selectionChanged(const QItemSelection& selected,
35  const QItemSelection& deselected) override;
36 
37 signals:
38 };
FemConditionView(QWidget *parent=nullptr)
Constructor.
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) override
Is called when the selection of this view changes.