40 #define GRP_HASH_TABLE_SIZE 251
83 void MHEG5groupPrint(
MHEG5Group *group,
char *out);
257 #ifdef INCLUDE_SURFACE_THRESHOLD
263 void MHEG5groupDestroySurfaces(
MHEG5Int pixels);
Definition: mh5action.h:200
void MHEG5groupDestruct(MHEG5Group *group)
Implementation of the Destruction behaviour Destruction.
Definition: mh5group.c:495
MHEG5Ingredient * hashIngred[256]
Definition: mh5group.h:64
Implementation of the Ingredient class.
void MHEG5groupInit(MHEG5Group *group)
Initialise an Group object with default Values.
Definition: mh5group.c:279
Definition: mh5group.h:47
Definition: mh5ingredient.h:63
MHEG5Int MH5GroupId
Definition: mh5base.h:88
void MHEG5groupDeactivate(MHEG5Group *group)
Implementation of the Deactivation behaviour Deactivation If group is not active, ignore behaviour...
Definition: mh5group.c:805
void MHEG5groupFree(MHEG5Group *group)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5group.c:309
MHEG5Ingredient * itemHead
Definition: mh5group.h:62
void MH5_GroupInit(void)
This function initialises Group Timers.
Definition: mh5group.c:90
MHEG5ActionList onStartUp
Definition: mh5group.h:59
void MHEG5groupPrepare(MHEG5Group *group)
Implementation of the Preparation behaviour Preparation.
Definition: mh5group.c:343
MH5GroupId group_id
Definition: mh5group.h:54
long MHEG5Int
Definition: mh5base.h:69
MHEG5Int originalCachePriority
Definition: mh5group.h:61
struct sMHEG5Group MHEG5Group
Manage elementary actions Manage a table of all actions and call a specific action which is defined b...
Definition: mh5base.h:165
MHEG5String groupName
Definition: mh5group.h:53
void MHEG5groupDelItem(MHEG5Group *group, MHEG5Ingredient *item)
Delete Item from the List.
Definition: mh5group.c:229
MHEG5Root root
Definition: mh5group.h:50
MHEG5String objectInformation
Definition: mh5group.h:58
MHEG5ErrorCode
Definition: mh5base.h:218
MHEG5Int cachePriority
Definition: mh5group.h:67
unsigned long startTime
Definition: mh5group.h:70
void MHEG5groupAddItem(MHEG5Group *group, MHEG5Ingredient *item)
Add an Item to the List.
Definition: mh5group.c:199
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:1068
MHEG5ErrorCode MHEG5setCachePriority(MHEG5Root *target, MHEG5GList *params)
Implementation of the SetCachePriority action SetCachePriority (NewCachePriority) Set the GroupCacheP...
Definition: mh5group.c:944
MHEG5Ingredient * itemTail
Definition: mh5group.h:63
MHEG5ActionList onCloseDown
Definition: mh5group.h:60
void MHEG5groupActivate(MHEG5Group *group)
Implementation of the Activation behaviour Activation.
Definition: mh5group.c:671