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
| new QRadioTuner | new | (QObject ptr parent = 0) | Constructor QRadioTuner::QRadioTuner(QObject *parent) |
| void | _create | Ensures the C++ object is created | ||
| void | _destroy | Explicitly 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 | _manage | Marks the object as managed by the script side. | ||
| void | _unmanage | Marks the object as no longer owned by the script side. | ||
| [const] | bool | antennaConnected | Method bool QRadioTuner::isAntennaConnected() | |
| void | antennaConnectedChanged | (bool connectionStatus) | Method void QRadioTuner::antennaConnectedChanged(bool connectionStatus) | |
| [const] | QMultimedia_AvailabilityStatus | availability | Virtual method QMultimedia::AvailabilityStatus QRadioTuner::availability() | |
| [const] | QRadioTuner_Band | band | Method QRadioTuner::Band QRadioTuner::band() | |
| void | band= | (const QRadioTuner_Band band) | Method void QRadioTuner::setBand(QRadioTuner::Band band) | |
| void | bandChanged | (const QRadioTuner_Band band) | Method void QRadioTuner::bandChanged(QRadioTuner::Band band) | |
| bool | bind | (QObject ptr arg1) | Virtual method bool QRadioTuner::bind(QObject *) | |
| void | cancelSearch | Method void QRadioTuner::cancelSearch() | ||
| [const] | QRadioTuner_Error | error | Method QRadioTuner::Error QRadioTuner::error() | |
| [const] | string | errorString | Method QString QRadioTuner::errorString() | |
| void | error_sig | (const QRadioTuner_Error error) | Method void QRadioTuner::error(QRadioTuner::Error error) | |
| bool | event | (QEvent ptr arg1) | Virtual method bool QRadioTuner::event(QEvent *) | |
| bool | eventFilter | (QObject ptr arg1, QEvent ptr arg2) | Virtual method bool QRadioTuner::eventFilter(QObject *, QEvent *) | |
| [const] | int | frequency | Method int QRadioTuner::frequency() | |
| void | frequency= | (int frequency) | Method void QRadioTuner::setFrequency(int frequency) | |
| void | frequencyChanged | (int frequency) | Method void QRadioTuner::frequencyChanged(int frequency) | |
| [const] | QPair_int_int | frequencyRange | (const QRadioTuner_Band band) | Method QPair<int, int> QRadioTuner::frequencyRange(QRadioTuner::Band band) |
| [const] | int | frequencyStep | (const QRadioTuner_Band band) | Method int QRadioTuner::frequencyStep(QRadioTuner::Band band) |
| [const] | bool | isAntennaConnected? | Method bool QRadioTuner::isAntennaConnected() | |
| [const] | bool | isAvailable | Virtual method bool QRadioTuner::isAvailable() | |
| [const] | bool | isBandSupported? | (const QRadioTuner_Band b) | Method bool QRadioTuner::isBandSupported(QRadioTuner::Band b) |
| [const] | bool | isMuted? | Method bool QRadioTuner::isMuted() | |
| [const] | bool | isSearching? | Method bool QRadioTuner::isSearching() | |
| [const] | bool | isStereo? | Method bool QRadioTuner::isStereo() | |
| [const] | bool | muted | Method bool QRadioTuner::isMuted() | |
| void | muted= | (bool muted) | Method void QRadioTuner::setMuted(bool muted) | |
| void | mutedChanged | (bool muted) | Method void QRadioTuner::mutedChanged(bool muted) | |
| [const] | QRadioData ptr | radioData | Method QRadioData *QRadioTuner::radioData() | |
| void | searchAllStations | (const QRadioTuner_SearchMode searchMode = QRadioTuner::SearchFast) | Method void QRadioTuner::searchAllStations(QRadioTuner::SearchMode searchMode) | |
| void | searchBackward | Method void QRadioTuner::searchBackward() | ||
| void | searchForward | Method void QRadioTuner::searchForward() | ||
| [const] | bool | searching | Method bool QRadioTuner::isSearching() | |
| void | searchingChanged | (bool searching) | Method void QRadioTuner::searchingChanged(bool searching) | |
| [const] | QMediaService ptr | service | Virtual method QMediaService *QRadioTuner::service() | |
| void | setBand | (const QRadioTuner_Band band) | Method void QRadioTuner::setBand(QRadioTuner::Band band) | |
| void | setFrequency | (int frequency) | Method void QRadioTuner::setFrequency(int frequency) | |
| void | setMuted | (bool muted) | Method void QRadioTuner::setMuted(bool muted) | |
| void | setStereoMode | (const QRadioTuner_StereoMode mode) | Method void QRadioTuner::setStereoMode(QRadioTuner::StereoMode mode) | |
| void | setVolume | (int volume) | Method void QRadioTuner::setVolume(int volume) | |
| [const] | int | signalStrength | Method int QRadioTuner::signalStrength() | |
| void | signalStrengthChanged | (int signalStrength) | Method void QRadioTuner::signalStrengthChanged(int signalStrength) | |
| void | start | Method void QRadioTuner::start() | ||
| [const] | QRadioTuner_State | state | Method QRadioTuner::State QRadioTuner::state() | |
| void | stateChanged | (const QRadioTuner_State state) | Method void QRadioTuner::stateChanged(QRadioTuner::State state) | |
| void | stationFound | (int frequency, string stationId) | Method void QRadioTuner::stationFound(int frequency, QString stationId) | |
| [const] | bool | stereo | Method bool QRadioTuner::isStereo() | |
| [const] | QRadioTuner_StereoMode | stereoMode | Method QRadioTuner::StereoMode QRadioTuner::stereoMode() | |
| void | stereoMode= | (const QRadioTuner_StereoMode mode) | Method void QRadioTuner::setStereoMode(QRadioTuner::StereoMode mode) | |
| void | stereoStatusChanged | (bool stereo) | Method void QRadioTuner::stereoStatusChanged(bool stereo) | |
| void | stop | Method void QRadioTuner::stop() | ||
| void | unbind | (QObject ptr arg1) | Virtual method void QRadioTuner::unbind(QObject *) | |
| [const] | int | volume | Method int QRadioTuner::volume() | |
| void | volume= | (int volume) | Method void QRadioTuner::setVolume(int volume) | |
| void | volumeChanged | (int volume) | Method void QRadioTuner::volumeChanged(int volume) |
| [static,const] | QRadioTuner_Band | AM | Enum constant QRadioTuner::AM | |
| [static,const] | QRadioTuner_State | ActiveState | Enum constant QRadioTuner::ActiveState | |
| [static,const] | QRadioTuner_StereoMode | Auto | Enum constant QRadioTuner::Auto | |
| [static,const] | QRadioTuner_Band | FM | Enum constant QRadioTuner::FM | |
| [static,const] | QRadioTuner_Band | FM2 | Enum constant QRadioTuner::FM2 | |
| [static,const] | QRadioTuner_StereoMode | ForceMono | Enum constant QRadioTuner::ForceMono | |
| [static,const] | QRadioTuner_StereoMode | ForceStereo | Enum constant QRadioTuner::ForceStereo | |
| [static,const] | QRadioTuner_Band | LW | Enum constant QRadioTuner::LW | |
| [static,const] | QRadioTuner_Error | NoError | Enum constant QRadioTuner::NoError | |
| [static,const] | QRadioTuner_Error | OpenError | Enum constant QRadioTuner::OpenError | |
| [static,const] | QRadioTuner_Error | OutOfRangeError | Enum constant QRadioTuner::OutOfRangeError | |
| [static,const] | QRadioTuner_Error | ResourceError | Enum constant QRadioTuner::ResourceError | |
| [static,const] | QRadioTuner_Band | SW | Enum constant QRadioTuner::SW | |
| [static,const] | QRadioTuner_SearchMode | SearchFast | Enum constant QRadioTuner::SearchFast | |
| [static,const] | QRadioTuner_SearchMode | SearchGetStationId | Enum constant QRadioTuner::SearchGetStationId | |
| [static,const] | QRadioTuner_State | StoppedState | Enum constant QRadioTuner::StoppedState | |
| QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
| string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QRadioTuner::tr(const char *s, const char *c, int n) | |
| string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QRadioTuner::trUtf8(const char *s, const char *c, int n) |
| void | addPropertyWatch | (bytes name) | Method void QRadioTuner::addPropertyWatch(QByteArray const &name) | ||
| void | childEvent | (QChildEvent ptr arg1) | Virtual method void QRadioTuner::childEvent(QChildEvent *) | ||
| void | customEvent | (QEvent ptr arg1) | Virtual method void QRadioTuner::customEvent(QEvent *) | ||
| void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QRadioTuner::disconnectNotify(const QMetaMethod &signal) | ||
| [const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QRadioTuner::isSignalConnected(const QMetaMethod &signal) | |
| [const] | int | receivers | (string signal) | Method int QRadioTuner::receivers(const char *signal) | |
| void | removePropertyWatch | (bytes name) | Method void QRadioTuner::removePropertyWatch(QByteArray const &name) | ||
| [const] | QObject ptr | sender | Method QObject *QRadioTuner::sender() | ||
| [const] | int | senderSignalIndex | Method int QRadioTuner::senderSignalIndex() | ||
| void | timerEvent | (QTimerEvent ptr arg1) | Virtual method void QRadioTuner::timerEvent(QTimerEvent *) |
AM | Signature: [static,const] QRadioTuner_Band AM Description: Enum constant QRadioTuner::AM Python specific notes: |
ActiveState | Signature: [static,const] QRadioTuner_State ActiveState Description: Enum constant QRadioTuner::ActiveState Python specific notes: |
Auto | Signature: [static,const] QRadioTuner_StereoMode Auto Description: Enum constant QRadioTuner::Auto Python specific notes: |
FM | Signature: [static,const] QRadioTuner_Band FM Description: Enum constant QRadioTuner::FM Python specific notes: |
FM2 | Signature: [static,const] QRadioTuner_Band FM2 Description: Enum constant QRadioTuner::FM2 Python specific notes: |
ForceMono | Signature: [static,const] QRadioTuner_StereoMode ForceMono Description: Enum constant QRadioTuner::ForceMono Python specific notes: |
ForceStereo | Signature: [static,const] QRadioTuner_StereoMode ForceStereo Description: Enum constant QRadioTuner::ForceStereo Python specific notes: |
LW | Signature: [static,const] QRadioTuner_Band LW Description: Enum constant QRadioTuner::LW Python specific notes: |
NoError | Signature: [static,const] QRadioTuner_Error NoError Description: Enum constant QRadioTuner::NoError Python specific notes: |
OpenError | Signature: [static,const] QRadioTuner_Error OpenError Description: Enum constant QRadioTuner::OpenError Python specific notes: |
OutOfRangeError | Signature: [static,const] QRadioTuner_Error OutOfRangeError Description: Enum constant QRadioTuner::OutOfRangeError Python specific notes: |
ResourceError | Signature: [static,const] QRadioTuner_Error ResourceError Description: Enum constant QRadioTuner::ResourceError Python specific notes: |
SW | Signature: [static,const] QRadioTuner_Band SW Description: Enum constant QRadioTuner::SW Python specific notes: |
SearchFast | Signature: [static,const] QRadioTuner_SearchMode SearchFast Description: Enum constant QRadioTuner::SearchFast Python specific notes: |
SearchGetStationId | Signature: [static,const] QRadioTuner_SearchMode SearchGetStationId Description: Enum constant QRadioTuner::SearchGetStationId Python specific notes: |
StoppedState | Signature: [static,const] QRadioTuner_State StoppedState Description: Enum constant QRadioTuner::StoppedState Python specific notes: |
_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(QByteArray const &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: |
antennaConnectedChanged | Signature: void antennaConnectedChanged (bool connectionStatus) Description: Method void QRadioTuner::antennaConnectedChanged(bool connectionStatus) |
availability | Signature: [const] QMultimedia_AvailabilityStatus availability Description: Virtual method QMultimedia::AvailabilityStatus QRadioTuner::availability() This method can be reimplemented in a derived class. |
band | Signature: [const] QRadioTuner_Band band Description: Method QRadioTuner::Band QRadioTuner::band() Python specific notes: |
band= | Signature: void band= (const QRadioTuner_Band band) Description: Method void QRadioTuner::setBand(QRadioTuner::Band band) Python specific notes: |
bandChanged | Signature: void bandChanged (const QRadioTuner_Band band) Description: Method void QRadioTuner::bandChanged(QRadioTuner::Band band) |
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 arg1) Description: Virtual method void QRadioTuner::childEvent(QChildEvent *) This method can be reimplemented in a derived class. |
customEvent | Signature: void customEvent (QEvent ptr arg1) Description: Virtual method void QRadioTuner::customEvent(QEvent *) This method can be reimplemented in a derived class. |
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. |
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: void error_sig (const QRadioTuner_Error error) Description: Method void QRadioTuner::error(QRadioTuner::Error error) |
event | Signature: bool event (QEvent ptr arg1) Description: Virtual method bool QRadioTuner::event(QEvent *) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr arg1, QEvent ptr arg2) Description: Virtual method bool QRadioTuner::eventFilter(QObject *, QEvent *) This method can be reimplemented in a derived class. |
frequency | Signature: [const] int frequency Description: Method int QRadioTuner::frequency() Python specific notes: |
frequency= | Signature: void frequency= (int frequency) Description: Method void QRadioTuner::setFrequency(int frequency) Python specific notes: |
frequencyChanged | Signature: void frequencyChanged (int frequency) Description: Method void QRadioTuner::frequencyChanged(int frequency) |
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: |
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: |
isSearching? | Signature: [const] bool isSearching? Description: Method bool QRadioTuner::isSearching() Python specific notes: |
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: |
muted | Signature: [const] bool muted Description: Method bool QRadioTuner::isMuted() Python specific notes: |
muted= | Signature: void muted= (bool muted) Description: Method void QRadioTuner::setMuted(bool muted) Python specific notes: |
mutedChanged | Signature: void mutedChanged (bool muted) Description: Method void QRadioTuner::mutedChanged(bool muted) |
new | Signature: [static] new QRadioTuner new (QObject ptr parent = 0) Description: Constructor QRadioTuner::QRadioTuner(QObject *parent) This method creates an object of class QRadioTuner. Python specific notes: |
radioData | Signature: [const] QRadioData ptr radioData Description: Method QRadioData *QRadioTuner::radioData() Python specific notes: |
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(QByteArray const &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: |
searchingChanged | Signature: void searchingChanged (bool searching) Description: Method void QRadioTuner::searchingChanged(bool searching) |
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: |
setFrequency | Signature: void setFrequency (int frequency) Description: Method void QRadioTuner::setFrequency(int frequency) Python specific notes: |
setMuted | Signature: void setMuted (bool muted) Description: Method void QRadioTuner::setMuted(bool muted) Python specific notes: |
setStereoMode | Signature: void setStereoMode (const QRadioTuner_StereoMode mode) Description: Method void QRadioTuner::setStereoMode(QRadioTuner::StereoMode mode) Python specific notes: |
setVolume | Signature: void setVolume (int volume) Description: Method void QRadioTuner::setVolume(int volume) Python specific notes: |
signalStrength | Signature: [const] int signalStrength Description: Method int QRadioTuner::signalStrength() Python specific notes: |
signalStrengthChanged | Signature: void signalStrengthChanged (int signalStrength) Description: Method void QRadioTuner::signalStrengthChanged(int signalStrength) |
start | Signature: void start Description: Method void QRadioTuner::start() |
state | Signature: [const] QRadioTuner_State state Description: Method QRadioTuner::State QRadioTuner::state() Python specific notes: |
stateChanged | Signature: void stateChanged (const QRadioTuner_State state) Description: Method void QRadioTuner::stateChanged(QRadioTuner::State state) |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
stationFound | Signature: void stationFound (int frequency, string stationId) Description: Method void QRadioTuner::stationFound(int frequency, QString stationId) |
stereo | Signature: [const] bool stereo Description: Method bool QRadioTuner::isStereo() Python specific notes: |
stereoMode | Signature: [const] QRadioTuner_StereoMode stereoMode Description: Method QRadioTuner::StereoMode QRadioTuner::stereoMode() Python specific notes: |
stereoMode= | Signature: void stereoMode= (const QRadioTuner_StereoMode mode) Description: Method void QRadioTuner::setStereoMode(QRadioTuner::StereoMode mode) Python specific notes: |
stereoStatusChanged | Signature: void stereoStatusChanged (bool stereo) Description: Method void QRadioTuner::stereoStatusChanged(bool stereo) |
stop | Signature: void stop Description: Method void QRadioTuner::stop() |
timerEvent | Signature: void timerEvent (QTimerEvent ptr arg1) Description: Virtual method void QRadioTuner::timerEvent(QTimerEvent *) 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: |
volume= | Signature: void volume= (int volume) Description: Method void QRadioTuner::setVolume(int volume) Python specific notes: |
volumeChanged | Signature: void volumeChanged (int volume) Description: Method void QRadioTuner::volumeChanged(int volume) |