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

Microchip Technology Inc.

File Name

legato_list.h

Description

Module for Microchip Graphics Library - Legato User Interface Library 

This is a linked list implementation that is used internally by the Legato user interface library.

Functions
 
Name 
Description 
 
Assignes a new pointer to an index in the list 
 
Removes all nodes from a given list 
 
Creates a duplicate of an existing list 
 
Initializes a new linked list 
 
Removes all nodes from a given list and frees the data of each node 
 
Retrieves the index of a value from the list 
 
Retrieves a value from the list 
 
Inserts an item into a list at a given index. All existing from index are shifted right one place. 
 
Removes the last value from the list 
 
Removes the first value from the list 
 
Pushes a new node onto the back of the list 
 
Pushes a new node onto the front of the list 
 
Removes an item from the list 
 
Removes an item from the list at an index 
MPLAB® Harmony Graphics Suite