diff options
| author | louis <louis.braun@gmx.de> | 2015-03-28 12:00:19 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-03-28 12:00:19 +0100 |
| commit | 3dc2313708c95edcacb90a0353ba9468f55991ec (patch) | |
| tree | b5e293bdde1999234d8dd0aae493037e6d771600 /libtemplate/templatefunction.h | |
| parent | 23448ab7bda8a646c00b23552d66a2a50eb207ee (diff) | |
| parent | 762e2c15076d211e71eb9dee0e4956dbd8767fce (diff) | |
| download | vdr-plugin-skindesigner-3dc2313708c95edcacb90a0353ba9468f55991ec.tar.gz vdr-plugin-skindesigner-3dc2313708c95edcacb90a0353ba9468f55991ec.tar.bz2 | |
added possibility to detach viewelements
Diffstat (limited to 'libtemplate/templatefunction.h')
| -rw-r--r-- | libtemplate/templatefunction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libtemplate/templatefunction.h b/libtemplate/templatefunction.h index 66678a6..a862aa7 100644 --- a/libtemplate/templatefunction.h +++ b/libtemplate/templatefunction.h @@ -45,6 +45,7 @@ enum eParamType { ptWidth, ptHeight, ptMenuItemWidth, + ptDetached, ptFadeTime, ptDelay, ptImageType, @@ -55,6 +56,7 @@ enum eParamType { ptText, ptLayer, ptTransparency, + ptBackground, ptQuadrant, ptType, ptAlign, @@ -152,6 +154,8 @@ protected: bool SetFloating(string value); 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); |
