Remove antiquated \since lines in docs.
They aren't useful in the case of QtMultimedia{Kit}
Change-Id: If1b0b6625763c85907fb05beb9c440046472ddef
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b228ff95d7
commit
a6268601c9
@@ -50,7 +50,6 @@ QT_BEGIN_NAMESPACE
|
||||
\class QRadioTunerControl
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia-serv
|
||||
\since 1.0
|
||||
|
||||
|
||||
\brief The QRadioTunerControl class provides access to the radio tuning
|
||||
@@ -102,35 +101,30 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
\fn bool QRadioTunerControl::isAvailable() const
|
||||
|
||||
Returns true if the radio service is ready to use.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QtMultimedia::AvailabilityError QRadioTunerControl::availabilityError() const
|
||||
|
||||
Returns the error state of the radio service.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QRadioTuner::State QRadioTunerControl::state() const
|
||||
|
||||
Returns the current radio tuner state.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QRadioTuner::Band QRadioTunerControl::band() const
|
||||
|
||||
Returns the frequency band a radio tuner is tuned to.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::bandChanged(QRadioTuner::Band band)
|
||||
|
||||
Signals that the frequency \a band a radio tuner is tuned to has changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -139,7 +133,6 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
Sets the frequecy \a band a radio tuner is tuned to.
|
||||
|
||||
Changing the frequency band will reset the frequency to the minimum frequency of the new band.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -148,14 +141,12 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
Identifies if a frequency \a band is supported.
|
||||
|
||||
Returns true if the band is supported, and false if it is not.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn int QRadioTunerControl::frequency() const
|
||||
|
||||
Returns the frequency a radio tuner is tuned to.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -163,21 +154,18 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
|
||||
Returns the number of Hertz to increment the frequency by when stepping through frequencies
|
||||
within a given \a band.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QPair<int,int> QRadioTunerControl::frequencyRange(QRadioTuner::Band band) const
|
||||
|
||||
Returns a frequency \a band's minimum and maximum frequency.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::setFrequency(int frequency)
|
||||
|
||||
Sets the \a frequency a radio tuner is tuned to.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -186,7 +174,6 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
Identifies if a radio tuner is receiving a stereo signal.
|
||||
|
||||
Returns true if the tuner is receiving a stereo signal, and false if it is not.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -194,7 +181,6 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
|
||||
Returns a radio tuner's stereo mode.
|
||||
|
||||
\since 1.0
|
||||
\sa QRadioTuner::StereoMode
|
||||
*/
|
||||
|
||||
@@ -203,7 +189,6 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
|
||||
Sets a radio tuner's stereo \a mode.
|
||||
|
||||
\since 1.0
|
||||
\sa QRadioTuner::StereoMode
|
||||
*/
|
||||
|
||||
@@ -211,21 +196,18 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
\fn int QRadioTunerControl::signalStrength() const
|
||||
|
||||
Return a radio tuner's current signal strength as a percentage.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn int QRadioTunerControl::volume() const
|
||||
|
||||
Returns the volume of a radio tuner's audio output as a percentage.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::setVolume(int volume)
|
||||
|
||||
Sets the percentage \a volume of a radio tuner's audio output.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -234,14 +216,12 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
Identifies if a radio tuner's audio output is muted.
|
||||
|
||||
Returns true if the audio is muted, and false if it is not.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::setMuted(bool muted)
|
||||
|
||||
Sets the \a muted state of a radio tuner's audio output.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
@@ -250,70 +230,60 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
Identifies if a radio tuner is currently scanning for signal.
|
||||
|
||||
Returns true if the tuner is scanning, and false if it is not.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::searchForward()
|
||||
|
||||
Starts a forward scan for a signal, starting from the current \l frequency().
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::searchBackward()
|
||||
|
||||
Starts a backwards scan for a signal, starting from the current \l frequency().
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::searchAllStations()
|
||||
|
||||
Starts a scan through the whole frequency band searching all stations
|
||||
\since 5.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::cancelSearch()
|
||||
|
||||
Stops scanning for a signal.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::start()
|
||||
|
||||
Activate the radio device.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QRadioTunerControl::stop()
|
||||
|
||||
Deactivate the radio device.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QRadioTuner::Error QRadioTunerControl::error() const
|
||||
|
||||
Returns the error state of a radio tuner.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QString QRadioTunerControl::errorString() const
|
||||
|
||||
Returns a string describing a radio tuner's error state.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::stateChanged(QRadioTuner::State state)
|
||||
|
||||
Signals that the \a state of a radio tuner has changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
|
||||
@@ -321,56 +291,48 @@ QRadioTunerControl::~QRadioTunerControl()
|
||||
\fn void QRadioTunerControl::frequencyChanged(int frequency)
|
||||
|
||||
Signals that the \a frequency a radio tuner is tuned to has changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::stereoStatusChanged(bool stereo)
|
||||
|
||||
Signals that the \a stereo state of a radio tuner has changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::searchingChanged(bool searching)
|
||||
|
||||
Signals that the \a searching state of a radio tuner has changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::signalStrengthChanged(int strength)
|
||||
|
||||
Signals that the percentage \a strength of the signal received by a radio tuner has changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::volumeChanged(int volume)
|
||||
|
||||
Signals that the percentage \a volume of radio tuner's audio output has changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::mutedChanged(bool muted)
|
||||
|
||||
Signals that the \a muted state of a radio tuner's audio output has changed.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::error(QRadioTuner::Error error)
|
||||
|
||||
Signals that an \a error has occurred.
|
||||
\since 1.0
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QRadioTunerControl::stationFound(int frequency)
|
||||
|
||||
Signals that new station with \a frequency was found when scanning
|
||||
\since 5.0
|
||||
*/
|
||||
|
||||
#include "moc_qradiotunercontrol.cpp"
|
||||
|
||||
Reference in New Issue
Block a user