Slicer  4.11
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
qMRMLSliceControllerWidgetPlugin.h
Go to the documentation of this file.
1 #ifndef __qMRMLSliceControllerWidgetPlugin_h
2 #define __qMRMLSliceControllerWidgetPlugin_h
3 
5 
6 class QMRML_WIDGETS_PLUGINS_EXPORT qMRMLSliceControllerWidgetPlugin : public QObject,
8 {
9  Q_OBJECT
10 
11 public:
12  qMRMLSliceControllerWidgetPlugin(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