#include <LayoutResults.h>
|
| Direction | direction_: bitCount<Direction>() = Direction::Inherit |
| |
| bool | hadOverflow_: 1 = false |
| |
| std::array< float, 2 > | dimensions_ = {{YGUndefined, YGUndefined}} |
| |
| std::array< float, 2 > | measuredDimensions_ = {{YGUndefined, YGUndefined}} |
| |
| std::array< float, 2 > | rawDimensions_ = {{YGUndefined, YGUndefined}} |
| |
| std::array< float, 4 > | position_ = {} |
| |
| std::array< float, 4 > | margin_ = {} |
| |
| std::array< float, 4 > | border_ = {} |
| |
| std::array< float, 4 > | padding_ = {} |
| |
◆ border()
| float facebook::yoga::LayoutResults::border |
( |
PhysicalEdge | physicalEdge | ) |
const |
|
inline |
◆ dimension()
| float facebook::yoga::LayoutResults::dimension |
( |
Dimension | axis | ) |
const |
|
inline |
◆ direction()
| Direction facebook::yoga::LayoutResults::direction |
( |
| ) |
const |
|
inline |
◆ hadOverflow()
| bool facebook::yoga::LayoutResults::hadOverflow |
( |
| ) |
const |
|
inline |
◆ margin()
| float facebook::yoga::LayoutResults::margin |
( |
PhysicalEdge | physicalEdge | ) |
const |
|
inline |
◆ measuredDimension()
| float facebook::yoga::LayoutResults::measuredDimension |
( |
Dimension | axis | ) |
const |
|
inline |
◆ operator==()
| bool facebook::yoga::LayoutResults::operator== |
( |
LayoutResults | layout | ) |
const |
◆ padding()
| float facebook::yoga::LayoutResults::padding |
( |
PhysicalEdge | physicalEdge | ) |
const |
|
inline |
◆ position()
| float facebook::yoga::LayoutResults::position |
( |
PhysicalEdge | physicalEdge | ) |
const |
|
inline |
◆ rawDimension()
| float facebook::yoga::LayoutResults::rawDimension |
( |
Dimension | axis | ) |
const |
|
inline |
◆ setBorder()
| void facebook::yoga::LayoutResults::setBorder |
( |
PhysicalEdge | physicalEdge, |
|
|
float | dimension ) |
|
inline |
◆ setDimension()
| void facebook::yoga::LayoutResults::setDimension |
( |
Dimension | axis, |
|
|
float | dimension ) |
|
inline |
◆ setDirection()
| void facebook::yoga::LayoutResults::setDirection |
( |
Direction | direction | ) |
|
|
inline |
◆ setHadOverflow()
| void facebook::yoga::LayoutResults::setHadOverflow |
( |
bool | hadOverflow | ) |
|
|
inline |
◆ setMargin()
| void facebook::yoga::LayoutResults::setMargin |
( |
PhysicalEdge | physicalEdge, |
|
|
float | dimension ) |
|
inline |
◆ setMeasuredDimension()
| void facebook::yoga::LayoutResults::setMeasuredDimension |
( |
Dimension | axis, |
|
|
float | dimension ) |
|
inline |
◆ setPadding()
| void facebook::yoga::LayoutResults::setPadding |
( |
PhysicalEdge | physicalEdge, |
|
|
float | dimension ) |
|
inline |
◆ setPosition()
| void facebook::yoga::LayoutResults::setPosition |
( |
PhysicalEdge | physicalEdge, |
|
|
float | dimension ) |
|
inline |
◆ setRawDimension()
| void facebook::yoga::LayoutResults::setRawDimension |
( |
Dimension | axis, |
|
|
float | dimension ) |
|
inline |
◆ border_
| std::array<float, 4> facebook::yoga::LayoutResults::border_ = {} |
|
private |
◆ cachedLayout
◆ cachedMeasurements
◆ computedFlexBasis
| FloatOptional facebook::yoga::LayoutResults::computedFlexBasis = {} |
◆ computedFlexBasisGeneration
| uint32_t facebook::yoga::LayoutResults::computedFlexBasisGeneration = 0 |
◆ configVersion
| uint32_t facebook::yoga::LayoutResults::configVersion = 0 |
◆ dimensions_
◆ direction_
| Direction facebook::yoga::LayoutResults::direction_ |
|
private |
◆ generationCount
| uint32_t facebook::yoga::LayoutResults::generationCount = 0 |
◆ hadOverflow_
| bool facebook::yoga::LayoutResults::hadOverflow_ |
|
private |
◆ lastOwnerDirection
◆ margin_
| std::array<float, 4> facebook::yoga::LayoutResults::margin_ = {} |
|
private |
◆ MaxCachedMeasurements
| constexpr int32_t facebook::yoga::LayoutResults::MaxCachedMeasurements = 8 |
|
staticconstexpr |
◆ measuredDimensions_
◆ nextCachedMeasurementsIndex
| uint32_t facebook::yoga::LayoutResults::nextCachedMeasurementsIndex = 0 |
◆ padding_
| std::array<float, 4> facebook::yoga::LayoutResults::padding_ = {} |
|
private |
◆ position_
| std::array<float, 4> facebook::yoga::LayoutResults::position_ = {} |
|
private |
◆ rawDimensions_
该结构体的文档由以下文件生成: