21 #ifndef __qSlicerColorsModuleWidget_h 22 #define __qSlicerColorsModuleWidget_h 28 #include "qSlicerColorsModuleExport.h" 30 class qSlicerColorsModuleWidgetPrivate;
47 void updateNumberOfColors();
48 void setLookupTableRange(
double min,
double max);
49 void copyCurrentColorNode();
50 void setUseColorNameAsLabel(
bool);
53 void onMRMLColorNodeChanged(
vtkMRMLNode* newColorNode);
60 QScopedPointer<qSlicerColorsModuleWidgetPrivate>
d_ptr;
A set of MRML Nodes that supports serialization and undo/redo.
Abstract Superclass for all specific types of MRML nodes.