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
qMRMLWindowLevelWidgetPlugin.h
Go to the documentation of this file.
1 #ifndef __qMRMLWindowLevelWidgetPlugin_h
2 #define __qMRMLWindowLevelWidgetPlugin_h
3 
5 
6 class QMRML_WIDGETS_PLUGINS_EXPORT qMRMLWindowLevelWidgetPlugin : public QObject,
8 {
9  Q_OBJECT
10 
11 public:
12  qMRMLWindowLevelWidgetPlugin(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
24 
virtual QIcon icon() const