104 void performLayout (
Rectangle<
float> targetArea);
107 void performLayout (
Rectangle<
int> targetArea);
Holds a resizable array of primitive or copy-by-value objects.
Represents a FlexBox container, which contains and manages the layout of a set of FlexItem objects.
AlignContent
Possible values for the alignContent property.
Wrap
Possible values for the flexWrap property.
Direction
Possible values for the flexDirection property.
JustifyContent
Possible values for the justifyContent property.
FlexBox() noexcept=default
Creates an empty FlexBox container with default parameters.
AlignItems
Possible values for the alignItems property.
Describes the properties of an item inside a FlexBox container.
Manages a rectangle and allows geometric operations to be performed on it.
#define JUCE_LEAK_DETECTOR(OwnerClass)
This macro lets you embed a leak-detecting object inside a class.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...