MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Files > legato_state.h
MPLAB® Harmony Graphics Suite
legato_state.h

This is file legato_state.h.

Functions
 
Name 
Description 
 
Terminates the current active data stream regardless of whether it still has data to receive. 
 
Adds a custom widget to a static scene root widget. 
 
Passes an 'accept' command to the current edit widget, if one exists 
 
Passes an 'append' command and a string to the current edit widget, if one exists 
 
Passes a 'backspace' command to the current edit widget, if one exists 
 
Passes a 'clear' command to the current edit widget, if one exists 
 
Passes an 'end edit' command to the current edit widget, if one exists 
 
Passes a 'set' command and a string to the current edit widget, if one exists 
 
Passes a 'start edit' command to the current edit widget, if one exists 
 
Gets the global active data stream manager for the library. 
 
Returns the color mode of the current context 
 
Returns the pointer to the current default scheme 
 
Returns the display rectangle structure of the physical display 
 
Gets the widget that is currently recieving all widget edit events. 
 
Return a pointer to the widget in focus 
 
Returns the language index of the current context 
 
Get a pointer to the leStringTable structure that maintains the strings, associated fonts, etc 
 
Indicates if any layers of the active screen are currently drawing a frame. 
 
Forces the library to redraw the currently active scene in its entirety. 
 
Removes a custom widget from a static scene root widget. 
 
Allows the current active data stream to run until it preempts or completes. 
 
Sets the currently active edit widget. 
 
Set into focus the widget specified as the argument 
 
Set the callback function pointer when the language change event occurs 
 
Sets the current language index 
 
Set the StringTable pointer to the specified new StringTableAsset structure 
 
Function to shutdown the active Legato library state. 
 
Legato library update (tasks) function. 
 
Searches the active scene for a given widget. 
Macros
 
Name 
Description 
 
This is macro LEGATO_STATE_H. 
MPLAB® Harmony Graphics Suite