Code

improve spcurve::second_point and document its behavior
[inkscape.git] / src / sp-namedview.h
index f79a0fb429ac0de0be08432a9409f5e20cd2d18f..cfc57d1c4cab6688481796e6f86932f6312622b3 100644 (file)
@@ -52,6 +52,7 @@ struct SPNamedView : public SPObjectGroup {
     SnapManager snap_manager;
     GSList * grids;
     bool grids_visible;
+    bool snapindicator;
 
     SPUnit const *doc_units;
 
@@ -86,6 +87,9 @@ struct SPNamedView : public SPObjectGroup {
     guint getViewCount();
     GSList const *getViewList() const;
     SPMetric getDefaultMetric() const;
+
+    void translateGuides(NR::translate const &translation);
+    void scrollAllDesktops(double dx, double dy, bool is_scrolling);
 };
 
 struct SPNamedViewClass {