#include <pobject.h>
Public Member Functions | |
| Object () | |
| virtual | ~Object () |
| template<class RetType> RetType | emit (Signal0< RetType > &s) |
| Emit a signal with no arguments. | |
| template<class RetType, class P1> RetType | emit (Signal1< RetType, P1 > &s, P1 p1) |
| Emit a signal with 1 argument. | |
| template<class RetType, class P1, class P2> RetType | emit (Signal2< RetType, P1, P2 > &s, P1 p1, P2 p2) |
| Emit a signal with 2 arguments. | |
Definition at line 32 of file pobject.h.
|
|
|
|
|
|
|
||||||||||||||||||||
|
Emit a signal with 2 arguments.
Definition at line 51 of file pobject.h. References P::Signal2< _RetT, _ParamType1, _ParamType2, _Mutex >::emit(). |
|
||||||||||||||||
|
Emit a signal with 1 argument.
Definition at line 45 of file pobject.h. References P::Signal1< _RetT, _ParamType1, _Mutex >::emit(). |
|
||||||||||
|
Emit a signal with no arguments.
Definition at line 39 of file pobject.h. References P::Signal0< _RetT, _Mutex >::emit(). |
1.3.3