#include <hic_wrap.h>
Public Member Functions | |
virtual void | finish_picture (HIC_Rendition const *nr, bool swap_buffers) |
Finish_Picture (HC_KEY key, const char *name, void *data=0) | |
const char * | GetName () |
virtual | ~Finish_Picture () |
Protected Member Functions | |
void * | GetData () |
Finish_Picture::Finish_Picture | ( | HC_KEY | key, | |
const char * | name, | |||
void * | data = 0 | |||
) |
Constructs a Finish_Picture Callback object.
key | Key to the segment on which the callback is set. | |
name | The name of the callback. | |
data | Optional pointer to user data that can then be accessed from the callback. |
virtual Finish_Picture::~Finish_Picture | ( | ) | [virtual] |
Deletes the callback object.
virtual void Finish_Picture::finish_picture | ( | HIC_Rendition const * | nr, | |
bool | swap_buffers | |||
) | [inline, virtual] |
The function you implement for your callback.
nr | A pointer to a const HIC_Rendition | |
swap_buffers | A bool variable |
void* Finish_Picture::GetData | ( | ) | [protected] |
Returns the pointer to the user data that may have been provided when the callback was created.
const char* Finish_Picture::GetName | ( | ) |
Returns the name of the callback.