21 #ifndef __qSlicerVolumeRenderingPresetComboBox_h 22 #define __qSlicerVolumeRenderingPresetComboBox_h 26 #include "qSlicerVolumeRenderingModuleWidgetsExport.h" 33 class qSlicerVolumeRenderingPresetComboBoxPrivate;
39 Q_PROPERTY(
bool showIcons READ showIcons WRITE setShowIcons)
52 Q_INVOKABLE QString currentNodeID()
const;
58 bool showIcons()
const;
59 void setShowIcons(
bool show);
66 void setCurrentNodeID(
const QString& nodeID);
72 void updatePresetSliderRange();
77 void currentNodeIDChanged(
const QString&
id);
81 void presetOffsetChanged(
double xOffset,
double yOffset,
bool dontMoveFirstAndLast);
84 void startInteraction();
85 void endInteraction();
88 void offsetPreset(
double newPosition);
92 QScopedPointer<qSlicerVolumeRenderingPresetComboBoxPrivate>
d_ptr;
QScopedPointer< qSlicerVolumeRenderingPresetComboBoxPrivate > d_ptr
qSlicerWidget Superclass
Constructors.
MRML node for representing a volume (image stack).
Abstract Superclass for all specific types of MRML nodes.
vtkMRMLVolumePropertyNode contains the transfer functions (scalar opacity, color and gradient opacity...