Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
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
18class Q_SLICER_MODULE_SEGMENTATIONS_WIDGETS_PLUGINS_EXPORT qMRMLSegmentationShow3DButtonPlugin
19 : public QObject
21{
22 Q_OBJECT
23
24public:
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
QString domXml() const override
bool isContainer() const override
QWidget * createWidget(QWidget *parent) override
QString includeFile() const override
qMRMLSegmentationShow3DButtonPlugin(QObject *parent=nullptr)
QString name() const override