mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added customtokens view element in displaymenumain, added automatic determination of custom int tokens
This commit is contained in:
@@ -31,7 +31,8 @@ public:
|
||||
map <string, string> stringVars;
|
||||
map <string, string> fonts;
|
||||
map <string, map< string, string > > translations;
|
||||
map <string, string> customTokens;
|
||||
map <string, string> customStringTokens;
|
||||
map <string, int> customIntTokens;
|
||||
bool ReadFromXML(void);
|
||||
bool Translate(string text, string &translation);
|
||||
void Debug(void);
|
||||
|
@@ -105,7 +105,8 @@ public:
|
||||
int GetNumPixmapsViewElement(eViewElement ve);
|
||||
int GetNumListViewMenuItems(void);
|
||||
bool GetScalingWindow(cRect &scalingWindow);
|
||||
map<string,string> GetCustomTokens(void) { return globals->customTokens; };
|
||||
map<string,string> GetCustomStringTokens(void) { return globals->customStringTokens; };
|
||||
map<string,int> GetCustomIntTokens(void) { return globals->customIntTokens; };
|
||||
//Checks for parsing template XML files
|
||||
bool ValidSubView(const char *subView);
|
||||
bool ValidViewElement(const char *viewElement);
|
||||
|
Reference in New Issue
Block a user