Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
qMRMLPlotSeriesPropertiesWidget.h
Go to the documentation of this file.
1/*==============================================================================
2
3 Copyright (c) Kapteyn Astronomical Institute
4 University of Groningen, Groningen, Netherlands. All Rights Reserved.
5
6 See COPYRIGHT.txt
7 or http://www.slicer.org/copyright/copyright.txt for details.
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14
15 This file was originally developed by Davide Punzo, Kapteyn Astronomical Institute,
16 and was supported through the European Research Council grant nr. 291531.
17
18==============================================================================*/
19
20#ifndef __qMRMLPlotSeriesPropertiesWidget_h
21#define __qMRMLPlotSeriesPropertiesWidget_h
22
23// Qt includes
24#include <QWidget>
25
26// CTK includes
27#include <ctkPimpl.h>
28
29// qMRMLWidgets includes
30#include <qMRMLWidget.h>
31
32// Plots Widgets includes
33#include "qSlicerPlotsModuleWidgetsExport.h"
34
35class qMRMLPlotSeriesPropertiesWidgetPrivate;
36class vtkMRMLNode;
38
39class vtkMRMLPlotViewLogic;
40
41class Q_SLICER_MODULE_PLOTS_WIDGETS_EXPORT qMRMLPlotSeriesPropertiesWidget : public qMRMLWidget
42{
43 Q_OBJECT
44public:
47
49 explicit qMRMLPlotSeriesPropertiesWidget(QWidget* parent = nullptr);
51
54
55public slots:
56
59
62
63protected:
64 QScopedPointer<qMRMLPlotSeriesPropertiesWidgetPrivate> d_ptr;
65
66private:
67 Q_DECLARE_PRIVATE(qMRMLPlotSeriesPropertiesWidget);
68 Q_DISABLE_COPY(qMRMLPlotSeriesPropertiesWidget);
69};
70
71#endif
void setMRMLPlotSeriesNode(vtkMRMLPlotSeriesNode *plotSeriesNode)
Select plot series node to edit.
vtkMRMLPlotSeriesNode * mrmlPlotSeriesNode() const
Get PlotViewNode.
QScopedPointer< qMRMLPlotSeriesPropertiesWidgetPrivate > d_ptr
void setMRMLPlotSeriesNode(vtkMRMLNode *node)
Select plot series node to edit.
qMRMLPlotSeriesPropertiesWidget(QWidget *parent=nullptr)
Constructors.
qMRMLWidget(QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags())
Abstract Superclass for all specific types of MRML nodes.
MRML node to represent a vtkPlot object.