MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Files > libaria_widget_imagesequence.h
MPLAB® Harmony Graphics Suite
libaria_widget_imagesequence.h

Microchip Technology Inc.

File Name

libaria_widget_imagesequence.h

Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements image sequence (slide show) widget drawing functions.

Functions
 
Name 
Description 
 
Gets the image asset pointer for an entry. 
 
Gets the image changed event callback pointer. 
 
Gets the number of image entries for this widget. 
 
Gets the image delay for an entry. 
 
Gets the horizontal alignment for an image entry 
 
Sets the vertical alignment for an image entry 
 
Indicates if the widget will repeat through the image entries. 
 
Indicates if the widget is currently cycling through the image entries. 
 
Allocates memory for and initializes a new widget of this type. The application is responsible for the managment of this memory until the widget is added to a widget tree. 
 
Starts the widget automatically cycling through the image entries. 
 
Resets the current image sequence display index to zero. 
 
Sets the image asset pointer for an entry. 
 
Sets the image changed event callback pointer. This callback is called whenever the active display index is changed. 
 
Sets the number of image entries for this widget. An image entry that is null will show nothing. 
 
Sets the image delay for an entry. 
 
Sets the horizontal alignment for an image entry. 
 
Sets the vertical alignment value for an image entry 
 
Sets the repeat flag for the widget 
 
Sets the active display index to the indicated value. 
 
Sets the active display index to the next index value. 
 
Sets the active display index to the previous index value. 
 
Stops the widget from automatically cycling through the image entries. 
Structures
 
Name 
Description 
 
Image sequence entry definition 
 
Image sequence widget struct definition 
 
Image sequence entry definition 
 
Image sequence widget struct definition 
Types
 
Name 
Description 
 
Image changed event function callback type 
MPLAB® Harmony Graphics Suite