|
MythTV master
|
Records info of displayed image files to enable clean-up of the UI image cache. More...
#include <mythfrontend/galleryviews.h>
Public Member Functions | |
| FileCacheEntry ()=default | |
| FileCacheEntry (int parent, QString url, QString thumbUrl) | |
| QString | ToString (int id) const |
Public Attributes | |
| int | m_parent {GALLERY_DB_ID} |
| QString | m_url |
| QString | m_thumbUrl |
Records info of displayed image files to enable clean-up of the UI image cache.
Definition at line 79 of file galleryviews.h.
|
default |
|
inline |
Definition at line 84 of file galleryviews.h.
|
inline |
Definition at line 87 of file galleryviews.h.
Referenced by FlatView::Cache().
| int FileCacheEntry::m_parent {GALLERY_DB_ID} |
Definition at line 90 of file galleryviews.h.
Referenced by ToString().
| QString FileCacheEntry::m_thumbUrl |
Definition at line 92 of file galleryviews.h.
| QString FileCacheEntry::m_url |
Definition at line 91 of file galleryviews.h.