Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
qMRMLTransformSlidersPlugin.h
Go to the documentation of this file.
00001 #ifndef __qMRMLTransformSlidersPlugin_h
00002 #define __qMRMLTransformSlidersPlugin_h
00003 
00004 #include "qMRMLWidgetsAbstractPlugin.h"
00005 
00006 class QMRML_WIDGETS_PLUGINS_EXPORT qMRMLTransformSlidersPlugin : public QObject,
00007                                     public qMRMLWidgetsAbstractPlugin
00008 {
00009   Q_OBJECT
00010 
00011 public:
00012   qMRMLTransformSlidersPlugin(QObject *_parent = 0);
00013   
00014   QWidget *createWidget(QWidget *_parent);
00015   QString  domXml() const;
00016   QIcon    icon() const;
00017   QString  includeFile() const;
00018   bool     isContainer() const;
00019   QString  name() const;
00020 };
00021 
00022 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines