diff options
Diffstat (limited to 'libtemplate/templatepixmap.h')
| -rw-r--r-- | libtemplate/templatepixmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtemplate/templatepixmap.h b/libtemplate/templatepixmap.h index fd2d3ce..5f16f21 100644 --- a/libtemplate/templatepixmap.h +++ b/libtemplate/templatepixmap.h @@ -32,7 +32,7 @@ protected: cGlobals *globals; //functions replacing {width(label)} and {height(label)} tokens bool ReplaceWidthFunctions(void); - bool ReplaceHeightFunctions(void); + bool ReplaceHeightFunctions(map < string, vector< map< string, string > > > *loopTokens); //functions replacing {posx(label)} and {posy(label)} tokens bool ReplacePosXFunctions(void); bool ReplacePosYFunctions(void); @@ -65,7 +65,7 @@ public: //Parse pixmap parameters with dynamically set Tokens void ParseDynamicParameters(map <string,string> *stringTokens, map <string,int> *intTokens, bool initFuncs); //Parse all function parameters with dynamically set Tokens - void ParseDynamicFunctionParameters(map <string,string> *stringTokens, map <string,int> *intTokens); + void ParseDynamicFunctionParameters(map <string,string> *stringTokens, map <string,int> *intTokens, map < string, vector< map< string, string > > > *loopTokens); //Calculate size of drawport in case area scrolls bool CalculateDrawPortSize(cSize &size, map < string, vector< map< string, string > > > *loopTokens = NULL); //Set max width for text in scrollarea |
