|
|
bool | Load (const std::string &strPathName, const std::string &strLanguage) |
| |
| bool | LoadSkinStrings (const std::string &path, const std::string &language) |
| |
|
bool | LoadAddonStrings (const std::string &path, const std::string &language, const std::string &addonId) |
| |
|
void | ClearSkinStrings () |
| |
|
const std::string & | Get (uint32_t code) const |
| |
|
std::string | GetAddonString (const std::string &addonId, uint32_t code) |
| |
|
void | Clear () |
| |
|
std::string | Localize (std::uint32_t code) const override |
| |
|
|
typedef std::map< uint32_t, LocStr >::const_iterator | ciStrings |
| |
|
typedef std::map< uint32_t, LocStr >::iterator | iStrings |
| |
|
|
void | Clear (uint32_t start, uint32_t end) |
| |
◆ LoadSkinStrings()
| bool CLocalizeStrings::LoadSkinStrings |
( |
const std::string & |
path, |
|
|
const std::string & |
language |
|
) |
| |
- Todo:
- shouldn't hold lock while loading file
The documentation for this class was generated from the following files: