|
slot 0.0.1
A real time UI render framework
|
#include <yoga/Yoga.h>#include <yoga/debug/AssertFatal.h>#include <yoga/enums/Edge.h>#include <yoga/node/Node.h>
函数 | |
| float | YGNodeLayoutGetLeft (const YGNodeConstRef node) |
| float | YGNodeLayoutGetTop (const YGNodeConstRef node) |
| float | YGNodeLayoutGetRight (const YGNodeConstRef node) |
| float | YGNodeLayoutGetBottom (const YGNodeConstRef node) |
| float | YGNodeLayoutGetWidth (const YGNodeConstRef node) |
| float | YGNodeLayoutGetHeight (const YGNodeConstRef node) |
| YGDirection | YGNodeLayoutGetDirection (const YGNodeConstRef node) |
| bool | YGNodeLayoutGetHadOverflow (const YGNodeConstRef node) |
| float | YGNodeLayoutGetMargin (YGNodeConstRef node, YGEdge edge) |
| float | YGNodeLayoutGetBorder (YGNodeConstRef node, YGEdge edge) |
| float | YGNodeLayoutGetPadding (YGNodeConstRef node, YGEdge edge) |
| float | YGNodeLayoutGetRawHeight (YGNodeConstRef node) |
| float | YGNodeLayoutGetRawWidth (YGNodeConstRef node) |
| float YGNodeLayoutGetBorder | ( | YGNodeConstRef | node, |
| YGEdge | edge ) |


| float YGNodeLayoutGetBottom | ( | const YGNodeConstRef | node | ) |


| YGDirection YGNodeLayoutGetDirection | ( | const YGNodeConstRef | node | ) |


| bool YGNodeLayoutGetHadOverflow | ( | const YGNodeConstRef | node | ) |


| float YGNodeLayoutGetHeight | ( | const YGNodeConstRef | node | ) |

| float YGNodeLayoutGetLeft | ( | const YGNodeConstRef | node | ) |

| float YGNodeLayoutGetMargin | ( | YGNodeConstRef | node, |
| YGEdge | edge ) |


| float YGNodeLayoutGetPadding | ( | YGNodeConstRef | node, |
| YGEdge | edge ) |


| float YGNodeLayoutGetRawHeight | ( | YGNodeConstRef | node | ) |
Return the measured height of the node, before layout rounding


| float YGNodeLayoutGetRawWidth | ( | YGNodeConstRef | node | ) |
Return the measured width of the node, before layout rounding


| float YGNodeLayoutGetRight | ( | const YGNodeConstRef | node | ) |


| float YGNodeLayoutGetTop | ( | const YGNodeConstRef | node | ) |

| float YGNodeLayoutGetWidth | ( | const YGNodeConstRef | node | ) |
