|
slot 0.0.1
A real time UI render framework
|
#include <GridTrack.h>

Public 成员函数 | |
| bool | operator== (const GridTrackSize &other) const =default |
静态 Public 成员函数 | |
| static constexpr GridTrackSize | auto_ () |
| static constexpr GridTrackSize | length (float points) |
| static constexpr GridTrackSize | fr (float fraction) |
| static constexpr GridTrackSize | percent (float percentage) |
| static constexpr GridTrackSize | minmax (StyleSizeLength min, StyleSizeLength max) |
Public 属性 | |
| StyleSizeLength | minSizingFunction |
| StyleSizeLength | maxSizingFunction |
| float | baseSize = 0.0f |
| float | growthLimit = 0.0f |
| bool | infinitelyGrowable = false |
|
inlinestaticconstexpr |

|
inlinestaticconstexpr |

|
inlinestaticconstexpr |

|
inlinestaticconstexpr |

|
default |
|
inlinestaticconstexpr |

| float facebook::yoga::GridTrackSize::baseSize = 0.0f |
| float facebook::yoga::GridTrackSize::growthLimit = 0.0f |
| bool facebook::yoga::GridTrackSize::infinitelyGrowable = false |
| StyleSizeLength facebook::yoga::GridTrackSize::maxSizingFunction |
| StyleSizeLength facebook::yoga::GridTrackSize::minSizingFunction |