![]()  | 
  
    MHEG5
    22.3.0
    
   | 
 
Implement the MHEG5 Hypertext Class. The HyperText class is a subclass of the Text class, with the special property of allowing for portions of the text to be associated with a piece of information. These portions of text are called anchors in the rest of this clause. Base classes: Text, Interactible. Subclasses: None. Status: Concrete class. More...
Go to the source code of this file.
Classes | |
| struct | MHEG5Hypertext | 
Functions | |
| void | MHEG5hypertextInit (MHEG5Hypertext *hypertext) | 
| <Function description>="">  More... | |
| void | MHEG5hypertextFree (MHEG5Hypertext *hypertext) | 
| 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 | MHEG5hypertextPrepare (MHEG5Hypertext *hypertext) | 
| void | MHEG5hypertextActivate (MHEG5Hypertext *hypertext) | 
| void | MHEG5hypertextDeactivate (MHEG5Hypertext *hypertext) | 
| void | MHEG5hypertextDestruct (MHEG5Hypertext *hypertext) | 
| void | MHEG5hyperTextInitCurrentLink (MHEG5Hypertext *hypertext) | 
| void | MHEG5hypertextUP (MHEG5Hypertext *hypertext) | 
| void | MHEG5hypertextDOWN (MHEG5Hypertext *hypertext) | 
| void | MHEG5hypertextSELECT (MHEG5Hypertext *hypertext) | 
| MHEG5ErrorCode | MHEG5getLastAnchorFired (MHEG5Root *target, MHEG5GList *params) | 
| MHEG5ErrorCode | MHEG5getFocusPosition (MHEG5Root *target, MHEG5GList *params) | 
| MHEG5ErrorCode | MHEG5setFocusPosition (MHEG5Root *target, MHEG5GList *params) | 
Implement the MHEG5 Hypertext Class. The HyperText class is a subclass of the Text class, with the special property of allowing for portions of the text to be associated with a piece of information. These portions of text are called anchors in the rest of this clause. Base classes: Text, Interactible. Subclasses: None. Status: Concrete class.
| void MHEG5hypertextDOWN | ( | MHEG5Hypertext * | hypertext | ) | 
| hypertext | Pointer to hypertext object. | 
| void MHEG5hypertextFree | ( | MHEG5Hypertext * | hypertext | ) | 
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.
| hypertext | Pointer to object to free. | 
| void MHEG5hypertextInit | ( | MHEG5Hypertext * | hypertext | ) | 
<Function description>="">
| hypertext | Pointer to object to initialise. | 
<Function description>="">
| hypertext | Pointer to object to initialise. | 
| void MHEG5hypertextUP | ( | MHEG5Hypertext * | hypertext | ) | 
| hypertext | Pointer to hypertext object. | 
 1.8.11