QIfAmFmTunerStation Class
The QIfTunerStation represents a tuner station. More...
Header: | #include <QIfAmFmTunerStation> |
qmake: | QT += ifmedia |
Instantiated By: | AmFmTunerStation |
Inherits: | QIfTunerStation |
Properties
- band : QIfAmFmTuner::Band
Public Functions
virtual QIfAmFmTuner::Band | band() const |
virtual void | setBand(QIfAmFmTuner::Band band) |
bool | operator!=(const QIfAmFmTunerStation &other) const |
bool | operator==(const QIfAmFmTunerStation &other) const |
Reimplemented Public Functions
virtual QString | type() const override |
Property Documentation
band : QIfAmFmTuner::Band
Holds the band of the tuner station.
Access functions:
virtual QIfAmFmTuner::Band | band() const |
virtual void | setBand(QIfAmFmTuner::Band band) |
Member Function Documentation
[override virtual]
QString QIfAmFmTunerStation::type() const
Reimplements: QIfTunerStation::type() const.
bool QIfAmFmTunerStation::operator!=(const QIfAmFmTunerStation &other) const
Returns true if this item is not equal to other; otherwise returns false.
See also operator==().
bool QIfAmFmTunerStation::operator==(const QIfAmFmTunerStation &other) const
Returns true if this item is equal to other; otherwise returns false.
See also operator!=().
© 2021 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.