Files Classes Functions Hierarchy
#include <gobjbase.h>
Public Types | |
| typedef void(T::* | Fptr )() |
Public Member Functions | |
| gobjcallback (T &data_, Fptr fn_) | |
| Constructor binding function. | |
| void | draw () |
| Write graphics by executing the callback function. | |
A function is supplied which when called back pushes gobj's to the global graphics stream.
Definition at line 126 of file gobjbase.h.
| typedef void(T::* gobjcallback< T >::Fptr)() |
| gobjcallback< T >::gobjcallback | ( | T & | data_, | |
| Fptr | fn_ | |||
| ) | [inline] |
| void gobjcallback< T >::draw | ( | ) | [inline, virtual] |
Write graphics by executing the callback function.
Implements gobj.
Definition at line 138 of file gobjbase.h.
References GOBJDEBUGCODE.
00139 { GOBJDEBUGCODE fobj(); }
1.5.8