Facebook.Yoga: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 7: | Строка 7: | ||
|- | |- | ||
| [[TYogaNode]] || | | [[TYogaNode]] || | ||
+ | |} | ||
+ | |||
+ | == Routines == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | [[YGAlignToString]] || | ||
+ | |- | ||
+ | | [[YGDimensionToString]] || | ||
+ | |- | ||
+ | | [[YGDirectionToString]] || | ||
+ | |- | ||
+ | | [[YGDisplayToString]] || | ||
+ | |- | ||
+ | | [[YGEdgeToString]] || | ||
+ | |- | ||
+ | | [[YGExperimentalFeatureToString]] || | ||
+ | |- | ||
+ | | [[YGFlexDirectionToString]] || | ||
+ | |- | ||
+ | | [[YGJustifyToString]] || | ||
+ | |- | ||
+ | | [[YGLogLevelToString]] || | ||
+ | |- | ||
+ | | [[YGMeasureModeToString]] || | ||
+ | |- | ||
+ | | [[YGNodeTypeToString]] || | ||
+ | |- | ||
+ | | [[YGOverflowToString]] || | ||
+ | |- | ||
+ | | [[YGPositionTypeToString]] || | ||
+ | |- | ||
+ | | [[YGPrintOptionsToString]] || | ||
+ | |- | ||
+ | | [[YGUnitToString]] || | ||
+ | |- | ||
+ | | [[YGWrapToString]] || | ||
+ | |- | ||
+ | | [[YGNodeNew]] || | ||
+ | |- | ||
+ | | [[YGNodeNewWithConfig]] || | ||
+ | |- | ||
+ | | [[YGNodeClone]] || | ||
+ | |- | ||
+ | | [[YGNodeFree]] || | ||
+ | |- | ||
+ | | [[YGNodeFreeRecursive]] || | ||
+ | |- | ||
+ | | [[YGNodeReset]] || | ||
+ | |- | ||
+ | | [[YGNodeGetInstanceCount]] || | ||
+ | |- | ||
+ | | [[YGNodeInsertChild]] || | ||
+ | |- | ||
+ | | [[YGNodeRemoveChild]] || | ||
+ | |- | ||
+ | | [[YGNodeRemoveAllChildren]] || | ||
+ | |- | ||
+ | | [[YGNodeGetChild]] || | ||
+ | |- | ||
+ | | [[YGNodeGetParent]] || | ||
+ | |- | ||
+ | | [[YGNodeGetChildCount]] || | ||
+ | |- | ||
+ | | [[YGNodeCalculateLayout]] || | ||
+ | |- | ||
+ | | [[YGNodeMarkDirty]] || | ||
+ | |- | ||
+ | | [[YGNodePrint]] || | ||
+ | |- | ||
+ | | [[YGFloatIsUndefined]] || | ||
+ | |- | ||
+ | | [[YGNodeCanUseCachedMeasurement]] || | ||
+ | |- | ||
+ | | [[YGNodeCopyStyle]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetDirection]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetDirection]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetFlexDirection]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetFlexDirection]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetJustifyContent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetJustifyContent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetAlignContent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetAlignContent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetAlignItems]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetAlignItems]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetAlignSelf]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetAlignSelf]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetPositionType]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetPositionType]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetFlexWrap]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetFlexWrap]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetOverflow]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetOverflow]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetDisplay]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetDisplay]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetFlex]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetFlex]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetFlexGrow]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetFlexGrow]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetFlexShrink]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetFlexShrink]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMinWidth]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMinWidthPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetMinWidth]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMinHeight]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMinHeightPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetMinHeight]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMaxWidth]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMaxWidthPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetMaxWidth]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMaxHeight]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMaxHeightPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetMaxHeight]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetWidth]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetWidthPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetWidthAuto]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetWidth]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetHeight]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetHeightPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetHeightAuto]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetHeight]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetBorder]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetBorder]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetPosition]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetPositionPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetPosition]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMargin]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMarginPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetMarginAuto]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetMargin]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetPadding]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetPaddingPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetPadding]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetFlexBasis]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetFlexBasisPercent]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetFlexBasisAuto]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetFlexBasis]] || | ||
+ | |- | ||
+ | | [[YGNodeLayoutGetLeft]] || | ||
+ | |- | ||
+ | | [[YGNodeLayoutGetTop]] || | ||
+ | |- | ||
+ | | [[YGNodeLayoutGetRight]] || | ||
+ | |- | ||
+ | | [[YGNodeLayoutGetBottom]] || | ||
+ | |- | ||
+ | | [[YGNodeLayoutGetWidth]] || | ||
+ | |- | ||
+ | | [[YGNodeLayoutGetHeight]] || | ||
+ | |- | ||
+ | | [[YGNodeLayoutGetDirection]] || | ||
+ | |- | ||
+ | | [[YGNodeLayoutGetHadOverflow]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleSetAspectRatio]] || | ||
+ | |- | ||
+ | | [[YGNodeStyleGetAspectRatio]] || | ||
+ | |- | ||
+ | | [[YGConfigSetLogger]] || | ||
+ | |- | ||
+ | | [[YGConfigNew]] || | ||
+ | |- | ||
+ | | [[YGConfigFree]] || | ||
+ | |- | ||
+ | | [[YGConfigCopy]] || | ||
+ | |- | ||
+ | | [[YGConfigGetInstanceCount]] || | ||
+ | |- | ||
+ | | [[YGConfigSetUseWebDefaults]] || | ||
+ | |- | ||
+ | | [[YGConfigGetUseWebDefaults]] || | ||
+ | |- | ||
+ | | [[YGConfigGetDefault]] || | ||
|} | |} |
Версия 03:31, 7 июня 2019
Заголовочный файл для работы с Facebook Yoga Api.
Classes
TYogaNode |