OGS
VtkAddFilterDialog.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// ** INCLUDES **
7#include "ui_VtkAddFilterDialogBase.h"
8
10class QModelIndex;
11class QRadioButton;
12
17class VtkAddFilterDialog : public QDialog, public Ui_VtkAddFilterDialogBase
18{
19 Q_OBJECT
20
21public:
23 QModelIndex parentIndex,
24 QDialog* parent = nullptr);
25
26public slots:
28
29protected slots:
30 void on_filterListWidget_currentRowChanged(int currentRow);
31
32private:
34 QModelIndex _parentIndex;
35};
VtkAddFilterDialog(VtkVisPipeline &pipeline, QModelIndex parentIndex, QDialog *parent=nullptr)
VtkVisPipeline & _pipeline
void on_filterListWidget_currentRowChanged(int currentRow)
VtkVisPipeline manages the VTK visualization. It is a TreeModel and provides functions for adding and...