slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 成员函数 | 静态 Public 成员函数 | Public 属性 | 所有成员列表
facebook::yoga::GridLine结构体 参考

#include <GridLine.h>

Public 成员函数

constexpr bool isAuto () const
 
constexpr bool isInteger () const
 
constexpr bool isSpan () const
 
bool operator== (const GridLine &other) const =default
 

静态 Public 成员函数

static constexpr GridLine auto_ ()
 
static constexpr GridLine fromInteger (int32_t value)
 
static constexpr GridLine span (int32_t value)
 

Public 属性

GridLineType type {}
 
int32_t integer {}
 

成员函数说明

◆ auto_()

static constexpr GridLine facebook::yoga::GridLine::auto_ ( )
inlinestaticconstexpr
这是这个函数的调用关系图:

◆ fromInteger()

static constexpr GridLine facebook::yoga::GridLine::fromInteger ( int32_t value)
inlinestaticconstexpr
这是这个函数的调用关系图:

◆ isAuto()

constexpr bool facebook::yoga::GridLine::isAuto ( ) const
inlineconstexpr

◆ isInteger()

constexpr bool facebook::yoga::GridLine::isInteger ( ) const
inlineconstexpr

◆ isSpan()

constexpr bool facebook::yoga::GridLine::isSpan ( ) const
inlineconstexpr

◆ operator==()

bool facebook::yoga::GridLine::operator== ( const GridLine & other) const
default

◆ span()

static constexpr GridLine facebook::yoga::GridLine::span ( int32_t value)
inlinestaticconstexpr
这是这个函数的调用关系图:

类成员变量说明

◆ integer

int32_t facebook::yoga::GridLine::integer {}

◆ type

GridLineType facebook::yoga::GridLine::type {}

该结构体的文档由以下文件生成: