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

touchgfx::Rect::operator() const method

@fn bool Rect::operator==(const Rect& other) const Compares equality of two Rect by the dimensions and position of these. Compares equality of two Rect by the dimensions and position of these.

Syntax

bool operator ==(const Rect& other) const;

Arguments

other

The Rect to compare with.

Return value

true if the compared Rect have the same dimensions and coordinates.

References

LocationText
Types.hpp:374
bool operator ==(const Rect& other) const

Call Tree

Functions called by touchgfx::Rect::operator() const
touchgfx::Rect::operator() const
all items filtered out
Data read by touchgfx::Rect::operator() const
touchgfx::Rect::operator() const