Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-03-20 14:01:00 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:41:24 +0300
commitf7203eb9b75a01270d63e74e8eccebdf531c5742 (patch)
tree7b7a8ad4e92f21f9feee06548f2d134c5df93465 /qt/draw_widget.hpp
parentc427ac965987265c62761de2f822fd90be606e1a (diff)
implemented ChangeColorScheme functionality and its test for supported platforms
Diffstat (limited to 'qt/draw_widget.hpp')
-rw-r--r--qt/draw_widget.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt/draw_widget.hpp b/qt/draw_widget.hpp
index c4f1b49f7c..563a66416a 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -105,6 +105,8 @@ namespace qt
Framework & GetFramework() { return *m_framework.get(); }
+ void SetMapStyle(MapStyle mapStyle);
+
protected:
VideoTimer * CreateVideoTimer();
@@ -149,5 +151,7 @@ namespace qt
bool m_emulatingLocation;
PinClickManager & GetBalloonManager() { return m_framework->GetBalloonManager(); }
+
+ void InitRenderPolicy();
};
}