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