OGS
FemConditionView.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <QTreeView>
7
9
10// class vtkUnstructuredGridAlgorithm;
11
15class FemConditionView final : public QTreeView
16{
17 Q_OBJECT
18
19public:
21 explicit FemConditionView(QWidget* parent = nullptr);
22
23public slots:
24 void updateView();
25
26protected slots:
28 void selectionChanged(const QItemSelection& selected,
29 const QItemSelection& deselected) override;
30
31signals:
32};
FemConditionView(QWidget *parent=nullptr)
Constructor.
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) override
Is called when the selection of this view changes.