#include <standardscandialog.h>
Public Member Functions | |
StandardScanDialog (QWidget *parent) | |
~StandardScanDialog () | |
bool | connectI (Interface *i) |
bool | disconnectI (Interface *i) |
void | start () |
void | stop () |
const StationList & | getStations () const |
bool | noticeSeekStopped () |
bool | noticeSeekFinished (const RadioStation &s, bool goodQuality) |
bool | noticeProgress (float f) |
bool | noticeStationChanged (const RadioStation &, int) |
bool | noticeStationsChanged (const StationList &) |
bool | noticePresetFileChanged (const QString &) |
bool | noticeRDSStateChanged (bool) |
bool | noticeRDSRadioTextChanged (const QString &) |
bool | noticeRDSStationNameChanged (const QString &) |
bool | noticeCurrentSoundStreamSourceIDChanged (SoundStreamID) |
bool | noticeCurrentSoundStreamSinkIDChanged (SoundStreamID) |
Public Attributes | |
RECEIVERS | __pad0__: bool noticeSeekStarted (bool up) |
RECEIVERS | __pad1__: bool noticePowerChanged(bool on) |
Protected Slots | |
void | slotStartStop () |
void | slotOk () |
void | slotDiscard () |
void | slotWait4RDSTimeout () |
Protected Member Functions | |
void | addCurrentStation () |
void | continueScan () |
Protected Attributes | |
int | m_count |
bool | m_running |
bool | m_oldPowerOn |
RadioStation * | m_oldStation |
QDateTime | m_startTime |
StationList | m_stations |
bool | m_ignorePower |
Ui_StandardScanDialogUI * | m_ui |
QTimer | m_Wait4RDSTimeout |
bool | m_waiting4RDS |
Definition at line 35 of file standardscandialog.h.
StandardScanDialog::StandardScanDialog | ( | QWidget * | parent | ) |
StandardScanDialog::~StandardScanDialog | ( | ) |
void StandardScanDialog::addCurrentStation | ( | ) | [protected] |
bool StandardScanDialog::connectI | ( | Interface * | i | ) |
void StandardScanDialog::continueScan | ( | ) | [protected] |
bool StandardScanDialog::disconnectI | ( | Interface * | i | ) |
const StationList& StandardScanDialog::getStations | ( | ) | const [inline] |
Definition at line 51 of file standardscandialog.h.
bool StandardScanDialog::noticeCurrentSoundStreamSinkIDChanged | ( | SoundStreamID | ) | [inline] |
Definition at line 74 of file standardscandialog.h.
bool StandardScanDialog::noticeCurrentSoundStreamSourceIDChanged | ( | SoundStreamID | ) | [inline] |
Definition at line 73 of file standardscandialog.h.
bool StandardScanDialog::noticePresetFileChanged | ( | const QString & | ) | [inline] |
Definition at line 67 of file standardscandialog.h.
bool StandardScanDialog::noticeProgress | ( | float | f | ) |
bool StandardScanDialog::noticeRDSRadioTextChanged | ( | const QString & | ) | [inline] |
Definition at line 70 of file standardscandialog.h.
bool StandardScanDialog::noticeRDSStateChanged | ( | bool | ) | [inline] |
Definition at line 69 of file standardscandialog.h.
bool StandardScanDialog::noticeRDSStationNameChanged | ( | const QString & | ) |
bool StandardScanDialog::noticeSeekFinished | ( | const RadioStation & | s, | |
bool | goodQuality | |||
) |
bool StandardScanDialog::noticeSeekStopped | ( | ) |
bool StandardScanDialog::noticeStationChanged | ( | const RadioStation & | , | |
int | ||||
) | [inline] |
Definition at line 65 of file standardscandialog.h.
bool StandardScanDialog::noticeStationsChanged | ( | const StationList & | ) | [inline] |
Definition at line 66 of file standardscandialog.h.
void StandardScanDialog::slotDiscard | ( | ) | [protected, slot] |
void StandardScanDialog::slotOk | ( | ) | [protected, slot] |
void StandardScanDialog::slotStartStop | ( | ) | [protected, slot] |
void StandardScanDialog::slotWait4RDSTimeout | ( | ) | [protected, slot] |
void StandardScanDialog::start | ( | ) |
void StandardScanDialog::stop | ( | ) |
RECEIVERS StandardScanDialog::__pad0__ |
Definition at line 56 of file standardscandialog.h.
RECEIVERS StandardScanDialog::__pad1__ |
Definition at line 64 of file standardscandialog.h.
int StandardScanDialog::m_count [protected] |
Definition at line 88 of file standardscandialog.h.
bool StandardScanDialog::m_ignorePower [protected] |
Definition at line 96 of file standardscandialog.h.
bool StandardScanDialog::m_oldPowerOn [protected] |
Definition at line 90 of file standardscandialog.h.
RadioStation* StandardScanDialog::m_oldStation [protected] |
Definition at line 91 of file standardscandialog.h.
bool StandardScanDialog::m_running [protected] |
Definition at line 89 of file standardscandialog.h.
QDateTime StandardScanDialog::m_startTime [protected] |
Definition at line 92 of file standardscandialog.h.
StationList StandardScanDialog::m_stations [protected] |
Definition at line 94 of file standardscandialog.h.
Ui_StandardScanDialogUI* StandardScanDialog::m_ui [protected] |
Definition at line 98 of file standardscandialog.h.
QTimer StandardScanDialog::m_Wait4RDSTimeout [protected] |
Definition at line 100 of file standardscandialog.h.
bool StandardScanDialog::m_waiting4RDS [protected] |
Definition at line 101 of file standardscandialog.h.