diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-08-06 21:28:34 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-08-06 21:28:34 +0000 |
| commit | f46cc1179e44ec373cfaa02c7140fda8757660cf (patch) | |
| tree | e9fb08e0305016e391d6426076110b5271295e3d /src/display/canvas-grid.h | |
| parent | src/helper 2geomified (diff) | |
| download | inkscape-f46cc1179e44ec373cfaa02c7140fda8757660cf.tar.gz inkscape-f46cc1179e44ec373cfaa02c7140fda8757660cf.zip | |
1) When pasting, use an offset that is a multiple of the grid pitch (got lost during a previous round of refactoring)
2) Refactor some of the pasting code
(bzr r6580)
Diffstat (limited to 'src/display/canvas-grid.h')
| -rw-r--r-- | src/display/canvas-grid.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/display/canvas-grid.h b/src/display/canvas-grid.h index a9e317534..5d674bb2d 100644 --- a/src/display/canvas-grid.h +++ b/src/display/canvas-grid.h @@ -89,6 +89,13 @@ public: Gtk::Widget * newWidget(); + NR::Point origin; /**< Origin of the grid */ + guint32 color; /**< Color for normal lines */ + guint32 empcolor; /**< Color for emphasis lines */ + gint empspacing; /**< Spacing between emphasis lines */ + + SPUnit const* gridunit; + Inkscape::XML::Node * repr; SPDocument *doc; @@ -130,12 +137,6 @@ public: void readRepr(); void onReprAttrChanged (Inkscape::XML::Node * repr, const gchar *key, const gchar *oldval, const gchar *newval, bool is_interactive); - NR::Point origin; - guint32 color; - guint32 empcolor; - gint empspacing; - SPUnit const* gridunit; - NR::Point spacing; /**< Spacing between elements of the grid */ bool scaled[2]; /**< Whether the grid is in scaled mode, which can be different in the X or Y direction, hense two |
