LibrePCB Developers Documentation
|
This is the complete list of members for Slot< Tsender, Args >, including all inherited members.
detachAll() noexcept | Slot< Tsender, Args > | inline |
getSignalCount() const noexcept | Slot< Tsender, Args > | inline |
mCallback | Slot< Tsender, Args > | private |
mSignals | Slot< Tsender, Args > | private |
operator=(Slot const &other)=delete | Slot< Tsender, Args > | |
Signal< Tsender, Args... > | Slot< Tsender, Args > | friend |
Slot()=delete | Slot< Tsender, Args > | |
Slot(const Slot &other)=delete | Slot< Tsender, Args > | |
Slot(const std::function< void(const Tsender &, Args...)> &callback) noexcept | Slot< Tsender, Args > | inlineexplicit |
Slot(T &obj, void(T::*func)(const Tsender &, Args...)) noexcept | Slot< Tsender, Args > | inlineexplicit |
~Slot() noexcept | Slot< Tsender, Args > | inline |