Public Member Functions | |
IA_CONSTRUCTOR void | IATextureDelegateAttributes_make (IATextureDelegateAttributes *, void *correspondingObject) |
static void | IATextureDelegateAttributes_setOnBitmapUsageBeginFunction (IATextureDelegateAttributes *this, void(*onBitmapUsageBegin)(void *correspondingObject, IABitmap *bitmap)) |
static void | IATextureDelegateAttributes_setOnBitmapUsageEndFunction (IATextureDelegateAttributes *this, void(*onBitmapUsageEnd)(void *correspondingObject, IABitmap *bitmap)) |
static void * | IATextureDelegateAttributes_getCorrespondingObject (const IATextureDelegateAttributes *this) |
Data Fields | |
void * | correspondingObject |
void(* | onBitmapUsageBegin )(void *correspondingObject, IABitmap *bitmap) |
void(* | onBitmapUsageEnd )(void *correspondingObject, IABitmap *bitmap) |
Static Public Attributes | |
static void(*)(void *correspondingObject, IABitmap *bitmap) | IATextureDelegateAttributes_getOnBitmapUsageBeginFunction (const IATextureDelegateAttributes *this) |
static void(*)(void *correspondingObject, IABitmap *bitmap) | IATextureDelegateAttributes_getOnBitmapUsageEndFunction (const IATextureDelegateAttributes *this) |
IA_CONSTRUCTOR void IATextureDelegateAttributes_make | ( | IATextureDelegateAttributes * | , |
void * | correspondingObject | ||
) |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
void* IATextureDelegateAttributes::correspondingObject |
void(* IATextureDelegateAttributes::onBitmapUsageBegin) (void *correspondingObject, IABitmap *bitmap) |
void(* IATextureDelegateAttributes::onBitmapUsageEnd) (void *correspondingObject, IABitmap *bitmap) |