uicore::SlotImplT< FuncType > Class Template Reference

#include <signal.h>

+ Inheritance diagram for uicore::SlotImplT< FuncType >:

Public Member Functions

 SlotImplT (const std::weak_ptr< SignalImpl< SlotImplT >> &signal, const std::function< FuncType > &callback)
 
 ~SlotImplT ()
 
- Public Member Functions inherited from uicore::SlotImpl
 SlotImpl ()
 
 SlotImpl (const SlotImpl &)=delete
 
virtual ~SlotImpl ()
 
SlotImploperator= (const SlotImpl &)=delete
 

Public Attributes

std::function< FuncType > callback
 
std::weak_ptr< SignalImpl< SlotImplT > > signal
 

Constructor & Destructor Documentation

template<typename FuncType >
uicore::SlotImplT< FuncType >::SlotImplT ( const std::weak_ptr< SignalImpl< SlotImplT< FuncType > >> &  signal,
const std::function< FuncType > &  callback 
)
inline
template<typename FuncType >
uicore::SlotImplT< FuncType >::~SlotImplT ( )
inline

Member Data Documentation

template<typename FuncType >
std::function<FuncType> uicore::SlotImplT< FuncType >::callback
template<typename FuncType >
std::weak_ptr<SignalImpl<SlotImplT> > uicore::SlotImplT< FuncType >::signal

The documentation for this class was generated from the following file: