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