Data Fields
Graphics_RadioButton Struct Reference

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

#include <radioButton.h>

Collaboration diagram for Graphics_RadioButton:
Collaboration graph
[legend]

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

§ xPosition

uint16_t Graphics_RadioButton::xPosition

§ yPosition

uint16_t Graphics_RadioButton::yPosition

§ selected

bool Graphics_RadioButton::selected

draws button with selected colors enabled

Referenced by Graphics_drawRadioButton().

§ gap

uint8_t Graphics_RadioButton::gap

draws checbox with checkbox selected in pixels

Referenced by Graphics_drawRadioButton(), and Graphics_isRadioButtonSelected().

§ textColor

uint32_t Graphics_RadioButton::textColor

Text color

Referenced by Graphics_drawRadioButton().

§ numbOfChar

uint8_t Graphics_RadioButton::numbOfChar

Number of characters in checkbox message

Referenced by Graphics_isRadioButtonSelected().

§ selectedColor

uint32_t Graphics_RadioButton::selectedColor

Selected radio color

Referenced by Graphics_drawRadioButton(), and Graphics_drawSelectedRadioButton().

§ notSelectedColor

uint32_t Graphics_RadioButton::notSelectedColor

Not Selected radio color

Referenced by Graphics_drawReleasedRadioButton().

§ font

const Graphics_Font* Graphics_RadioButton::font

§ text

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 2018, Texas Instruments Incorporated