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

函数

bool operator== (const YGSize &lhs, const YGSize &rhs)
 
 TEST (Node, hasMeasureFunc_initial)
 
 TEST (Node, hasMeasureFunc_with_measure_fn)
 
 TEST (Node, measure_with_measure_fn)
 
 TEST (Node, hasMeasureFunc_after_unset)
 
 TEST (Node, hasBaselineFunc_initial)
 
 TEST (Node, hasBaselineFunc_with_baseline_fn)
 
 TEST (Node, baseline_with_baseline_fn)
 
 TEST (Node, hasBaselineFunc_after_unset)
 

函数说明

◆ operator==()

bool operator== ( const YGSize & lhs,
const YGSize & rhs )
inline

◆ TEST() [1/8]

TEST ( Node ,
baseline_with_baseline_fn  )

◆ TEST() [2/8]

TEST ( Node ,
hasBaselineFunc_after_unset  )

◆ TEST() [3/8]

TEST ( Node ,
hasBaselineFunc_initial  )

◆ TEST() [4/8]

TEST ( Node ,
hasBaselineFunc_with_baseline_fn  )

◆ TEST() [5/8]

TEST ( Node ,
hasMeasureFunc_after_unset  )

◆ TEST() [6/8]

TEST ( Node ,
hasMeasureFunc_initial  )

◆ TEST() [7/8]

TEST ( Node ,
hasMeasureFunc_with_measure_fn  )

◆ TEST() [8/8]

TEST ( Node ,
measure_with_measure_fn  )