1#ifndef LinearStretchType_H
2#define LinearStretchType_H
34 const QString &name,
const QColor &color);
41 void startSliderMoved(
int);
42 void startEditChanged(
const QString &);
43 void endSliderMoved(
int);
44 void endEditChanged(
const QString &);
47 QSlider *p_startSlider;
48 QLineEdit *p_startEdit;
53 bool p_sliderOverride;
Stores stretch information for a cube.
Definition CubeStretch.h:27
Container of a cube histogram.
Definition Histogram.h:74
This handles the advanced linear stretch.
Definition LinearStretchType.h:29
virtual CubeStretch getStretch()
Returns the CubeStretch for this LinearStretch.
Definition LinearStretchType.cpp:264
virtual void setStretch(Stretch)
Given an arbitrary stretch, this will re-interpret it, as best as possible, into a linear stretch.
Definition LinearStretchType.cpp:99
~LinearStretchType()
Destructor.
Definition LinearStretchType.cpp:84
LinearStretchType(const Histogram &, const Stretch &, const QString &name, const QColor &color)
This constructs a linear stretch type.
Definition LinearStretchType.cpp:24
Pixel value mapper.
Definition Stretch.h:58
This is the base class for advanced stretches.
Definition StretchType.h:39
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16