Public Types |
typedef boost::shared_ptr
< PoLoader > | SharedPtr |
Public Member Functions |
|
| PoLoader () |
| | Ctor.
|
|
| ~PoLoader () |
| | Dtor.
|
| bool | load (std::istream &a_poFileDataStr) |
| | Loads a Po file input stream.
|
| std::string | getTranslation (const std::string &a_original) |
| | Gets translation string, given original string.
|
| std::string | getTranslationXML () |
| | Get translation strings in XML.
|
| bool | isValid () |
| | Returns whether the PoLoader has loaded a poFile.
|
| void | setTag (const std::string &a_tag) |
| | Sets a tag associated with this PoLoader.
|
| const std::string & | getTag () |
| | Gets tag associated with this PoLoader.
|
| uint32_bt | getNumStrings () |
| | Get Number of Strings in the Po File.
|
Loads and parses a single po file.