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