diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-11-04 00:53:52 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-11-04 00:53:52 +0000 |
| commit | 2c8ba02df1e4e1176d8e1fd61beb050e877d1cd6 (patch) | |
| tree | 361f48c390c92133a9ee6be57d05529bd029cad9 /src/document.h | |
| parent | update to trunk (diff) | |
| parent | Add missing file to POTFILES.in (diff) | |
| download | inkscape-2c8ba02df1e4e1176d8e1fd61beb050e877d1cd6.tar.gz inkscape-2c8ba02df1e4e1176d8e1fd61beb050e877d1cd6.zip | |
update to trunk
(bzr r14422.1.41)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h index dd1e295a2..be3f106d8 100644 --- a/src/document.h +++ b/src/document.h @@ -262,7 +262,7 @@ public: std::vector<SPItem*> getItemsInBox(unsigned int dkey, Geom::Rect const &box) const; std::vector<SPItem*> getItemsPartiallyInBox(unsigned int dkey, Geom::Rect const &box) const; SPItem *getItemAtPoint(unsigned int key, Geom::Point const &p, bool into_groups, SPItem *upto = NULL) const; - std::vector<SPItem*> getItemsAtPoints(unsigned const key, std::vector<Geom::Point> points) const; + std::vector<SPItem*> getItemsAtPoints(unsigned const key, std::vector<Geom::Point> points, bool all_layers = true, size_t limit = 0) const; SPItem *getGroupAtPoint(unsigned int key, Geom::Point const &p) const; void changeUriAndHrefs(char const *uri); |
