diff options
author | louis <louis.braun@gmx.de> | 2015-03-28 11:57:51 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-28 11:57:51 +0100 |
commit | 762e2c15076d211e71eb9dee0e4956dbd8767fce (patch) | |
tree | 41bbc078335c4ecdd3e6b13dd77f4479f506ebd8 /libtemplate/templatefunction.h | |
parent | fcf90375fa516455cf7bda4bc791c814b5062d69 (diff) | |
download | vdr-plugin-skindesigner-762e2c15076d211e71eb9dee0e4956dbd8767fce.tar.gz vdr-plugin-skindesigner-762e2c15076d211e71eb9dee0e4956dbd8767fce.tar.bz2 |
added possibility to detach viewelements
Diffstat (limited to 'libtemplate/templatefunction.h')
-rw-r--r-- | libtemplate/templatefunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtemplate/templatefunction.h b/libtemplate/templatefunction.h index e53dbda..a862aa7 100644 --- a/libtemplate/templatefunction.h +++ b/libtemplate/templatefunction.h @@ -56,6 +56,7 @@ enum eParamType { ptText, ptLayer, ptTransparency, + ptBackground, ptQuadrant, ptType, ptAlign, @@ -154,6 +155,7 @@ protected: bool SetOverflow(string value); bool SetHideRoot(string value); bool SetDetached(string value); + bool SetBackground(string value); void ParseStringParameters(void); void ParseNumericalParameters(void); void CalculateAlign(int elementWidth, int elementHeight); |