![]() |
MHEG5
22.11.0
|
Implement the MHEG5 Rectangle Class Rectangle Class Defines a data structure that deals with rectangles Base class: LineArt Subclasses: None Status: Concrete class. More...
#include "mh5lineart.h"
Go to the source code of this file.
Classes | |
struct | MHEG5Rectangle |
Functions | |
MHEG5Rectangle * | MHEG5rectangleClone (MHEG5Rectangle *source) |
<Function description>=""> More... | |
void | MHEG5rectangleInit (MHEG5Rectangle *rectangle) |
Initialise a rectangle object with default values. More... | |
void | MHEG5rectangleFree (MHEG5Rectangle *rectangle) |
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 | MHEG5rectanglePrepare (MHEG5Rectangle *rectangle) |
void | MHEG5rectangleActivate (MHEG5Rectangle *rectangle) |
void | MHEG5rectangleDeactivate (MHEG5Rectangle *rectangle) |
void | MHEG5rectangleDestruct (MHEG5Rectangle *rectangle) |
Implement the MHEG5 Rectangle Class Rectangle Class Defines a data structure that deals with rectangles Base class: LineArt Subclasses: None Status: Concrete class.
MHEG5Rectangle* MHEG5rectangleClone | ( | MHEG5Rectangle * | source | ) |
<Function description>="">
void MHEG5rectangleFree | ( | MHEG5Rectangle * | rectangle | ) |
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.
rectangle | Pointer to object to free. |
void MHEG5rectangleInit | ( | MHEG5Rectangle * | rectangle | ) |
Initialise a rectangle object with default values.
rectangle | Pointer to object to initialise. |