Slicer  4.10
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 = 0);
13 
14  QWidget *createWidget(QWidget *_parent);
15  QString domXml() const;
16  QIcon icon() const;
17  QString includeFile() const;
18  bool isContainer() const;
19  QString name() const;
20 
21 };
22 
23 #endif
virtual QIcon icon() const