MythTV
master
|
#include <libmythtv/channelscan/scanmonitor.h>
Public Member Functions | |
ScannerEvent (QEvent::Type type) | |
QString | strValue () const |
void | strValue (const QString &str) |
int | intValue () const |
void | intValue (int intvalue) |
bool | boolValue () const |
Configurable * | ConfigurableValue () const |
void | ConfigurableValue (Configurable *cfg_ptr) |
Static Public Attributes | |
static const Type | kScanComplete |
static const Type | kScanShutdown |
static const Type | kScanErrored |
static const Type | kAppendTextToLog |
static const Type | kSetStatusText |
static const Type | kSetStatusTitleText |
static const Type | kSetPercentComplete |
static const Type | kSetStatusRotorPosition |
static const Type | kSetStatusSignalToNoise |
static const Type | kSetStatusSignalStrength |
static const Type | kSetStatusSignalLock |
static const Type | kSetStatusChannelTuned |
Private Member Functions | |
~ScannerEvent () override=default | |
Private Attributes | |
QString | m_str |
int | m_intValue {0} |
Configurable * | m_cfgPtr {nullptr} |
Friends | |
class | QObject |
Definition at line 86 of file scanmonitor.h.
|
inlineexplicit |
Definition at line 92 of file scanmonitor.h.
|
overrideprivatedefault |
|
inline |
Definition at line 94 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), and ChannelScannerGUI::HandleEvent().
|
inline |
Definition at line 95 of file scanmonitor.h.
|
inline |
Definition at line 97 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), and ChannelScannerGUI::HandleEvent().
|
inline |
Definition at line 98 of file scanmonitor.h.
|
inline |
Definition at line 100 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerWeb::HandleEvent().
|
inline |
Definition at line 102 of file scanmonitor.h.
|
inline |
Definition at line 103 of file scanmonitor.h.
|
friend |
Definition at line 88 of file scanmonitor.h.
|
static |
Definition at line 106 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), ChannelScannerCLI::InformUser(), ScanMonitor::ScanComplete(), and ChannelScannerWeb::StartScan().
|
static |
Definition at line 107 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), ChannelScannerGUI::quitScanning(), ChannelScannerWeb::stopScan(), and ChannelScannerGUI::~ChannelScannerGUI().
|
static |
Definition at line 108 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), and ScanMonitor::ScanErrored().
|
static |
Definition at line 109 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), and ScanMonitor::ScanAppendTextToLog().
|
static |
Definition at line 110 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), and ScanMonitor::ScanUpdateStatusText().
|
static |
Definition at line 111 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), and ScanMonitor::ScanUpdateStatusTitleText().
|
static |
Definition at line 112 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), and ScanMonitor::ScanPercentComplete().
|
static |
Definition at line 113 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), and ScanMonitor::StatusRotorPosition().
|
static |
Definition at line 114 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), and ScanMonitor::StatusSignalToNoise().
|
static |
Definition at line 115 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), and ScanMonitor::StatusSignalStrength().
|
static |
Definition at line 116 of file scanmonitor.h.
Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerWeb::HandleEvent(), ChannelScannerGUI::HandleEvent(), and ScanMonitor::StatusSignalLock().
|
static |
Definition at line 117 of file scanmonitor.h.
Referenced by ScanMonitor::StatusChannelTuned().
|
private |
Definition at line 123 of file scanmonitor.h.
Referenced by strValue().
|
private |
Definition at line 124 of file scanmonitor.h.
Referenced by boolValue(), and intValue().
|
private |
Definition at line 125 of file scanmonitor.h.
Referenced by ConfigurableValue().