slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
函数
YGNodeLayout.cpp 文件参考
#include <yoga/Yoga.h>
#include <yoga/debug/AssertFatal.h>
#include <yoga/enums/Edge.h>
#include <yoga/node/Node.h>
YGNodeLayout.cpp 的引用(Include)关系图:

函数

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

函数说明

◆ YGNodeLayoutGetBorder()

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

◆ YGNodeLayoutGetBottom()

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

◆ YGNodeLayoutGetDirection()

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

◆ YGNodeLayoutGetHadOverflow()

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

◆ YGNodeLayoutGetHeight()

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

◆ YGNodeLayoutGetLeft()

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

◆ YGNodeLayoutGetMargin()

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

◆ YGNodeLayoutGetPadding()

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

◆ YGNodeLayoutGetRawHeight()

float YGNodeLayoutGetRawHeight ( YGNodeConstRef node)

Return the measured height of the node, before layout rounding

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

◆ YGNodeLayoutGetRawWidth()

float YGNodeLayoutGetRawWidth ( YGNodeConstRef node)

Return the measured width of the node, before layout rounding

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

◆ YGNodeLayoutGetRight()

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

◆ YGNodeLayoutGetTop()

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

◆ YGNodeLayoutGetWidth()

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