Subversion Repositories spk

Rev

Rev 94 | Rev 197 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 101
Line 23... Line 23...
23
	void parseTextFile(int iFromPage, int iToPage, const Utils::String &sFile, int iLang);
23
	void parseTextFile(int iFromPage, int iToPage, const Utils::String &sFile, int iLang);
24
	Utils::String get(int iLang, int iPage, int iID) const;
24
	Utils::String get(int iLang, int iPage, int iID) const;
25
	bool exists(int iLang, int iPage, int iID) const;
25
	bool exists(int iLang, int iPage, int iID) const;
26
	Utils::String get(int iPage, int iID) const;
26
	Utils::String get(int iPage, int iID) const;
27
	bool exists(int iPage, int iID) const;
27
	bool exists(int iPage, int iID) const;
-
 
28
	bool anyTextLoaded() const;
28
 
29
 
29
	void setLanguage(int iLang);
30
	void setLanguage(int iLang);
30
 
31
 
31
private:
32
private:
32
	Utils::String _parseText(int iLang, const Utils::String &sText, const Utils::String &sReplace) const;
33
	Utils::String _parseText(int iLang, const Utils::String &sText, const Utils::String &sReplace) const;