#include <signal.h>
|
| 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) |
| |
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: