![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Implement the MHEG5 PushButton Class. Defines labelled, largely rectangular areas on the screen. Base class: Button. Subclasses: SwitchButton. Status: Concrete class. More...
#include "mh5button.h"Go to the source code of this file.
Classes | |
| struct | MHEG5Pushbutton |
Functions | |
| void | MHEG5pushbuttonInit (MHEG5Pushbutton *pushbutton) |
| <Function description>=""> More... | |
| void | MHEG5pushbuttonFree (MHEG5Pushbutton *pushbutton) |
| 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 | MHEG5pushbuttonPrepare (MHEG5Pushbutton *pushbutton) |
| void | MHEG5pushbuttonActivate (MHEG5Pushbutton *pushbutton) |
| void | MHEG5pushbuttonDeactivate (MHEG5Pushbutton *pushbutton) |
| void | MHEG5pushbuttonDestruct (MHEG5Pushbutton *pushbutton) |
| MHEG5ErrorCode | MHEG5setLabel (MHEG5Root *target, MHEG5GList *params) |
| MHEG5ErrorCode | MHEG5getLabel (MHEG5Root *target, MHEG5GList *params) |
Implement the MHEG5 PushButton Class. Defines labelled, largely rectangular areas on the screen. Base class: Button. Subclasses: SwitchButton. Status: Concrete class.
Definition in file mh5pushbutton.h.
| MHEG5ErrorCode MHEG5getLabel | ( | MHEG5Root * | target, |
| MHEG5GList * | params | ||
| ) |
Definition at line 181 of file mh5pushbutton.c.
| void MHEG5pushbuttonActivate | ( | MHEG5Pushbutton * | pushbutton | ) |
Definition at line 125 of file mh5pushbutton.c.
| void MHEG5pushbuttonDeactivate | ( | MHEG5Pushbutton * | pushbutton | ) |
Definition at line 131 of file mh5pushbutton.c.
| void MHEG5pushbuttonDestruct | ( | MHEG5Pushbutton * | pushbutton | ) |
Definition at line 137 of file mh5pushbutton.c.
| void MHEG5pushbuttonFree | ( | MHEG5Pushbutton * | pushbutton | ) |
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.
| pushbutton | Pointer to object to free. |
Definition at line 97 of file mh5pushbutton.c.
| void MHEG5pushbuttonInit | ( | MHEG5Pushbutton * | pushbutton | ) |
<Function description>="">
| pushbutton | Pointer to object to initialise. |
<Function description>="">
| pushbutton | Pointer to object to initialise. |
Definition at line 83 of file mh5pushbutton.c.
| void MHEG5pushbuttonPrepare | ( | MHEG5Pushbutton * | pushbutton | ) |
Definition at line 113 of file mh5pushbutton.c.
| MHEG5ErrorCode MHEG5setLabel | ( | MHEG5Root * | target, |
| MHEG5GList * | params | ||
| ) |
Definition at line 146 of file mh5pushbutton.c.
1.8.11