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