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