Data Fields
Graphics_RadioButton Struct Reference

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

#include <radioButton.h>

Data Fields

uint16_t xPosition
 
uint16_t yPosition
 
bool selected
 
uint8_t gap
 
uint32_t textColor
 
uint8_t numbOfChar
 
uint32_t selectedColor
 
uint32_t notSelectedColor
 
const Graphics_Fontfont
 
int8_t * text
 

Detailed Description

This structure defines the characteristics of a RadioButton.

Field Documentation

uint16_t Graphics_RadioButton::xPosition
uint16_t Graphics_RadioButton::yPosition
bool Graphics_RadioButton::selected

draws button with selected colors enabled

Referenced by Graphics_drawRadioButton().

uint8_t Graphics_RadioButton::gap

draws checbox with checkbox selected in pixels

Referenced by Graphics_drawRadioButton(), and Graphics_isRadioButtonSelected().

uint32_t Graphics_RadioButton::textColor

Text color

Referenced by Graphics_drawRadioButton().

uint8_t Graphics_RadioButton::numbOfChar

Number of characters in checkbox message

Referenced by Graphics_isRadioButtonSelected().

uint32_t Graphics_RadioButton::selectedColor

Selected radio color

Referenced by Graphics_drawRadioButton(), and Graphics_drawSelectedRadioButton().

uint32_t Graphics_RadioButton::notSelectedColor

Not Selected radio color

Referenced by Graphics_drawReleasedRadioButton().

const Graphics_Font* Graphics_RadioButton::font
int8_t* Graphics_RadioButton::text

Text to be displayed in button

Referenced by Graphics_drawRadioButton().


The documentation for this struct was generated from the following file:

Copyright 2016, Texas Instruments Incorporated