#include <standardscandialog.h>
Inheritance diagram for StandardScanDialog:
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 | noticeCurrentSoundStreamIDChanged (SoundStreamID) |
Public Attributes | |
RECEIVERS | __pad0__: bool noticeSeekStarted (bool up) |
RECEIVERS | __pad1__: bool noticePowerChanged(bool on) |
Protected Slots | |
void | slotCancelDone () |
Protected Attributes | |
int | m_count |
bool | m_running |
bool | m_oldPowerOn |
RadioStation * | m_oldStation |
QDateTime | m_startTime |
StationList | m_stations |
bool | m_ignorePower |
Definition at line 33 of file standardscandialog.h.
StandardScanDialog::StandardScanDialog | ( | QWidget * | parent | ) |
StandardScanDialog::~StandardScanDialog | ( | ) |
bool StandardScanDialog::connectI | ( | Interface * | i | ) |
bool StandardScanDialog::disconnectI | ( | Interface * | i | ) |
const StationList& StandardScanDialog::getStations | ( | ) | const [inline] |
bool StandardScanDialog::noticeCurrentSoundStreamIDChanged | ( | SoundStreamID | ) | [inline] |
Definition at line 80 of file standardscandialog.h.
bool StandardScanDialog::noticePresetFileChanged | ( | const QString & | ) | [inline] |
Definition at line 78 of file standardscandialog.h.
bool StandardScanDialog::noticeProgress | ( | float | f | ) |
bool StandardScanDialog::noticeSeekFinished | ( | const RadioStation & | s, | |
bool | goodQuality | |||
) |
bool StandardScanDialog::noticeSeekStopped | ( | ) |
bool StandardScanDialog::noticeStationChanged | ( | const RadioStation & | , | |
int | ||||
) | [inline] |
Definition at line 76 of file standardscandialog.h.
bool StandardScanDialog::noticeStationsChanged | ( | const StationList & | ) | [inline] |
Definition at line 77 of file standardscandialog.h.
void StandardScanDialog::slotCancelDone | ( | ) | [protected, slot] |
void StandardScanDialog::start | ( | ) |
void StandardScanDialog::stop | ( | ) |
RECEIVERS StandardScanDialog::__pad0__ |
Definition at line 54 of file standardscandialog.h.
RECEIVERS StandardScanDialog::__pad1__ |
Definition at line 75 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] |