SVG --storey-height-line-length

This commit is contained in:
Thomas Krijnen
2021-03-28 21:38:29 +02:00
parent 1ee488b148
commit f1d7cf1dfb
3 changed files with 14 additions and 2 deletions
+2
View File
@@ -137,6 +137,7 @@ protected:
boost::optional<std::vector<section_data>> section_data_;
boost::optional<std::vector<section_data>> deferred_section_data_;
boost::optional<double> scale_, calculated_scale_, center_x_, center_y_, scale_backup_;
boost::optional<double> storey_height_line_length_;
boost::optional<std::pair<double, double>> size_, size_backup_;
bool with_section_heights_from_storey_, print_space_names_, print_space_areas_;
@@ -216,6 +217,7 @@ public:
void setPrintSpaceAreas(bool b) { print_space_areas_ = b; }
void setDrawStoreyHeights(storey_height_display_types sh) { storey_height_display_ = sh; }
void setDrawDoorArcs(bool b) { draw_door_arcs_ = b; }
void setStoreyHeightLineLength(double d) { storey_height_line_length_ = d; }
std::array<std::array<double, 3>, 3> resize();
void resetScale();