21 #ifndef __qSlicerSegmentEditorEraseEffect_h 22 #define __qSlicerSegmentEditorEraseEffect_h 25 #include "qSlicerSegmentationsEditorEffectsExport.h" 29 class qSlicerSegmentEditorEraseEffectPrivate;
48 Q_INVOKABLE
virtual const QString
helpText()
const;
54 QScopedPointer<qSlicerSegmentEditorEraseEffectPrivate>
d_ptr;
Abstract class for segment editor effects.
virtual Q_INVOKABLE const QString helpText() const
Get help text for effect to be displayed in the help box.
qSlicerSegmentEditorPaintEffect Superclass
virtual QIcon icon()
Get icon for effect to be displayed in segment editor.
virtual qSlicerSegmentEditorAbstractEffect * clone()
Clone editor effect.
QScopedPointer< qSlicerSegmentEditorEraseEffectPrivate > d_ptr