RenderCall Class Reference
[Graphics]
Inheritance diagram for RenderCall:

Public Types | |
| typedef void(* | CallbackFunction )(Bitmap &bitmap, RenderCall *sprite, void *userData) |
Public Member Functions | |
| RenderCall () | |
| RenderCall (SpriteManager *spriteManager) | |
| virtual | ~RenderCall () |
| void | SetCallback (CallbackFunction callbackFunction, void *userData) |
Detailed Description
Definition at line 21 of file RenderCall.h.
Member Typedef Documentation
| typedef void(* RenderCall::CallbackFunction)(Bitmap &bitmap, RenderCall *sprite, void *userData) |
Definition at line 30 of file RenderCall.h.
Constructor & Destructor Documentation
| RenderCall::RenderCall | ( | ) |
Definition at line 8 of file RenderCall.cpp.
| RenderCall::RenderCall | ( | SpriteManager * | spriteManager | ) |
Definition at line 17 of file RenderCall.cpp.
| RenderCall::~RenderCall | ( | ) | [virtual] |
Definition at line 27 of file RenderCall.cpp.
Member Function Documentation
| void RenderCall::SetCallback | ( | CallbackFunction | callbackFunction, | |
| void * | userData | |||
| ) |
Definition at line 34 of file RenderCall.cpp.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
