![]() |
aGrUM
0.16.0
|
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr. More...
Go to the source code of this file.
Macros | |
#define | MAKE_NAME(nom) nom##7 |
#define | LIST_DECL_CLASSES |
#define | LIST_CLASSES type1, type2, type3, type4, type5, type6, type7 |
#define | LIST_DECL_ARGS |
#define | LIST_ARGS arg1, arg2, arg3, arg4, arg5, arg6, arg7 |
#define | GUM_EMIT7(signal, arg1, arg2, arg3, arg4, arg5, arg6, arg7) this->signal(this, arg1, arg2, arg3, arg4, arg5, arg6, arg7) |
#define | SIGNALER_PATRON_ACCEPTED |
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/.
Class of gum::Signaler7.
Definition in file signaler7.h.
#define GUM_EMIT7 | ( | signal, | |
arg1, | |||
arg2, | |||
arg3, | |||
arg4, | |||
arg5, | |||
arg6, | |||
arg7 | |||
) | this->signal(this, arg1, arg2, arg3, arg4, arg5, arg6, arg7) |
Definition at line 46 of file signaler7.h.
#define LIST_ARGS arg1, arg2, arg3, arg4, arg5, arg6, arg7 |
Definition at line 44 of file signaler7.h.
#define LIST_CLASSES type1, type2, type3, type4, type5, type6, type7 |
Definition at line 40 of file signaler7.h.
#define LIST_DECL_ARGS |
Definition at line 41 of file signaler7.h.
#define LIST_DECL_CLASSES |
Definition at line 37 of file signaler7.h.
#define MAKE_NAME | ( | nom | ) | nom##7 |
Definition at line 36 of file signaler7.h.
#define SIGNALER_PATRON_ACCEPTED |
Definition at line 49 of file signaler7.h.