Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
qMRMLSliceWidgetPlugin.h
Go to the documentation of this file.
1 #ifndef __qMRMLSliceWidgetPlugin_h
2 #define __qMRMLSliceWidgetPlugin_h
3 
5 
6 class QMRML_WIDGETS_PLUGINS_EXPORT qMRMLSliceWidgetPlugin :
7  public QObject,
9 {
10  Q_OBJECT
11 
12 public:
13  qMRMLSliceWidgetPlugin(QObject *_parent = 0);
14 
15  QWidget *createWidget(QWidget *_parent);
16  QString domXml() const;
17 // QIcon icon() const;
18  QString includeFile() const;
19  bool isContainer() const;
20  QString name() const;
21 
22 };
23 
24 #endif