|
MSP Graphics Library
|
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.
| uint32_t Graphics_CheckBox::backgroundColor |
Color for background of checbox
| const Graphics_Font* Graphics_CheckBox::font |
Font for text to be displayed in button
| uint8_t Graphics_CheckBox::gap |
draws checbox with checkbox selected in pixels
| uint8_t Graphics_CheckBox::numbOfChar |
Number of characters in checkbox message
| bool Graphics_CheckBox::selected |
draws checbox with checkbox selected
| uint32_t Graphics_CheckBox::selectedColor |
Selected check color
| int8_t* Graphics_CheckBox::text |
Text to be displayed in button
| uint32_t Graphics_CheckBox::textColor |
Text color
| uint16_t Graphics_CheckBox::xPosition |
x coordinate for upper left corner of button
| uint16_t Graphics_CheckBox::yPosition |
y coordinate for upper left corner of button