Detailed Description
The QRadioDataControl class provides access to the RDS functionality of the radio in the QMediaService.
The functionality provided by this control is exposed to application code through the QRadioData class.
The interface name of QRadioDataControl is org.qt-project.qt.radiodatacontrol/5.0 as defined in QRadioDataControl_iid.
Member Function Documentation
QRadioDataControl::QRadioDataControl(QObject * parent = 0) [protected]
Constructs a radio data control with the given parent.
QRadioDataControl::~QRadioDataControl()
Destroys a radio data control.
void QRadioDataControl::alternativeFrequenciesEnabledChanged(bool enabled) [signal]
Signals that the alternative frequencies setting has changed to the value of enabled.
QRadioData::Error QRadioDataControl::error() const [pure virtual]
Returns the error state of a radio data.
void QRadioDataControl::error(QRadioData::Error error) [signal]
Signals that an error has occurred.
QString QRadioDataControl::errorString() const [pure virtual]
Returns a string describing a radio data's error state.
bool QRadioDataControl::isAlternativeFrequenciesEnabled() const [pure virtual]
Returns true if Alternative Frequency is currently enabled
QRadioData::ProgramType QRadioDataControl::programType() const [pure virtual]
Returns the current Program Type
void QRadioDataControl::programTypeChanged(QRadioData::ProgramType programType) [signal]
Signals that the Program Type programType has changed
QString QRadioDataControl::programTypeName() const [pure virtual]
Returns the current Program Type Name
void QRadioDataControl::programTypeNameChanged(QString programTypeName) [signal]
Signals that the Program Type Name programTypeName has changed
QString QRadioDataControl::radioText() const [pure virtual]
Returns the current Radio Text
void QRadioDataControl::radioTextChanged(QString radioText) [signal]
Signals that the Radio Text radioText has changed
void QRadioDataControl::setAlternativeFrequenciesEnabled(bool enabled) [pure virtual]
Sets the Alternative Frequency to enabled
See also isAlternativeFrequenciesEnabled().
QString QRadioDataControl::stationId() const [pure virtual]
Returns the current Program Identification
void QRadioDataControl::stationIdChanged(QString stationId) [signal]
Signals that the Program Identification stationId has changed
QString QRadioDataControl::stationName() const [pure virtual]
Returns the current Program Service
void QRadioDataControl::stationNameChanged(QString stationName) [signal]
Signals that the Program Service stationName has changed