|
|
void | OnLoaderStart () override |
| |
|
void | OnLoaderFinish () override |
| |
| virtual bool | FillLibraryArt (CFileItem &item) |
| | helper function to fill the art for a library item More...
|
| |
| virtual std::string | GetCachedImage (const CFileItem &item, const std::string &type) |
| | Checks whether the given item has an image listed in the texture database. More...
|
| |
| virtual void | SetCachedImage (const CFileItem &item, const std::string &type, const std::string &image) |
| | Associate an image with the given item in the texture database. More...
|
| |
|
void | Load (CFileItemList &items) |
| |
|
bool | IsLoading () |
| |
|
void | Run () override |
| |
|
void | SetObserver (IBackgroundLoaderObserver *pObserver) |
| |
|
void | SetProgressCallback (IProgressCallback *pCallback) |
| |
|
virtual bool | LoadItem (CFileItem *pItem) |
| |
|
virtual bool | LoadItemCached (CFileItem *pItem) |
| |
|
virtual bool | LoadItemLookup (CFileItem *pItem) |
| |
|
void | StopThread () |
| |
|
void | StopAsync () |
| |
|
virtual void | Cancel () |
| |
◆ FillLibraryArt()
| virtual bool CThumbLoader::FillLibraryArt |
( |
CFileItem & |
item | ) |
|
|
inlinevirtual |
◆ GetCachedImage()
| std::string CThumbLoader::GetCachedImage |
( |
const CFileItem & |
item, |
|
|
const std::string & |
type |
|
) |
| |
|
virtual |
Checks whether the given item has an image listed in the texture database.
- Parameters
-
| item | CFileItem to check |
| type | the type of image to retrieve |
- Returns
- the image associated with this item
◆ SetCachedImage()
| void CThumbLoader::SetCachedImage |
( |
const CFileItem & |
item, |
|
|
const std::string & |
type, |
|
|
const std::string & |
image |
|
) |
| |
|
virtual |
Associate an image with the given item in the texture database.
- Parameters
-
| item | CFileItem to associate the image with |
| type | the type of image |
| image | the URL of the image |
The documentation for this class was generated from the following files: