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:
authorExMix <rahuba.youri@mapswithme.com>2014-09-15 14:26:26 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:01 +0300
commit667f03e020af445b5ff23b11251926e3b2e0daf5 (patch)
treee49b65bb7281582957dcfd51e22ecad3f5d0d84f /map/information_display.hpp
parent78c3c6bb898dfa16fcb7f5ad866e5e8c2ed0ef60 (diff)
[core] copyright on first 3 second
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index bf35bf0ab4..1f277f29c0 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -71,6 +71,7 @@ class InformationDisplay
shared_ptr<CompassArrow> m_compassArrow;
shared_ptr<location::State> m_locationState;
shared_ptr<gui::CachedTextView> m_debugLabel;
+ shared_ptr<gui::CachedTextView> m_copyrightLabel;
void InitRuler(Framework * fw);
void InitDebugLabel();
@@ -78,6 +79,8 @@ class InformationDisplay
void InitCompassArrow(Framework * fw);
void InitCountryStatusDisplay(Framework * fw);
+ void InitCopyright(Framework * fw);
+
public:
InformationDisplay(Framework * framework);
@@ -91,6 +94,8 @@ public:
void setDebugPoint(int pos, m2::PointD const & pt);
void drawDebugPoints(Drawer * pDrawer);
+ bool isCopyrightActive() const;
+
void enableRuler(bool doEnable);
bool isRulerEnabled() const;