Inheritance diagram for Label:
Public Member Functions | |
bool | Activate (void) |
void | Display (void) |
void | LoadProperties (uint8_t tag) |
Parse a tag-id. |
Simply displays a piece of text.
Definition at line 41 of file menu.cc.
|
Always returns false since labels 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 296 of file menu.cc. References VisibleObject::LoadProperties(). |