diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-10 19:17:34 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-10 19:17:34 +0000 |
| commit | 17f2a27dfcfbf68d218193a830faa9580ce8a363 (patch) | |
| tree | 1b97ed2cc721b3acb4f7965473ebb9d98a0803e3 /src/ui/tools/measure-tool.h | |
| parent | update to trunk (diff) | |
| download | inkscape-17f2a27dfcfbf68d218193a830faa9580ce8a363.tar.gz inkscape-17f2a27dfcfbf68d218193a830faa9580ce8a363.zip | |
Added new button to get global measure as a dimension
(bzr r14393.1.15)
Diffstat (limited to 'src/ui/tools/measure-tool.h')
| -rw-r--r-- | src/ui/tools/measure-tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/measure-tool.h b/src/ui/tools/measure-tool.h index 44153a144..0670fb9f7 100644 --- a/src/ui/tools/measure-tool.h +++ b/src/ui/tools/measure-tool.h @@ -43,6 +43,7 @@ public: virtual void setMarkers(); virtual void setMarker(bool isStart); virtual const std::string& getPrefsPath(); + void setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle); void knotStartMovedHandler(SPKnot */*knot*/, Geom::Point const &ppointer, guint state); void knotEndMovedHandler(SPKnot */*knot*/, Geom::Point const &ppointer, guint state); void knotUngrabbedHandler(SPKnot */*knot*/, unsigned int /*state*/); |
