Inheritance diagram for Icon:
Public Member Functions | |
bool | Activate (void) |
void | Display (void) |
void | LoadProperties (uint8_t tag) |
Parse a tag-id. |
Displays a icon located in flash memory.
Definition at line 57 of file menu.cc.
|
Always returns false since icons cannot be activated. Reimplemented from VisibleObject. |
|
Parse a tag-id. This method is responsible for parsing tags coming from an application image. Custom objects should overwrite this method to analyse their specific tags. The menu loader will call this function for every tag. If a custom object does not recognize a tag then it should be passed to it's parent class. Reimplemented from VisibleObject. Definition at line 324 of file menu.cc. References VisibleObject::LoadProperties(). |