1 #ifndef ADVANCEDSTRETCH_H
2 #define ADVANCEDSTRETCH_H
12 class AdvancedStretch;
35 const QString &,
const QColor &);
48 QStackedWidget *p_stretchTypeStack;
AdvancedStretch(Histogram &, const Stretch &, const QString &, const QColor &)
This constructs an advanced stretch.
Definition: AdvancedStretch.cpp:27
~AdvancedStretch()
Destructor.
Definition: AdvancedStretch.cpp:79
void stretchChanged()
Emitted when a new stretch is available.
Definition: moc_AdvancedStretch.cpp:124
void setHistogram(const Histogram &newHist)
This is called when the visible area changes, so that the histogram can be updated.
Definition: AdvancedStretch.cpp:116
Container of a cube histogram.
Definition: Histogram.h:78
Pixel value mapper.
Definition: Stretch.h:72
Advanced Stretch Dialog.
Definition: AdvancedStretch.h:30
void setStretch(Stretch newStretch)
This is called when the user creates a stretch outside of the advanced stretch.
Definition: AdvancedStretch.cpp:101
Stretch getStretch()
This returns the current stretch type's stretch.
Definition: AdvancedStretch.cpp:88