![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
#include "mh5rtgraphics.h"Go to the source code of this file.
Functions | |
| void | MHEG5displayLineart (int x1, int y1, int boxX1, int boxY1, int boxX2, int boxY2, MHEG5Bool bbbox, MHEG5Int lineWidth, MHEG5Int lineStyle, MHEG5Colour *refLineColour, MHEG5Colour *refFillColour) |
| Draw a Lineart Object. More... | |
| void | MHEG5displayHotspot (MHEG5Visible *visible, int x1, int y1, int x2, int y2) |
| Draw a Hotspot. More... | |
| void | MHEG5displayPushbutton (MHEG5Visible *visible, int x1, int y1, int x2, int y2) |
| Draw a Pushbutton. More... | |
| void | MHEG5displaySwitchbutton (MHEG5Visible *visible, int x1, int y1, int x2, int y2) |
| Draw a Switchbutton. More... | |
| void | MHEG5displayRTGraphics (MHEG5RTGraphics *rtgraphics, int x1, int y1, int x2, int y2) |
| void | MHEG5displayRtgraphicsPlay (MHEG5RTGraphics *rtgraphics) |
| Begin playback of the specified RTGraphics object. More... | |
| void | MHEG5displayRtgraphicsStop (void) |
| Stops playback of the RTGraphics (subtitle) media decoder. More... | |
| void | MHEG5displayRtGraphicsReset (void) |
| Reset all media decoders to default values. This is used when the MHEG-5 engine is terminated, or the last application quits. More... | |
| void | MHEG5displayRtGraphicsUpdate (MHEG5Bool terminating, MHEG5Bool fullScreen) |
Definition in file mh5dispBttnRT.h.
| void MHEG5displayHotspot | ( | MHEG5Visible * | visible, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
Draw a Hotspot.
| MHEG5Visible | *visible |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
Definition at line 180 of file mh5dispBttnRT.c.
| void MHEG5displayLineart | ( | int | x1, |
| int | y1, | ||
| int | boxX1, | ||
| int | boxY1, | ||
| int | boxX2, | ||
| int | boxY2, | ||
| MHEG5Bool | bbbox, | ||
| MHEG5Int | lineWidth, | ||
| MHEG5Int | lineStyle, | ||
| MHEG5Colour * | refLineColour, | ||
| MHEG5Colour * | refFillColour | ||
| ) |
Draw a Lineart Object.
| int | x1 |
| int | y1 |
| int | boxX1 |
| int | boxY1 |
| int | boxX2 |
| int | boxY2 |
| MHEG5Bool | bbbox |
| MHEG5Int | lineWidth |
| MHEG5Int | lineStyle |
| MHEG5Colour | *refLineColour |
| MHEG5Colour | *refFillColour |
Definition at line 154 of file mh5dispBttnRT.c.
| void MHEG5displayPushbutton | ( | MHEG5Visible * | visible, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
Draw a Pushbutton.
| MHEG5Visible | *visible |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
Definition at line 230 of file mh5dispBttnRT.c.
| void MHEG5displayRTGraphics | ( | MHEG5RTGraphics * | rtgraphics, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
Definition at line 509 of file mh5dispBttnRT.c.
| void MHEG5displayRtgraphicsPlay | ( | MHEG5RTGraphics * | rtgraphics | ) |
Begin playback of the specified RTGraphics object.
| rtgraphics | RTGraphics object to play |
Definition at line 533 of file mh5dispBttnRT.c.
| void MHEG5displayRtGraphicsReset | ( | void | ) |
Reset all media decoders to default values. This is used when the MHEG-5 engine is terminated, or the last application quits.
Definition at line 576 of file mh5dispBttnRT.c.
| void MHEG5displayRtgraphicsStop | ( | void | ) |
Stops playback of the RTGraphics (subtitle) media decoder.
| void MHEG5displaySwitchbutton | ( | MHEG5Visible * | visible, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
Draw a Switchbutton.
| MHEG5Visible | *visible |
| int | x1 |
| int | y1 |
| int | x2 |
| int | y2 |
Definition at line 374 of file mh5dispBttnRT.c.
1.8.11