MythTV
master
|
#include <libmythtv/channelscan/scanmonitor.h>
Public Member Functions | |
ScanMonitor (ChannelScanner *cs) | |
virtual void | deleteLater (void) |
void | customEvent (QEvent *event) override |
void | ScanPercentComplete (int pct) |
void | ScanUpdateStatusText (const QString &status) |
void | ScanUpdateStatusTitleText (const QString &status) |
void | ScanAppendTextToLog (const QString &status) |
void | ScanComplete (void) |
void | ScanErrored (const QString &error) |
void | AllGood (void) override |
Signal to be sent when you have a lock on all values. More... | |
void | StatusSignalLock (const SignalMonitorValue &val) override |
Signal to be sent as true when it is safe to begin or continue recording, and false if it may not be safe. More... | |
void | StatusChannelTuned (const SignalMonitorValue &val) override |
Signal to be sent with change change status. More... | |
void | StatusSignalStrength (const SignalMonitorValue &val) override |
Signal to be sent with an actual signal value. More... | |
void | StatusSignalToNoise (const SignalMonitorValue &val) override |
void | StatusBitErrorRate (const SignalMonitorValue &) override |
void | StatusUncorrectedBlocks (const SignalMonitorValue &) override |
void | StatusRotorPosition (const SignalMonitorValue &val) override |
Private Member Functions | |
~ScanMonitor () override=default | |
Private Attributes | |
ChannelScanner * | m_channelScanner {nullptr} |
Friends | |
class | QObject |
Additional Inherited Members | |
Protected Member Functions inherited from DVBSignalMonitorListener | |
~DVBSignalMonitorListener () override=default | |
Protected Member Functions inherited from SignalMonitorListener | |
virtual | ~SignalMonitorListener ()=default |
Definition at line 44 of file scanmonitor.h.
|
inlineexplicit |
Definition at line 53 of file scanmonitor.h.
|
overrideprivatedefault |
|
virtual |
Definition at line 91 of file scanmonitor.cpp.
Referenced by ChannelScannerWeb::stopMon(), ChannelScanner::Teardown(), and ChannelScanner::~ChannelScanner().
|
override |
Definition at line 161 of file scanmonitor.cpp.
void ScanMonitor::ScanPercentComplete | ( | int | pct | ) |
Definition at line 103 of file scanmonitor.cpp.
Referenced by ExternRecChannelScanner::run(), VBoxChannelFetcher::run(), IPTVChannelFetcher::run(), HDHRChannelFetcher::run(), ChannelScanner::Scan(), ExternRecChannelScanner::SetNumChannelsInserted(), VBoxChannelFetcher::SetNumChannelsInserted(), IPTVChannelFetcher::SetNumChannelsInserted(), HDHRChannelFetcher::SetNumChannelsInserted(), ExternRecChannelScanner::SetNumChannelsParsed(), IPTVChannelFetcher::SetNumChannelsParsed(), ChannelScanSM::UpdateChannelInfo(), and ChannelScanSM::UpdateScanPercentCompleted().
void ScanMonitor::ScanUpdateStatusText | ( | const QString & | status | ) |
Definition at line 114 of file scanmonitor.cpp.
Referenced by ChannelScanner::Scan(), and ChannelScanSM::ScanTransport().
void ScanMonitor::ScanUpdateStatusTitleText | ( | const QString & | status | ) |
Definition at line 123 of file scanmonitor.cpp.
Referenced by ChannelScanSM::ScanTransport().
void ScanMonitor::ScanAppendTextToLog | ( | const QString & | status | ) |
Definition at line 109 of file scanmonitor.cpp.
Referenced by ChannelScanSM::CheckImportedList(), ChannelScanSM::HandleAllGood(), ExternRecChannelScanner::run(), VBoxChannelFetcher::run(), IPTVChannelFetcher::run(), HDHRChannelFetcher::run(), ChannelScanSM::ScanTransports(), ExternRecChannelScanner::SetMessage(), IPTVChannelFetcher::SetMessage(), ChannelScanSM::TestNextProgramEncryption(), and ChannelScanSM::UpdateChannelInfo().
void ScanMonitor::ScanComplete | ( | void | ) |
Definition at line 98 of file scanmonitor.cpp.
Referenced by ChannelScanSM::HandleActiveScan(), ExternRecChannelScanner::run(), VBoxChannelFetcher::run(), IPTVChannelFetcher::run(), HDHRChannelFetcher::run(), and ChannelScanSM::UpdateChannelInfo().
void ScanMonitor::ScanErrored | ( | const QString & | error | ) |
Definition at line 128 of file scanmonitor.cpp.
Referenced by VBoxChannelFetcher::run(), IPTVChannelFetcher::run(), and HDHRChannelFetcher::run().
|
inlineoverridevirtual |
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 67 of file scanmonitor.h.
|
overridevirtual |
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 139 of file scanmonitor.cpp.
|
overridevirtual |
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 144 of file scanmonitor.cpp.
|
overridevirtual |
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 155 of file scanmonitor.cpp.
|
overridevirtual |
Implements DVBSignalMonitorListener.
Definition at line 149 of file scanmonitor.cpp.
|
inlineoverridevirtual |
Implements DVBSignalMonitorListener.
Definition at line 74 of file scanmonitor.h.
|
inlineoverridevirtual |
Implements DVBSignalMonitorListener.
Definition at line 75 of file scanmonitor.h.
|
overridevirtual |
Implements DVBSignalMonitorListener.
Definition at line 133 of file scanmonitor.cpp.
|
friend |
Definition at line 50 of file scanmonitor.h.
|
private |
Definition at line 81 of file scanmonitor.h.
Referenced by customEvent(), and deleteLater().