The ability to emit signals

C# | Visual Basic | Visual C++ |
public interface ISignal
Public Interface ISignal
public interface class ISignal

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Connect(Slot, Int32, Boolean) |
Connects a slot to this signal
|
![]() | Connect(Slot, Int32) |
Connects a slot to this signal
|
![]() | Connect(Slot) |
Connects a slot to this signal
|
![]() | Connected |
Returns true if this signal has any connected slots
|
![]() | Disconnect(Slot) |
Disconnects a slot
|
![]() | DisconnectAll()()()() |
Disconnects a slot
|
![]() | Emit(array<Object>[]()[][]) |
Emits the signal to connected slots
|
![]() | HasSlot(Slot) |
Returns true if the specified slot is connected to this signal
|
![]() | NumSlots |
Returns the number of connected slots
|