23 #ifndef __qSlicerSegmentationsSettingsPanel_h 24 #define __qSlicerSegmentationsSettingsPanel_h 30 #include <ctkSettingsPanel.h> 32 #include "qSlicerSegmentationsModuleExport.h" 35 class qSlicerSegmentationsSettingsPanelPrivate;
39 :
public ctkSettingsPanel
59 void setAutoOpacities(
bool on);
60 void setDefaultSurfaceSmoothing(
bool on);
61 void updateDefaultSegmentationNodeFromWidget();
64 QScopedPointer<qSlicerSegmentationsSettingsPanelPrivate>
d_ptr;
QScopedPointer< qSlicerSegmentationsSettingsPanelPrivate > d_ptr
ctkSettingsPanel Superclass
Superclass typedef.