1#ifndef ADVANCEDSTRETCH_H 
    2#define ADVANCEDSTRETCH_H 
   13  class AdvancedStretch;
 
   37                      const QString &, 
const QColor &);
 
   48      void deleteFromCube();
 
 
void stretchChanged()
Emitted when a new stretch is available.
void setStretch(Stretch newStretch)
This is called when the user creates a stretch outside of the advanced stretch.
QStackedWidget * p_stretchTypeStack
StretchType's.
~AdvancedStretch()
Destructor.
void setHistogram(const Histogram &newHist)
This is called when the visible area changes, so that the histogram can be updated.
AdvancedStretch(Histogram &, const Stretch &, const QString &, const QColor &)
This constructs an advanced stretch.
QComboBox * p_stretchTypeSelection
ComboBox of StretchTypes.
CubeStretch getStretch()
This returns the current stretch type's stretch.
void restoreSavedStretch(CubeStretch newStretch)
Used to restore a saved Stretch from a cube.
Stores stretch information for a cube.
Container of a cube histogram.
This is free and unencumbered software released into the public domain.