add_destroy_notify_callback(void* data, func_destroy_notify func) const | sigc::slot_base | |
block(bool should_block=true) noexcept | sigc::slot_base | |
blocked() const noexcept | sigc::slot_base | inline |
blocked_ | sigc::slot_base | |
disconnect() | sigc::slot_base | |
empty() const noexcept | sigc::slot_base | inline |
func_destroy_notify typedef | sigc::slot_base | |
operator bool() const noexcept | sigc::slot_base | explicit |
operator()() const | sigc::slot0< T_return > | inline |
operator=(const slot& src) | sigc::slot< T_return, nil, nil, nil, nil, nil, nil, nil > | inline |
operator=(slot&& src) | sigc::slot< T_return, nil, nil, nil, nil, nil, nil, nil > | inline |
sigc::slot0::operator=(const slot0& src) | sigc::slot0< T_return > | inline |
sigc::slot0::operator=(slot0&& src) | sigc::slot0< T_return > | inline |
sigc::slot_base::operator=(const slot_base& src) | sigc::slot_base | |
sigc::slot_base::operator=(slot_base&& src) | sigc::slot_base | |
parent_type typedef | sigc::slot< T_return, nil, nil, nil, nil, nil, nil, nil > | |
remove_destroy_notify_callback(void* data) const | sigc::slot_base | |
rep_ | sigc::slot_base | mutable |
result_type typedef | sigc::slot0< T_return > | |
set_parent(void* parent, void*(* cleanup)(void*)) const noexcept | sigc::slot_base | |
slot() | sigc::slot< T_return, nil, nil, nil, nil, nil, nil, nil > | inline |
slot(const T_functor& _A_func) | sigc::slot< T_return, nil, nil, nil, nil, nil, nil, nil > | inline |
slot(const slot& src) | sigc::slot< T_return, nil, nil, nil, nil, nil, nil, nil > | inline |
slot(slot&& src) | sigc::slot< T_return, nil, nil, nil, nil, nil, nil, nil > | inline |
slot0() | sigc::slot0< T_return > | inline |
slot0(const T_functor& _A_func) | sigc::slot0< T_return > | inline |
slot0(const slot0& src) | sigc::slot0< T_return > | inline |
slot0(slot0&& src) | sigc::slot0< T_return > | inline |
slot_base() noexcept | sigc::slot_base | |
slot_base(rep_type* rep) noexcept | sigc::slot_base | explicit |
slot_base(const slot_base& src) | sigc::slot_base | |
slot_base(slot_base&& src) | sigc::slot_base | |
unblock() noexcept | sigc::slot_base | |
~slot_base() | sigc::slot_base | |