slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
函数 | 变量
YGValue.cpp 文件参考
#include <yoga/YGValue.h>
#include <yoga/numeric/Comparison.h>
YGValue.cpp 的引用(Include)关系图:

函数

bool YGFloatIsUndefined (const float value)
 

变量

const YGValue YGValueZero = {0, YGUnitPoint}
 
const YGValue YGValueUndefined = {YGUndefined, YGUnitUndefined}
 
const YGValue YGValueAuto = {YGUndefined, YGUnitAuto}
 

函数说明

◆ YGFloatIsUndefined()

bool YGFloatIsUndefined ( float value)

Whether a dimension represented as a float is defined.

函数调用图:
这是这个函数的调用关系图:

变量说明

◆ YGValueAuto

const YGValue YGValueAuto = {YGUndefined, YGUnitAuto}

Constant for a dimension of "auto".

◆ YGValueUndefined

const YGValue YGValueUndefined = {YGUndefined, YGUnitUndefined}

Constant for a dimension which is not defined.

◆ YGValueZero

const YGValue YGValueZero = {0, YGUnitPoint}

Constant for a dimension that is zero-length.