|
libzypp
17.22.0
|
Hides the signals emit function from external code. More...
#include <signals.h>
Public Types | |
| using | SlotType = sigc::slot< R(T...)> |
| using | SignalType = sigc::signal< R(T...)> |
Public Member Functions | |
| SignalProxy (SignalType &sig) | |
| connection | connect (const SlotType &slot) |
| Connects a signal handler to a signal. More... | |
| connection | connect (SlotType &&slot) |
| Connects a signal handler to a signal. More... | |
Private Attributes | |
| SignalType & | _sig |
Hides the signals emit function from external code.
| using zyppng::SignalProxy< R(T...)>::SlotType = sigc::slot<R(T...)> |
| using zyppng::SignalProxy< R(T...)>::SignalType = sigc::signal<R(T...)> |
|
inline |
|
inline |
|
inline |
Connects a signal handler to a signal.
|
private |