![]() |
aGrUM
0.14.2
|
Class of gum::Signaler4. More...
Go to the source code of this file.
Macros | |
#define | MAKE_NAME(nom) nom##4 |
#define | LIST_DECL_CLASSES class type1, class type2, class type3, class type4 |
#define | LIST_CLASSES type1, type2, type3, type4 |
#define | LIST_DECL_ARGS type1 arg1, type2 arg2, type3 arg3, type4 arg4 |
#define | LIST_ARGS arg1, arg2, arg3, arg4 |
#define | GUM_EMIT4(signal, arg1, arg2, arg3, arg4) this->signal(this, arg1, arg2, arg3, arg4) |
#define | SIGNALER_PATRON_ACCEPTED |
Class of gum::Signaler4.
Definition in file signaler4.h.
#define GUM_EMIT4 | ( | signal, | |
arg1, | |||
arg2, | |||
arg3, | |||
arg4 | |||
) | this->signal(this, arg1, arg2, arg3, arg4) |
Definition at line 40 of file signaler4.h.
#define LIST_ARGS arg1, arg2, arg3, arg4 |
Definition at line 38 of file signaler4.h.
#define LIST_CLASSES type1, type2, type3, type4 |
Definition at line 36 of file signaler4.h.
#define LIST_DECL_ARGS type1 arg1, type2 arg2, type3 arg3, type4 arg4 |
Definition at line 37 of file signaler4.h.
#define LIST_DECL_CLASSES class type1, class type2, class type3, class type4 |
Definition at line 35 of file signaler4.h.
#define MAKE_NAME | ( | nom | ) | nom##4 |
Definition at line 34 of file signaler4.h.
#define SIGNALER_PATRON_ACCEPTED |
Definition at line 43 of file signaler4.h.