summaryrefslogtreecommitdiff
path: root/include/llmr/style/style_layer.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-06-30 17:41:25 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-06-30 17:41:25 +0200
commita6f7696feb466aeeab59d205b4f0b41e04cf9b60 (patch)
tree23c97fbe0a95785ff158a2ed21250283775d821c /include/llmr/style/style_layer.hpp
parent18d898fae70681fba8cc31d73b581c360557746c (diff)
downloadqtlocation-mapboxgl-a6f7696feb466aeeab59d205b4f0b41e04cf9b60.tar.gz
add interpolation
Diffstat (limited to 'include/llmr/style/style_layer.hpp')
-rw-r--r--include/llmr/style/style_layer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llmr/style/style_layer.hpp b/include/llmr/style/style_layer.hpp
index b04970f7c1..e27c5690c9 100644
--- a/include/llmr/style/style_layer.hpp
+++ b/include/llmr/style/style_layer.hpp
@@ -42,6 +42,8 @@ public:
void setClasses(const std::vector<std::string> &class_names, timestamp now,
const PropertyTransition &defaultTransition);
+ bool hasTransitions() const;
+
private:
// Applies all properties from a class, if they haven't been applied already.
void applyClassProperties(ClassID class_id, std::set<PropertyKey> &already_applied,