|
MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
Implement the MHEG5 LineArt Class. Description Defines functionality associated with vectorial representation of graphical objects. Base class: Visible Subclasses: Rectangle, DynamicLineArt Status: Concrete class. More...
#include "mh5lineart.h"#include "mh5object.h"#include "mh5variable.h"#include "mh5display.h"#include "mh5memory.h"#include "mh5debug.h"#include "tmcolor.h"Functions | |
| void | MHEG5lineartClone (MHEG5Lineart *destination, MHEG5Lineart *source) |
| <Function description>=""> More... | |
| void | MHEG5lineartInit (MHEG5Lineart *lineart) |
| Initialise a lineart object with default values. More... | |
| void | MHEG5lineartFree (MHEG5Lineart *lineart) |
| Free off all memory associated with the specified object, including any exchanged attributes and internal data. The data holding the object itself is not freed. More... | |
| void | MHEG5lineartPrepare (MHEG5Lineart *lineart) |
| void | MHEG5lineartActivate (MHEG5Lineart *lineart) |
| void | MHEG5lineartDeactivate (MHEG5Lineart *lineart) |
| void | MHEG5lineartDestruct (MHEG5Lineart *lineart) |
| MHEG5ErrorCode | MHEG5setLineWidth (MHEG5Root *target, MHEG5GList *params) |
| MHEG5ErrorCode | MHEG5setLineStyle (MHEG5Root *target, MHEG5GList *params) |
| MHEG5ErrorCode | MHEG5setLineColour (MHEG5Root *target, MHEG5GList *params) |
| MHEG5ErrorCode | MHEG5setFillColour (MHEG5Root *target, MHEG5GList *params) |
Implement the MHEG5 LineArt Class. Description Defines functionality associated with vectorial representation of graphical objects. Base class: Visible Subclasses: Rectangle, DynamicLineArt Status: Concrete class.
| void MHEG5lineartActivate | ( | MHEG5Lineart * | lineart | ) |
| void MHEG5lineartClone | ( | MHEG5Lineart * | destination, |
| MHEG5Lineart * | source | ||
| ) |
<Function description>="">
| void MHEG5lineartDeactivate | ( | MHEG5Lineart * | lineart | ) |
| void MHEG5lineartDestruct | ( | MHEG5Lineart * | lineart | ) |
| void MHEG5lineartFree | ( | MHEG5Lineart * | lineart | ) |
Free off all memory associated with the specified object, including any exchanged attributes and internal data. The data holding the object itself is not freed.
| lineart | Pointer to object to free. |
| void MHEG5lineartInit | ( | MHEG5Lineart * | lineart | ) |
Initialise a lineart object with default values.
| lineart | Pointer to object to initialise. |
| void MHEG5lineartPrepare | ( | MHEG5Lineart * | lineart | ) |
| MHEG5ErrorCode MHEG5setFillColour | ( | MHEG5Root * | target, |
| MHEG5GList * | params | ||
| ) |
| MHEG5ErrorCode MHEG5setLineColour | ( | MHEG5Root * | target, |
| MHEG5GList * | params | ||
| ) |
| MHEG5ErrorCode MHEG5setLineStyle | ( | MHEG5Root * | target, |
| MHEG5GList * | params | ||
| ) |
| MHEG5ErrorCode MHEG5setLineWidth | ( | MHEG5Root * | target, |
| MHEG5GList * | params | ||
| ) |