#include <scanmonitor.h>
Public Member Functions | |
| ScanMonitor (ChannelScanner *cs) | |
| virtual void | deleteLater (void) |
| virtual void | customEvent (QEvent *) |
| void | ScanPercentComplete (int pct) |
| void | ScanUpdateStatusText (const QString &status) |
| void | ScanUpdateStatusTitleText (const QString &status) |
| void | ScanAppendTextToLog (const QString &status) |
| void | ScanComplete (void) |
| virtual void | AllGood (void) |
| Signal to be sent when you have a lock on all values. | |
| virtual void | StatusSignalLock (const SignalMonitorValue &) |
| Signal to be sent as true when it is safe to begin or continue recording, and false if it may not be safe. | |
| virtual void | StatusChannelTuned (const SignalMonitorValue &) |
| Signal to be sent with change change status. | |
| virtual void | StatusSignalStrength (const SignalMonitorValue &) |
| Signal to be sent with an actual signal value. | |
| virtual void | StatusSignalToNoise (const SignalMonitorValue &) |
| virtual void | StatusBitErrorRate (const SignalMonitorValue &) |
| virtual void | StatusUncorrectedBlocks (const SignalMonitorValue &) |
| virtual void | StatusRotorPosition (const SignalMonitorValue &) |
Private Member Functions | |
| ~ScanMonitor () | |
Private Attributes | |
| ChannelScanner * | channelScanner |
Friends | |
| class | QObject |
Definition at line 44 of file scanmonitor.h.
| ScanMonitor::ScanMonitor | ( | ChannelScanner * | cs | ) | [inline] |
Definition at line 53 of file scanmonitor.h.
| ScanMonitor::~ScanMonitor | ( | ) | [inline, private] |
Definition at line 78 of file scanmonitor.h.
| void ScanMonitor::deleteLater | ( | void | ) | [virtual] |
Definition at line 90 of file scanmonitor.cpp.
Referenced by ChannelScanner::Teardown(), and ChannelScanner::~ChannelScanner().
| void ScanMonitor::customEvent | ( | QEvent * | e | ) | [virtual] |
Definition at line 155 of file scanmonitor.cpp.
| void ScanMonitor::ScanPercentComplete | ( | int | pct | ) |
Definition at line 102 of file scanmonitor.cpp.
Referenced by IPTVChannelFetcher::run(), ChannelScanner::Scan(), IPTVChannelFetcher::SetNumChannelsInserted(), IPTVChannelFetcher::SetNumChannelsParsed(), ChannelScanSM::UpdateChannelInfo(), and ChannelScanSM::UpdateScanPercentCompleted().
| void ScanMonitor::ScanUpdateStatusText | ( | const QString & | status | ) |
Definition at line 113 of file scanmonitor.cpp.
Referenced by ChannelScanner::Scan(), and ChannelScanSM::ScanTransport().
| void ScanMonitor::ScanUpdateStatusTitleText | ( | const QString & | status | ) |
Definition at line 122 of file scanmonitor.cpp.
Referenced by ChannelScanSM::ScanTransport().
| void ScanMonitor::ScanAppendTextToLog | ( | const QString & | status | ) |
Definition at line 108 of file scanmonitor.cpp.
Referenced by ChannelScanSM::CheckImportedList(), ChannelScanSM::HandleAllGood(), IPTVChannelFetcher::run(), ChannelScanSM::ScanTransports(), IPTVChannelFetcher::SetMessage(), ChannelScanSM::TestNextProgramEncryption(), and ChannelScanSM::UpdateChannelInfo().
| void ScanMonitor::ScanComplete | ( | void | ) |
Definition at line 97 of file scanmonitor.cpp.
Referenced by ChannelScanSM::HandleActiveScan(), IPTVChannelFetcher::run(), and ChannelScanSM::UpdateChannelInfo().
| virtual void ScanMonitor::AllGood | ( | void | ) | [inline, virtual] |
Signal to be sent when you have a lock on all values.
Note: Signals are only sent once the monitoring thread has been started.
Implements SignalMonitorListener.
Definition at line 66 of file scanmonitor.h.
| void ScanMonitor::StatusSignalLock | ( | const SignalMonitorValue & | ) | [virtual] |
Signal to be sent as true when it is safe to begin or continue recording, and false if it may not be safe.
Note: Signals are only sent once the monitoring thread has been started.
Implements SignalMonitorListener.
Definition at line 133 of file scanmonitor.cpp.
| void ScanMonitor::StatusChannelTuned | ( | const SignalMonitorValue & | ) | [virtual] |
Signal to be sent with change change status.
Note: Signals are only sent once the monitoring thread has been started.
Implements SignalMonitorListener.
Definition at line 138 of file scanmonitor.cpp.
| void ScanMonitor::StatusSignalStrength | ( | const SignalMonitorValue & | ) | [virtual] |
Signal to be sent with an actual signal value.
Note: Signals are only sent once the monitoring thread has been started.
Implements SignalMonitorListener.
Definition at line 149 of file scanmonitor.cpp.
| void ScanMonitor::StatusSignalToNoise | ( | const SignalMonitorValue & | val | ) | [virtual] |
Implements DVBSignalMonitorListener.
Definition at line 143 of file scanmonitor.cpp.
| virtual void ScanMonitor::StatusBitErrorRate | ( | const SignalMonitorValue & | ) | [inline, virtual] |
Implements DVBSignalMonitorListener.
Definition at line 73 of file scanmonitor.h.
| virtual void ScanMonitor::StatusUncorrectedBlocks | ( | const SignalMonitorValue & | ) | [inline, virtual] |
Implements DVBSignalMonitorListener.
Definition at line 74 of file scanmonitor.h.
| void ScanMonitor::StatusRotorPosition | ( | const SignalMonitorValue & | val | ) | [virtual] |
Implements DVBSignalMonitorListener.
Definition at line 127 of file scanmonitor.cpp.
friend class QObject [friend] |
Definition at line 50 of file scanmonitor.h.
ChannelScanner* ScanMonitor::channelScanner [private] |
Definition at line 80 of file scanmonitor.h.
Referenced by customEvent(), and deleteLater().
1.6.3