Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
qMRMLSegmentationShow3DButtonPlugin.h
Go to the documentation of this file.
1 /*=auto=========================================================================
2 
3  Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH)
4  All Rights Reserved.
5 
6  See COPYRIGHT.txt
7  or http://www.slicer.org/copyright/copyright.txt for details.
8 
9  Program: 3D Slicer
10 
11 =========================================================================auto=*/
12 
13 #ifndef __qMRMLSegmentationShow3DButtonPlugin_h
14 #define __qMRMLSegmentationShow3DButtonPlugin_h
15 
17 
18 class Q_SLICER_MODULE_SEGMENTATIONS_WIDGETS_PLUGINS_EXPORT qMRMLSegmentationShow3DButtonPlugin
19  : public QObject
21 {
22  Q_OBJECT
23 
24 public:
25  qMRMLSegmentationShow3DButtonPlugin(QObject* parent = nullptr);
26 
27  QWidget *createWidget(QWidget* parent) override;
28  QString domXml() const override;
29  QString includeFile() const override;
30  bool isContainer() const override;
31  QString name() const override;
32 
33 };
34 
35 #endif