slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
| 宏定义 | 类型定义 | 函数 | 变量
YGValue.h 文件参考
#include <stdbool.h>
#include <yoga/YGEnums.h>
#include <yoga/YGMacros.h>
#include <math.h>
YGValue.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  YGValue
 

宏定义

#define YGUndefined   NAN
 

类型定义

typedef YG_EXTERN_C_BEGIN struct YGValue YGValue
 

函数

YG_EXPORT bool YGFloatIsUndefined (float value)
 

变量

YG_EXPORT const YGValue YGValueAuto
 
YG_EXPORT const YGValue YGValueUndefined
 
YG_EXPORT const YGValue YGValueZero
 

宏定义说明

◆ YGUndefined

#define YGUndefined   NAN

Float value to represent "undefined" in style values.

类型定义说明

◆ YGValue

typedef YG_EXTERN_C_BEGIN struct YGValue YGValue

Structure used to represent a dimension in a style.

函数说明

◆ YGFloatIsUndefined()

YG_EXPORT bool YGFloatIsUndefined ( float value)

Whether a dimension represented as a float is defined.

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

变量说明

◆ YGValueAuto

YG_EXPORT const YGValue YGValueAuto
extern

Constant for a dimension of "auto".

◆ YGValueUndefined

YG_EXPORT const YGValue YGValueUndefined
extern

Constant for a dimension which is not defined.

◆ YGValueZero

YG_EXPORT const YGValue YGValueZero
extern

Constant for a dimension that is zero-length.