|
VideoTools
|
A slot implementation class for one-parameter callbacks. More...
#include <gslot.h>
Inheritance diagram for G::Slot::SlotImp1< T, P >:Public Member Functions | |
| SlotImp1 (T &object, void(T::*fn)(P)) | |
| void | callback (P p) |
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 one-parameter callbacks.