touchgfx::ButtonWithLabel::setLabelColorPressed() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ButtonWithLabel::setLabelColorPressed()

touchgfx::ButtonWithLabel::setLabelColorPressed() method

@fn void ButtonWithLabel::setLabelColorPressed(colortype col, bool performInvalidate = false) Sets label color when the button is pressed. Sets label color when the button is pressed.

Syntax

void setLabelColorPressed(colortype col,     bool performInvalidate = false);

Arguments

col

The color with which the text label should be drawn when the button is pressed.

performInvalidate

Optional parameter. If true, performs an instant invalidation of the button.

References

LocationText
ButtonWithLabel.hpp:107
void setLabelColorPressed(colortype col, bool performInvalidate = false)

Call Tree

Functions called by touchgfx::ButtonWithLabel::setLabelColorPressed()
touchgfx::ButtonWithLabel::setLabelColorPressed()
touchgfx::colortype::operator=()
touchgfx::colortype::~colortype()
all items filtered out
Data read by touchgfx::ButtonWithLabel::setLabelColorPressed()
touchgfx::ButtonWithLabel::setLabelColorPressed()