33 #ifndef _MH5RTGRAPHICS_H
34 #define _MH5RTGRAPHICS_H
void MHEG5rtgraphicsActivate(MHEG5RTGraphics *rtgraphics)
Apply the activation behaviour of the RTGraphics class.
Definition: mh5rtgraphics.c:138
void MHEG5rtgraphicsFree(MHEG5RTGraphics *rtgraphics)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5rtgraphics.c:108
Implement the MHEG5 Stream Class Stream Class Defines the behaviour of a composition of continuous me...
Definition: mh5visible.h:46
MHEG5Int componentTag
Definition: mh5rtgraphics.h:54
long MHEG5Int
Definition: mh5base.h:69
MHEG5Stream * parent
Definition: mh5rtgraphics.h:59
short MHEG5Bool
Definition: mh5base.h:67
void MHEG5rtgraphicsPrepare(MHEG5RTGraphics *rtgraphics)
Apply the preparation behaviour of the RTGraphics class As this class has no own preparation behaviou...
Definition: mh5rtgraphics.c:127
Definition: mh5stream.h:62
Implement the MHEG5 Presentable Class Description Presentable Class Defines the behaviour of objects ...
MHEG5Bool terminationFreeze
Definition: mh5rtgraphics.h:53
void MHEG5rtgraphicsDeactivate(MHEG5RTGraphics *rtgraphics)
Apply the deactivation behaviour of the RTGraphics class. As this class has no own deactivation behav...
Definition: mh5rtgraphics.c:166
void MHEG5rtgraphicsDestruct(MHEG5RTGraphics *rtgraphics)
Destruct a RTGraphics object.
Definition: mh5rtgraphics.c:189
MHEG5Visible visible
Definition: mh5rtgraphics.h:50
void MHEG5rtgraphicsInit(MHEG5RTGraphics *rtgraphics)
Initialise a RTGraphics object with default values.
Definition: mh5rtgraphics.c:94
Definition: mh5rtgraphics.h:47