50 void MHEG5fontPrint(
MHEG5Font *font,
char *out)
MHEG5Bool availabilityStatus
void MHEG5fontPrepare(MHEG5Font *font)
void MHEG5ingredientInit(MHEG5Ingredient *ingredient)
Initialise a ingredient object with default values.
MHEG5Bool MHEG5sameGroup(MH5GroupPtr gptr, MH5GroupRef gref)
Compares group ptr with group ref to see whether they both reference the same group. The first is pointer to group, the second can be a relative group name and will be converted to absolute prior to the comparison, so two different references that resolve to reference the same group name produces a True return value.
struct sMHEG5Ingredient * next
void MHEG5fontDeactivate(MHEG5Font *font)
MHEG5Ingredient ingredient
Implement the MHEG5 Text Class 36 Text Class Defines attributes and behaviour of pieces of textual in...
void MHEG5ingredientDestruct(MHEG5Ingredient *ingredient)
Implementation of the Destruction behaviour Execute the following sequence of actions: ...
void MHEG5ingredientActivate(MHEG5Ingredient *ingredient)
Implementation of Activate behaviour Inherrited from Root class.
void MHEG5fontFree(MHEG5Font *font)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
void MHEG5fontActivate(MHEG5Font *font)
void MHEG5textRedraw(MHEG5Text *text)
void MHEG5fontInit(MHEG5Font *font)
Initialise a font object with default values.
Implement Functions to support Service Gateways. Functions for standarizing several GroupIDs like +DS...
Implement the MHEG5 Font Class Font Class Defines a class to represent a character font used for rend...
Event handling. Implementation of a combined queue for events and actions. This is the eventsystem wh...
union sMHEG5FontBody::@7 ref
void MHEG5ingredientDeactivate(MHEG5Ingredient *ingredient)
Implementation of Deactivate behaviour Inherrited from Root class.
Implement functions to retrieve MHEG5objects by GroupID and ID.
void MHEG5ingredientPrepare(MHEG5Ingredient *ingredient)
Implementation of the Preparation behaviour Inherrited from Root class.
Implementation of the MHEG5 Application Class Defines a set of Ingredient objects, which are shared within an application scope. Base class: Group Subclasses: None Status: Concrete class.
Implementation of the MHEG5 Scene Class Scene Class Defines a set of Ingredient objects to be activat...
MHEG5Ingredient * itemHead
MHEG5Scene * MHEG5getCurrentScene(void)
<Function description>="">
void MHEG5ingredientFree(MHEG5Ingredient *ingredient)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Implement generic MHEG5-display functions - independent from the OSD These are generic functions used...
void MHEG5fontRefreshTexts(MHEG5Font *font)
Refresh Text objects that reference this Font object. This function may be called after the font has ...
void MHEG5fontDestruct(MHEG5Font *font)
void MHEG5sendSync(MHEG5Root *source, MHEG5EventType event, MHEG5Int data)
Store an event in the synchronous event queue.
MHEG5Application * MHEG5getCurrentApplication(void)
<Function description>="">