API reference - Class QRadioTuner

Notation used in Ruby API documentation

Module: QtMultimedia

Description: Binding of QRadioTuner

Class hierarchy: QRadioTuner » QMediaObject » QObject

Sub-classes: Band, QFlags_Band, Error, QFlags_Error, SearchMode, QFlags_SearchMode, State, QFlags_State, StereoMode, QFlags_StereoMode

Public constructors

new QRadioTunernew(QObject ptr parent = nullptr)Constructor QRadioTuner::QRadioTuner(QObject *parent)

Public methods

void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
[const]boolantennaConnectedMethod bool QRadioTuner::isAntennaConnected()
[signal]voidantennaConnectedChanged(bool connectionStatus)Signal declaration for QRadioTuner::antennaConnectedChanged(bool connectionStatus)
[const]QMultimedia_AvailabilityStatusavailabilityVirtual method QMultimedia::AvailabilityStatus QRadioTuner::availability()
[signal]voidavailabilityChanged_bool(bool available)Signal declaration for QRadioTuner::availabilityChanged(bool available)
[signal]voidavailabilityChanged_status(const QMultimedia_AvailabilityStatus availability)Signal declaration for QRadioTuner::availabilityChanged(QMultimedia::AvailabilityStatus availability)
[const]QRadioTuner_BandbandMethod QRadioTuner::Band QRadioTuner::band()
voidband=(const QRadioTuner_Band band)Method void QRadioTuner::setBand(QRadioTuner::Band band)
[signal]voidbandChanged(const QRadioTuner_Band band)Signal declaration for QRadioTuner::bandChanged(QRadioTuner::Band band)
boolbind(QObject ptr arg1)Virtual method bool QRadioTuner::bind(QObject *)
voidcancelSearchMethod void QRadioTuner::cancelSearch()
[signal]voiddestroyed(QObject ptr arg1)Signal declaration for QRadioTuner::destroyed(QObject *)
voidemit_antennaConnectedChanged(bool connectionStatus)Emitter for signal void QRadioTuner::antennaConnectedChanged(bool connectionStatus)
voidemit_availabilityChanged_bool(bool available)Emitter for signal void QRadioTuner::availabilityChanged(bool available)
voidemit_availabilityChanged_status(const QMultimedia_AvailabilityStatus availability)Emitter for signal void QRadioTuner::availabilityChanged(QMultimedia::AvailabilityStatus availability)
voidemit_bandChanged(const QRadioTuner_Band band)Emitter for signal void QRadioTuner::bandChanged(QRadioTuner::Band band)
voidemit_destroyed(QObject ptr arg1 = nullptr)Emitter for signal void QRadioTuner::destroyed(QObject *)
voidemit_error_sig(const QRadioTuner_Error error)Emitter for signal void QRadioTuner::error(QRadioTuner::Error error)
voidemit_frequencyChanged(int frequency)Emitter for signal void QRadioTuner::frequencyChanged(int frequency)
voidemit_metaDataAvailableChanged(bool available)Emitter for signal void QRadioTuner::metaDataAvailableChanged(bool available)
voidemit_metaDataChangedEmitter for signal void QRadioTuner::metaDataChanged()
voidemit_metaDataChanged_kv(string key,
variant value)
Emitter for signal void QRadioTuner::metaDataChanged(const QString &key, const QVariant &value)
voidemit_mutedChanged(bool muted)Emitter for signal void QRadioTuner::mutedChanged(bool muted)
voidemit_notifyIntervalChanged(int milliSeconds)Emitter for signal void QRadioTuner::notifyIntervalChanged(int milliSeconds)
voidemit_objectNameChanged(string objectName)Emitter for signal void QRadioTuner::objectNameChanged(const QString &objectName)
voidemit_searchingChanged(bool searching)Emitter for signal void QRadioTuner::searchingChanged(bool searching)
voidemit_signalStrengthChanged(int signalStrength)Emitter for signal void QRadioTuner::signalStrengthChanged(int signalStrength)
voidemit_stateChanged(const QRadioTuner_State state)Emitter for signal void QRadioTuner::stateChanged(QRadioTuner::State state)
voidemit_stationFound(int frequency,
string stationId)
Emitter for signal void QRadioTuner::stationFound(int frequency, QString stationId)
voidemit_stereoStatusChanged(bool stereo)Emitter for signal void QRadioTuner::stereoStatusChanged(bool stereo)
voidemit_volumeChanged(int volume)Emitter for signal void QRadioTuner::volumeChanged(int volume)
[const]QRadioTuner_ErrorerrorMethod QRadioTuner::Error QRadioTuner::error()
[const]stringerrorStringMethod QString QRadioTuner::errorString()
[signal]voiderror_sig(const QRadioTuner_Error error)Signal declaration for QRadioTuner::error(QRadioTuner::Error error)
boolevent(QEvent ptr event)Virtual method bool QRadioTuner::event(QEvent *event)
booleventFilter(QObject ptr watched,
QEvent ptr event)
Virtual method bool QRadioTuner::eventFilter(QObject *watched, QEvent *event)
[const]intfrequencyMethod int QRadioTuner::frequency()
voidfrequency=(int frequency)Method void QRadioTuner::setFrequency(int frequency)
[signal]voidfrequencyChanged(int frequency)Signal declaration for QRadioTuner::frequencyChanged(int frequency)
[const]QPair_int_intfrequencyRange(const QRadioTuner_Band band)Method QPair<int, int> QRadioTuner::frequencyRange(QRadioTuner::Band band)
[const]intfrequencyStep(const QRadioTuner_Band band)Method int QRadioTuner::frequencyStep(QRadioTuner::Band band)
[const]boolisAntennaConnected?Method bool QRadioTuner::isAntennaConnected()
[const]boolisAvailableVirtual method bool QRadioTuner::isAvailable()
[const]boolisBandSupported?(const QRadioTuner_Band b)Method bool QRadioTuner::isBandSupported(QRadioTuner::Band b)
[const]boolisMuted?Method bool QRadioTuner::isMuted()
[const]boolisSearching?Method bool QRadioTuner::isSearching()
[const]boolisStereo?Method bool QRadioTuner::isStereo()
[signal]voidmetaDataAvailableChanged(bool available)Signal declaration for QRadioTuner::metaDataAvailableChanged(bool available)
[signal]voidmetaDataChangedSignal declaration for QRadioTuner::metaDataChanged()
[signal]voidmetaDataChanged_kv(string key,
variant value)
Signal declaration for QRadioTuner::metaDataChanged(const QString &key, const QVariant &value)
[const]boolmutedMethod bool QRadioTuner::isMuted()
voidmuted=(bool muted)Method void QRadioTuner::setMuted(bool muted)
[signal]voidmutedChanged(bool muted)Signal declaration for QRadioTuner::mutedChanged(bool muted)
[signal]voidnotifyIntervalChanged(int milliSeconds)Signal declaration for QRadioTuner::notifyIntervalChanged(int milliSeconds)
[signal]voidobjectNameChanged(string objectName)Signal declaration for QRadioTuner::objectNameChanged(const QString &objectName)
[const]QRadioData ptrradioDataMethod QRadioData *QRadioTuner::radioData()
voidsearchAllStations(const QRadioTuner_SearchMode searchMode = QRadioTuner::SearchFast)Method void QRadioTuner::searchAllStations(QRadioTuner::SearchMode searchMode)
voidsearchBackwardMethod void QRadioTuner::searchBackward()
voidsearchForwardMethod void QRadioTuner::searchForward()
[const]boolsearchingMethod bool QRadioTuner::isSearching()
[signal]voidsearchingChanged(bool searching)Signal declaration for QRadioTuner::searchingChanged(bool searching)
[const]QMediaService ptrserviceVirtual method QMediaService *QRadioTuner::service()
voidsetBand(const QRadioTuner_Band band)Method void QRadioTuner::setBand(QRadioTuner::Band band)
voidsetFrequency(int frequency)Method void QRadioTuner::setFrequency(int frequency)
voidsetMuted(bool muted)Method void QRadioTuner::setMuted(bool muted)
voidsetStereoMode(const QRadioTuner_StereoMode mode)Method void QRadioTuner::setStereoMode(QRadioTuner::StereoMode mode)
voidsetVolume(int volume)Method void QRadioTuner::setVolume(int volume)
[const]intsignalStrengthMethod int QRadioTuner::signalStrength()
[signal]voidsignalStrengthChanged(int signalStrength)Signal declaration for QRadioTuner::signalStrengthChanged(int signalStrength)
voidstartMethod void QRadioTuner::start()
[const]QRadioTuner_StatestateMethod QRadioTuner::State QRadioTuner::state()
[signal]voidstateChanged(const QRadioTuner_State state)Signal declaration for QRadioTuner::stateChanged(QRadioTuner::State state)
[signal]voidstationFound(int frequency,
string stationId)
Signal declaration for QRadioTuner::stationFound(int frequency, QString stationId)
[const]boolstereoMethod bool QRadioTuner::isStereo()
[const]QRadioTuner_StereoModestereoModeMethod QRadioTuner::StereoMode QRadioTuner::stereoMode()
voidstereoMode=(const QRadioTuner_StereoMode mode)Method void QRadioTuner::setStereoMode(QRadioTuner::StereoMode mode)
[signal]voidstereoStatusChanged(bool stereo)Signal declaration for QRadioTuner::stereoStatusChanged(bool stereo)
voidstopMethod void QRadioTuner::stop()
voidunbind(QObject ptr arg1)Virtual method void QRadioTuner::unbind(QObject *)
[const]intvolumeMethod int QRadioTuner::volume()
voidvolume=(int volume)Method void QRadioTuner::setVolume(int volume)
[signal]voidvolumeChanged(int volume)Signal declaration for QRadioTuner::volumeChanged(int volume)

