11 #include "imagefiles/SpecialImageFileLoader.h" 22 bool CanLoad(
const std::string& specialType)
const override;
23 std::unique_ptr<CTexture> Load(
const std::string& specialType,
24 const std::string& filePath,
25 unsigned int preferredWidth,
26 unsigned int preferredHeight)
const override;
An interface to load special image files into a texture for display.
Definition: SpecialImageFileLoader.h:26
Generates a thumbnail for a folder in the picture browser, tile 4 images inside the folder...
Definition: PictureFolderImageFileLoader.h:16