uicore::SlotContainer Class Reference

#include <signal.h>

Public Member Functions

template<typename FuncType , typename InstanceType , typename MemberFuncType >
void connect (Signal< FuncType > &signal, InstanceType instance, MemberFuncType func)
 
template<typename FuncType , typename CallbackType >
void connect (Signal< FuncType > &signal, CallbackType func)
 

Member Function Documentation

template<typename FuncType , typename InstanceType , typename MemberFuncType >
void uicore::SlotContainer::connect ( Signal< FuncType > &  signal,
InstanceType  instance,
MemberFuncType  func 
)
inline
template<typename FuncType , typename CallbackType >
void uicore::SlotContainer::connect ( Signal< FuncType > &  signal,
CallbackType  func 
)
inline

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