4 Dec
2014
4 Dec
'14
4:10 p.m.
On Thu, 2014-12-04 at 16:21 +0100, Alexander Brock wrote:
duplicate objects which are filled and stroked, if there are no objections.
I'd also like to make "Clone->Unlink Clone" recurse into groups if there are no objections.
If it's possible to add the feature to the selection code such that the code for navigating and selecting appropriate objects isn't duplicated, that would be great.
Maybe something like:
selection->forEachSelectedObjects(callable_method); selection->forEachSelectedChildren(callable_method);
Make it generic and we can easily reuse it with other methods that should operate on multiple objects.
Martin,