VideoTools
|
A slot implementation class for two-parameter callbacks. More...
#include <gslot.h>
Public Member Functions | |
SlotImp2 (T &object, void(T::*fn)(P1, P2)) | |
void | callback (P1 p1, P2 p2) |
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 two-parameter callbacks.