Data Structures | Typedefs | Functions | Variables
radioButton.h File Reference

Go to the source code of this file.

Data Structures

struct  Graphics_RadioButton
 This structure defines the characteristics of a RadioButton. More...
 

Typedefs

typedef struct Graphics_RadioButton Graphics_RadioButton
 This structure defines the characteristics of a RadioButton. More...
 

Functions

void Graphics_drawRadioButton (const Graphics_Context *context, const Graphics_RadioButton *radioButton)
 
bool Graphics_isRadioButtonSelected (const Graphics_RadioButton *radioButton, uint16_t x, uint16_t y)
 
void Graphics_drawSelectedRadioButton (const Graphics_Context *context, const Graphics_RadioButton *radioButton)
 
void Graphics_drawReleasedRadioButton (const Graphics_Context *context, const Graphics_RadioButton *radioButton)
 

Variables

Graphics_Context g_sContext
 

Typedef Documentation

This structure defines the characteristics of a RadioButton.

Variable Documentation

Graphics_Context g_sContext

Copyright 2016, Texas Instruments Incorporated