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

touchgfx::Drawable::getType() const method

@fn virtual uint16_t Drawable::getType() const For GUI testing only. For GUI testing only. Call this virtual function to determine the class type of this Drawable object. Can be used in automated GUI testing. Otherwise this function is unused.

Syntax

virtual uint16_t getType() const;

Return value

An integer describing the class type of this object, corresponding to the DrawableType enum for built-in Drawables.

Notes

If creating custom drawables that need to be manipulated by a test framework, override this function and return a custom value higher than or equal to TYPE_CUSTOMTYPESBEGIN.

References

Data Use

Data read by touchgfx::Drawable::getType() const
touchgfx::Drawable::getType() const
Overridden methods
touchgfx::Drawable::getType() const
Type of touchgfx::Drawable::getType() const
touchgfx::Drawable::getType() const
uint16_t
all items filtered out