MythTV
master
|
Public Member Functions | |
PBHEventHandler (PlaybackBoxHelper &pbh) | |
~PBHEventHandler () override | |
bool | event (QEvent *) override |
void | UpdateFreeSpaceEvent (void) |
AvailableStatusType | CheckAvailability (const QStringList &slist) |
Public Attributes | |
PlaybackBoxHelper & | m_pbh |
int | m_freeSpaceTimerId { 0 } |
int | m_checkAvailabilityTimerId { 0 } |
QMap< QString, QStringList > | m_fileListCache |
QHash< uint, QStringList > | m_checkAvailability |
Static Public Attributes | |
static constexpr std::chrono::milliseconds | kUpdateFreeSpaceInterval { 15s } |
Definition at line 34 of file playbackboxhelper.cpp.
|
inlineexplicit |
Definition at line 37 of file playbackboxhelper.cpp.
|
inlineoverride |
Definition at line 42 of file playbackboxhelper.cpp.
|
override |
Definition at line 142 of file playbackboxhelper.cpp.
void PBHEventHandler::UpdateFreeSpaceEvent | ( | void | ) |
Definition at line 321 of file playbackboxhelper.cpp.
Referenced by event().
AvailableStatusType PBHEventHandler::CheckAvailability | ( | const QStringList & | slist | ) |
Definition at line 61 of file playbackboxhelper.cpp.
Referenced by event().
PlaybackBoxHelper& PBHEventHandler::m_pbh |
Definition at line 53 of file playbackboxhelper.cpp.
Referenced by CheckAvailability(), event(), and UpdateFreeSpaceEvent().
int PBHEventHandler::m_freeSpaceTimerId { 0 } |
Definition at line 54 of file playbackboxhelper.cpp.
Referenced by event(), UpdateFreeSpaceEvent(), and ~PBHEventHandler().
int PBHEventHandler::m_checkAvailabilityTimerId { 0 } |
Definition at line 55 of file playbackboxhelper.cpp.
Referenced by CheckAvailability(), event(), and ~PBHEventHandler().
|
staticconstexpr |
Definition at line 56 of file playbackboxhelper.cpp.
Referenced by UpdateFreeSpaceEvent().
QMap<QString, QStringList> PBHEventHandler::m_fileListCache |
Definition at line 57 of file playbackboxhelper.cpp.
QHash<uint, QStringList> PBHEventHandler::m_checkAvailability |
Definition at line 58 of file playbackboxhelper.cpp.
Referenced by PlaybackBoxHelper::CheckAvailability(), CheckAvailability(), and event().