#include <HSIDataTypes.h>
Public Member Functions | |
void | setHSIColorRangeUndo (HSIColorRange hsiColorRange, int colorClass) |
HSIColorRangeUndo () | |
Public Attributes | |
HSIColorRange | hsiColorRange |
int | colorClass |
bool | set |
Definition at line 47 of file HSIDataTypes.h.
HSIColorRangeUndo::HSIColorRangeUndo | ( | ) |
void HSIColorRangeUndo::setHSIColorRangeUndo | ( | HSIColorRange | hsiColorRange, | |
int | colorClass | |||
) |
Sets the undo information for a HSI color range and the belonging color class.
hsiColorRange | The HSI color range before editing. | |
colorClass | The index of the color class to be edited. |
Definition at line 29 of file HSIDataTypes.cpp.
References HSIColorRange::H_max, HSIColorRange::H_min, hsiColorRange, HSIColorRange::I_max, HSIColorRange::I_min, HSIColorRange::S_max, HSIColorRange::S_min, and set.
Referenced by HSIColorTableToolCore::setUndo().
The edited color class
Definition at line 58 of file HSIDataTypes.h.
Referenced by operator<<(), operator>>(), and HSIColorTableToolCore::undoEditHSIColorRange().
The edited HSI color range
Definition at line 56 of file HSIDataTypes.h.
Referenced by operator<<(), operator>>(), setHSIColorRangeUndo(), and HSIColorTableToolCore::undoEditHSIColorRange().
If this undo is set
Definition at line 60 of file HSIDataTypes.h.
Referenced by HSIColorRangeUndo(), setHSIColorRangeUndo(), and HSIColorTableToolCore::undoEditHSIColorRange().