|
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 33 of file playbackboxhelper.cpp.
|
inlineexplicit |
Definition at line 36 of file playbackboxhelper.cpp.
|
inlineoverride |
Definition at line 41 of file playbackboxhelper.cpp.
| AvailableStatusType PBHEventHandler::CheckAvailability | ( | const QStringList & | slist | ) |
Definition at line 60 of file playbackboxhelper.cpp.
Referenced by event().
|
override |
Definition at line 151 of file playbackboxhelper.cpp.
| void PBHEventHandler::UpdateFreeSpaceEvent | ( | void | ) |
Definition at line 332 of file playbackboxhelper.cpp.
Referenced by event().
|
staticconstexpr |
Definition at line 55 of file playbackboxhelper.cpp.
Referenced by UpdateFreeSpaceEvent().
| QHash<uint, QStringList> PBHEventHandler::m_checkAvailability |
Definition at line 57 of file playbackboxhelper.cpp.
Referenced by PlaybackBoxHelper::CheckAvailability(), CheckAvailability(), and event().
| int PBHEventHandler::m_checkAvailabilityTimerId { 0 } |
Definition at line 54 of file playbackboxhelper.cpp.
Referenced by CheckAvailability(), event(), and ~PBHEventHandler().
| QMap<QString, QStringList> PBHEventHandler::m_fileListCache |
Definition at line 56 of file playbackboxhelper.cpp.
| int PBHEventHandler::m_freeSpaceTimerId { 0 } |
Definition at line 53 of file playbackboxhelper.cpp.
Referenced by event(), UpdateFreeSpaceEvent(), and ~PBHEventHandler().
| PlaybackBoxHelper& PBHEventHandler::m_pbh |
Definition at line 52 of file playbackboxhelper.cpp.
Referenced by CheckAvailability(), event(), and UpdateFreeSpaceEvent().