Public static methods and constants

[static,const]QRadioTuner_BandAMEnum constant QRadioTuner::AM
[static,const]QRadioTuner_StateActiveStateEnum constant QRadioTuner::ActiveState
[static,const]QRadioTuner_StereoModeAutoEnum constant QRadioTuner::Auto
[static,const]QRadioTuner_BandFMEnum constant QRadioTuner::FM
[static,const]QRadioTuner_BandFM2Enum constant QRadioTuner::FM2
[static,const]QRadioTuner_StereoModeForceMonoEnum constant QRadioTuner::ForceMono
[static,const]QRadioTuner_StereoModeForceStereoEnum constant QRadioTuner::ForceStereo
[static,const]QRadioTuner_BandLWEnum constant QRadioTuner::LW
[static,const]QRadioTuner_ErrorNoErrorEnum constant QRadioTuner::NoError
[static,const]QRadioTuner_ErrorOpenErrorEnum constant QRadioTuner::OpenError
[static,const]QRadioTuner_ErrorOutOfRangeErrorEnum constant QRadioTuner::OutOfRangeError
[static,const]QRadioTuner_ErrorResourceErrorEnum constant QRadioTuner::ResourceError
[static,const]QRadioTuner_BandSWEnum constant QRadioTuner::SW
[static,const]QRadioTuner_SearchModeSearchFastEnum constant QRadioTuner::SearchFast
[static,const]QRadioTuner_SearchModeSearchGetStationIdEnum constant QRadioTuner::SearchGetStationId
[static,const]QRadioTuner_StateStoppedStateEnum constant QRadioTuner::StoppedState
QMetaObjectstaticMetaObjectObtains the static MetaObject for this class.
stringtr(string s,
string c = nullptr,
int n = -1)
Static method QString QRadioTuner::tr(const char *s, const char *c, int n)
stringtrUtf8(string s,
string c = nullptr,
int n = -1)
Static method QString QRadioTuner::trUtf8(const char *s, const char *c, int n)

