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