![]() |
MHEG5
22.11.0
|
Implement the MHEG5 Hotspot Class. Defines invisible unlabelled rectangular areas on the screen that may interact with the user to produce |IsSelected| events. Base class: Button. Subclasses: None. Status: Concrete class. More...
#include "mh5button.h"
Go to the source code of this file.
Classes | |
struct | MHEG5Hotspot |
Functions | |
void | MHEG5hotspotInit (MHEG5Hotspot *hotspot) |
<Function description>=""> More... | |
void | MHEG5hotspotFree (MHEG5Hotspot *hotspot) |
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 | MHEG5hotspotPrepare (MHEG5Hotspot *hotspot) |
void | MHEG5hotspotActivate (MHEG5Hotspot *hotspot) |
void | MHEG5hotspotDeactivate (MHEG5Hotspot *hotspot) |
void | MHEG5hotspotDestruct (MHEG5Hotspot *hotspot) |
Implement the MHEG5 Hotspot Class. Defines invisible unlabelled rectangular areas on the screen that may interact with the user to produce |IsSelected| events. Base class: Button. Subclasses: None. Status: Concrete class.
void MHEG5hotspotFree | ( | MHEG5Hotspot * | hotspot | ) |
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.
hotspot | Pointer to object to free. |
void MHEG5hotspotInit | ( | MHEG5Hotspot * | hotspot | ) |
<Function description>="">
hotspot | Pointer to object to initialise. |
<Function description>="">
hotspot | Pointer to object to initialise. |