Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶ added in v0.0.3
func New() signalslots.Signal
Types ¶
type SignalImpl ¶
type SignalImpl struct {
// contains filtered or unexported fields
}
func (*SignalImpl) Connect ¶
func (s *SignalImpl) Connect(i interface{})
func (*SignalImpl) Disconnect ¶
func (s *SignalImpl) Disconnect(st signalslots.Slot)
func (*SignalImpl) DisconnectAll ¶
func (s *SignalImpl) DisconnectAll()
func (*SignalImpl) Emit ¶
func (s *SignalImpl) Emit(args ...interface{})
Click to show internal directories.
Click to hide internal directories.