MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents the state of the library. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/core/legato_state.h>
Data Fields | |
const leStringTable * | stringTable |
uint32_t | languageID |
uint32_t | widgetIDs |
leScheme | defaultScheme |
leWidget * | focus |
leEditWidget * | edit |
leLanguageChangedCallback_FnPtr | languageChangedCB |
leList | layerList |
This struct represents the state of the library.
The state of the libary is a global structure.
leScheme defaultScheme |
an internal default scheme that widgets use by default if the user doesn't set one
leEditWidget* edit |
the widget that is currently receiving edit events
leWidget* focus |
the widget that currently has focus
leLanguageChangedCallback_FnPtr languageChangedCB |
language changed callback
uint32_t languageID |
the currently active language
leList layerList |
layer states
const leStringTable* stringTable |
the string table for the instance
uint32_t widgetIDs |
the next unique widget ID