Introduction
Downloads
Documentation
Tutorials
Pixie Lite
Forum

Home

RenderCall Class Reference
[Graphics]

Inheritance diagram for RenderCall:

Sprite

List of all members.


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

Author:
Mattias Gustavsson

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.



Pixie University and the Pixie Game Engine is created and managed by Mattias Gustavsson.
Reproduction/republishing of any material on this site without permission is strictly prohibited.