|
VideoTools
|
A slot implementation class for three-parameter callbacks. More...
#include <gslot.h>
Inheritance diagram for G::Slot::SlotImp3< T, P1, P2, P3 >:Public Member Functions | |
| SlotImp3 (T &object, void(T::*fn)(P1, P2, P3)) | |
| void | callback (P1 p1, P2 p2, P3 p3) |
Public Member Functions inherited from G::Slot::SlotImpBase | |
| SlotImpBase () | |
| Default constuctor. | |
| virtual | ~SlotImpBase () |
| Destructor. | |
| void | up () |
| Increments the reference count. | |
| void | down () |
| Decrements the reference count and does "delete this" on zero. More... | |
A slot implementation class for three-parameter callbacks.