summaryrefslogtreecommitdiff
path: root/glcdskin/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcdskin/function.h')
-rw-r--r--glcdskin/function.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/glcdskin/function.h b/glcdskin/function.h
index 4b3732f..16bcfb7 100644
--- a/glcdskin/function.h
+++ b/glcdskin/function.h
@@ -47,6 +47,7 @@ public:
fun_not = INTERNAL,
fun_and,
fun_or,
+ fun_equal,
fun_eq,
fun_gt,
fun_lt,
@@ -70,7 +71,9 @@ public:
funFontTextHeight,
funImageWidth,
- funImageHeight
+ funImageHeight,
+
+ funQueryFeature
};
private:
@@ -94,7 +97,7 @@ public:
cSkinFunction(const cSkinFunction &Src);
~cSkinFunction();
- bool Parse(const std::string &Text);
+ bool Parse(const std::string &Text, bool reparse = false);
cType Evaluate(void) const;
void SetListIndex(int MaxItems, int Index);