Emit this signal to all connected slots.

Synopsis

Declared in <bdlmt_signaler.h>

void
operator()(
    t_ARG1 arg1,
    t_ARG2 arg2,
    t_ARG3 arg3,
    t_ARG4 arg4,
    t_ARG5 arg5,
    t_ARG6 arg6,
    t_ARG7 arg7) const;

Description

Call the functions held in all slot holders, in the order of group numbers and with the ordering within one group being the order in which connections were made, passing the number and type of arguments passed to this function.

Parameters

Name

Description

arg1

argument 1 forwarded to each connected slot

arg2

argument 2 forwarded to each connected slot

arg3

argument 3 forwarded to each connected slot

arg4

argument 4 forwarded to each connected slot

arg5

argument 5 forwarded to each connected slot

arg6

argument 6 forwarded to each connected slot

arg7

argument 7 forwarded to each connected slot

Created with MrDocs