![]() |
![]() |
Inheritance diagram for sigc::slot< T_return, T_arg1, T_arg2, T_arg3 >:
Public Types | |
typedef slot3< T_return, T_arg1, T_arg2, T_arg3 > | parent_type |
Public Member Functions | |
slot () | |
template <class T_functor> | slot (const T_functor& _A_func) |
Constructs a slot from an arbitrary functor. | |
slot (const slot& src) |
See the base class for useful methods. This is the template specialization of the unnumbered sigc::slot template for 3 argument(s).
|
Reimplemented in SigC::Slot3<T_return, T_arg1, T_arg2, T_arg3>. |
|
|
|
Constructs a slot from an arbitrary functor.
|
|
|