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:
authorrachytski <siarhei.rachytski@gmail.com>2011-12-04 00:47:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:29:30 +0300
commit2967d56af3e4c51bb800781b5e6484e55f835406 (patch)
treecc6a738833c0d72ed59fafd7f8a1dea044b93355 /map/information_display.hpp
parent3daf021cf4afdd74f53d8f5d928a555887923f07 (diff)
drawing empty model message.
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index afc6f0fdbc..55db849ca4 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -44,6 +44,7 @@ private:
double m_frameDuration;
bool m_isEmptyModelMessageEnabled;
+ string m_emptyModelMessage;
bool m_isBenchmarkInfoEnabled;
@@ -109,6 +110,7 @@ public:
void drawLog(DrawerYG * pDrawer);
void enableEmptyModelMessage(bool doEnable);
+ void setEmptyModelMessage(char const * msg);
void drawEmptyModelMessage(DrawerYG * pDrawer);
static void logMessage(my::LogLevel, my::SrcPoint const &, string const &);