Uses of Enum
io.qt.multimedia.QRadioTuner.Band
Packages that use QRadioTuner.Band
-
Uses of QRadioTuner.Band in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QRadioTuner.BandModifier and TypeFieldDescriptionfinal QObject.Signal1<QRadioTuner.Band>QRadioTuner.bandChangedfinal QObject.Signal1<QRadioTuner.Band>QRadioTunerControl.bandChangedMethods in io.qt.multimedia that return QRadioTuner.BandModifier and TypeMethodDescriptionfinal QRadioTuner.BandQRadioTuner.band()abstract QRadioTuner.BandQRadioTunerControl.band()static QRadioTuner.BandQRadioTuner.Band.resolve(int value) Returns the corresponding enum entry for the given value.static QRadioTuner.BandReturns 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.BandModifier and TypeMethodDescriptionQRadioTuner.frequencyRange(QRadioTuner.Band band) abstract QPair<@QtPrimitiveType Integer,@QtPrimitiveType Integer> QRadioTunerControl.frequencyRange(QRadioTuner.Band b) final intQRadioTuner.frequencyStep(QRadioTuner.Band band) abstract intQRadioTunerControl.frequencyStep(QRadioTuner.Band b) final booleanQRadioTuner.isBandSupported(QRadioTuner.Band b) abstract booleanQRadioTunerControl.isBandSupported(QRadioTuner.Band b) final voidQRadioTuner.setBand(QRadioTuner.Band band) abstract voidQRadioTunerControl.setBand(QRadioTuner.Band b)