diff options
| author | louis <louis.braun@gmx.de> | 2015-06-05 14:48:45 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-06-05 14:48:45 +0200 |
| commit | b6a6ea2f6bf697b94a489521b774f2b8dc67629a (patch) | |
| tree | 201788f6c50ac45e52ddfb9d23b09e4fbdb8b2fa /libtemplate/templateview.h | |
| parent | 57244494b6a88834c2b01252a83b85fb0b21c456 (diff) | |
| download | vdr-plugin-skindesigner-b6a6ea2f6bf697b94a489521b774f2b8dc67629a.tar.gz vdr-plugin-skindesigner-b6a6ea2f6bf697b94a489521b774f2b8dc67629a.tar.bz2 | |
refresh custom token display with each custom token change
Diffstat (limited to 'libtemplate/templateview.h')
| -rw-r--r-- | libtemplate/templateview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtemplate/templateview.h b/libtemplate/templateview.h index 64add2a..d592b22 100644 --- a/libtemplate/templateview.h +++ b/libtemplate/templateview.h @@ -125,6 +125,7 @@ public: bool GetScalingWindow(cRect &scalingWindow); map<string,string> GetCustomStringTokens(void) { return globals->GetCustomStringTokens(); }; map<string,int> GetCustomIntTokens(void) { return globals->GetCustomIntTokens(); }; + bool CustomTokenChange(void) { return globals->CustomTokenChange(); }; //Checks for parsing template XML files bool ValidSubView(const char *subView); bool ValidViewElement(const char *viewElement); |
