23 #ifndef __qMRMLSegmentationFileExportWidget_h 24 #define __qMRMLSegmentationFileExportWidget_h 29 #include "qSlicerSegmentationsModuleWidgetsExport.h" 33 #include <ctkVTKObject.h> 35 class qMRMLSegmentationFileExportWidgetPrivate;
53 Q_PROPERTY(QString settingsKey READ settingsKey WRITE setSettingsKey)
61 QString settingsKey()
const;
62 void setSettingsKey(
const QString& key);
67 Q_INVOKABLE QString segmentationNodeID();
71 void exportToFilesDone();
80 void showDestinationFolder();
82 void updateWidgetFromSettings();
83 void updateSettingsFromWidget();
87 void setFileFormat(
const QString&);
90 QScopedPointer<qMRMLSegmentationFileExportWidgetPrivate>
d_ptr;
MRML node for representing segmentation display attributes.
Abstract Superclass for all specific types of MRML nodes.
MRML node containing segmentationsSegmentation node stores a set of segments (also known as contours ...