100 if (!target->runningStatus)
102 switch (target->clazz)
113 case MHEG5DYNAMICLINEART:
119 case MHEG5RESIDENTPROGRAM:
120 case MHEG5REMOTEPROGRAM:
121 case MHEG5INTERCHANGEDPROGRAM:
133 #ifndef MHEG5PROFILE_UK1_06 137 case MHEG5PUSHBUTTON:
140 case MHEG5SWITCHBUTTON:
143 case MHEG5RTGRAPHICS:
147 case MHEG5TOKENGROUP: 153 case MHEG5ENTRYFIELD:
163 case MHEG5APPLICATION:
165 case MHEG5BOOLEANVARIABLE:
166 case MHEG5INTEGERVARIABLE:
167 case MHEG5OCTETSTRINGVARIABLE:
168 case MHEG5OBJECTREFVARIABLE:
169 case MHEG5CONTENTREFVARIABLE:
171 case MHEG5CURSORSHAPE:
176 return MHEG5ERR_NOERROR;
203 if (target->runningStatus)
205 switch (target->clazz)
216 case MHEG5DYNAMICLINEART:
222 case MHEG5RESIDENTPROGRAM:
223 case MHEG5REMOTEPROGRAM:
224 case MHEG5INTERCHANGEDPROGRAM:
236 #ifndef MHEG5PROFILE_UK1_06 240 case MHEG5PUSHBUTTON:
243 case MHEG5SWITCHBUTTON:
246 case MHEG5RTGRAPHICS:
250 case MHEG5TOKENGROUP: 256 case MHEG5ENTRYFIELD:
266 case MHEG5APPLICATION:
268 case MHEG5BOOLEANVARIABLE:
269 case MHEG5INTEGERVARIABLE:
270 case MHEG5OCTETSTRINGVARIABLE:
271 case MHEG5OBJECTREFVARIABLE:
272 case MHEG5CONTENTREFVARIABLE:
274 case MHEG5CURSORSHAPE:
279 return MHEG5ERR_NOERROR;
void MHEG5rtgraphicsActivate(MHEG5RTGraphics *rtgraphics)
Apply the activation behaviour of the RTGraphics class.
void MHEG5dynamicLineartDeactivate(MHEG5DynamicLineart *dynamicLineart)
Apply the deactivation behaviour of the dynamiclineart class.
void MHEG5videoDeactivate(MHEG5Video *video)
Apply the deactivation behaviour of the video class. As this class has no own deactivation behaviour ...
void MHEG5audioDeactivate(MHEG5Audio *audio)
Apply the deactivation behaviour off the audio class. As this class has no own deactivation behaviour...
void MHEG5listGroupActivate(MHEG5ListGroup *listGroup)
Implementation of the ListGroup Activation behaviour.
void MHEG5streamDeactivate(MHEG5Stream *stream)
Apply the deactivation behaviour of the stream class. Execute the following sequence of actions: ...
void MHEG5listGroupDeactivate(MHEG5ListGroup *listGroup)
Implementation of the ListGroup Deactivation behaviour.
void MHEG5streamActivate(MHEG5Stream *stream)
Apply the activation behaviour of the stream class. Execute the following sequence of actions: ...
void MHEG5videoActivate(MHEG5Video *video)
Apply the activation behaviour of the video class.
This file defines the profile for the MHEG engine.
void MHEG5sliderActivate(MHEG5Slider *slider)
Apply the activation behaviour of the slider class. As this class has no own activation behaviour thi...
void MHEG5entryfieldDeactivate(MHEG5Entryfield *entryfield)
Apply the deactivation behaviour of the entryfield class. As this class has no own deactivation behav...
MHEG5ErrorCode MHEG5stop(MHEG5Root *target, MHEG5GList *params)
Implement the MHEG5 Presentable Class Description Presentable Class Defines the behaviour of objects ...
void MHEG5textDeactivate(MHEG5Text *text)
Apply the deactivation behaviour of the text class. As this class has no own deactivation behaviour t...
void MHEG5entryfieldActivate(MHEG5Entryfield *entryfield)
Apply the activation behaviour of the entryfield class. As this class has no own activation behaviour...
Implement functions to retrieve MHEG5objects by GroupID and ID.
Mheg5 logging and debug printing.
void MHEG5bitmapActivate(MHEG5Bitmap *bitmap)
Apply the activation behaviour of the bitmap class. As this class has no own activation behaviour thi...
void MHEG5textActivate(MHEG5Text *text)
Apply the activation behaviour of the text class. As this class has no own activation behaviour this ...
void MHEG5audioActivate(MHEG5Audio *audio)
Apply the activation behaviour off the audio class. Apply the activation behaviour of the base class...
void MHEG5rtgraphicsDeactivate(MHEG5RTGraphics *rtgraphics)
Apply the deactivation behaviour of the RTGraphics class. As this class has no own deactivation behav...
MHEG5ErrorCode MHEG5run(MHEG5Root *target, MHEG5GList *params)
<Function description>="">
void MHEG5dynamicLineartActivate(MHEG5DynamicLineart *dynamicLineart)
Apply the activation behaviour of the dynamiclineart class.
void MHEG5sliderDeactivate(MHEG5Slider *slider)
Apply the deactivation behaviour of the slider class. As this class has no own deactivation behaviour...
void MHEG5bitmapDeactivate(MHEG5Bitmap *bitmap)
Apply the deactivation behaviour of the bitmap class. As this class has no own deactivation behaviour...