23 QValidator::State
validate(QString &input,
int &pos)
const;
QValidator::State validate(QString &input, int &pos) const
returns how valid the value from the spin box is.
Definition: BandSpinBox.cpp:208
Definition: BandSpinBox.h:15
void setKey(QString key)
Sets the key to the provided key.
Definition: BandSpinBox.cpp:93
QString textFromValue(int val) const
Gets the text using p_map.
Definition: BandSpinBox.cpp:133
void setBandBin(Pvl &pvl, const QString &key="BandNumber")
Sets the band bin.
Definition: BandSpinBox.cpp:33
int valueFromText(const QString &text) const
gets the value (int) using p_map.
Definition: BandSpinBox.cpp:157
QSize sizeHint() const
returns a size hint for the spin box
Definition: BandSpinBox.cpp:174
Container for cube-like labels.
Definition: Pvl.h:135
BandSpinBox(QWidget *parent=0)
BandSpinBox constructor.
Definition: BandSpinBox.cpp:13
QStringList BandBinKeys()
returns the list of keys.
Definition: BandSpinBox.cpp:82
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31