#include <BandSpinBox.h>
|
void | setKey (QString key) |
| Sets the key to the provided key. More...
|
|
void | setKey (int key) |
| Sets the key to the provided key. More...
|
|
◆ BandSpinBox()
Isis::BandSpinBox::BandSpinBox |
( |
QWidget * |
parent = 0 | ) |
|
◆ BandBinKeys()
returns the list of keys.
- Returns
- QStringList
◆ setBandBin()
void Isis::BandSpinBox::setBandBin |
( |
Pvl & |
pvl, |
|
|
const QString & |
key = "BandNumber" |
|
) |
| |
◆ setKey [1/2]
void Isis::BandSpinBox::setKey |
( |
QString |
key | ) |
|
|
slot |
◆ setKey [2/2]
void Isis::BandSpinBox::setKey |
( |
int |
key | ) |
|
|
slot |
◆ sizeHint()
QSize Isis::BandSpinBox::sizeHint |
( |
| ) |
const |
returns a size hint for the spin box
- Returns
- QSize
References textFromValue().
◆ textFromValue()
QString Isis::BandSpinBox::textFromValue |
( |
int |
val | ) |
const |
|
protected |
Gets the text using p_map.
- Parameters
-
- Returns
- QString
Referenced by sizeHint().
◆ validate()
QValidator::State Isis::BandSpinBox::validate |
( |
QString & |
input, |
|
|
int & |
pos |
|
) |
| const |
returns how valid the value from the spin box is.
- Parameters
-
- Returns
- QValidator::State
◆ valueFromText()
int Isis::BandSpinBox::valueFromText |
( |
const QString & |
text | ) |
const |
|
protected |
gets the value (int) using p_map.
- Parameters
-
- Returns
- int
The documentation for this class was generated from the following files:
- /usgs/pkgs/isis3.9.0_docs/ISIS3/isis/src/qisis/objs/BandSpinBox/BandSpinBox.h
- /usgs/pkgs/isis3.9.0_docs/ISIS3/isis/src/qisis/objs/BandSpinBox/BandSpinBox.cpp