summaryrefslogtreecommitdiff
path: root/include/llmr/style/style_parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/style/style_parser.hpp')
-rw-r--r--include/llmr/style/style_parser.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llmr/style/style_parser.hpp b/include/llmr/style/style_parser.hpp
index 3c2a12a2a3..abf047fc17 100644
--- a/include/llmr/style/style_parser.hpp
+++ b/include/llmr/style/style_parser.hpp
@@ -59,6 +59,11 @@ private:
template <typename T>
bool parseStyleProperty(const char *property_name, const std::vector<PropertyKey> &keys, ClassProperties &klass, JSVal value);
+ template <typename T>
+ bool parseFunction(PropertyKey key, ClassProperties &klass, JSVal value);
+ template <typename T>
+ T parseFunctionArgument(JSVal value);
+
FilterExpression parseFilter(JSVal, FilterExpression::Operator op);
FilterExpression parseFilter(JSVal);