Slot.notifyValueChanged purpose and behavior unclear
burgerdev opened this issue · 1 comments
burgerdev commented
I don't quite understand why only output slots should listen on that signal, but even this does not work: Slot._sig_value_changed
is not emitted anywhere.
burgerdev commented
Slot._sig_value_changed
is emitted in OpArrayCache._ensureCached()
, which is as far as I can tell only triggered upon requests to output slots Output
and OutputHdf5
.