29 #ifndef GUM_SIGNALER1_H 30 #define GUM_SIGNALER1_H 34 #define MAKE_NAME(nom) nom##1 35 #define LIST_DECL_CLASSES class type1 36 #define LIST_CLASSES type1 37 #define LIST_DECL_ARGS type1 arg1 38 #define LIST_ARGS arg1 40 #define GUM_EMIT1(signal, arg1) this->signal(this, arg1) 42 #define SIGNALER_PATRON_ACCEPTED 45 #endif // GUM_SIGNALER1_H Meta classes for signalers.