Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CPictureFolderImageFileLoader Class Reference

Generates a thumbnail for a folder in the picture browser, tile 4 images inside the folder. More...

#include <PictureFolderImageFileLoader.h>

Inheritance diagram for CPictureFolderImageFileLoader:
IMAGE_FILES::ISpecialImageFileLoader

Public Member Functions

 CPictureFolderImageFileLoader ()=default
 
 ~CPictureFolderImageFileLoader () override=default
 
bool CanLoad (const std::string &specialType) const override
 
std::unique_ptr< CTextureLoad (const std::string &specialType, const std::string &filePath, unsigned int preferredWidth, unsigned int preferredHeight) const override
 
- Public Member Functions inherited from IMAGE_FILES::ISpecialImageFileLoader
virtual ~ISpecialImageFileLoader ()=default
 

Detailed Description

Generates a thumbnail for a folder in the picture browser, tile 4 images inside the folder.

Constructor & Destructor Documentation

◆ CPictureFolderImageFileLoader()

CPictureFolderImageFileLoader::CPictureFolderImageFileLoader ( )
default

◆ ~CPictureFolderImageFileLoader()

CPictureFolderImageFileLoader::~CPictureFolderImageFileLoader ( )
overridedefault

Member Function Documentation

◆ CanLoad()

bool CPictureFolderImageFileLoader::CanLoad ( const std::string & specialType) const
overridevirtual

◆ Load()

std::unique_ptr< CTexture > CPictureFolderImageFileLoader::Load ( const std::string & specialType,
const std::string & filePath,
unsigned int preferredWidth,
unsigned int preferredHeight ) const
overridevirtual

The documentation for this class was generated from the following files: