diff options
author | louis <louis.braun@gmx.de> | 2015-03-22 08:29:52 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-22 08:29:52 +0100 |
commit | d1ea7bd4a467463b939029aa76c43bae4e58b73f (patch) | |
tree | c515cf4c606e017f24b28c92e053bb385437fd47 /libtemplate/templatefunction.h | |
parent | 9c93fbc0726ff54f2070837ac821ef3d258dfd30 (diff) | |
download | vdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.gz vdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.bz2 |
add detached option for 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 66678a6..e53dbda 100644 --- a/libtemplate/templatefunction.h +++ b/libtemplate/templatefunction.h @@ -45,6 +45,7 @@ enum eParamType { ptWidth, ptHeight, ptMenuItemWidth, + ptDetached, ptFadeTime, ptDelay, ptImageType, @@ -152,6 +153,7 @@ protected: bool SetFloating(string value); bool SetOverflow(string value); bool SetHideRoot(string value); + bool SetDetached(string value); void ParseStringParameters(void); void ParseNumericalParameters(void); void CalculateAlign(int elementWidth, int elementHeight); |