#include <signal.h>
Public Member Functions | |
| Signal () | |
| Slot | connect (const std::function< FuncType > &func) |
| template<typename InstanceType , typename MemberFuncType > | |
| Slot | connect (InstanceType instance, MemberFuncType func) |
| template<typename... Args> | |
| void | operator() (Args &&...args) |
|
inline |
|
inline |
Referenced by uicore::Signal< FuncType >::connect(), and uicore::SlotContainer::connect().
|
inline |
References uicore::bind_member(), and uicore::Signal< FuncType >::connect().
|
inline |