Protected methods (static, non-static and constructors)

voidaddPropertyWatch(bytes name)Method void QRadioTuner::addPropertyWatch(const QByteArray &name)
voidchildEvent(QChildEvent ptr event)Virtual method void QRadioTuner::childEvent(QChildEvent *event)
voidcustomEvent(QEvent ptr event)Virtual method void QRadioTuner::customEvent(QEvent *event)
voiddisconnectNotify(const QMetaMethod signal)Virtual method void QRadioTuner::disconnectNotify(const QMetaMethod &signal)
[const]boolisSignalConnected(const QMetaMethod signal)Method bool QRadioTuner::isSignalConnected(const QMetaMethod &signal)
[const]intreceivers(string signal)Method int QRadioTuner::receivers(const char *signal)
voidremovePropertyWatch(bytes name)Method void QRadioTuner::removePropertyWatch(const QByteArray &name)
[const]QObject ptrsenderMethod QObject *QRadioTuner::sender()
[const]intsenderSignalIndexMethod int QRadioTuner::senderSignalIndex()
voidtimerEvent(QTimerEvent ptr event)Virtual method void QRadioTuner::timerEvent(QTimerEvent *event)

Detailed description

AM

Signature: [static,const] QRadioTuner_Band AM

Description: Enum constant QRadioTuner::AM

Python specific notes:
The object exposes a readable attribute 'AM'. This is the getter.

ActiveState

Signature: [static,const] QRadioTuner_State ActiveState

Description: Enum constant QRadioTuner::ActiveState

Python specific notes:
The object exposes a readable attribute 'ActiveState'. This is the getter.

Auto

Signature: [static,const] QRadioTuner_StereoMode Auto

Description: Enum constant QRadioTuner::Auto

Python specific notes:
The object exposes a readable attribute 'Auto'. This is the getter.

FM

Signature: [static,const] QRadioTuner_Band FM

Description: Enum constant QRadioTuner::FM

Python specific notes:
The object exposes a readable attribute 'FM'. This is the getter.

FM2

Signature: [static,const] QRadioTuner_Band FM2

Description: Enum constant QRadioTuner::FM2

Python specific notes:
The object exposes a readable attribute 'FM2'. This is the getter.

ForceMono

Signature: [static,const] QRadioTuner_StereoMode ForceMono

Description: Enum constant QRadioTuner::ForceMono

Python specific notes:
The object exposes a readable attribute 'ForceMono'. This is the getter.

ForceStereo

Signature: [static,const] QRadioTuner_StereoMode ForceStereo

Description: Enum constant QRadioTuner::ForceStereo

Python specific notes:
The object exposes a readable attribute 'ForceStereo'. This is the getter.

LW

Signature: [static,const] QRadioTuner_Band LW

Description: Enum constant QRadioTuner::LW

Python specific notes:
The object exposes a readable attribute 'LW'. This is the getter.

NoError

Signature: [static,const] QRadioTuner_Error NoError

Description: Enum constant QRadioTuner::NoError

Python specific notes:
The object exposes a readable attribute 'NoError'. This is the getter.

OpenError

Signature: [static,const] QRadioTuner_Error OpenError

Description: Enum constant QRadioTuner::OpenError

Python specific notes:
The object exposes a readable attribute 'OpenError'. This is the getter.

OutOfRangeError

Signature: [static,const] QRadioTuner_Error OutOfRangeError

Description: Enum constant QRadioTuner::OutOfRangeError

Python specific notes:
The object exposes a readable attribute 'OutOfRangeError'. This is the getter.

ResourceError

Signature: [static,const] QRadioTuner_Error ResourceError

Description: Enum constant QRadioTuner::ResourceError

Python specific notes:
The object exposes a readable attribute 'ResourceError'. This is the getter.

SW

Signature: [static,const] QRadioTuner_Band SW

Description: Enum constant QRadioTuner::SW

Python specific notes:
The object exposes a readable attribute 'SW'. This is the getter.

SearchFast

Signature: [static,const] QRadioTuner_SearchMode SearchFast

Description: Enum constant QRadioTuner::SearchFast

Python specific notes:
The object exposes a readable attribute 'SearchFast'. This is the getter.

SearchGetStationId

Signature: [static,const] QRadioTuner_SearchMode SearchGetStationId

Description: Enum constant QRadioTuner::SearchGetStationId

Python specific notes:
The object exposes a readable attribute 'SearchGetStationId'. This is the getter.

StoppedState

Signature: [static,const] QRadioTuner_State StoppedState

Description: Enum constant QRadioTuner::StoppedState

Python specific notes:
The object exposes a readable attribute 'StoppedState'. This is the getter.

_create

Signature: void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

_is_const_object?

