Go to the source code of this file.
Classes | |
| class | ScanMonitor |
| class | ScannerEvent |
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 *cfg) |
| void post_event | ( | QObject * | dest, | |
| QEvent::Type | type, | |||
| int | val | |||
| ) |
Definition at line 66 of file scanmonitor.cpp.
Referenced by ChannelScannerGUI::HandleEvent(), ChannelScannerCLI::InformUser(), ChannelScannerGUI::quitScanning(), ScanMonitor::ScanAppendTextToLog(), ScanMonitor::ScanComplete(), 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 73 of file scanmonitor.cpp.
| void post_event | ( | QObject * | dest, | |
| QEvent::Type | type, | |||
| int | val, | |||
| Configurable * | cfg | |||
| ) |
Definition at line 81 of file scanmonitor.cpp.
1.6.3