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

touchgfx::Box::forceReportAsSolid() method

@fn void Box::forceReportAsSolid(bool solid) Override solid area for the Box. If this is set, getSolidRect() will report the widget as completely solid even if is (semi-)transparent.

Syntax

void forceReportAsSolid(bool solid);

Arguments

solid

true if this Box should report as solid, even when not.

Notes

Very rarely used in practice.

References

LocationText
Box.hpp:158
void forceReportAsSolid(bool solid)

Data Use

Data read by touchgfx::Box::forceReportAsSolid()
Data written by touchgfx::Box::forceReportAsSolid()
touchgfx::Box::forceReportAsSolid()
all items filtered out