22 Sep
2013
22 Sep
'13
4:53 p.m.
On 09/22/2013 06:51 PM, Arshdeep Singh wrote:
Hi, Will pulling the changes of selection.h and selection.cpp suffice to use for my project ? Does _notifySelected notify signals for both selection and un-selection ?
the signal has three arguments: The object, the selection and a bool that indicates whether the object is now selected (true) or unselected (false). You will also need the few lines in sp-object.h containing the signal logic.
Sebastian