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:
authorvng <viktor.govako@gmail.com>2011-11-14 23:28:36 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:51 +0300
commit6f31774ce443b05026ab1e7a335ba65820bbba67 (patch)
tree64ef7b2602b2eac791e9b3d513aa8843d77f5a79 /indexer/drules_struct.pb.h
parent71a1946850b02957e7dcd4ce18aa06a175f8a855 (diff)
Add priority (depth) to drawing rules.
Diffstat (limited to 'indexer/drules_struct.pb.h')
-rw-r--r--indexer/drules_struct.pb.h170
1 files changed, 165 insertions, 5 deletions
diff --git a/indexer/drules_struct.pb.h b/indexer/drules_struct.pb.h
index b13710b6c1..418e632c91 100644
--- a/indexer/drules_struct.pb.h
+++ b/indexer/drules_struct.pb.h
@@ -203,6 +203,13 @@ class LineRuleProto : public ::google::protobuf::Message {
inline ::DashDotProto* mutable_dashdot();
inline ::DashDotProto* release_dashdot();
+ // required int32 priority = 4;
+ inline bool has_priority() const;
+ inline void clear_priority();
+ static const int kPriorityFieldNumber = 4;
+ inline ::google::protobuf::int32 priority() const;
+ inline void set_priority(::google::protobuf::int32 value);
+
// @@protoc_insertion_point(class_scope:LineRuleProto)
private:
inline void set_has_width();
@@ -211,15 +218,18 @@ class LineRuleProto : public ::google::protobuf::Message {
inline void clear_has_color();
inline void set_has_dashdot();
inline void clear_has_dashdot();
+ inline void set_has_priority();
+ inline void clear_has_priority();
::google::protobuf::UnknownFieldSet _unknown_fields_;
double width_;
::DashDotProto* dashdot_;
::google::protobuf::int32 color_;
+ ::google::protobuf::int32 priority_;
mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
+ ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
friend void protobuf_AddDesc_drules_5fstruct_2eproto();
friend void protobuf_AssignDesc_drules_5fstruct_2eproto();
@@ -299,20 +309,30 @@ class AreaRuleProto : public ::google::protobuf::Message {
inline ::LineRuleProto* mutable_border();
inline ::LineRuleProto* release_border();
+ // required int32 priority = 3;
+ inline bool has_priority() const;
+ inline void clear_priority();
+ static const int kPriorityFieldNumber = 3;
+ inline ::google::protobuf::int32 priority() const;
+ inline void set_priority(::google::protobuf::int32 value);
+
// @@protoc_insertion_point(class_scope:AreaRuleProto)
private:
inline void set_has_color();
inline void clear_has_color();
inline void set_has_border();
inline void clear_has_border();
+ inline void set_has_priority();
+ inline void clear_has_priority();
::google::protobuf::UnknownFieldSet _unknown_fields_;
::LineRuleProto* border_;
::google::protobuf::int32 color_;
+ ::google::protobuf::int32 priority_;
mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
+ ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
friend void protobuf_AddDesc_drules_5fstruct_2eproto();
friend void protobuf_AssignDesc_drules_5fstruct_2eproto();
@@ -388,17 +408,27 @@ class SymbolRuleProto : public ::google::protobuf::Message {
inline ::std::string* mutable_name();
inline ::std::string* release_name();
+ // required int32 priority = 2;
+ inline bool has_priority() const;
+ inline void clear_priority();
+ static const int kPriorityFieldNumber = 2;
+ inline ::google::protobuf::int32 priority() const;
+ inline void set_priority(::google::protobuf::int32 value);
+
// @@protoc_insertion_point(class_scope:SymbolRuleProto)
private:
inline void set_has_name();
inline void clear_has_name();
+ inline void set_has_priority();
+ inline void clear_has_priority();
::google::protobuf::UnknownFieldSet _unknown_fields_;
::std::string* name_;
+ ::google::protobuf::int32 priority_;
mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
+ ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
friend void protobuf_AddDesc_drules_5fstruct_2eproto();
friend void protobuf_AssignDesc_drules_5fstruct_2eproto();
@@ -484,6 +514,13 @@ class CaptionRuleProto : public ::google::protobuf::Message {
inline ::google::protobuf::int32 stroke_color() const;
inline void set_stroke_color(::google::protobuf::int32 value);
+ // required int32 priority = 4;
+ inline bool has_priority() const;
+ inline void clear_priority();
+ static const int kPriorityFieldNumber = 4;
+ inline ::google::protobuf::int32 priority() const;
+ inline void set_priority(::google::protobuf::int32 value);
+
// @@protoc_insertion_point(class_scope:CaptionRuleProto)
private:
inline void set_has_height();
@@ -492,15 +529,18 @@ class CaptionRuleProto : public ::google::protobuf::Message {
inline void clear_has_color();
inline void set_has_stroke_color();
inline void clear_has_stroke_color();
+ inline void set_has_priority();
+ inline void clear_has_priority();
::google::protobuf::UnknownFieldSet _unknown_fields_;
::google::protobuf::int32 height_;
::google::protobuf::int32 color_;
::google::protobuf::int32 stroke_color_;
+ ::google::protobuf::int32 priority_;
mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
+ ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
friend void protobuf_AddDesc_drules_5fstruct_2eproto();
friend void protobuf_AssignDesc_drules_5fstruct_2eproto();
@@ -587,6 +627,13 @@ class CircleRuleProto : public ::google::protobuf::Message {
inline ::LineRuleProto* mutable_border();
inline ::LineRuleProto* release_border();
+ // required int32 priority = 4;
+ inline bool has_priority() const;
+ inline void clear_priority();
+ static const int kPriorityFieldNumber = 4;
+ inline ::google::protobuf::int32 priority() const;
+ inline void set_priority(::google::protobuf::int32 value);
+
// @@protoc_insertion_point(class_scope:CircleRuleProto)
private:
inline void set_has_radius();
@@ -595,15 +642,18 @@ class CircleRuleProto : public ::google::protobuf::Message {
inline void clear_has_color();
inline void set_has_border();
inline void clear_has_border();
+ inline void set_has_priority();
+ inline void clear_has_priority();
::google::protobuf::UnknownFieldSet _unknown_fields_;
double radius_;
::LineRuleProto* border_;
::google::protobuf::int32 color_;
+ ::google::protobuf::int32 priority_;
mutable int _cached_size_;
- ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
+ ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
friend void protobuf_AddDesc_drules_5fstruct_2eproto();
friend void protobuf_AssignDesc_drules_5fstruct_2eproto();
@@ -1044,6 +1094,28 @@ inline ::DashDotProto* LineRuleProto::release_dashdot() {
return temp;
}
+// required int32 priority = 4;
+inline bool LineRuleProto::has_priority() const {
+ return (_has_bits_[0] & 0x00000008u) != 0;
+}
+inline void LineRuleProto::set_has_priority() {
+ _has_bits_[0] |= 0x00000008u;
+}
+inline void LineRuleProto::clear_has_priority() {
+ _has_bits_[0] &= ~0x00000008u;
+}
+inline void LineRuleProto::clear_priority() {
+ priority_ = 0;
+ clear_has_priority();
+}
+inline ::google::protobuf::int32 LineRuleProto::priority() const {
+ return priority_;
+}
+inline void LineRuleProto::set_priority(::google::protobuf::int32 value) {
+ set_has_priority();
+ priority_ = value;
+}
+
// -------------------------------------------------------------------
// AreaRuleProto
@@ -1099,6 +1171,28 @@ inline ::LineRuleProto* AreaRuleProto::release_border() {
return temp;
}
+// required int32 priority = 3;
+inline bool AreaRuleProto::has_priority() const {
+ return (_has_bits_[0] & 0x00000004u) != 0;
+}
+inline void AreaRuleProto::set_has_priority() {
+ _has_bits_[0] |= 0x00000004u;
+}
+inline void AreaRuleProto::clear_has_priority() {
+ _has_bits_[0] &= ~0x00000004u;
+}
+inline void AreaRuleProto::clear_priority() {
+ priority_ = 0;
+ clear_has_priority();
+}
+inline ::google::protobuf::int32 AreaRuleProto::priority() const {
+ return priority_;
+}
+inline void AreaRuleProto::set_priority(::google::protobuf::int32 value) {
+ set_has_priority();
+ priority_ = value;
+}
+
// -------------------------------------------------------------------
// SymbolRuleProto
@@ -1161,6 +1255,28 @@ inline ::std::string* SymbolRuleProto::release_name() {
}
}
+// required int32 priority = 2;
+inline bool SymbolRuleProto::has_priority() const {
+ return (_has_bits_[0] & 0x00000002u) != 0;
+}
+inline void SymbolRuleProto::set_has_priority() {
+ _has_bits_[0] |= 0x00000002u;
+}
+inline void SymbolRuleProto::clear_has_priority() {
+ _has_bits_[0] &= ~0x00000002u;
+}
+inline void SymbolRuleProto::clear_priority() {
+ priority_ = 0;
+ clear_has_priority();
+}
+inline ::google::protobuf::int32 SymbolRuleProto::priority() const {
+ return priority_;
+}
+inline void SymbolRuleProto::set_priority(::google::protobuf::int32 value) {
+ set_has_priority();
+ priority_ = value;
+}
+
// -------------------------------------------------------------------
// CaptionRuleProto
@@ -1231,6 +1347,28 @@ inline void CaptionRuleProto::set_stroke_color(::google::protobuf::int32 value)
stroke_color_ = value;
}
+// required int32 priority = 4;
+inline bool CaptionRuleProto::has_priority() const {
+ return (_has_bits_[0] & 0x00000008u) != 0;
+}
+inline void CaptionRuleProto::set_has_priority() {
+ _has_bits_[0] |= 0x00000008u;
+}
+inline void CaptionRuleProto::clear_has_priority() {
+ _has_bits_[0] &= ~0x00000008u;
+}
+inline void CaptionRuleProto::clear_priority() {
+ priority_ = 0;
+ clear_has_priority();
+}
+inline ::google::protobuf::int32 CaptionRuleProto::priority() const {
+ return priority_;
+}
+inline void CaptionRuleProto::set_priority(::google::protobuf::int32 value) {
+ set_has_priority();
+ priority_ = value;
+}
+
// -------------------------------------------------------------------
// CircleRuleProto
@@ -1308,6 +1446,28 @@ inline ::LineRuleProto* CircleRuleProto::release_border() {
return temp;
}
+// required int32 priority = 4;
+inline bool CircleRuleProto::has_priority() const {
+ return (_has_bits_[0] & 0x00000008u) != 0;
+}
+inline void CircleRuleProto::set_has_priority() {
+ _has_bits_[0] |= 0x00000008u;
+}
+inline void CircleRuleProto::clear_has_priority() {
+ _has_bits_[0] &= ~0x00000008u;
+}
+inline void CircleRuleProto::clear_priority() {
+ priority_ = 0;
+ clear_has_priority();
+}
+inline ::google::protobuf::int32 CircleRuleProto::priority() const {
+ return priority_;
+}
+inline void CircleRuleProto::set_priority(::google::protobuf::int32 value) {
+ set_has_priority();
+ priority_ = value;
+}
+
// -------------------------------------------------------------------
// DrawElementProto