Uses of Class
io.qt.multimedia.QRadioTuner.Band
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QRadioTuner.Band in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QRadioTuner.Band Modifier and Type Field Description QObject.Signal1<QRadioTuner.Band>
QRadioTuner. bandChanged
QObject.Signal1<QRadioTuner.Band>
QRadioTunerControl. bandChanged
Methods in io.qt.multimedia that return QRadioTuner.Band Modifier and Type Method Description QRadioTuner.Band
QRadioTuner. band()
abstract QRadioTuner.Band
QRadioTunerControl. band()
static QRadioTuner.Band
QRadioTuner.Band. resolve(int value)
Returns the corresponding enum entry for the given value.static QRadioTuner.Band
QRadioTuner.Band. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRadioTuner.Band[]
QRadioTuner.Band. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.multimedia with parameters of type QRadioTuner.Band Modifier and Type Method Description QPair<Integer,Integer>
QRadioTuner. frequencyRange(QRadioTuner.Band band)
abstract QPair<Integer,Integer>
QRadioTunerControl. frequencyRange(QRadioTuner.Band b)
int
QRadioTuner. frequencyStep(QRadioTuner.Band band)
abstract int
QRadioTunerControl. frequencyStep(QRadioTuner.Band b)
boolean
QRadioTuner. isBandSupported(QRadioTuner.Band b)
abstract boolean
QRadioTunerControl. isBandSupported(QRadioTuner.Band b)
void
QRadioTuner. setBand(QRadioTuner.Band band)
abstract void
QRadioTunerControl. setBand(QRadioTuner.Band b)