slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
命名空间 | 枚举
PhysicalEdge.h 文件参考
#include <yoga/enums/Edge.h>
PhysicalEdge.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

namespace  facebook
 
namespace  facebook::yoga
 

枚举

enum class  facebook::yoga::PhysicalEdge : uint32_t { facebook::yoga::Left = yoga::to_underlying(Edge::Left) , facebook::yoga::Top = yoga::to_underlying(Edge::Top) , facebook::yoga::Right = yoga::to_underlying(Edge::Right) , facebook::yoga::Bottom = yoga::to_underlying(Edge::Bottom) }