![]() |
![]() |
|
SimpleLink Graphics Library
4.11.00.04
|
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_Font * | font |
| int8_t * | text |
This structure defines the characteristics of a Checkbox.
| uint16_t Graphics_CheckBox::xPosition |
x coordinate for upper left corner of button
Referenced by Graphics_drawCheckBox(), Graphics_drawReleasedCheckBox(), Graphics_drawSelectedCheckBox(), and Graphics_isCheckBoxSelected().
| uint16_t Graphics_CheckBox::yPosition |
y coordinate for upper left corner of button
Referenced by Graphics_drawCheckBox(), Graphics_drawReleasedCheckBox(), Graphics_drawSelectedCheckBox(), and Graphics_isCheckBoxSelected().
| 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 |
Text color
Referenced by Graphics_drawCheckBox(), and Graphics_drawReleasedCheckBox().
| 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 |
Font for text to be displayed in button
Referenced by Graphics_drawCheckBox(), Graphics_drawReleasedCheckBox(), Graphics_drawSelectedCheckBox(), and Graphics_isCheckBoxSelected().
| int8_t* Graphics_CheckBox::text |
Text to be displayed in button
Referenced by Graphics_drawCheckBox().