#include <scim_slot.h>
Inheritance diagram for scim::Slot6< R, P1, P2, P3, P4, P5, P6 >:
Public Member Functions | |
virtual R | call (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) const =0 |
Calls the signal handler connected to this slot. | |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) const |
Function operator; Calls call(). | |
Protected Member Functions | |
Slot6 () | |
Constructor. |
Definition at line 927 of file scim_slot.h.
|
Constructor. Definition at line 930 of file scim_slot.h. |
|
Calls the signal handler connected to this slot.
Implemented in scim::FunctionSlot6< R, P1, P2, P3, P4, P5, P6 >, scim::MethodSlot6< T, R, P1, P2, P3, P4, P5, P6 >, and scim::SignalSlot6< T, R, P1, P2, P3, P4, P5, P6 >.
Referenced by scim::Slot6< R, P1, P2, P3, P4, P5, P6 >::operator()(). |
|
Function operator; Calls call(). Definition at line 937 of file scim_slot.h. References scim::Slot6< R, P1, P2, P3, P4, P5, P6 >::call(). |