class Inti::SignalProxy is declared in the header inti/signal-system.h.
Superclasses. none
Subclasses. none
Public Typedefs.
typedef SlotType |
Public Constructors.
SignalProxy (EmitterType * emitter, const SignalType * signal) |
Public Methods.
Connection connect (SlotType * slot, DestroyNotifier * alive_object = 0) const template <class MethodClassType, class MethodType> Connection connect (MethodClassType * obj, MethodType method, DestroyNotifier * alive_object = 0) const template <class FunctionType> Connection connect (FunctionType function, DestroyNotifier * alive_object = 0) const |
SignalProxy (EmitterType * emitter, const SignalType * signal) |
| emitter | |
| signal |
Connection connect (SlotType * slot, DestroyNotifier * alive_object = 0) const |
| slot | |
| alive_object |
template <class MethodClassType, class MethodType> Connection connect (MethodClassType * obj, MethodType method, DestroyNotifier * alive_object = 0) const |
| obj | |
| method | |
| alive_object |
template <class FunctionType> Connection connect (FunctionType function, DestroyNotifier * alive_object = 0) const |
| function | |
| alive_object |