21 #ifndef __qSlicerPresetComboBox_h 22 #define __qSlicerPresetComboBox_h 28 #include "qSlicerVolumeRenderingModuleWidgetsExport.h" 31 class qSlicerPresetComboBoxPrivate;
37 Q_PROPERTY(
bool showIcons READ showIcons WRITE setShowIcons)
45 bool showIcons()
const;
46 void setShowIcons(
bool show);
52 void updateComboBoxTitleAndIcon(
vtkMRMLNode* presetNode);
55 QScopedPointer<qSlicerPresetComboBoxPrivate>
d_ptr;
QScopedPointer< qSlicerPresetComboBoxPrivate > d_ptr
qMRMLNodeComboBox Superclass
Constructors.
Combobox that automatically displays all the nodes of the scene that match filtering criteria...
Abstract Superclass for all specific types of MRML nodes.