touchgfx::Outline::OutlineFlags_t is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Outline::OutlineFlags_t

touchgfx::Outline::OutlineFlags_t

@typedef unsigned int OutlineFlags_t Defines an alias representing the outline flags. Defines an alias representing the outline flags.

Syntax

typedef unsigned int OutlineFlags_t;

References

LocationReferrerScopeText
Outline.hpp:41
typedef unsigned int OutlineFlags_t;
Outline.hpp:43touchgfx::Outline::OUTLINE_NOT_CLOSEDtouchgfx::Outline
static const OutlineFlags_t OUTLINE_NOT_CLOSED = 1U; ///< If this bit is set in flags, the current Outline has not yet been closed. Used for automatic closing an Outline before rendering the Outline.
Outline.hpp:44touchgfx::Outline::OUTLINE_SORT_REQUIREDtouchgfx::Outline
static const OutlineFlags_t OUTLINE_SORT_REQUIRED = 2U; ///< If this bit is set in flags, Cell objects have been added to the Outline requiring the Cell list needs to be sorted.

Type Use

Variables of touchgfx::Outline::OutlineFlags_t type
touchgfx::Outline::OutlineFlags_t