#include <wvcallback.h>
Collaboration diagram for WvCallbackMember< ParentCallback, PtrToObject, PtrToMember >:
Public Types | |
typedef R(* | type )(P1, P2, P3, P4, P5, P6, P7, P8) |
Public Member Functions | |
WvCallbackMember (PtrToObject _obj, PtrToMember _member) | |
WvCallbackMember * | clone () const |
R | operator() () |
R | operator() (P1 p1) |
R | operator() (P1 p1, P2 p2) |
R | operator() (P1 p1, P2 p2, P3 p3) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) |
R | thaw (const FrozenParams &frozen) |
|
Definition at line 39 of file wvcallback.h. |
|
Definition at line 342 of file wvcallback.h. Referenced by WvCallbackMember< ParentCallback, PtrToObject, PtrToMember >::clone(). |
|
Implements WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, P7, P8 >. Definition at line 345 of file wvcallback.h. References WvCallbackMember< ParentCallback, PtrToObject, PtrToMember >::WvCallbackMember(). |
|
Implements WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, P7, P8 >. Definition at line 363 of file wvcallback.h. |
|
Definition at line 361 of file wvcallback.h. |
|
Definition at line 359 of file wvcallback.h. |
|
Definition at line 357 of file wvcallback.h. |
|
Definition at line 355 of file wvcallback.h. |
|
Definition at line 353 of file wvcallback.h. |
|
Definition at line 351 of file wvcallback.h. |
|
Definition at line 349 of file wvcallback.h. |
|
Definition at line 347 of file wvcallback.h. |
|
Definition at line 40 of file wvcallback.h. Referenced by WvCallback< R, P1 >::thaw(). |