|
| m_slot (const string_t &name, const std::function< signature > &sig) |
|
template<typename T > |
| m_slot (const string_t &name, T *inst, void(T::*func)(x_args...)) |
|
template<typename T > |
| m_slot (const string_t &name, T *inst, void(T::*func)(x_args...) const) |
|
template<typename x_owner > |
| m_slot (const string_t &name, const std::function< signature > &sig, x_owner *owner) |
|
template<typename T , typename x_owner > |
| m_slot (const string_t &name, T *inst, void(T::*func)(x_args...), x_owner *owner) |
|
template<typename T , typename x_owner > |
| m_slot (const string_t &name, T *inst, void(T::*func)(x_args...) const, x_owner *owner) |
|
| m_slot (const m_slot &)=delete |
|
| m_slot (m_slot &&)=delete |
|
virtual | ~m_slot () |
|
void | disconnect_all () |
|
| snake_case_mv_referrable (std::function< signature >, function) |
|
| snake_case_mv_referrable (signal_connections, connections) |
|
| slot (const string_t &p_name) |
|
template<typename x_owner > |
| slot (const string_t &p_name, x_owner *p_owner) |
|
virtual | ~slot () |
|
| snake_case_mv_referrable (string_t, name) |
|
template<typename... x_args>
class midge::m_slot< x_args >
Definition at line 36 of file slot.hh.