31 #ifndef _MH5APPLICATION_H
32 #define _MH5APPLICATION_H
211 #ifndef MHEG5PROFILE_UK1_06
MHEG5String fontAttributes
Definition: mh5application.h:68
void MHEG5applicationInit(MHEG5Application *application)
Initialise an application object with default values.
Definition: mh5application.c:1120
MHEG5ActionList onSpawnCloseDown
Definition: mh5application.h:62
void MHEG5displayStackPutBehind(MHEG5Root *target, MHEG5Root *refVisible)
Put a Visible exactly below another Visible in the display stack.
Definition: mh5application.c:1049
Definition: mh5action.h:200
void MHEG5displayStackToBottom(MHEG5Root *visible)
Move a visible to the Bottom of the display stack.
Definition: mh5application.c:956
void MHEG5applicationBootAbort(void)
Aborts launch of Boot Application.
Definition: mh5application.c:2019
void MHEG5displayStackAdd(MHEG5Root *visible, MHEG5Bool atTop)
This function adds a visible to the display stack. The parameter atTop defines if the Visible is adde...
Definition: mh5application.c:803
MHEG5Int lockCount
Definition: mh5application.h:80
MHEG5ErrorCode MHEG5openConnection(MHEG5Root *target, MHEG5GList *params)
Impelemtation of the OpenConnection (OpenSucceeded, Protocol, Address, ConnectionTag) action of the a...
Definition: mh5application.c:2358
void MHEG5applicationFree(MHEG5Application *application)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5application.c:1150
Definition: mh5application.h:45
MHEG5Colour buttonRefColour
Definition: mh5application.h:74
MHEG5Colour backgroundColour
Definition: mh5application.h:65
Definition: mh5group.h:47
MHEG5ErrorCode MHEG5getEngineSupport(MHEG5Root *target, MHEG5GList *params)
Implementation of the GetEngineSupport action of the application class GetEngineSupport (Feature...
Definition: mh5application.c:2422
void MHEG5applicationNDTcarouselAttach(void *carousel)
Definition: mh5application.c:378
Definition: mh5application.h:56
struct sMHEG5DisplayStackItem * next
Definition: mh5application.h:48
MHEG5ErrorCode MHEG5unlockScreen(MHEG5Root *target, MHEG5GList *params)
Impelemtation of the UnlockScreen action of the application class This action may refresh the display...
Definition: mh5application.c:2327
void MHEG5applicationPrepare(MHEG5Application *application)
Apply the group preparation behaviour.
Definition: mh5application.c:1183
Implementation of the Group class Description Defines the structure and behaviour of objects used as ...
MHEG5ErrorCode MHEG5applicationBootup(char *app_name)
Launches Boot Application according to name rules: This function will authenticate and resolve a file...
Definition: mh5application.c:1908
MHEG5Colour textColour
Definition: mh5application.h:66
MHEG5DisplayStackItem * displayStackTop
Definition: mh5application.h:81
void MHEG5applicationClearGroupTargets(MHEG5Application *application, MHEG5Group *group)
Clear targets of actions if they are ingredients of the given group.
Definition: mh5application.c:2036
MHEG5Bool streamContinuanceFlag
Definition: mh5application.h:83
void MHEG5ActivateCurrentApplication(void)
Apply the group activation behaviour.
Definition: mh5application.c:1333
struct sMHEG5DisplayStackItem * prev
Definition: mh5application.h:49
long MHEG5Int
Definition: mh5base.h:69
MHEG5Int lineArtContentHook
Definition: mh5application.h:72
MHEG5FontBody fontBody
Definition: mh5application.h:67
MHEG5Root * item
Definition: mh5application.h:47
struct sMHEG5DisplayStackItem MHEG5DisplayStackItem
MHEG5DisplayStackItem * MHEG5displayStackBottom(void)
This function returns a pointer to the DisplayStackItem at the Bottom of the Stack.
Definition: mh5application.c:746
void MHEG5displayStackPutBefore(MHEG5Root *target, MHEG5Root *refVisible)
Put a Visible exactly in front of another Visible in the display stack.
Definition: mh5application.c:975
void MHEG5quitApp(void)
Close an application because of the Quit Application Event defined by DTG.
Definition: mh5application.c:2193
MHEG5ErrorCode MHEG5closeConnection(MHEG5Root *target, MHEG5GList *params)
Impelemtation of the CloseConnection(ConnectionTag) action of the application class |NOT IMPLEMENTED...
Definition: mh5application.c:2373
MHEG5ErrorCode MHEG5storePersistent(MHEG5Root *target, MHEG5GList *params)
Implementation of the StorePersistent (StoreSucceeded, InVariables, OutFileName) action from the appl...
Definition: mh5application.c:1395
Definition: mh5base.h:236
Definition: mh5base.h:165
MHEG5Int interchangedProgramContentHook
Definition: mh5application.h:73
MHEG5ErrorCode MHEG5launch(MHEG5Root *target, MHEG5GList *params)
Definition: mh5application.c:2094
MHEG5Int streamContentHook
Definition: mh5application.h:70
MHEG5Int textContentHook
Definition: mh5application.h:71
MHEG5ErrorCode MHEG5setDesktopColour(MHEG5Root *target, MHEG5GList *params)
Impelemtation of the SetDesktopColour action of the application class This action may refresh the dis...
Definition: mh5application.c:2481
MHEG5ErrorCode MHEG5readPersistent(MHEG5Root *target, MHEG5GList *params)
Implementation of the ReadPersistent (ReadSucceded, OutVariables, InFileName) action from the applica...
Definition: mh5application.c:1566
short MHEG5Bool
Definition: mh5base.h:67
MHEG5ErrorCode
Definition: mh5base.h:218
void MHEG5applicationDestruct(MHEG5Application *application)
Destruct an application object. This function destructs all parts of an application object...
Definition: mh5application.c:1290
MHEG5DisplayStackItem * MHEG5displayStackPrevVisible(MHEG5Root *visible)
This function returns a pointer to the previous item in the display stack. The input parameter is a V...
Definition: mh5application.c:777
void MHEG5displayStackToTop(MHEG5Root *visible)
Move a Visible to the Top of the display stack.
Definition: mh5application.c:938
Definition: mh5base.h:143
MHEG5Colour originalDesktopColour
Definition: mh5application.h:77
MHEG5DisplayStackItem * displayStackBottom
Definition: mh5application.h:82
MHEG5ErrorCode MHEG5quit(MHEG5Root *target, MHEG5GList *params)
Implementation of the Quit action from the application class Close an application and restart the pre...
Definition: mh5application.c:2175
MHEG5Colour sliderRefColour
Definition: mh5application.h:76
void MHEG5applicationResolveTargets(MHEG5Application *application)
Resolve unresolved targets of actions in the application.
Definition: mh5application.c:2068
MHEG5ErrorCode MHEG5spawn(MHEG5Root *target, MHEG5GList *params)
Implementation of the Spawn action from the application class +Execute the OnSpawnCloseDown Action of...
Definition: mh5application.c:2138
MHEG5Colour highlightRefColour
Definition: mh5application.h:75
MHEG5Int characterSet
Definition: mh5application.h:64
MHEG5ErrorCode MHEG5lockScreen(MHEG5Root *target, MHEG5GList *params)
Implementation of the LockScreen action of the application class Freeze the display screen and preven...
Definition: mh5application.c:2293
MHEG5Group group
Definition: mh5application.h:59
U8BIT BOOLEAN
Definition: techtype.h:112
MHEG5Colour desktopColour
Definition: mh5application.h:84
MHEG5Root * MHEG5displayStackGetVisible(MHEG5DisplayStackItem *item)
This function returns the visible at a specific display stack positon.
Definition: mh5application.c:734
MHEG5Int bitmapContentHook
Definition: mh5application.h:69
MHEG5ActionList onRestart
Definition: mh5application.h:63
void MHEG5applicationStackClear(BOOLEAN isNdt)
Definition: mh5application.c:391
void MHEG5applicationDeactivate(MHEG5Application *application)
Apply the application deactivation behaviour +Apply the CloseConnection action to all opened auxiliar...
Definition: mh5application.c:1366
void MHEG5applicationPush(MHEG5String groupid)
MHEG5DisplayStackItem * MHEG5displayStackPrev(MHEG5DisplayStackItem *item)
This function returns a pointer to the previous item in the display stack. The input parameter is a D...
Definition: mh5application.c:763
void MHEG5applicationCarouselUnload(void *carousel)
Definition: mh5application.c:345
MHEG5Bool MHEG5displayStackDelete(MHEG5Root *visible)
This function removes the reference to a visible object from the display stack.
Definition: mh5application.c:886
MHEG5Application * MHEG5getCurrentApplication(void)
<Function description>="">
Definition: mh5application.c:499