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:
authorAlexei Vitenko <AlexeiVitenko@gmail.com>2013-02-02 15:16:25 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:50:45 +0300
commitfb7491a7d79411236484c42ef89c0b41a5fad826 (patch)
treec4a0ec6eba62d217218f20d0d8254e0418fffe29 /map/information_display.hpp
parentccc793872ecd4c8a839c86a3cd019337f6f5a1bd (diff)
[android] [bookmarks] draw popup in opengl-layer
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index aeea08e453..35f89ade17 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -6,6 +6,7 @@
#include "../storage/index.hpp"
#include "../gui/button.hpp"
+#include "../map/bookmark_balloon.hpp"
#include "../geometry/point2d.hpp"
#include "../geometry/rect2d.hpp"
@@ -26,6 +27,7 @@ namespace gui
{
class Button;
class Controller;
+ class BookmarkBalloon;
}
class Framework;
@@ -88,6 +90,7 @@ private:
shared_ptr<CountryStatusDisplay> m_countryStatusDisplay;
shared_ptr<CompassArrow> m_compassArrow;
shared_ptr<location::State> m_locationState;
+ shared_ptr<gui::BookmarkBalloon> m_bookmarkBalloon;
public:
@@ -141,6 +144,7 @@ public:
void setEmptyCountryIndex(storage::TIndex const & idx);
shared_ptr<CountryStatusDisplay> const & countryStatusDisplay() const;
+ shared_ptr<gui::BookmarkBalloon> const & bookmarkBalloon() const;
shared_ptr<Ruler> const & ruler() const;