LibrePCB Developers Documentation
Slot< Tsender, Args > Member List

This is the complete list of members for Slot< Tsender, Args >, including all inherited members.

detachAll() noexceptSlot< Tsender, Args >inline
getSignalCount() const noexceptSlot< Tsender, Args >inline
mCallbackSlot< Tsender, Args >private
mSignalsSlot< Tsender, Args >private
operator=(Slot const &other)=deleteSlot< Tsender, Args >
Signal< Tsender, Args... > classSlot< Tsender, Args >friend
Slot()=deleteSlot< Tsender, Args >
Slot(const Slot &other)=deleteSlot< Tsender, Args >
Slot(const std::function< void(const Tsender &, Args...)> &callback) noexceptSlot< Tsender, Args >inlineexplicit
Slot(T &obj, void(T::*func)(const Tsender &, Args...)) noexceptSlot< Tsender, Args >inlineexplicit
~Slot() noexceptSlot< Tsender, Args >inline