Data Fields
Graphics_CheckBox Struct Reference

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

#include <checkbox.h>

Data Fields

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

Detailed Description

This structure defines the characteristics of a Checkbox.

Field Documentation

uint16_t Graphics_CheckBox::xPosition
uint16_t Graphics_CheckBox::yPosition
bool Graphics_CheckBox::selected

draws checbox with checkbox selected

Referenced by Graphics_drawCheckBox().

uint8_t Graphics_CheckBox::gap

draws checbox with checkbox selected in pixels

Referenced by Graphics_drawCheckBox(), and Graphics_isCheckBoxSelected().

uint32_t Graphics_CheckBox::textColor
uint32_t Graphics_CheckBox::backgroundColor

Color for background of checbox

Referenced by Graphics_drawCheckBox(), and Graphics_drawReleasedCheckBox().

uint32_t Graphics_CheckBox::selectedColor

Selected check color

Referenced by Graphics_drawCheckBox(), and Graphics_drawSelectedCheckBox().

uint8_t Graphics_CheckBox::numbOfChar

Number of characters in checkbox message

Referenced by Graphics_isCheckBoxSelected().

const Graphics_Font* Graphics_CheckBox::font
int8_t* Graphics_CheckBox::text

Text to be displayed in button

Referenced by Graphics_drawCheckBox().


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

Copyright 2016, Texas Instruments Incorporated