Signature: [const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

addPropertyWatch

Signature: void addPropertyWatch (bytes name)

Description: Method void QRadioTuner::addPropertyWatch(const QByteArray &name)

This method is protected and can only be called from inside a derived class.

antennaConnected

Signature: [const] bool antennaConnected

Description: Method bool QRadioTuner::isAntennaConnected()

Python specific notes:
The object exposes a readable attribute 'antennaConnected'. This is the getter.

antennaConnectedChanged

Signature: [signal] void antennaConnectedChanged (bool connectionStatus)

Description: Signal declaration for QRadioTuner::antennaConnectedChanged(bool connectionStatus)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'antennaConnectedChanged'. This is the getter.
The object exposes a writable attribute 'antennaConnectedChanged'. This is the setter.

availability

Signature: [const] QMultimedia_AvailabilityStatus availability

Description: Virtual method QMultimedia::AvailabilityStatus QRadioTuner::availability()

This method can be reimplemented in a derived class.

availabilityChanged_bool

Signature: [signal] void availabilityChanged_bool (bool available)

Description: Signal declaration for QRadioTuner::availabilityChanged(bool available)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'availabilityChanged_bool'. This is the getter.
The object exposes a writable attribute 'availabilityChanged_bool'. This is the setter.

availabilityChanged_status

Signature: [signal] void availabilityChanged_status (const QMultimedia_AvailabilityStatus availability)

Description: Signal declaration for QRadioTuner::availabilityChanged(QMultimedia::AvailabilityStatus availability)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'availabilityChanged_status'. This is the getter.
The object exposes a writable attribute 'availabilityChanged_status'. This is the setter.

band

Signature: [const] QRadioTuner_Band band

Description: Method QRadioTuner::Band QRadioTuner::band()

Python specific notes:
The object exposes a readable attribute 'band'. This is the getter.

band=

Signature: void band= (const QRadioTuner_Band band)

Description: Method void QRadioTuner::setBand(QRadioTuner::Band band)

Python specific notes:
The object exposes a writable attribute 'band'. This is the setter.

bandChanged

Signature: [signal] void bandChanged (const QRadioTuner_Band band)

Description: Signal declaration for QRadioTuner::bandChanged(QRadioTuner::Band band)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'bandChanged'. This is the getter.
The object exposes a writable attribute 'bandChanged'. This is the setter.

bind

Signature: bool bind (QObject ptr arg1)

Description: Virtual method bool QRadioTuner::bind(QObject *)

This method can be reimplemented in a derived class.

cancelSearch

Signature: void cancelSearch

Description: Method void QRadioTuner::cancelSearch()

childEvent

Signature: void childEvent (QChildEvent ptr event)

Description: Virtual method void QRadioTuner::childEvent(QChildEvent *event)

This method can be reimplemented in a derived class.

customEvent

Signature: void customEvent (QEvent ptr event)

Description: Virtual method void QRadioTuner::customEvent(QEvent *event)

This method can be reimplemented in a derived class.

destroyed

Signature: [signal] void destroyed (QObject ptr arg1)

Description: Signal declaration for QRadioTuner::destroyed(QObject *)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'destroyed'. This is the getter.
The object exposes a writable attribute 'destroyed'. This is the setter.

disconnectNotify

Signature: void disconnectNotify (const QMetaMethod signal)

Description: Virtual method void QRadioTuner::disconnectNotify(const QMetaMethod &signal)

This method can be reimplemented in a derived class.

emit_antennaConnectedChanged

Signature: void emit_antennaConnectedChanged (bool connectionStatus)

Description: Emitter for signal void QRadioTuner::antennaConnectedChanged(bool connectionStatus)

Call this method to emit this signal.

emit_availabilityChanged_bool

Signature: void emit_availabilityChanged_bool (bool available)

Description: Emitter for signal void QRadioTuner::availabilityChanged(bool available)

Call this method to emit this signal.

emit_availabilityChanged_status

Signature: void emit_availabilityChanged_status (const QMultimedia_AvailabilityStatus availability)

Description: Emitter for signal void QRadioTuner::availabilityChanged(QMultimedia::AvailabilityStatus availability)

Call this method to emit this signal.

emit_bandChanged

Signature: void emit_bandChanged (const QRadioTuner_Band band)

Description: Emitter for signal void QRadioTuner::bandChanged(QRadioTuner::Band band)

Call this method to emit this signal.

emit_destroyed

Signature: void emit_destroyed (QObject ptr arg1 = nullptr)

Description: Emitter for signal void QRadioTuner::destroyed(QObject *)

Call this method to emit this signal.

emit_error_sig

Signature: void emit_error_sig (const QRadioTuner_Error error)

Description: Emitter for signal void QRadioTuner::error(QRadioTuner::Error error)

Call this method to emit this signal.

emit_frequencyChanged

Signature: void emit_frequencyChanged (int frequency)

Description: Emitter for signal void QRadioTuner::frequencyChanged(int frequency)

Call this method to emit this signal.

emit_metaDataAvailableChanged

Signature: void emit_metaDataAvailableChanged (bool available)

Description: Emitter for signal void QRadioTuner::metaDataAvailableChanged(bool available)

Call this method to emit this signal.

emit_metaDataChanged

Signature: void emit_metaDataChanged

Description: Emitter for signal void QRadioTuner::metaDataChanged()

Call this method to emit this signal.

emit_metaDataChanged_kv

Signature: void emit_metaDataChanged_kv (string key, variant value)

Description: Emitter for signal void QRadioTuner::metaDataChanged(const QString &key, const QVariant &value)

Call this method to emit this signal.

emit_mutedChanged

Signature: void emit_mutedChanged (bool muted)

Description: Emitter for signal void QRadioTuner::mutedChanged(bool muted)

Call this method to emit this signal.

emit_notifyIntervalChanged

Signature: void emit_notifyIntervalChanged (int milliSeconds)

Description: Emitter for signal void QRadioTuner::notifyIntervalChanged(int milliSeconds)

Call this method to emit this signal.

emit_objectNameChanged

Signature: void emit_objectNameChanged (string objectName)

Description: Emitter for signal void QRadioTuner::objectNameChanged(const QString &objectName)

Call this method to emit this signal.

emit_searchingChanged

Signature: void emit_searchingChanged (bool searching)

Description: Emitter for signal void QRadioTuner::searchingChanged(bool searching)

Call this method to emit this signal.

emit_signalStrengthChanged

Signature: void emit_signalStrengthChanged (int signalStrength)

Description: Emitter for signal void QRadioTuner::signalStrengthChanged(int signalStrength)

Call this method to emit this signal.

emit_stateChanged

Signature: void emit_stateChanged (const QRadioTuner_State state)

Description: Emitter for signal void QRadioTuner::stateChanged(QRadioTuner::State state)

Call this method to emit this signal.

emit_stationFound

Signature: void emit_stationFound (int frequency, string stationId)

Description: Emitter for signal void QRadioTuner::stationFound(int frequency, QString stationId)

Call this method to emit this signal.

emit_stereoStatusChanged

Signature: void emit_stereoStatusChanged (bool stereo)

Description: Emitter for signal void QRadioTuner::stereoStatusChanged(bool stereo)

Call this method to emit this signal.

emit_volumeChanged

Signature: void emit_volumeChanged (int volume)

Description: Emitter for signal void QRadioTuner::volumeChanged(int volume)

Call this method to emit this signal.

error

Signature: [const] QRadioTuner_Error error

Description: Method QRadioTuner::Error QRadioTuner::error()

errorString

Signature: [const] string errorString

Description: Method QString QRadioTuner::errorString()

error_sig

Signature: [signal] void error_sig (const QRadioTuner_Error error)

Description: Signal declaration for QRadioTuner::error(QRadioTuner::Error error)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'error_sig'. This is the getter.
The object exposes a writable attribute 'error_sig'. This is the setter.

event

Signature: bool event (QEvent ptr event)

Description: Virtual method bool QRadioTuner::event(QEvent *event)

This method can be reimplemented in a derived class.

eventFilter

Signature: bool eventFilter (QObject ptr watched, QEvent ptr event)

Description: Virtual method bool QRadioTuner::eventFilter(QObject *watched, QEvent *event)

This method can be reimplemented in a derived class.

frequency

Signature: [const] int frequency

Description: Method int QRadioTuner::frequency()

Python specific notes:
The object exposes a readable attribute 'frequency'. This is the getter.

frequency=

Signature: void frequency= (int frequency)

Description: Method void QRadioTuner::setFrequency(int frequency)

Python specific notes:
The object exposes a writable attribute 'frequency'. This is the setter.

frequencyChanged

Signature: [signal] void frequencyChanged (int frequency)

Description: Signal declaration for QRadioTuner::frequencyChanged(int frequency)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'frequencyChanged'. This is the getter.
The object exposes a writable attribute 'frequencyChanged'. This is the setter.

frequencyRange

Signature: [const] QPair_int_int frequencyRange (const QRadioTuner_Band band)

Description: Method QPair<int, int> QRadioTuner::frequencyRange(QRadioTuner::Band band)

frequencyStep

Signature: [const] int frequencyStep (const QRadioTuner_Band band)

Description: Method int QRadioTuner::frequencyStep(QRadioTuner::Band band)

isAntennaConnected?

Signature: [const] bool isAntennaConnected?

Description: Method bool QRadioTuner::isAntennaConnected()

Python specific notes:
The object exposes a readable attribute 'antennaConnected'. This is the getter.

isAvailable

Signature: [const] bool isAvailable

Description: Virtual method bool QRadioTuner::isAvailable()

This method can be reimplemented in a derived class.

isBandSupported?

Signature: [const] bool isBandSupported? (const QRadioTuner_Band b)

Description: Method bool QRadioTuner::isBandSupported(QRadioTuner::Band b)

isMuted?

Signature: [const] bool isMuted?

Description: Method bool QRadioTuner::isMuted()

Python specific notes:
The object exposes a readable attribute 'muted'. This is the getter.

isSearching?

Signature: [const] bool isSearching?

Description: Method bool QRadioTuner::isSearching()

Python specific notes:
The object exposes a readable attribute 'searching'. This is the getter.

isSignalConnected

Signature: [const] bool isSignalConnected (const QMetaMethod signal)

Description: Method bool QRadioTuner::isSignalConnected(const QMetaMethod &signal)

This method is protected and can only be called from inside a derived class.

isStereo?

Signature: [const] bool isStereo?

Description: Method bool QRadioTuner::isStereo()

Python specific notes:
The object exposes a readable attribute 'stereo'. This is the getter.

metaDataAvailableChanged

Signature: [signal] void metaDataAvailableChanged (bool available)

Description: Signal declaration for QRadioTuner::metaDataAvailableChanged(bool available)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'metaDataAvailableChanged'. This is the getter.
The object exposes a writable attribute 'metaDataAvailableChanged'. This is the setter.

metaDataChanged

Signature: [signal] void metaDataChanged

Description: Signal declaration for QRadioTuner::metaDataChanged()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'metaDataChanged'. This is the getter.
The object exposes a writable attribute 'metaDataChanged'. This is the setter.

metaDataChanged_kv

Signature: [signal] void metaDataChanged_kv (string key, variant value)

Description: Signal declaration for QRadioTuner::metaDataChanged(const QString &key, const QVariant &value)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'metaDataChanged_kv'. This is the getter.
The object exposes a writable attribute 'metaDataChanged_kv'. This is the setter.

muted

Signature: [const] bool muted

Description: Method bool QRadioTuner::isMuted()

Python specific notes:
The object exposes a readable attribute 'muted'. This is the getter.

muted=

Signature: void muted= (bool muted)

Description: Method void QRadioTuner::setMuted(bool muted)

Python specific notes:
The object exposes a writable attribute 'muted'. This is the setter.

mutedChanged

Signature: [signal] void mutedChanged (bool muted)

Description: Signal declaration for QRadioTuner::mutedChanged(bool muted)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'mutedChanged'. This is the getter.
The object exposes a writable attribute 'mutedChanged'. This is the setter.

new

Signature: [static] new QRadioTuner new (QObject ptr parent = nullptr)

Description: Constructor QRadioTuner::QRadioTuner(QObject *parent)

This method creates an object of class QRadioTuner.

Python specific notes:
This method is the default initializer of the object.

notifyIntervalChanged

Signature: [signal] void notifyIntervalChanged (int milliSeconds)

Description: Signal declaration for QRadioTuner::notifyIntervalChanged(int milliSeconds)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'notifyIntervalChanged'. This is the getter.
The object exposes a writable attribute 'notifyIntervalChanged'. This is the setter.

objectNameChanged

Signature: [signal] void objectNameChanged (string objectName)

Description: Signal declaration for QRadioTuner::objectNameChanged(const QString &objectName)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'objectNameChanged'. This is the getter.
The object exposes a writable attribute 'objectNameChanged'. This is the setter.

radioData

Signature: [const] QRadioData ptr radioData

Description: Method QRadioData *QRadioTuner::radioData()

Python specific notes:
The object exposes a readable attribute 'radioData'. This is the getter.

receivers

Signature: [const] int receivers (string signal)

Description: Method int QRadioTuner::receivers(const char *signal)

This method is protected and can only be called from inside a derived class.

removePropertyWatch

Signature: void removePropertyWatch (bytes name)

Description: Method void QRadioTuner::removePropertyWatch(const QByteArray &name)

This method is protected and can only be called from inside a derived class.

searchAllStations

Signature: void searchAllStations (const QRadioTuner_SearchMode searchMode = QRadioTuner::SearchFast)

Description: Method void QRadioTuner::searchAllStations(QRadioTuner::SearchMode searchMode)

searchBackward

Signature: void searchBackward

Description: Method void QRadioTuner::searchBackward()

searchForward

Signature: void searchForward

Description: Method void QRadioTuner::searchForward()

searching

Signature: [const] bool searching

Description: Method bool QRadioTuner::isSearching()

Python specific notes:
The object exposes a readable attribute 'searching'. This is the getter.

searchingChanged

Signature: [signal] void searchingChanged (bool searching)

Description: Signal declaration for QRadioTuner::searchingChanged(bool searching)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'searchingChanged'. This is the getter.
The object exposes a writable attribute 'searchingChanged'. This is the setter.

sender

Signature: [const] QObject ptr sender

Description: Method QObject *QRadioTuner::sender()

This method is protected and can only be called from inside a derived class.

senderSignalIndex

Signature: [const] int senderSignalIndex

Description: Method int QRadioTuner::senderSignalIndex()

This method is protected and can only be called from inside a derived class.

service

Signature: [const] QMediaService ptr service

Description: Virtual method QMediaService *QRadioTuner::service()

This method can be reimplemented in a derived class.

setBand

Signature: void setBand (const QRadioTuner_Band band)

Description: Method void QRadioTuner::setBand(QRadioTuner::Band band)

Python specific notes:
The object exposes a writable attribute 'band'. This is the setter.

setFrequency

Signature: void setFrequency (int frequency)

Description: Method void QRadioTuner::setFrequency(int frequency)

Python specific notes:
The object exposes a writable attribute 'frequency'. This is the setter.

setMuted

Signature: void setMuted (bool muted)

Description: Method void QRadioTuner::setMuted(bool muted)

Python specific notes:
The object exposes a writable attribute 'muted'. This is the setter.

setStereoMode

Signature: void setStereoMode (const QRadioTuner_StereoMode mode)

Description: Method void QRadioTuner::setStereoMode(QRadioTuner::StereoMode mode)

Python specific notes:
The object exposes a writable attribute 'stereoMode'. This is the setter.

setVolume

Signature: void setVolume (int volume)

Description: Method void QRadioTuner::setVolume(int volume)

Python specific notes:
The object exposes a writable attribute 'volume'. This is the setter.

signalStrength

Signature: [const] int signalStrength

Description: Method int QRadioTuner::signalStrength()

Python specific notes:
The object exposes a readable attribute 'signalStrength'. This is the getter.

signalStrengthChanged

Signature: [signal] void signalStrengthChanged (int signalStrength)

Description: Signal declaration for QRadioTuner::signalStrengthChanged(int signalStrength)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'signalStrengthChanged'. This is the getter.
The object exposes a writable attribute 'signalStrengthChanged'. This is the setter.

start

Signature: void start

Description: Method void QRadioTuner::start()

state

Signature: [const] QRadioTuner_State state

Description: Method QRadioTuner::State QRadioTuner::state()

Python specific notes:
The object exposes a readable attribute 'state'. This is the getter.

stateChanged

Signature: [signal] void stateChanged (const QRadioTuner_State state)

Description: Signal declaration for QRadioTuner::stateChanged(QRadioTuner::State state)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'stateChanged'. This is the getter.
The object exposes a writable attribute 'stateChanged'. This is the setter.

staticMetaObject

Signature: [static] QMetaObject staticMetaObject

Description: Obtains the static MetaObject for this class.

stationFound

Signature: [signal] void stationFound (int frequency, string stationId)

Description: Signal declaration for QRadioTuner::stationFound(int frequency, QString stationId)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'stationFound'. This is the getter.
The object exposes a writable attribute 'stationFound'. This is the setter.

stereo

Signature: [const] bool stereo

Description: Method bool QRadioTuner::isStereo()

Python specific notes:
The object exposes a readable attribute 'stereo'. This is the getter.

stereoMode

Signature: [const] QRadioTuner_StereoMode stereoMode

Description: Method QRadioTuner::StereoMode QRadioTuner::stereoMode()

Python specific notes:
The object exposes a readable attribute 'stereoMode'. This is the getter.

stereoMode=

Signature: void stereoMode= (const QRadioTuner_StereoMode mode)

Description: Method void QRadioTuner::setStereoMode(QRadioTuner::StereoMode mode)

Python specific notes:
The object exposes a writable attribute 'stereoMode'. This is the setter.

stereoStatusChanged

Signature: [signal] void stereoStatusChanged (bool stereo)

Description: Signal declaration for QRadioTuner::stereoStatusChanged(bool stereo)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'stereoStatusChanged'. This is the getter.
The object exposes a writable attribute 'stereoStatusChanged'. This is the setter.

stop

Signature: void stop

Description: Method void QRadioTuner::stop()

timerEvent

Signature: void timerEvent (QTimerEvent ptr event)

Description: Virtual method void QRadioTuner::timerEvent(QTimerEvent *event)

This method can be reimplemented in a derived class.

tr

Signature: [static] string tr (string s, string c = nullptr, int n = -1)

Description: Static method QString QRadioTuner::tr(const char *s, const char *c, int n)

This method is static and can be called without an instance.

trUtf8

Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1)

Description: Static method QString QRadioTuner::trUtf8(const char *s, const char *c, int n)

This method is static and can be called without an instance.

unbind

Signature: void unbind (QObject ptr arg1)

Description: Virtual method void QRadioTuner::unbind(QObject *)

This method can be reimplemented in a derived class.

volume

Signature: [const] int volume

Description: Method int QRadioTuner::volume()

Python specific notes:
The object exposes a readable attribute 'volume'. This is the getter.

volume=

Signature: void volume= (int volume)

Description: Method void QRadioTuner::setVolume(int volume)

Python specific notes:
The object exposes a writable attribute 'volume'. This is the setter.

volumeChanged

Signature: [signal] void volumeChanged (int volume)

Description: Signal declaration for QRadioTuner::volumeChanged(int volume)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'volumeChanged'. This is the getter.
The object exposes a writable attribute 'volumeChanged'. This is the setter.