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:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2019-06-15 19:02:36 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-06-17 16:40:55 +0300
commitc57ed6add93b062d19090303a4164ca28544fae6 (patch)
treea2c179ac4ccd2bd659937d13e5cdcec747b3ea06 /qt/mwms_borders_selection.hpp
parent4025f9f9f16c216983f08b1854f918bcb539efa8 (diff)
[qt] add box mode
Diffstat (limited to 'qt/mwms_borders_selection.hpp')
-rw-r--r--qt/mwms_borders_selection.hpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/qt/mwms_borders_selection.hpp b/qt/mwms_borders_selection.hpp
index 7766985882..f9d725c2ae 100644
--- a/qt/mwms_borders_selection.hpp
+++ b/qt/mwms_borders_selection.hpp
@@ -19,11 +19,14 @@ public:
enum class Response
{
- JustBordersByPolyFiles,
- WithPointsAndBordersByPolyFiles,
+ MwmsBordersByPolyFiles,
+ MwmsBordersWithVerticesByPolyFiles,
- JustBordersByPackedPolygon,
- WithPointsAndBordersByPackedPolygon,
+ MwmsBordersByPackedPolygon,
+ MwmsBordersWithVerticesByPackedPolygon,
+
+ BoundingBoxByPolyFiles,
+ BoundingBoxByPackedPolygon,
Cancelled
};
@@ -40,5 +43,6 @@ private:
QRadioButton * m_radioWithPoints;
QRadioButton * m_radioJustBorders;
+ QRadioButton * m_radioBoundingBox;
};
} // namespace qt