#include <ThumbLoader.h>
|
static std::string | GetLocalThumb (const CFileItem &item) |
| Get a local thumb for a programs item Shortcuts are checked, then we check for a file or folder thumb. More...
|
|
◆ CProgramThumbLoader()
CProgramThumbLoader::CProgramThumbLoader |
( |
| ) |
|
|
default |
◆ ~CProgramThumbLoader()
CProgramThumbLoader::~CProgramThumbLoader |
( |
| ) |
|
|
overridedefault |
◆ FillThumb()
bool CProgramThumbLoader::FillThumb |
( |
CFileItem & |
item | ) |
|
|
virtual |
Fill the thumb of a programs item First uses a cached thumb from a previous run, then checks for a local thumb and caches it for the next run.
- Parameters
-
- Returns
- true if we fill the thumb, false otherwise
- See also
- GetLocalThumb
◆ GetLocalThumb()
std::string CProgramThumbLoader::GetLocalThumb |
( |
const CFileItem & |
item | ) |
|
|
static |
Get a local thumb for a programs item Shortcuts are checked, then we check for a file or folder thumb.
- Parameters
-
- Returns
- the local thumb (if it exists)
- See also
- FillThumb
◆ LoadItem()
bool CProgramThumbLoader::LoadItem |
( |
CFileItem * |
pItem | ) |
|
|
overridevirtual |
◆ LoadItemCached()
bool CProgramThumbLoader::LoadItemCached |
( |
CFileItem * |
pItem | ) |
|
|
overridevirtual |
◆ LoadItemLookup()
bool CProgramThumbLoader::LoadItemLookup |
( |
CFileItem * |
pItem | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: