40 #define GRP_HASH_TABLE_SIZE 251 61 MHEG5Int originalCachePriority;
67 MHEG5Int cachePriority;
70 unsigned long startTime;
83 void MHEG5groupPrint(
MHEG5Group *group,
char *out);
257 #ifdef SURFACE_THRESHOLD 263 void MHEG5groupDestroySurfaces(MHEG5Int pixels);
Definition: mh5action.h:199
void MHEG5groupDestruct(MHEG5Group *group)
Implementation of the Destruction behaviour Destruction.
Definition: mh5group.c:497
Implementation of the Ingredient class.
void MHEG5groupInit(MHEG5Group *group)
Initialise an Group object with default Values.
Definition: mh5group.c:285
Definition: mh5group.h:47
Definition: mh5ingredient.h:63
void MHEG5groupDeactivate(MHEG5Group *group)
Implementation of the Deactivation behaviour Deactivation If group is not active, ignore behaviour...
Definition: mh5group.c:802
void MHEG5groupFree(MHEG5Group *group)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5group.c:315
void MH5_GroupInit(void)
This function initialises Group Timers.
Definition: mh5group.c:93
void MHEG5groupPrepare(MHEG5Group *group)
Implementation of the Preparation behaviour Preparation.
Definition: mh5group.c:349
Manage elementary actions Manage a table of all actions and call a specific action which is defined b...
Definition: mh5base.h:169
void MHEG5groupDelItem(MHEG5Group *group, MHEG5Ingredient *item)
Delete Item from the List.
Definition: mh5group.c:235
void MHEG5groupAddItem(MHEG5Group *group, MHEG5Ingredient *item)
Add an Item to the List.
Definition: mh5group.c:205
MHEG5ErrorCode MHEG5setTimer(MHEG5Root *target, MHEG5GList *params)
This actions sets a new Timer which results in a TimerFired event when the given time is reached...
Definition: mh5group.c:1070
MHEG5ErrorCode MHEG5setCachePriority(MHEG5Root *target, MHEG5GList *params)
Implementation of the SetCachePriority action SetCachePriority (NewCachePriority) Set the GroupCacheP...
Definition: mh5group.c:937
void MHEG5groupActivate(MHEG5Group *group)
Implementation of the Activation behaviour Activation.
Definition: mh5group.c:672