#include <signal.h>
Public Member Functions | |
SlotImplT (const std::weak_ptr< SignalImpl< SlotImplT >> &signal, const std::function< FuncType > &callback) | |
~SlotImplT () | |
![]() | |
SlotImpl () | |
SlotImpl (const SlotImpl &)=delete | |
virtual | ~SlotImpl () |
SlotImpl & | operator= (const SlotImpl &)=delete |
Public Attributes | |
std::function< FuncType > | callback |
std::weak_ptr< SignalImpl< SlotImplT > > | signal |
|
inline |
|
inline |
References uicore::SlotImplT< FuncType >::signal.
std::function<FuncType> uicore::SlotImplT< FuncType >::callback |
std::weak_ptr<SignalImpl<SlotImplT> > uicore::SlotImplT< FuncType >::signal |
Referenced by uicore::SlotImplT< FuncType >::~SlotImplT().