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

Microchip Technology Inc.

File Name

libaria_widget_arc.h

Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements arc drawing widget functions.

Functions
 
Name 
Description 
 
Gets the center angle of the arc widget 
 
Gets the radius of a arc widget 
 
Returns true if the arc has round edges 
 
Returns the start angle of a arc widget 
 
Gets the thickness of the arc 
 
Allocates memory for and initializes a new widget of this type. The application is responsible for the management of this memory until the widget is added to a widget tree. 
 
Sets the center angle of the arc widget 
 
Sets the radius of a arc widget 
 
Sets the arc edge to round 
 
Sets the start angle of a arc widget 
 
Sets the thickness of the arc widget 
Macros
 
Name 
Description 
 
This is macro LIBARIA_WIDGET_ARC_H. 
Structures
 
Name 
Description 
 
Implementation of a arc widget. 
 
Implementation of a arc widget. 
MPLAB® Harmony Graphics Suite