|
slot 0.0.1
A real time UI render framework
|
#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 {} |
|
inlinestaticconstexpr |

|
inlinestaticconstexpr |

|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
default |
|
inlinestaticconstexpr |

| int32_t facebook::yoga::GridLine::integer {} |
| GridLineType facebook::yoga::GridLine::type {} |