| Interface | Description | |
|---|---|---|
| IOnceSignal | ||
| IPrioritySignal | ||
| ISignal | ||
| ISlot | The ISlot interface defines the basic properties of a listener associated with a Signal. |
| Class | Description | |
|---|---|---|
| DeluxeSignal | Signal dispatches events to multiple listeners. | |
| MonoSignal | A MonoSignal can have only one listener. | |
| OnceSignal | Signal dispatches events to multiple listeners. | |
| PrioritySignal | ||
| Signal | Signal dispatches events to multiple listeners. | |
| Slot | The Slot class represents a signal slot. | |
| SlotList | The SlotList class represents an immutable list of Slot objects. |