diff options
| author | louis <louis.braun@gmx.de> | 2015-05-30 16:43:59 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-05-30 16:43:59 +0200 |
| commit | 17871b8811baa9478b2b3247e340aa21bb64e06e (patch) | |
| tree | c3c2139244bbb11d4f0cf3d32e02c1137e29a1c2 /libtemplate/templateloopfunction.h | |
| parent | 0936766c7be02661f1cd678fdd1b6fb22b5d122c (diff) | |
| download | vdr-plugin-skindesigner-17871b8811baa9478b2b3247e340aa21bb64e06e.tar.gz vdr-plugin-skindesigner-17871b8811baa9478b2b3247e340aa21bb64e06e.tar.bz2 | |
implemented Skin Repositories
Diffstat (limited to 'libtemplate/templateloopfunction.h')
| -rw-r--r-- | libtemplate/templateloopfunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtemplate/templateloopfunction.h b/libtemplate/templateloopfunction.h index 599dfcb..1a28c65 100644 --- a/libtemplate/templateloopfunction.h +++ b/libtemplate/templateloopfunction.h @@ -26,6 +26,7 @@ public: int GetLoopElementsHeight(void); int GetContainerWidth(void) { return containerWidth; }; int GetContainerHeight(void) { return containerHeight; }; + int CalculateHeight(map < string, vector< map< string, string > > > *loopTokens); bool Ready(void); void Debug(void); }; |
