summaryrefslogtreecommitdiff
path: root/include/llmr/style/style.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-05-26 12:43:49 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-05-26 12:43:49 +0200
commit4b8e3faa707e764d4d971b7efcca4c2414bb27df (patch)
tree715d0956557318bc7c444fdf084262e4a3ca4026 /include/llmr/style/style.hpp
parente506d6bcdddc2cda548e7e1dd064519b0856d534 (diff)
downloadqtlocation-mapboxgl-4b8e3faa707e764d4d971b7efcca4c2414bb27df.tar.gz
consolidate stylesheet cascading
Diffstat (limited to 'include/llmr/style/style.hpp')
-rw-r--r--include/llmr/style/style.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llmr/style/style.hpp b/include/llmr/style/style.hpp
index 256ff4d6be..4aa4b748b3 100644
--- a/include/llmr/style/style.hpp
+++ b/include/llmr/style/style.hpp
@@ -68,6 +68,8 @@ private:
uint64_t transitionDuration(std::string layer_name, TransitionablePropertyKey key);
uint64_t transitionDelay(std::string layer_name, TransitionablePropertyKey key);
+ void cascadeProperties(GenericProperties &properties, const GenericClass& klass, const std::string& layer_name, const std::string& class_name, float z);
+
private:
// Last applied settings.
struct {