Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
qMRMLAnnotationDisplayNodePropertyWidget.h
Go to the documentation of this file.
1 
2 #ifndef __qMRMLAnnotationDisplayNodePropertyWidget_h
3 #define __qMRMLAnnotationDisplayNodePropertyWidget_h
4 
5 // CTK includes
6 #include <ctkPimpl.h>
7 #include <ctkVTKObject.h>
8 
9 // Slicer includes
10 #include "qMRMLWidget.h"
11 
12 #include "qSlicerAnnotationsModuleWidgetsExport.h"
13 
14 class qMRMLAnnotationDisplayNodePropertyWidgetPrivate;
15 
17 class Q_SLICER_MODULE_ANNOTATIONS_WIDGETS_EXPORT qMRMLAnnotationDisplayNodePropertyWidget : public qMRMLWidget
18 {
19  Q_OBJECT
20  QVTK_OBJECT
21 
22 public:
24  qMRMLAnnotationDisplayNodePropertyWidget(QWidget *newParent = 0);
26 
27 protected:
28  QScopedPointer<qMRMLAnnotationDisplayNodePropertyWidgetPrivate> d_ptr;
29 
30 private:
33 
34 };
35 
36 #endif
QScopedPointer< qMRMLAnnotationDisplayNodePropertyWidgetPrivate > d_ptr
Base class for any widget that requires a MRML Scene.
Definition: qMRMLWidget.h:35