.. index:: pair: enum; LayoutInvalidationReason .. _doxid-namespace_e_e_1_1_u_i_1a144bd5cfbd40ef3b3920574a5857085b: enum EE::UI::LayoutInvalidationReason ===================================== .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum LayoutInvalidationReason: :ref:`Uint32` { :target:`None` = 0, :target:`SelfGeometry` = 1u<<0, :target:`NormalFlowChild` = 1u<<1, :target:`OutOfFlowChild` = 1u<<2, :target:`IntrinsicSize` = 1u<<3, :target:`FormattingContext` = 1u<<4, :target:`Style` = 1u<<5, :target:`DocumentExtent` = 1u<<6, :target:`Viewport` = 1u<<7, :target:`PaintOnly` = 1u<<8, };