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

浏览源代码.

函数

YG_EXTERN_C_BEGIN YG_EXPORT float YGNodeLayoutGetLeft (YGNodeConstRef node)
 
YG_EXPORT float YGNodeLayoutGetTop (YGNodeConstRef node)
 
YG_EXPORT float YGNodeLayoutGetRight (YGNodeConstRef node)
 
YG_EXPORT float YGNodeLayoutGetBottom (YGNodeConstRef node)
 
YG_EXPORT float YGNodeLayoutGetWidth (YGNodeConstRef node)
 
YG_EXPORT float YGNodeLayoutGetHeight (YGNodeConstRef node)
 
YG_EXPORT YGDirection YGNodeLayoutGetDirection (YGNodeConstRef node)
 
YG_EXPORT bool YGNodeLayoutGetHadOverflow (YGNodeConstRef node)
 
YG_EXPORT float YGNodeLayoutGetMargin (YGNodeConstRef node, YGEdge edge)
 
YG_EXPORT float YGNodeLayoutGetBorder (YGNodeConstRef node, YGEdge edge)
 
YG_EXPORT float YGNodeLayoutGetPadding (YGNodeConstRef node, YGEdge edge)
 
YG_EXPORT float YGNodeLayoutGetRawHeight (YGNodeConstRef node)
 
YG_EXPORT float YGNodeLayoutGetRawWidth (YGNodeConstRef node)
 

函数说明

◆ YGNodeLayoutGetBorder()

YG_EXPORT float YGNodeLayoutGetBorder ( YGNodeConstRef node,
YGEdge edge )
函数调用图:
这是这个函数的调用关系图:

◆ YGNodeLayoutGetBottom()

YG_EXPORT float YGNodeLayoutGetBottom ( YGNodeConstRef node)
函数调用图:
这是这个函数的调用关系图:

◆ YGNodeLayoutGetDirection()

YG_EXPORT YGDirection YGNodeLayoutGetDirection ( YGNodeConstRef node)
函数调用图:
这是这个函数的调用关系图:

◆ YGNodeLayoutGetHadOverflow()

YG_EXPORT bool YGNodeLayoutGetHadOverflow ( YGNodeConstRef node)
函数调用图:
这是这个函数的调用关系图:

◆ YGNodeLayoutGetHeight()

YG_EXPORT float YGNodeLayoutGetHeight ( YGNodeConstRef node)
函数调用图:

◆ YGNodeLayoutGetLeft()

YG_EXTERN_C_BEGIN YG_EXPORT float YGNodeLayoutGetLeft ( YGNodeConstRef node)
函数调用图:

◆ YGNodeLayoutGetMargin()

YG_EXPORT float YGNodeLayoutGetMargin ( YGNodeConstRef node,
YGEdge edge )
函数调用图:
这是这个函数的调用关系图:

◆ YGNodeLayoutGetPadding()

YG_EXPORT float YGNodeLayoutGetPadding ( YGNodeConstRef node,
YGEdge edge )
函数调用图:
这是这个函数的调用关系图:

◆ YGNodeLayoutGetRawHeight()

YG_EXPORT float YGNodeLayoutGetRawHeight ( YGNodeConstRef node)

Return the measured height of the node, before layout rounding

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

◆ YGNodeLayoutGetRawWidth()

YG_EXPORT float YGNodeLayoutGetRawWidth ( YGNodeConstRef node)

Return the measured width of the node, before layout rounding

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

◆ YGNodeLayoutGetRight()

YG_EXPORT float YGNodeLayoutGetRight ( YGNodeConstRef node)
函数调用图:
这是这个函数的调用关系图:

◆ YGNodeLayoutGetTop()

YG_EXPORT float YGNodeLayoutGetTop ( YGNodeConstRef node)
函数调用图:

◆ YGNodeLayoutGetWidth()

YG_EXPORT float YGNodeLayoutGetWidth ( YGNodeConstRef node)
函数调用图: