DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Slots

The “Slots” Loader scans the “Classes/Slots” folder, to connect the given class methods to specific signals. All class will be checked. The slot methods have to annotate with “@signalClass” and “@signalName” to point to the target signal. So it is possible to connect one slot class with many signals.