31 #ifndef _MH5INTERACTIBLE_H
32 #define _MH5INTERACTIBLE_H
MHEG5ErrorCode MHEG5getHighlightStatus(MHEG5Root *target, MHEG5GList *params)
Definition: mh5interactible.c:385
MHEG5ErrorCode MHEG5getInteractionStatus(MHEG5Root *target, MHEG5GList *params)
Definition: mh5interactible.c:306
MHEG5Bool engineResp
Definition: mh5interactible.h:49
void MHEG5interactibleClone(MHEG5Interactible *destination, MHEG5Interactible *source)
void MHEG5interactibleDestruct(MHEG5Interactible *interactible)
Definition: mh5interactible.c:140
MHEG5ErrorCode MHEG5setHighlightStatus(MHEG5Root *target, MHEG5GList *params)
Definition: mh5interactible.c:346
MHEG5Bool interactionStatus
Definition: mh5interactible.h:54
void MHEG5interactibleDeactivate(MHEG5Interactible *interactible)
Implementation of the deactivation behaviour of the interactible class. This behaviour was introduced...
Definition: mh5interactible.c:151
Definition: mh5base.h:165
short MHEG5Bool
Definition: mh5base.h:67
MHEG5ErrorCode
Definition: mh5base.h:218
Definition: mh5interactible.h:44
MHEG5Bool highlightStatus
Definition: mh5interactible.h:53
MHEG5Colour highlightRefColour
Definition: mh5interactible.h:50
Definition: mh5base.h:143
void MHEG5interactibleInteractionCompleted(MHEG5Interactible *interactible, MHEG5Root *item)
Definition: mh5interactible.c:215
void MHEG5interactibleInit(MHEG5Interactible *interactible)
<Function description>="">
Definition: mh5interactible.c:102
void MHEG5interactibleFree(MHEG5Interactible *interactible)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5interactible.c:130
MHEG5ErrorCode MHEG5setInteractionStatus(MHEG5Root *target, MHEG5GList *params)
Definition: mh5interactible.c:223
void MHEG5interactiblePrepare(MHEG5Interactible *interactible)
Sets all internal attributes for the specified object to their default values.
Definition: mh5interactible.c:115