|
kodi
|
Classes | |
| struct | Animation |
| struct | Texture |
Public Member Functions | |
| CTextureBundleXBT (bool themeBundle) | |
| void | SetThemeBundle (bool themeBundle) |
| bool | HasFile (const std::string &Filename) |
| std::vector< std::string > | GetTexturesFromPath (const std::string &path) |
| std::optional< Texture > | LoadTexture (const std::string &filename) |
| See CTextureBundle::LoadTexture. | |
| std::optional< Animation > | LoadAnim (const std::string &filename) |
| See CTextureBundle::LoadAnim. | |
| void | CloseBundle () |
Static Public Member Functions | |
| static std::string | Normalize (std::string name) |
| static std::vector< uint8_t > | UnpackFrame (const CXBTFReader &reader, const CXBTFFrame &frame) |
|
static |
1.8.13