|
| HistogramWidget (int w, int h, QWidget *const parent=nullptr, bool selectMode=true, bool showProgress=true, bool statisticsVisible=false) |
| Standard constructor.
|
|
int | animationState () const |
|
ChannelType | channelType () const |
|
ImageHistogram * | currentHistogram () const |
| Currently rendered histogram, depending on current rendering type.
|
|
HistogramRenderingType | renderingType () const |
|
void | reset () |
|
HistogramScale | scaleType () const |
|
void | setAnimationState (int animationState) |
|
void | setDataLoading () |
|
void | setHistogramGuideByColor (const DColor &color) |
|
void | setLoadingFailed () |
|
void | setRenderingType (HistogramRenderingType type) |
|
void | setStatisticsVisible (bool b) |
|
void | stopHistogramComputation () |
| Stop current histogram computations.
|
|
void | updateData (const DImg &img, const DImg &sel=DImg(), bool showProgress=true) |
| Update full image histogram data methods.
|
|
void | updateSelectionData (const DImg &sel, bool showProgress=true) |
| Update image selection histogram data methods.
|
|