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-02-05 04:21:51 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:39 +0300
commit7a32dcf5c88d6ae7ed0effab070bc8f489a48380 (patch)
treefdf6ccefb2329af6432c8d9120484d96df503b71 /indexer/drawing_rules.hpp
parent51eff3545568fb6ecf8507552424e29588864244 (diff)
code for CircleRule rendering.
Diffstat (limited to 'indexer/drawing_rules.hpp')
-rw-r--r--indexer/drawing_rules.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indexer/drawing_rules.hpp b/indexer/drawing_rules.hpp
index 6a6a190f52..2d91505df5 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -58,6 +58,9 @@ namespace drule
virtual double GetWidth() const { return -1; }
virtual void GetPattern(vector<double> &, double &) const {}
virtual void GetSymbol(string &) const {}
+
+ virtual double GetRadius() const {return -1;}
+ virtual int GetStrokeColor() const {return -1;}
};
class RulesHolder