MythTV
master
|
#include "scanmonitor.h"
#include "signalmonitorvalue.h"
#include "channelscanner.h"
#include <QCoreApplication>
Go to the source code of this file.
Macros | |
#define | TRANSPORT_PCT 6 |
Percentage to set to after the transports have been scanned. More... | |
#define | TUNED_PCT 3 |
Percentage to set to after the first tune. More... | |
Functions | |
void | post_event (QObject *dest, QEvent::Type type, int val) |
void | post_event (QObject *dest, QEvent::Type type, const QString &val) |
void | post_event (QObject *dest, QEvent::Type type, int val, Configurable *spp) |
#define TRANSPORT_PCT 6 |
Percentage to set to after the transports have been scanned.
Definition at line 64 of file scanmonitor.cpp.
#define TUNED_PCT 3 |
Percentage to set to after the first tune.
Definition at line 66 of file scanmonitor.cpp.
void post_event | ( | QObject * | dest, |
QEvent::Type | type, | ||
int | val | ||
) |
Definition at line 68 of file scanmonitor.cpp.
Referenced by ChannelScannerGUI::HandleEvent(), ChannelScannerCLI::InformUser(), ChannelScannerGUI::quitScanning(), ScanMonitor::ScanAppendTextToLog(), ScanMonitor::ScanComplete(), ScanMonitor::ScanErrored(), ScanMonitor::ScanPercentComplete(), ScanMonitor::ScanUpdateStatusText(), ScanMonitor::ScanUpdateStatusTitleText(), ScanMonitor::StatusChannelTuned(), ScanMonitor::StatusRotorPosition(), ScanMonitor::StatusSignalLock(), ScanMonitor::StatusSignalStrength(), ScanMonitor::StatusSignalToNoise(), and ChannelScannerGUI::~ChannelScannerGUI().
void post_event | ( | QObject * | dest, |
QEvent::Type | type, | ||
const QString & | val | ||
) |
Definition at line 75 of file scanmonitor.cpp.
void post_event | ( | QObject * | dest, |
QEvent::Type | type, | ||
int | val, | ||
Configurable * | spp | ||
) |
Definition at line 82 of file scanmonitor.cpp.