Public Member Functions | |
| PBHEventHandler (PlaybackBoxHelper &pbh) | |
| virtual bool | event (QEvent *) |
| void | UpdateFreeSpaceEvent (void) |
| AvailableStatusType | CheckAvailability (const QStringList &slist) |
Public Attributes | |
| PlaybackBoxHelper & | m_pbh |
| int | m_freeSpaceTimerId |
| int | m_checkAvailabilityTimerId |
| QMap< QString, QStringList > | m_fileListCache |
| QHash< QString, QStringList > | m_checkAvailability |
Static Public Attributes | |
| static const uint | kUpdateFreeSpaceInterval = 15000 |
Definition at line 27 of file playbackboxhelper.cpp.
| PBHEventHandler::PBHEventHandler | ( | PlaybackBoxHelper & | pbh | ) | [inline] |
Definition at line 30 of file playbackboxhelper.cpp.
| bool PBHEventHandler::event | ( | QEvent * | e | ) | [virtual] |
Definition at line 129 of file playbackboxhelper.cpp.
| void PBHEventHandler::UpdateFreeSpaceEvent | ( | void | ) |
Definition at line 309 of file playbackboxhelper.cpp.
Referenced by event().
| AvailableStatusType PBHEventHandler::CheckAvailability | ( | const QStringList & | slist | ) |
Definition at line 48 of file playbackboxhelper.cpp.
Referenced by event().
Definition at line 38 of file playbackboxhelper.cpp.
Referenced by CheckAvailability(), event(), and UpdateFreeSpaceEvent().
Definition at line 39 of file playbackboxhelper.cpp.
Referenced by event(), and UpdateFreeSpaceEvent().
Definition at line 40 of file playbackboxhelper.cpp.
Referenced by CheckAvailability(), and event().
const uint PBHEventHandler::kUpdateFreeSpaceInterval = 15000 [static] |
Definition at line 41 of file playbackboxhelper.cpp.
Referenced by UpdateFreeSpaceEvent().
| QMap<QString, QStringList> PBHEventHandler::m_fileListCache |
Definition at line 42 of file playbackboxhelper.cpp.
| QHash<QString, QStringList> PBHEventHandler::m_checkAvailability |
Definition at line 43 of file playbackboxhelper.cpp.
Referenced by PlaybackBoxHelper::CheckAvailability(), CheckAvailability(), and event().
1.6.3