|
MythTV master
|
#include <libmythtv/channelscan/vboxchannelfetcher.h>
Public Member Functions | |
| VBoxChannelFetcher (uint cardid, QString inputname, uint sourceid, bool ftaOnly, ServiceRequirements serviceType, ScanMonitor *monitor=nullptr) | |
| ~VBoxChannelFetcher () override | |
| void | Scan (void) |
| void | Stop (void) |
| Stops the scanning thread running. More... | |
| vbox_chan_map_t | GetChannels (void) |
Protected Member Functions | |
| void | run (void) override |
Private Member Functions | |
| Q_DECLARE_TR_FUNCTIONS (VBoxChannelFetcher) | |
| void | SetTotalNumChannels (uint val) |
| void | SetNumChannelsInserted (uint val) |
| bool | SupportedTransmission (const QString &transType) |
Private Attributes | |
| ScanMonitor * | m_scanMonitor {nullptr} |
| uint | m_cardId |
| QString | m_inputName |
| uint | m_sourceId |
| bool | m_ftaOnly |
| ServiceRequirements | m_serviceType |
| QString | m_transType {"UNKNOWN"} |
| vbox_chan_map_t * | m_channels {nullptr} |
| uint | m_chanCnt {1} |
| bool | m_threadRunning {false} |
| bool | m_stopNow {false} |
| MThread * | m_thread {nullptr} |
| QMutex | m_lock |
Definition at line 64 of file vboxchannelfetcher.h.
| VBoxChannelFetcher::VBoxChannelFetcher | ( | uint | cardid, |
| QString | inputname, | ||
| uint | sourceid, | ||
| bool | ftaOnly, | ||
| ServiceRequirements | serviceType, | ||
| ScanMonitor * | monitor = nullptr |
||
| ) |
Definition at line 21 of file vboxchannelfetcher.cpp.
|
override |
Definition at line 57 of file vboxchannelfetcher.cpp.
| vbox_chan_map_t VBoxChannelFetcher::GetChannels | ( | void | ) |
Definition at line 86 of file vboxchannelfetcher.cpp.
|
private |
|
overrideprotected |
Definition at line 103 of file vboxchannelfetcher.cpp.
| void VBoxChannelFetcher::Scan | ( | void | ) |
Definition at line 96 of file vboxchannelfetcher.cpp.
|
private |
Definition at line 274 of file vboxchannelfetcher.cpp.
Referenced by run().
|
inlineprivate |
Definition at line 79 of file vboxchannelfetcher.h.
Referenced by run().
| void VBoxChannelFetcher::Stop | ( | void | ) |
Stops the scanning thread running.
Definition at line 69 of file vboxchannelfetcher.cpp.
Referenced by Scan(), and ~VBoxChannelFetcher().
|
private |
Definition at line 283 of file vboxchannelfetcher.cpp.
Referenced by run().
|
private |
Definition at line 88 of file vboxchannelfetcher.h.
Referenced by run().
|
private |
Definition at line 95 of file vboxchannelfetcher.h.
Referenced by SetNumChannelsInserted(), and SetTotalNumChannels().
|
private |
Definition at line 94 of file vboxchannelfetcher.h.
Referenced by GetChannels(), run(), and ~VBoxChannelFetcher().
|
private |
Definition at line 91 of file vboxchannelfetcher.h.
Referenced by run().
|
private |
Definition at line 89 of file vboxchannelfetcher.h.
|
private |
Definition at line 99 of file vboxchannelfetcher.h.
|
private |
Definition at line 87 of file vboxchannelfetcher.h.
Referenced by run(), and SetNumChannelsInserted().
|
private |
Definition at line 92 of file vboxchannelfetcher.h.
Referenced by run().
|
private |
Definition at line 90 of file vboxchannelfetcher.h.
Referenced by run().
Definition at line 97 of file vboxchannelfetcher.h.
|
private |
Definition at line 98 of file vboxchannelfetcher.h.
Referenced by GetChannels(), Scan(), Stop(), and ~VBoxChannelFetcher().
Definition at line 96 of file vboxchannelfetcher.h.
|
private |
Definition at line 93 of file vboxchannelfetcher.h.
Referenced by SupportedTransmission(), and VBoxChannelFetcher().