touchgfx::RadioButtonGroup::getRadioButton() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::RadioButtonGroup::getRadioButton() const

touchgfx::RadioButtonGroup::getRadioButton() const method

@fn virtual RadioButton* RadioButtonGroup::getRadioButton(uint16_t index) const Gets the RadioButton at the specified index. Gets the RadioButton at the specified index.

Syntax

virtual RadioButton* getRadioButton(uint16_t index) const;

Arguments

index

the index of the RadioButton to return.

Return value

the RadioButton at the specified index. Returns 0 if illegal index.

References

LocationText
RadioButtonGroup.hpp:101
virtual RadioButton* getRadioButton(uint16_t index) const

Type Use

Type of touchgfx::RadioButtonGroup::getRadioButton() const
touchgfx::RadioButtonGroup::getRadioButton() const
all items filtered out