Lines Matching defs:fullImpl
792 auto* fullImpl = GetFullImpl();
794 fullImpl->getNodeModifiers()->getCommonModifier()->setWidth(
801 auto* fullImpl = GetFullImpl();
802 fullImpl->getNodeModifiers()->getCommonModifier()->resetWidth(node->uiNodeHandle);
822 auto* fullImpl = GetFullImpl();
824 fullImpl->getNodeModifiers()->getCommonModifier()->setHeight(
831 auto* fullImpl = GetFullImpl();
832 fullImpl->getNodeModifiers()->getCommonModifier()->resetHeight(node->uiNodeHandle);
851 auto* fullImpl = GetFullImpl();
853 fullImpl->getNodeModifiers()->getButtonModifier()->setButtonBackgroundColor(
856 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputBackgroundColor(
859 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaBackgroundColor(
862 fullImpl->getNodeModifiers()->getCommonModifier()->setBackgroundColor(
870 auto* fullImpl = GetFullImpl();
872 fullImpl->getNodeModifiers()->getButtonModifier()->resetButtonBackgroundColor(node->uiNodeHandle);
874 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputBackgroundColor(node->uiNodeHandle);
876 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaBackgroundColor(node->uiNodeHandle);
878 fullImpl->getNodeModifiers()->getCommonModifier()->resetBackgroundColor(node->uiNodeHandle);
899 auto* fullImpl = GetFullImpl();
904 fullImpl->getNodeModifiers()->getCommonModifier()->setBackgroundImage(
911 fullImpl->getNodeModifiers()->getCommonModifier()->setBackgroundImagePixelMap(
919 auto* fullImpl = GetFullImpl();
920 fullImpl->getNodeModifiers()->getCommonModifier()->resetBackgroundImage(node->uiNodeHandle);
925 auto* fullImpl = GetFullImpl();
927 fullImpl->getNodeModifiers()->getCommonModifier()->getBackgroundImage(node->uiNodeHandle, &options);
939 auto* fullImpl = GetFullImpl();
950 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputPadding(
953 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaPadding(
956 fullImpl->getNodeModifiers()->getCommonModifier()->setPadding(
964 auto* fullImpl = GetFullImpl();
966 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputPadding(node->uiNodeHandle);
968 fullImpl->getNodeModifiers()->getCommonModifier()->resetPadding(node->uiNodeHandle);
974 auto* fullImpl = GetFullImpl();
979 fullImpl->getNodeModifiers()->getTextAreaModifier()->getTextAreaPadding(
982 fullImpl->getNodeModifiers()->getCommonModifier()->getPadding(node->uiNodeHandle, &paddings, length, unit);
997 auto* fullImpl = GetFullImpl();
998 fullImpl->getNodeModifiers()->getCommonModifier()->setKey(node->uiNodeHandle, item->string);
1004 auto* fullImpl = GetFullImpl();
1005 fullImpl->getNodeModifiers()->getCommonModifier()->resetKey(node->uiNodeHandle);
1022 auto* fullImpl = GetFullImpl();
1023 fullImpl->getNodeModifiers()->getCommonModifier()->setEnabled(node->uiNodeHandle, item->value[0].i32);
1029 auto* fullImpl = GetFullImpl();
1030 fullImpl->getNodeModifiers()->getCommonModifier()->resetEnabled(node->uiNodeHandle);
1045 auto* fullImpl = GetFullImpl();
1064 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputMargin(
1067 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaMargin(
1070 fullImpl->getNodeModifiers()->getCommonModifier()->setMargin(node->uiNodeHandle, &top, &right, &bottom, &left);
1078 auto* fullImpl = GetFullImpl();
1080 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputMargin(node->uiNodeHandle);
1082 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaMargin(node->uiNodeHandle);
1084 fullImpl->getNodeModifiers()->getCommonModifier()->resetMargin(node->uiNodeHandle);
1090 auto* fullImpl = GetFullImpl();
1095 fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputMargin(
1098 fullImpl->getNodeModifiers()->getTextAreaModifier()->getTextAreaMargin(
1101 fullImpl->getNodeModifiers()->getCommonModifier()->getMargin(node->uiNodeHandle, &margins, length, unit);
1116 auto fullImpl = GetFullImpl();
1125 fullImpl->getNodeModifiers()->getCommonModifier()->setTranslate(node->uiNodeHandle, values, units, item->size);
1132 auto* fullImpl = GetFullImpl();
1134 fullImpl->getNodeModifiers()->getCommonModifier()->resetTranslate(node->uiNodeHandle);
1139 auto* fullImpl = GetFullImpl();
1142 fullImpl->getNodeModifiers()->getCommonModifier()->getTranslate(node->uiNodeHandle, &translate, unit);
1151 auto fullImpl = GetFullImpl();
1162 fullImpl->getNodeModifiers()->getCommonModifier()->setScale(node->uiNodeHandle, values, item->size, units, NUM_2);
1169 auto* fullImpl = GetFullImpl();
1171 fullImpl->getNodeModifiers()->getCommonModifier()->resetScale(node->uiNodeHandle);
1176 auto* fullImpl = GetFullImpl();
1178 fullImpl->getNodeModifiers()->getCommonModifier()->getScale(node->uiNodeHandle, &scaleType);
1191 auto fullImpl = GetFullImpl();
1197 fullImpl->getNodeModifiers()->getCommonModifier()->setRotateWithoutTransformCenter(
1205 auto* fullImpl = GetFullImpl();
1207 fullImpl->getNodeModifiers()->getCommonModifier()->resetRotate(node->uiNodeHandle);
1212 auto* fullImpl = GetFullImpl();
1214 fullImpl->getNodeModifiers()->getCommonModifier()->getRotate(node->uiNodeHandle, &rotateType);
1233 auto fullImpl = GetFullImpl();
1235 fullImpl->getNodeModifiers()->getCommonModifier()->setBrightness(node->uiNodeHandle, brightness);
1242 auto* fullImpl = GetFullImpl();
1244 fullImpl->getNodeModifiers()->getCommonModifier()->resetBrightness(node->uiNodeHandle);
1249 auto* fullImpl = GetFullImpl();
1250 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getCommonModifier()->getBrightness(node->uiNodeHandle);
1261 auto fullImpl = GetFullImpl();
1263 fullImpl->getNodeModifiers()->getCommonModifier()->setSaturate(node->uiNodeHandle, saturate);
1270 auto* fullImpl = GetFullImpl();
1272 fullImpl->getNodeModifiers()->getCommonModifier()->resetSaturate(node->uiNodeHandle);
1277 auto* fullImpl = GetFullImpl();
1278 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getCommonModifier()->getSaturate(node->uiNodeHandle);
1289 auto fullImpl = GetFullImpl();
1292 fullImpl->getNodeModifiers()->getCommonModifier()->setBlur(
1307 auto* fullImpl = GetFullImpl();
1309 fullImpl->getNodeModifiers()->getCommonModifier()->resetBlur(node->uiNodeHandle);
1323 auto* fullImpl = GetFullImpl();
1341 fullImpl->getNodeModifiers()->getCommonModifier()->setLinearGradient(
1385 auto* fullImpl = GetFullImpl();
1387 fullImpl->getNodeModifiers()->getCommonModifier()->resetLinearGradient(node->uiNodeHandle);
1396 auto fullImpl = GetFullImpl();
1398 fullImpl->getNodeModifiers()->getCommonModifier()->setAlign(node->uiNodeHandle, attrVal);
1412 auto* fullImpl = GetFullImpl();
1414 fullImpl->getNodeModifiers()->getCommonModifier()->resetAlign(node->uiNodeHandle);
1426 auto* fullImpl = GetFullImpl();
1427 fullImpl->getNodeModifiers()->getCommonModifier()->setOpacity(node->uiNodeHandle, item->value[0].f32);
1433 auto* fullImpl = GetFullImpl();
1434 fullImpl->getNodeModifiers()->getCommonModifier()->resetOpacity(node->uiNodeHandle);
1450 auto* fullImpl = GetFullImpl();
1474 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaBorderWidth(
1477 fullImpl->getNodeModifiers()->getCommonModifier()->setBorderWidth(
1485 auto* fullImpl = GetFullImpl();
1487 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaBorderWidth(node->uiNodeHandle);
1489 fullImpl->getNodeModifiers()->getCommonModifier()->resetBorderWidth(node->uiNodeHandle);
1495 auto* fullImpl = GetFullImpl();
1498 fullImpl->getNodeModifiers()->getCommonModifier()->getBorderWidth(node->uiNodeHandle, &borderWidth, unit);
1512 auto* fullImpl = GetFullImpl();
1536 fullImpl->getNodeModifiers()->getImageModifier()->setImageBorderRadius(
1539 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaBorderRadius(
1542 fullImpl->getNodeModifiers()->getImageSpanModifier()->setImageSpanBorderRadius(
1545 fullImpl->getNodeModifiers()->getCommonModifier()->setBorderRadius(
1553 auto* fullImpl = GetFullImpl();
1555 fullImpl->getNodeModifiers()->getImageModifier()->resetImageBorderRadius(node->uiNodeHandle);
1557 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaBorderRadius(node->uiNodeHandle);
1559 fullImpl->getNodeModifiers()->getImageSpanModifier()->resetImageSpanBorderRadius(node->uiNodeHandle);
1561 fullImpl->getNodeModifiers()->getCommonModifier()->resetBorderRadius(node->uiNodeHandle);
1567 auto* fullImpl = GetFullImpl();
1570 fullImpl->getNodeModifiers()->getCommonModifier()->getBorderRadius(node->uiNodeHandle, &borderRadius, unit);
1584 auto* fullImpl = GetFullImpl();
1607 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaBorderWidth(
1610 fullImpl->getNodeModifiers()->getCommonModifier()->setBorderWidth(
1623 auto* fullImpl = GetFullImpl();
1625 fullImpl->getNodeModifiers()->getCommonModifier()->getBorderWidth(node->uiNodeHandle, &borderWidth, UNIT_PERCENT);
1639 auto* fullImpl = GetFullImpl();
1662 fullImpl->getNodeModifiers()->getImageModifier()->setImageBorderRadius(
1665 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaBorderRadius(
1668 fullImpl->getNodeModifiers()->getCommonModifier()->setBorderRadius(
1681 auto* fullImpl = GetFullImpl();
1683 fullImpl->getNodeModifiers()->getCommonModifier()->getBorderRadius(node->uiNodeHandle, &borderRadius, UNIT_PERCENT);
1697 auto* fullImpl = GetFullImpl();
1711 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaBorderColor(
1714 fullImpl->getNodeModifiers()->getCommonModifier()->setBorderColor(
1722 auto* fullImpl = GetFullImpl();
1724 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaBorderColor(node->uiNodeHandle);
1726 fullImpl->getNodeModifiers()->getCommonModifier()->resetBorderColor(node->uiNodeHandle);
1732 auto* fullImpl = GetFullImpl();
1734 fullImpl->getNodeModifiers()->getCommonModifier()->getBorderColor(node->uiNodeHandle, &colors);
1748 auto* fullImpl = GetFullImpl();
1771 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaBorderStyle(
1774 fullImpl->getNodeModifiers()->getCommonModifier()->setBorderStyle(node->uiNodeHandle, styles, ALLOW_SIZE_4);
1781 auto* fullImpl = GetFullImpl();
1783 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaBorderStyle(node->uiNodeHandle);
1785 fullImpl->getNodeModifiers()->getCommonModifier()->resetBorderStyle(node->uiNodeHandle);
1791 auto* fullImpl = GetFullImpl();
1793 fullImpl->getNodeModifiers()->getCommonModifier()->getBorderStyle(node->uiNodeHandle, &styles);
1807 auto* fullImpl = GetFullImpl();
1808 fullImpl->getNodeModifiers()->getCommonModifier()->setZIndex(node->uiNodeHandle, item->value[0].i32);
1814 auto* fullImpl = GetFullImpl();
1815 fullImpl->getNodeModifiers()->getCommonModifier()->resetZIndex(node->uiNodeHandle);
1835 auto* fullImpl = GetFullImpl();
1836 fullImpl->getNodeModifiers()->getCommonModifier()->setVisibility(node->uiNodeHandle, item->value[0].i32);
1842 auto* fullImpl = GetFullImpl();
1843 fullImpl->getNodeModifiers()->getCommonModifier()->resetVisibility(node->uiNodeHandle);
1861 auto* fullImpl = GetFullImpl();
1862 fullImpl->getNodeModifiers()->getCommonModifier()->setClip(node->uiNodeHandle, item->value[0].i32);
1868 auto* fullImpl = GetFullImpl();
1869 fullImpl->getNodeModifiers()->getCommonModifier()->resetClip(node->uiNodeHandle);
1887 auto* fullImpl = GetFullImpl();
1900 fullImpl->getNodeModifiers()->getCommonModifier()->setClipPath(
1911 fullImpl->getNodeModifiers()->getCommonModifier()->setClipShape(
1919 auto* fullImpl = GetFullImpl();
1920 fullImpl->getNodeModifiers()->getCommonModifier()->resetClip(node->uiNodeHandle);
1964 auto* fullImpl = GetFullImpl();
1969 fullImpl->getNodeModifiers()->getCommonModifier()->setTransform(node->uiNodeHandle, transforms, ALLOW_SIZE_16);
1975 auto* fullImpl = GetFullImpl();
1976 fullImpl->getNodeModifiers()->getCommonModifier()->resetTransform(node->uiNodeHandle);
1999 auto* fullImpl = GetFullImpl();
2000 fullImpl->getNodeModifiers()->getCommonModifier()->setHitTestBehavior(node->uiNodeHandle, item->value[0].i32);
2006 auto* fullImpl = GetFullImpl();
2007 fullImpl->getNodeModifiers()->getCommonModifier()->resetHitTestBehavior(node->uiNodeHandle);
2024 auto* fullImpl = GetFullImpl();
2026 fullImpl->getNodeModifiers()->getCommonModifier()->setPosition(
2033 auto* fullImpl = GetFullImpl();
2034 fullImpl->getNodeModifiers()->getCommonModifier()->resetPosition(node->uiNodeHandle);
2056 auto* fullImpl = GetFullImpl();
2059 fullImpl->getNodeModifiers()->getCommonModifier()->setBackShadow(node->uiNodeHandle, shadows, ALLOW_SIZE_1);
2065 auto* fullImpl = GetFullImpl();
2066 fullImpl->getNodeModifiers()->getCommonModifier()->resetBackShadow(node->uiNodeHandle);
2081 auto* fullImpl = GetFullImpl();
2117 fullImpl->getNodeModifiers()->getCommonModifier()->setBackShadow(node->uiNodeHandle, shadows, ALLOW_SIZE_7);
2123 auto* fullImpl = GetFullImpl();
2124 fullImpl->getNodeModifiers()->getCommonModifier()->resetBackShadow(node->uiNodeHandle);
2146 auto* fullImpl = GetFullImpl();
2147 fullImpl->getNodeModifiers()->getCommonModifier()->setFocusable(node->uiNodeHandle, item->value[0].i32);
2160 auto* fullImpl = GetFullImpl();
2161 fullImpl->getNodeModifiers()->getCommonModifier()->resetFocusable(node->uiNodeHandle);
2169 auto* fullImpl = GetFullImpl();
2170 fullImpl->getNodeModifiers()->getCommonModifier()->setAccessibilityGroup(node->uiNodeHandle, item->value[0].i32);
2184 auto* fullImpl = GetFullImpl();
2185 fullImpl->getNodeModifiers()->getCommonModifier()->resetAccessibilityGroup(node->uiNodeHandle);
2193 auto* fullImpl = GetFullImpl();
2194 fullImpl->getNodeModifiers()->getCommonModifier()->setAccessibilityText(node->uiNodeHandle, item->string);
2208 auto* fullImpl = GetFullImpl();
2209 fullImpl->getNodeModifiers()->getCommonModifier()->resetAccessibilityText(node->uiNodeHandle);
2217 auto* fullImpl = GetFullImpl();
2219 fullImpl->getNodeModifiers()->getCommonModifier()->setAccessibilityLevel(node->uiNodeHandle, levelString.c_str());
2234 auto* fullImpl = GetFullImpl();
2235 fullImpl->getNodeModifiers()->getCommonModifier()->resetAccessibilityLevel(node->uiNodeHandle);
2243 auto* fullImpl = GetFullImpl();
2244 fullImpl->getNodeModifiers()->getCommonModifier()->setAccessibilityDescription(node->uiNodeHandle, item->string);
2259 auto* fullImpl = GetFullImpl();
2260 fullImpl->getNodeModifiers()->getCommonModifier()->resetAccessibilityDescription(node->uiNodeHandle);
2272 auto* fullImpl = GetFullImpl();
2273 fullImpl->getNodeModifiers()->getCommonModifier()->setAccessibilityActions(
2280 auto* fullImpl = GetFullImpl();
2281 fullImpl->getNodeModifiers()->getCommonModifier()->resetAccessibilityActions(node->uiNodeHandle);
2286 auto* fullImpl = GetFullImpl();
2287 g_numberValues[0].u32 = fullImpl->getNodeModifiers()->getCommonModifier()->getAccessibilityActions(
2303 auto* fullImpl = GetFullImpl();
2304 fullImpl->getNodeModifiers()->getCommonModifier()->setAccessibilityRole(
2311 auto* fullImpl = GetFullImpl();
2312 fullImpl->getNodeModifiers()->getCommonModifier()->resetAccessibilityRole(node->uiNodeHandle);
2317 auto* fullImpl = GetFullImpl();
2318 std::string nodeTypeString = fullImpl->getNodeModifiers()->getCommonModifier()->getAccessibilityRole(
2330 auto* fullImpl = GetFullImpl();
2331 fullImpl->getNodeModifiers()->getCommonModifier()->setDefaultFocus(node->uiNodeHandle, item->value[0].i32);
2344 auto* fullImpl = GetFullImpl();
2345 fullImpl->getNodeModifiers()->getCommonModifier()->resetDefaultFocus(node->uiNodeHandle);
2353 auto* fullImpl = GetFullImpl();
2364 fullImpl->getNodeModifiers()->getCommonModifier()->setResponseRegion(
2384 auto* fullImpl = GetFullImpl();
2385 fullImpl->getNodeModifiers()->getCommonModifier()->resetResponseRegion(node->uiNodeHandle);
2393 auto* fullImpl = GetFullImpl();
2418 fullImpl->getNodeModifiers()->getCommonModifier()->setOverlay(
2443 auto* fullImpl = GetFullImpl();
2444 fullImpl->getNodeModifiers()->getCommonModifier()->resetOverlay(node->uiNodeHandle);
2453 auto fullImpl = GetFullImpl();
2458 fullImpl->getNodeModifiers()->getCommonModifier()->setBackgroundImagePosition(
2465 auto* fullImpl = GetFullImpl();
2467 fullImpl->getNodeModifiers()->getCommonModifier()->resetBackgroundImagePosition(node->uiNodeHandle);
2472 auto fullImpl = GetFullImpl();
2475 fullImpl->getNodeModifiers()->getCommonModifier()->getBackgroundImagePosition(node->uiNodeHandle,
2491 auto* fullImpl = GetFullImpl();
2543 fullImpl->getNodeModifiers()->getCommonModifier()->setSweepGradient(
2550 auto* fullImpl = GetFullImpl();
2551 fullImpl->getNodeModifiers()->getCommonModifier()->resetSweepGradient(node->uiNodeHandle);
2605 auto* fullImpl = GetFullImpl();
2645 fullImpl->getNodeModifiers()->getCommonModifier()->setRadialGradient(
2652 auto* fullImpl = GetFullImpl();
2653 fullImpl->getNodeModifiers()->getCommonModifier()->resetRadialGradient(node->uiNodeHandle);
2701 auto* fullImpl = GetFullImpl();
2719 fullImpl->getNodeModifiers()->getCommonModifier()->setMaskPath(
2729 fullImpl->getNodeModifiers()->getCommonModifier()->setProgressMask(
2747 fullImpl->getNodeModifiers()->getCommonModifier()->setMaskShape(node->uiNodeHandle,
2756 auto* fullImpl = GetFullImpl();
2757 fullImpl->getNodeModifiers()->getCommonModifier()->resetMask(node->uiNodeHandle);
2828 auto* fullImpl = GetFullImpl();
2834 fullImpl->getNodeModifiers()->getCommonModifier()->setBlendMode(node->uiNodeHandle, blendMode, blendApplyType);
2840 auto* fullImpl = GetFullImpl();
2841 fullImpl->getNodeModifiers()->getCommonModifier()->resetBlendMode(node->uiNodeHandle);
2862 auto* fullImpl = GetFullImpl();
2863 fullImpl->getNodeModifiers()->getCommonModifier()->setDirection(node->uiNodeHandle, item->value[0].i32);
2869 auto* fullImpl = GetFullImpl();
2870 fullImpl->getNodeModifiers()->getCommonModifier()->resetDirection(node->uiNodeHandle);
2889 auto* fullImpl = GetFullImpl();
2890 fullImpl->getNodeModifiers()->getCommonModifier()->setAlignSelf(node->uiNodeHandle, item->value[0].i32);
2896 auto* fullImpl = GetFullImpl();
2897 fullImpl->getNodeModifiers()->getCommonModifier()->resetAlignSelf(node->uiNodeHandle);
2915 auto fullImpl = GetFullImpl();
2916 fullImpl->getNodeModifiers()->getCommonModifier()->setFlexGrow(node->uiNodeHandle, item->value[0].f32);
2922 auto* fullImpl = GetFullImpl();
2923 fullImpl->getNodeModifiers()->getCommonModifier()->resetFlexGrow(node->uiNodeHandle);
2941 auto fullImpl = GetFullImpl();
2942 fullImpl->getNodeModifiers()->getCommonModifier()->setFlexShrink(node->uiNodeHandle, item->value[0].f32);
2948 auto* fullImpl = GetFullImpl();
2949 fullImpl->getNodeModifiers()->getCommonModifier()->resetFlexShrink(node->uiNodeHandle);
2967 auto fullImpl = GetFullImpl();
2969 fullImpl->getNodeModifiers()->getCommonModifier()->setFlexBasis(node->uiNodeHandle, &basis);
2975 auto* fullImpl = GetFullImpl();
2976 fullImpl->getNodeModifiers()->getCommonModifier()->resetFlexBasis(node->uiNodeHandle);
2992 auto* fullImpl = GetFullImpl();
3005 fullImpl->getNodeModifiers()->getCommonModifier()->setConstraintSize(node->uiNodeHandle, constraintSize, units);
3011 auto* fullImpl = GetFullImpl();
3012 fullImpl->getNodeModifiers()->getCommonModifier()->resetConstraintSize(node->uiNodeHandle);
3035 auto* fullImpl = GetFullImpl();
3036 fullImpl->getNodeModifiers()->getCommonModifier()->setGrayscale(node->uiNodeHandle, item->value[0].f32);
3042 auto* fullImpl = GetFullImpl();
3043 fullImpl->getNodeModifiers()->getCommonModifier()->resetGrayscale(node->uiNodeHandle);
3061 auto fullImpl = GetFullImpl();
3063 fullImpl->getNodeModifiers()->getCommonModifier()->setInvert(node->uiNodeHandle, invert, NUM_1);
3069 auto* fullImpl = GetFullImpl();
3070 fullImpl->getNodeModifiers()->getCommonModifier()->resetInvert(node->uiNodeHandle);
3088 auto* fullImpl = GetFullImpl();
3089 fullImpl->getNodeModifiers()->getCommonModifier()->setSepia(node->uiNodeHandle, item->value[0].f32);
3095 auto* fullImpl = GetFullImpl();
3096 fullImpl->getNodeModifiers()->getCommonModifier()->resetSepia(node->uiNodeHandle);
3114 auto* fullImpl = GetFullImpl();
3115 fullImpl->getNodeModifiers()->getCommonModifier()->setContrast(node->uiNodeHandle, item->value[0].f32);
3121 auto* fullImpl = GetFullImpl();
3122 fullImpl->getNodeModifiers()->getCommonModifier()->resetContrast(node->uiNodeHandle);
3137 auto* fullImpl = GetFullImpl();
3143 fullImpl->getNodeModifiers()->getCommonModifier()->setForegroundColor(
3147 fullImpl->getNodeModifiers()->getCommonModifier()->setForegroundColor(
3155 auto* fullImpl = GetFullImpl();
3156 fullImpl->getNodeModifiers()->getCommonModifier()->resetForegroundColor(node->uiNodeHandle);
3189 auto* fullImpl = GetFullImpl();
3190 fullImpl->getNodeModifiers()->getCommonModifier()->setAspectRatio(node->uiNodeHandle, item->value[NUM_0].f32);
3196 auto* fullImpl = GetFullImpl();
3197 fullImpl->getNodeModifiers()->getCommonModifier()->resetAspectRatio(node->uiNodeHandle);
3213 auto* fullImpl = GetFullImpl();
3214 fullImpl->getNodeModifiers()->getCommonModifier()->setLayoutWeight(node->uiNodeHandle, item->value[0].u32);
3220 auto* fullImpl = GetFullImpl();
3221 fullImpl->getNodeModifiers()->getCommonModifier()->resetLayoutWeight(node->uiNodeHandle);
3238 auto* fullImpl = GetFullImpl();
3239 fullImpl->getNodeModifiers()->getCommonModifier()->setDisplayPriority(node->uiNodeHandle, item->value[0].u32);
3245 auto* fullImpl = GetFullImpl();
3246 fullImpl->getNodeModifiers()->getCommonModifier()->setDisplayPriority(node->uiNodeHandle, 0);
3266 auto* fullImpl = GetFullImpl();
3267 fullImpl->getNodeModifiers()->getCommonModifier()->setOutlineWidthFloat(node->uiNodeHandle,
3275 auto* fullImpl = GetFullImpl();
3276 fullImpl->getNodeModifiers()->getCommonModifier()->setOutlineWidthFloat(node->uiNodeHandle,
3309 auto* fullImpl = GetFullImpl();
3310 fullImpl->getNodeModifiers()->getCommonModifier()->setGeometryTransition(node->uiNodeHandle, item->string,
3317 auto* fullImpl = GetFullImpl();
3318 fullImpl->getNodeModifiers()->getCommonModifier()->resetGeometryTransition(node->uiNodeHandle);
3341 auto* fullImpl = GetFullImpl();
3343 fullImpl->getNodeModifiers()->getCommonModifier()->setChainStyle(
3350 auto* fullImpl = GetFullImpl();
3351 fullImpl->getNodeModifiers()->getCommonModifier()->resetChainStyle(node->uiNodeHandle);
3374 auto* fullImpl = GetFullImpl();
3375 fullImpl->getNodeModifiers()->getCommonModifier()->setWidth(
3401 auto* fullImpl = GetFullImpl();
3402 fullImpl->getNodeModifiers()->getCommonModifier()->setHeight(
3427 auto* fullImpl = GetFullImpl();
3436 fullImpl->getNodeModifiers()->getCommonModifier()->setPadding(node->uiNodeHandle, &top, &right, &bottom, &left);
3447 auto* fullImpl = GetFullImpl();
3450 fullImpl->getNodeModifiers()->getCommonModifier()->getPadding(node->uiNodeHandle, &paddings, length, UNIT_PERCENT);
3463 auto* fullImpl = GetFullImpl();
3473 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputMargin(
3476 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaMargin(
3479 fullImpl->getNodeModifiers()->getCommonModifier()->setMargin(node->uiNodeHandle, &top, &right, &bottom, &left);
3491 auto* fullImpl = GetFullImpl();
3494 fullImpl->getNodeModifiers()->getCommonModifier()->getMargin(node->uiNodeHandle, &margins, length, UNIT_PERCENT);
3509 auto* fullImpl = GetFullImpl();
3510 fullImpl->getNodeModifiers()->getCommonModifier()->setRenderFit(node->uiNodeHandle, item->value[NUM_0].i32);
3516 auto* fullImpl = GetFullImpl();
3517 fullImpl->getNodeModifiers()->getCommonModifier()->resetRenderFit(node->uiNodeHandle);
3533 auto* fullImpl = GetFullImpl();
3548 fullImpl->getNodeModifiers()->getCommonModifier()->setOutlineColor(
3555 auto* fullImpl = GetFullImpl();
3556 fullImpl->getNodeModifiers()->getCommonModifier()->resetOutlineColor(node->uiNodeHandle);
3561 auto* fullImpl = GetFullImpl();
3563 fullImpl->getNodeModifiers()->getCommonModifier()->getOutlineColor(node->uiNodeHandle, &colors);
3584 auto* fullImpl = GetFullImpl();
3586 fullImpl->getNodeModifiers()->getCommonModifier()->setSize(
3593 auto* fullImpl = GetFullImpl();
3594 fullImpl->getNodeModifiers()->getCommonModifier()->resetSize(node->uiNodeHandle);
3599 auto* fullImpl = GetFullImpl();
3601 fullImpl->getNodeModifiers()->getCommonModifier()->getSize(
3613 auto* fullImpl = GetFullImpl();
3614 fullImpl->getNodeModifiers()->getCommonModifier()->setRenderGroup(
3621 auto* fullImpl = GetFullImpl();
3622 fullImpl->getNodeModifiers()->getCommonModifier()->resetRenderGroup(node->uiNodeHandle);
3637 auto* fullImpl = GetFullImpl();
3638 fullImpl->getNodeModifiers()->getCommonModifier()->setColorBlend(
3645 auto* fullImpl = GetFullImpl();
3646 fullImpl->getNodeModifiers()->getCommonModifier()->resetColorBlend(node->uiNodeHandle);
3688 auto* fullImpl = GetFullImpl();
3689 fullImpl->getNodeModifiers()->getCommonModifier()->resetExpandSafeArea(node->uiNodeHandle);
3704 auto fullImpl = GetFullImpl();
3708 fullImpl->getNodeModifiers()->getCommonModifier()->setTransition(node->uiNodeHandle, toEffectOption);
3717 auto* fullImpl = GetFullImpl();
3719 fullImpl->getNodeModifiers()->getCommonModifier()->setFocusBoxStyle(
3726 auto* fullImpl = GetFullImpl();
3727 fullImpl->getNodeModifiers()->getCommonModifier()->resetFocusBoxStyle(node->uiNodeHandle);
3732 auto* fullImpl = GetFullImpl();
3733 fullImpl->getNodeModifiers()->getCommonModifier()->setClickDistance(
3740 auto* fullImpl = GetFullImpl();
3741 fullImpl->getNodeModifiers()->getCommonModifier()->resetClickDistance(node->uiNodeHandle);
3764 auto* fullImpl = GetFullImpl();
3767 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputFontColor(
3771 fullImpl->getNodeModifiers()->getTextModifier()->setFontColor(node->uiNodeHandle, item->value[0].u32);
3774 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanFontColor(node->uiNodeHandle, item->value[0].u32);
3777 fullImpl->getNodeModifiers()->getButtonModifier()->setButtonFontColor(
3781 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaFontColor(
3792 auto* fullImpl = GetFullImpl();
3794 fullImpl->getNodeModifiers()->getTextModifier()->resetFontColor(node->uiNodeHandle);
3796 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputFontColor(node->uiNodeHandle);
3798 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanFontColor(node->uiNodeHandle);
3800 fullImpl->getNodeModifiers()->getButtonModifier()->resetButtonFontColor(node->uiNodeHandle);
3802 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaFontColor(node->uiNodeHandle);
3814 auto* fullImpl = GetFullImpl();
3817 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputFontWeight(
3821 fullImpl->getNodeModifiers()->getTextModifier()->setFontWeight(node->uiNodeHandle, item->value[0].i32);
3824 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanFontWeight(node->uiNodeHandle, item->value[0].i32);
3827 fullImpl->getNodeModifiers()->getButtonModifier()->setButtonFontWeightEnum(
3831 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaFontWeight(
3842 auto* fullImpl = GetFullImpl();
3844 fullImpl->getNodeModifiers()->getTextModifier()->resetFontWeight(node->uiNodeHandle);
3846 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputFontWeight(node->uiNodeHandle);
3848 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanFontWeight(node->uiNodeHandle);
3850 fullImpl->getNodeModifiers()->getButtonModifier()->resetButtonFontWeight(node->uiNodeHandle);
3852 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaFontWeight(node->uiNodeHandle);
3862 auto* fullImpl = GetFullImpl();
3866 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputFontSize(node->uiNodeHandle, &fontSize);
3868 fullImpl->getNodeModifiers()->getTextModifier()->setFontSize(node->uiNodeHandle, item->value[0].f32, unit);
3870 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanFontSize(
3873 fullImpl->getNodeModifiers()->getButtonModifier()->setButtonFontSize(node->uiNodeHandle,
3877 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaFontSize(node->uiNodeHandle, &fontSize);
3886 auto* fullImpl = GetFullImpl();
3888 fullImpl->getNodeModifiers()->getTextModifier()->resetFontSize(node->uiNodeHandle);
3890 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputFontSize(node->uiNodeHandle);
3892 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanFontSize(node->uiNodeHandle);
3894 fullImpl->getNodeModifiers()->getButtonModifier()->resetButtonFontSize(node->uiNodeHandle);
3896 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaFontSize(node->uiNodeHandle);
3908 auto* fullImpl = GetFullImpl();
3911 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputFontStyle(
3915 fullImpl->getNodeModifiers()->getTextModifier()->setFontStyle(node->uiNodeHandle, item->value[0].i32);
3918 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanFontStyle(node->uiNodeHandle, item->value[0].i32);
3921 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaFontStyle(
3932 auto* fullImpl = GetFullImpl();
3934 fullImpl->getNodeModifiers()->getTextModifier()->resetFontStyle(node->uiNodeHandle);
3936 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputFontStyle(node->uiNodeHandle);
3938 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanFontStyle(node->uiNodeHandle);
3940 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaFontStyle(node->uiNodeHandle);
3947 auto* fullImpl = GetFullImpl();
3952 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputPlaceholderString(
3967 auto* fullImpl = GetFullImpl();
3968 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputPlaceholderString(node->uiNodeHandle, "");
3974 auto* fullImpl = GetFullImpl();
3979 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputTextString(
3994 auto* fullImpl = GetFullImpl();
3995 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputTextString(node->uiNodeHandle, "");
4005 auto* fullImpl = GetFullImpl();
4007 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputCaretColor(
4010 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaCaretColor(
4034 auto* fullImpl = GetFullImpl();
4037 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputCaretColor(node->uiNodeHandle);
4040 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaCaretColor(node->uiNodeHandle);
4054 auto* fullImpl = GetFullImpl();
4056 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputCaret(
4072 auto* fullImpl = GetFullImpl();
4073 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputCaretStyle(node->uiNodeHandle);
4082 auto* fullImpl = GetFullImpl();
4083 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputShowUnderline(
4098 auto* fullImpl = GetFullImpl();
4099 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputShowUnderline(node->uiNodeHandle);
4109 auto* fullImpl = GetFullImpl();
4111 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputMaxLength(
4114 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaMaxLength(
4138 auto* fullImpl = GetFullImpl();
4141 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputMaxLength(node->uiNodeHandle);
4144 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaMaxLength(node->uiNodeHandle);
4159 auto* fullImpl = GetFullImpl();
4160 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputEnterKeyType(
4175 auto* fullImpl = GetFullImpl();
4176 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputEnterKeyType(node->uiNodeHandle);
4186 auto* fullImpl = GetFullImpl();
4188 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputPlaceholderColor(
4191 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaPlaceholderColor(
4215 auto* fullImpl = GetFullImpl();
4218 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputPlaceholderColor(node->uiNodeHandle);
4221 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaPlaceholderColor(node->uiNodeHandle);
4233 auto* fullImpl = GetFullImpl();
4255 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputPlaceholderFontEnum(
4277 auto* fullImpl = GetFullImpl();
4278 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputPlaceholderFont(node->uiNodeHandle);
4288 auto* fullImpl = GetFullImpl();
4289 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputEnableKeyboardOnFocus(
4304 auto* fullImpl = GetFullImpl();
4305 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputEnableKeyboardOnFocus(node->uiNodeHandle);
4316 auto* fullImpl = GetFullImpl();
4317 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputType(
4332 auto* fullImpl = GetFullImpl();
4333 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputType(node->uiNodeHandle);
4343 auto* fullImpl = GetFullImpl();
4344 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputSelectedBackgroundColor(
4359 auto* fullImpl = GetFullImpl();
4360 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputSelectedBackgroundColor(node->uiNodeHandle);
4370 auto* fullImpl = GetFullImpl();
4371 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputShowPasswordIcon(
4386 auto* fullImpl = GetFullImpl();
4387 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputShowPasswordIcon(node->uiNodeHandle);
4397 auto* fullImpl = GetFullImpl();
4399 fullImpl->getNodeModifiers()->getTextInputModifier()->stopTextInputTextEditing(node->uiNodeHandle);
4431 auto* fullImpl = GetFullImpl();
4432 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputCancelButton(node->uiNodeHandle,
4455 auto* fullImpl = GetFullImpl();
4456 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputCancelButton(node->uiNodeHandle);
4469 auto* fullImpl = GetFullImpl();
4470 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputTextSelection(
4487 auto* fullImpl = GetFullImpl();
4488 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputTextSelection(node->uiNodeHandle, NUM_0, NUM_0);
4496 auto* fullImpl = GetFullImpl();
4497 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputSelectionMenuHidden(
4511 auto* fullImpl = GetFullImpl();
4512 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputSelectionMenuHidden(node->uiNodeHandle);
4527 auto* fullImpl = GetFullImpl();
4528 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputUserUnderlineColor(
4536 auto* fullImpl = GetFullImpl();
4537 fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputUserUnderlineColor(node->uiNodeHandle, &values);
4548 auto* fullImpl = GetFullImpl();
4549 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputUserUnderlineColor(node->uiNodeHandle);
4554 auto* fullImpl = GetFullImpl();
4559 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputEnableAutoFill(
4566 auto fullImpl = GetFullImpl();
4567 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputEnableAutoFill(
4575 auto* fullImpl = GetFullImpl();
4576 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputEnableAutoFill(node->uiNodeHandle);
4581 auto* fullImpl = GetFullImpl();
4592 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputContentType(
4599 auto fullImpl = GetFullImpl();
4600 auto value = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputContentType(
4615 auto* fullImpl = GetFullImpl();
4616 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputContentType(node->uiNodeHandle);
4621 auto* fullImpl = GetFullImpl();
4626 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputPasswordRules(
4633 auto fullImpl = GetFullImpl();
4634 g_attributeItem.string = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputPasswordRules(
4641 auto* fullImpl = GetFullImpl();
4642 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputPasswordRules(node->uiNodeHandle);
4647 auto* fullImpl = GetFullImpl();
4652 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputSelectAll(
4659 auto fullImpl = GetFullImpl();
4660 g_numberValues[NUM_0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputSelectAll(
4668 auto* fullImpl = GetFullImpl();
4669 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputSelectAll(node->uiNodeHandle);
4674 auto* fullImpl = GetFullImpl();
4679 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputCaretPosition(
4687 auto* fullImpl = GetFullImpl();
4688 g_numberValues[NUM_0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputCaretIndex(
4691 fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputCaretOffset(node->uiNodeHandle, &values);
4700 auto* fullImpl = GetFullImpl();
4701 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputCaretPosition(node->uiNodeHandle);
4706 auto* fullImpl = GetFullImpl();
4711 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputInputFilter(
4718 auto fullImpl = GetFullImpl();
4719 g_attributeItem.string = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputInputFilter(
4726 auto* fullImpl = GetFullImpl();
4727 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputInputFilter(node->uiNodeHandle);
4732 auto* fullImpl = GetFullImpl();
4737 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputStyle(
4744 auto fullImpl = GetFullImpl();
4745 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputStyle(node->uiNodeHandle);
4752 auto* fullImpl = GetFullImpl();
4753 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputStyle(node->uiNodeHandle);
4759 auto* fullImpl = GetFullImpl();
4760 fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputContentRect(node->uiNodeHandle, &values);
4771 auto* fullImpl = GetFullImpl();
4772 g_numberValues[NUM_0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputContentLinesNum(
4783 auto fullImpl = GetFullImpl();
4789 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputCustomKeyboard(
4796 auto fullImpl = GetFullImpl();
4797 auto* value = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputCustomKeyboard(
4799 void* attachNode = fullImpl->getExtendedAPI()->getAttachNodePtr(value);
4803 g_numberValues[NUM_0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->
4811 auto* fullImpl = GetFullImpl();
4812 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputCustomKeyboard(node->uiNodeHandle);
4817 auto* fullImpl = GetFullImpl();
4822 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputWordBreak(
4829 auto fullImpl = GetFullImpl();
4830 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputWordBreak(
4838 auto* fullImpl = GetFullImpl();
4839 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputWordBreak(node->uiNodeHandle);
4844 auto* fullImpl = GetFullImpl();
4849 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputShowKeyBoardOnFocus(
4856 auto fullImpl = GetFullImpl();
4858 fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputShowKeyBoardOnFocus(node->uiNodeHandle);
4865 auto* fullImpl = GetFullImpl();
4866 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputShowKeyBoardOnFocus(node->uiNodeHandle);
4871 auto* fullImpl = GetFullImpl();
4876 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputNumberOfLines(
4883 auto fullImpl = GetFullImpl();
4884 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputNumberOfLines(
4892 auto* fullImpl = GetFullImpl();
4893 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputNumberOfLines(node->uiNodeHandle);
4902 auto* fullImpl = GetFullImpl();
4903 fullImpl->getNodeModifiers()->getTextInputModifier()->setBlurOnSubmit(node->uiNodeHandle, item->value[0].i32);
4909 auto* fullImpl = GetFullImpl();
4912 fullImpl->getNodeModifiers()->getTextInputModifier()->setBlurOnSubmit(node->uiNodeHandle, true);
4915 fullImpl->getNodeModifiers()->getTextInputModifier()->setBlurOnSubmit(node->uiNodeHandle, false);
4924 auto* fullImpl = GetFullImpl();
4926 fullImpl->getNodeModifiers()->getTextInputModifier()->getBlurOnSubmit(node->uiNodeHandle);
4937 auto fullImpl = GetFullImpl();
4939 fullImpl->getNodeModifiers()->getStackModifier()->setAlignContent(node->uiNodeHandle, attrVal);
4945 auto fullImpl = GetFullImpl();
4946 auto alignContent = fullImpl->getNodeModifiers()->getStackModifier()->getAlignContent(node->uiNodeHandle);
4955 auto* fullImpl = GetFullImpl();
4957 fullImpl->getNodeModifiers()->getStackModifier()->resetAlignContent(node->uiNodeHandle);
4981 auto fullImpl = GetFullImpl();
4984 fullImpl->getNodeModifiers()->getListModifier()->setListFriction(node->uiNodeHandle, friction);
4986 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollFriction(node->uiNodeHandle, friction);
4988 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setWaterFlowFriction(node->uiNodeHandle, friction);
4996 auto* fullImpl = GetFullImpl();
4999 fullImpl->getNodeModifiers()->getListModifier()->resetListFriction(node->uiNodeHandle);
5001 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollFriction(node->uiNodeHandle);
5003 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetWaterFlowFriction(node->uiNodeHandle);
5031 auto fullImpl = GetFullImpl();
5052 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollScrollSnap(
5060 auto* fullImpl = GetFullImpl();
5062 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollScrollSnap(node->uiNodeHandle);
5086 auto fullImpl = GetFullImpl();
5089 fullImpl->getNodeModifiers()->getListModifier()->setListScrollBar(node->uiNodeHandle, attrVal);
5091 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollScrollBar(node->uiNodeHandle, attrVal);
5093 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setWaterFlowScrollBar(node->uiNodeHandle, attrVal);
5101 auto* fullImpl = GetFullImpl();
5104 fullImpl->getNodeModifiers()->getListModifier()->resetListScrollBar(node->uiNodeHandle);
5106 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollScrollBar(node->uiNodeHandle);
5108 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetWaterFlowScrollBar(node->uiNodeHandle);
5133 auto fullImpl = GetFullImpl();
5138 fullImpl->getNodeModifiers()->getListModifier()->setListScrollBarWidth(node->uiNodeHandle, width.c_str());
5140 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollScrollBarWidth(node->uiNodeHandle, attrVal, unit);
5143 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setWaterFlowScrollBarWidth(
5152 auto* fullImpl = GetFullImpl();
5154 fullImpl->getNodeModifiers()->getListModifier()->resetListScrollBarWidth(node->uiNodeHandle);
5156 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollScrollBarWidth(node->uiNodeHandle);
5158 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetWaterFlowScrollBarWidth(node->uiNodeHandle);
5183 auto fullImpl = GetFullImpl();
5187 fullImpl->getNodeModifiers()->getListModifier()->setListScrollBarColor(node->uiNodeHandle, value.c_str());
5189 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollScrollBarColor(node->uiNodeHandle, color);
5192 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setWaterFlowScrollBarColor(
5201 auto* fullImpl = GetFullImpl();
5204 fullImpl->getNodeModifiers()->getListModifier()->resetListScrollBarColor(node->uiNodeHandle);
5206 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollScrollBarColor(node->uiNodeHandle);
5208 fullImpl->getNodeModifiers()->getWaterFlowModifier()->getWaterFlowScrollBarColor(node->uiNodeHandle);
5225 auto fullImpl = GetFullImpl();
5227 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollScrollable(node->uiNodeHandle, attrVal);
5234 auto* fullImpl = GetFullImpl();
5236 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollScrollable(node->uiNodeHandle);
5274 auto fullImpl = GetFullImpl();
5283 fullImpl->getNodeModifiers()->getListModifier()->setListEdgeEffect(node->uiNodeHandle, attrVal, alwaysEnabled);
5285 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollEdgeEffect(
5288 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setEdgeEffect(
5297 auto* fullImpl = GetFullImpl();
5300 fullImpl->getNodeModifiers()->getListModifier()->resetListEdgeEffect(node->uiNodeHandle);
5302 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollEdgeEffect(node->uiNodeHandle);
5304 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetEdgeEffect(node->uiNodeHandle);
5330 auto fullImpl = GetFullImpl();
5333 fullImpl->getNodeModifiers()->getListModifier()->setEnableScrollInteraction(
5336 fullImpl->getNodeModifiers()->getScrollModifier()->setEnableScrollInteraction(
5339 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setWaterFlowEnableScrollInteraction(
5348 auto* fullImpl = GetFullImpl();
5351 fullImpl->getNodeModifiers()->getListModifier()->resetEnableScrollInteraction(node->uiNodeHandle);
5353 fullImpl->getNodeModifiers()->getScrollModifier()->resetEnableScrollInteraction(node->uiNodeHandle);
5355 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetWaterFlowEnableScrollInteraction(node->uiNodeHandle);
5367 auto* fullImpl = GetFullImpl();
5371 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setWaterFlowNestedScroll(
5374 fullImpl->getNodeModifiers()->getListModifier()->setListNestedScroll(node->uiNodeHandle, first, second);
5376 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollNestedScroll(node->uiNodeHandle, first, second);
5401 auto* fullImpl = GetFullImpl();
5403 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetWaterFlowNestedScroll(node->uiNodeHandle);
5407 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollNestedScroll(node->uiNodeHandle);
5417 auto* fullImpl = GetFullImpl();
5437 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollTo(node->uiNodeHandle, &values);
5454 auto* fullImpl = GetFullImpl();
5455 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollTo(node->uiNodeHandle);
5464 auto* fullImpl = GetFullImpl();
5465 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollEdge(node->uiNodeHandle, item->value[0].i32);
5479 auto* fullImpl = GetFullImpl();
5480 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollEdge(node->uiNodeHandle);
5497 auto fullImpl = GetFullImpl();
5498 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollEnablePaging(
5506 auto* fullImpl = GetFullImpl();
5508 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollEnablePaging(node->uiNodeHandle);
5522 auto* fullImpl = GetFullImpl();
5523 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollPage(node->uiNodeHandle, values[NUM_0], values[NUM_1]);
5545 auto* fullImpl = GetFullImpl();
5547 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollBy(node->uiNodeHandle, x, y);
5549 fullImpl->getNodeModifiers()->getListModifier()->setScrollBy(node->uiNodeHandle, x, y);
5571 auto* fullImpl = GetFullImpl();
5572 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollFling(node->uiNodeHandle, value);
5589 auto* fullImpl = GetFullImpl();
5590 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollFadingEdge(node->uiNodeHandle,
5607 auto* fullImpl = GetFullImpl();
5608 fullImpl->getNodeModifiers()->getScrollModifier()->resetScrollFadingEdge(node->uiNodeHandle);
5624 auto fullImpl = GetFullImpl();
5626 fullImpl->getNodeModifiers()->getListModifier()->setListDirection(node->uiNodeHandle, attrVal);
5633 auto* fullImpl = GetFullImpl();
5635 fullImpl->getNodeModifiers()->getListModifier()->resetListDirection(node->uiNodeHandle);
5651 auto fullImpl = GetFullImpl();
5653 fullImpl->getNodeModifiers()->getListModifier()->setSticky(node->uiNodeHandle, attrVal);
5660 auto* fullImpl = GetFullImpl();
5662 fullImpl->getNodeModifiers()->getListModifier()->resetSticky(node->uiNodeHandle);
5678 auto fullImpl = GetFullImpl();
5680 fullImpl->getNodeModifiers()->getListModifier()->setListSpace(node->uiNodeHandle, item->value[NUM_0].f32);
5687 auto* fullImpl = GetFullImpl();
5689 fullImpl->getNodeModifiers()->getListModifier()->resetListSpace(node->uiNodeHandle);
5703 auto* fullImpl = GetFullImpl();
5705 fullImpl->getNodeModifiers()->getListModifier()->resetNodeAdapter(node->uiNodeHandle);
5732 auto* fullImpl = GetFullImpl();
5734 fullImpl->getNodeModifiers()->getListModifier()->resetCachedCount(node->uiNodeHandle);
5756 auto* fullImpl = GetFullImpl();
5757 fullImpl->getNodeModifiers()->getListModifier()->resetAlignListItem(node->uiNodeHandle);
5780 auto* fullImpl = GetFullImpl();
5781 fullImpl->getNodeModifiers()->getListModifier()->resetListChildrenMainSize(node->uiNodeHandle);
5801 auto* fullImpl = GetFullImpl();
5802 fullImpl->getNodeModifiers()->getListModifier()->setScrollToIndex(
5823 auto* fullImpl = GetFullImpl();
5825 fullImpl->getNodeModifiers()->getListModifier()->resetInitialIndex(node->uiNodeHandle);
5842 auto fullImpl = GetFullImpl();
5848 fullImpl->getNodeModifiers()->getListModifier()->listSetDivider(node->uiNodeHandle, color, values, units, NUM_3);
5855 auto* fullImpl = GetFullImpl();
5856 fullImpl->getNodeModifiers()->getListModifier()->listResetDivider(node->uiNodeHandle);
5879 auto* fullImpl = GetFullImpl();
5901 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaPlaceholderFontEnum(
5923 auto* fullImpl = GetFullImpl();
5924 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaPlaceholderFont(node->uiNodeHandle);
5930 auto* fullImpl = GetFullImpl();
5935 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaPlaceholderString(
5950 auto* fullImpl = GetFullImpl();
5951 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaPlaceholderString(node->uiNodeHandle, "");
5957 auto* fullImpl = GetFullImpl();
5962 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaTextString(
5977 auto* fullImpl = GetFullImpl();
5978 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaTextString(node->uiNodeHandle, "");
5988 auto* fullImpl = GetFullImpl();
5990 fullImpl->getNodeModifiers()->getTextAreaModifier()->stopTextAreaTextEditing(node->uiNodeHandle);
6010 auto* fullImpl = GetFullImpl();
6011 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaType(node->uiNodeHandle, item->value[0].i32);
6025 auto* fullImpl = GetFullImpl();
6026 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaType(node->uiNodeHandle);
6034 auto* fullImpl = GetFullImpl();
6057 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaShowCounterOptions(
6064 auto* fullImpl = GetFullImpl();
6065 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaShowCounterOptions(node->uiNodeHandle);
6087 auto* fullImpl = GetFullImpl();
6088 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaSelectionMenuHidden(
6102 auto* fullImpl = GetFullImpl();
6103 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaSelectionMenuHidden(node->uiNodeHandle);
6112 auto* fullImpl = GetFullImpl();
6113 fullImpl->getNodeModifiers()->getButtonModifier()->setButtonLabel(node->uiNodeHandle, item->string);
6127 auto* fullImpl = GetFullImpl();
6128 fullImpl->getNodeModifiers()->getButtonModifier()->resetButtonLabel(node->uiNodeHandle);
6139 auto* fullImpl = GetFullImpl();
6140 fullImpl->getNodeModifiers()->getButtonModifier()->setButtonType(node->uiNodeHandle, item->value[NUM_0].i32);
6153 auto* fullImpl = GetFullImpl();
6154 fullImpl->getNodeModifiers()->getButtonModifier()->resetButtonType(node->uiNodeHandle);
6163 auto* fullImpl = GetFullImpl();
6164 fullImpl->getNodeModifiers()->getProgressModifier()->setProgressValue(node->uiNodeHandle, item->value[0].f32);
6178 auto* fullImpl = GetFullImpl();
6179 fullImpl->getNodeModifiers()->getProgressModifier()->resetProgressValue(node->uiNodeHandle);
6188 auto* fullImpl = GetFullImpl();
6189 fullImpl->getNodeModifiers()->getProgressModifier()->setProgressTotal(node->uiNodeHandle, item->value[0].f32);
6203 auto* fullImpl = GetFullImpl();
6204 fullImpl->getNodeModifiers()->getProgressModifier()->resetProgressValue(node->uiNodeHandle);
6213 auto* fullImpl = GetFullImpl();
6214 fullImpl->getNodeModifiers()->getProgressModifier()->setProgressColor(node->uiNodeHandle, item->value[0].u32);
6228 auto* fullImpl = GetFullImpl();
6229 fullImpl->getNodeModifiers()->getProgressModifier()->resetProgressColor(node->uiNodeHandle);
6239 auto* fullImpl = GetFullImpl();
6240 fullImpl->getNodeModifiers()->getProgressModifier()->setProgressType(node->uiNodeHandle,
6258 auto* fullImpl = GetFullImpl();
6259 fullImpl->getNodeModifiers()->getProgressModifier()->resetProgressType(node->uiNodeHandle);
6265 auto* fullImpl = GetFullImpl();
6269 fullImpl->getNodeModifiers()->getXComponentModifier()->setXComponentId(node->uiNodeHandle, item->string);
6289 auto* fullImpl = GetFullImpl();
6290 fullImpl->getNodeModifiers()->getXComponentModifier()->setXComponentType(
6305 auto* fullImpl = GetFullImpl();
6306 fullImpl->getNodeModifiers()->getXComponentModifier()->setXComponentType(
6317 auto* fullImpl = GetFullImpl();
6318 fullImpl->getNodeModifiers()->getXComponentModifier()->setXComponentSurfaceSize(
6336 auto* fullImpl = GetFullImpl();
6337 fullImpl->getNodeModifiers()->getXComponentModifier()->setXComponentSurfaceSize(node->uiNodeHandle, 0, 0);
6347 auto* fullImpl = GetFullImpl();
6349 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanBaselineOffset(node->uiNodeHandle,
6352 fullImpl->getNodeModifiers()->getTextModifier()->setTextBaselineOffset(node->uiNodeHandle,
6360 auto* fullImpl = GetFullImpl();
6362 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanBaselineOffset(node->uiNodeHandle);
6364 fullImpl->getNodeModifiers()->getTextModifier()->resetTextBaselineOffset(node->uiNodeHandle);
6374 auto* fullImpl = GetFullImpl();
6381 fullImpl->getNodeModifiers()->getTextModifier()->setTextShadow(node->uiNodeHandle, &shadows[0], shadows.size());
6383 fullImpl->getNodeModifiers()->getSpanModifier()->setTextShadow(node->uiNodeHandle, &shadows[0], shadows.size());
6390 auto* fullImpl = GetFullImpl();
6392 fullImpl->getNodeModifiers()->getTextModifier()->resetTextShadow(node->uiNodeHandle);
6394 fullImpl->getNodeModifiers()->getSpanModifier()->resetTextShadow(node->uiNodeHandle);
6403 auto fullImpl = GetFullImpl();
6405 fullImpl->getNodeModifiers()->getTextModifier()->setTextMinFontSize(
6408 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputAdaptMinFontSize(
6411 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaAdaptMinFontSize(
6434 auto fullImpl = GetFullImpl();
6436 fullImpl->getNodeModifiers()->getTextModifier()->resetTextMinFontSize(node->uiNodeHandle);
6438 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputAdaptMinFontSize(node->uiNodeHandle);
6440 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaAdaptMinFontSize(node->uiNodeHandle);
6449 auto fullImpl = GetFullImpl();
6451 fullImpl->getNodeModifiers()->getTextModifier()->setTextMaxFontSize(
6454 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputAdaptMaxFontSize(
6457 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaAdaptMaxFontSize(
6480 auto fullImpl = GetFullImpl();
6482 fullImpl->getNodeModifiers()->getTextModifier()->resetTextMaxFontSize(node->uiNodeHandle);
6484 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputAdaptMaxFontSize(node->uiNodeHandle);
6486 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaAdaptMaxFontSize(node->uiNodeHandle);
6495 auto fullImpl = GetFullImpl();
6535 fullImpl->getNodeModifiers()->getTextModifier()->setTextFont(node->uiNodeHandle, fontInfo);
6555 auto fullImpl = GetFullImpl();
6556 fullImpl->getNodeModifiers()->getTextModifier()->resetTextFont(node->uiNodeHandle);
6564 auto fullImpl = GetFullImpl();
6565 fullImpl->getNodeModifiers()->getTextModifier()->setTextHeightAdaptivePolicy(
6580 auto fullImpl = GetFullImpl();
6581 fullImpl->getNodeModifiers()->getTextModifier()->resetTextHeightAdaptivePolicy(node->uiNodeHandle);
6590 auto* fullImpl = GetFullImpl();
6592 fullImpl->getNodeModifiers()->getToggleModifier()->setToggleSelectedColor(node->uiNodeHandle, item->value[0].u32);
6606 auto* fullImpl = GetFullImpl();
6608 fullImpl->getNodeModifiers()->getToggleModifier()->resetToggleSelectedColor(node->uiNodeHandle);
6616 auto* fullImpl = GetFullImpl();
6618 fullImpl->getNodeModifiers()->getToggleModifier()->setToggleSwitchPointColor(
6633 auto* fullImpl = GetFullImpl();
6635 fullImpl->getNodeModifiers()->getToggleModifier()->resetToggleSwitchPointColor(node->uiNodeHandle);
6643 auto* fullImpl = GetFullImpl();
6644 fullImpl->getNodeModifiers()->getToggleModifier()->setToggleIsOn(
6659 auto* fullImpl = GetFullImpl();
6660 fullImpl->getNodeModifiers()->getToggleModifier()->resetToggleIsOn(node->uiNodeHandle);
6668 auto* fullImpl = GetFullImpl();
6670 fullImpl->getNodeModifiers()->getToggleModifier()->setToggleUnselectedColor(node->uiNodeHandle, item->value[0].u32);
6684 auto* fullImpl = GetFullImpl();
6685 fullImpl->getNodeModifiers()->getToggleModifier()->resetToggleUnselectedColor(node->uiNodeHandle);
6704 auto fullImpl = GetFullImpl();
6706 fullImpl->getNodeModifiers()->getLoadingProgressModifier()->setColor(node->uiNodeHandle, item->value[NUM_0].u32);
6712 auto fullImpl = GetFullImpl();
6714 fullImpl->getNodeModifiers()->getLoadingProgressModifier()->resetColor(node->uiNodeHandle);
6731 auto fullImpl = GetFullImpl();
6733 fullImpl->getNodeModifiers()->getLoadingProgressModifier()->setEnableLoading(
6740 auto fullImpl = GetFullImpl();
6742 fullImpl->getNodeModifiers()->getLoadingProgressModifier()->resetEnableLoading(node->uiNodeHandle);
6754 auto* fullImpl = GetFullImpl();
6755 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperLoop(
6762 auto* fullImpl = GetFullImpl();
6763 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperLoop(node->uiNodeHandle);
6781 auto* fullImpl = GetFullImpl();
6782 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperAutoPlay(node->uiNodeHandle, item->value[0].i32);
6788 auto* fullImpl = GetFullImpl();
6789 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperAutoPlay(node->uiNodeHandle);
6807 auto* fullImpl = GetFullImpl();
6819 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperIndicator(node->uiNodeHandle, result.c_str());
6825 auto* fullImpl = GetFullImpl();
6826 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperIndicator(node->uiNodeHandle);
6844 auto* fullImpl = GetFullImpl();
6845 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperInterval(
6852 auto* fullImpl = GetFullImpl();
6853 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperInterval(node->uiNodeHandle);
6871 auto* fullImpl = GetFullImpl();
6872 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperVertical(
6879 auto* fullImpl = GetFullImpl();
6880 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperVertical(node->uiNodeHandle);
6898 auto* fullImpl = GetFullImpl();
6899 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperDuration(node->uiNodeHandle, item->value[0].f32);
6905 auto* fullImpl = GetFullImpl();
6906 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperDuration(node->uiNodeHandle);
6925 auto* fullImpl = GetFullImpl();
6926 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperCurve(
6933 auto* fullImpl = GetFullImpl();
6934 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperCurve(node->uiNodeHandle);
6952 auto* fullImpl = GetFullImpl();
6953 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperItemSpace(
6960 auto* fullImpl = GetFullImpl();
6961 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperItemSpace(node->uiNodeHandle);
6979 auto* fullImpl = GetFullImpl();
6980 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperIndex(node->uiNodeHandle, item->value[0].i32);
6986 auto* fullImpl = GetFullImpl();
6987 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperIndex(node->uiNodeHandle);
7005 auto* fullImpl = GetFullImpl();
7008 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperDisplayCount(
7015 auto* fullImpl = GetFullImpl();
7016 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperDisplayCount(node->uiNodeHandle);
7034 auto* fullImpl = GetFullImpl();
7035 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperDisableSwipe(
7042 auto* fullImpl = GetFullImpl();
7043 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperDisableSwipe(node->uiNodeHandle);
7061 auto* fullImpl = GetFullImpl();
7082 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperDisplayArrow(node->uiNodeHandle, result.c_str());
7088 auto* fullImpl = GetFullImpl();
7089 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperDisplayArrow(node->uiNodeHandle);
7108 auto* fullImpl = GetFullImpl();
7109 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperEffectMode(
7116 auto* fullImpl = GetFullImpl();
7117 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperEffectMode(node->uiNodeHandle);
7138 auto* fullImpl = GetFullImpl();
7140 fullImpl->getNodeModifiers()->getSwiperModifier()->resetNodeAdapter(node->uiNodeHandle);
7168 auto* fullImpl = GetFullImpl();
7170 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperCachedCount(node->uiNodeHandle);
7189 auto* fullImpl = GetFullImpl();
7190 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperNestedScroll(node->uiNodeHandle, &values);
7196 auto* fullImpl = GetFullImpl();
7197 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperNestedScroll(node->uiNodeHandle);
7202 auto* fullImpl = GetFullImpl();
7203 ArkUI_Int32 value = fullImpl->getNodeModifiers()->getSwiperModifier()->getSwiperNestedScroll(node->uiNodeHandle);
7219 auto* fullImpl = GetFullImpl();
7220 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperToIndex(node->uiNodeHandle, &values);
7238 auto* fullImpl = GetFullImpl();
7239 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperPrevMargin(
7247 auto* fullImpl = GetFullImpl();
7248 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperPrevMargin(node->uiNodeHandle);
7254 auto* fullImpl = GetFullImpl();
7257 fullImpl->getNodeModifiers()->getSwiperModifier()->getSwiperPrevMargin(node->uiNodeHandle, unit, &options);
7278 auto* fullImpl = GetFullImpl();
7279 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperNextMargin(
7287 auto* fullImpl = GetFullImpl();
7288 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperNextMargin(node->uiNodeHandle);
7294 auto* fullImpl = GetFullImpl();
7297 fullImpl->getNodeModifiers()->getSwiperModifier()->getSwiperNextMargin(node->uiNodeHandle, unit, &options);
7340 auto* fullImpl = GetFullImpl();
7341 fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperIndicatorStyle(node->uiNodeHandle, &indicatorProp);
7347 auto* fullImpl = GetFullImpl();
7348 fullImpl->getNodeModifiers()->getSwiperModifier()->resetSwiperIndicator(node->uiNodeHandle);
7358 auto* fullImpl = GetFullImpl();
7360 fullImpl->getNodeModifiers()->getSwiperModifier()->getSwiperIndicator(node->uiNodeHandle, &props);
7390 auto* fullImpl = GetFullImpl();
7391 fullImpl->getNodeModifiers()->getSwiperModifier()->setIndicatorInteractive(node->uiNodeHandle,
7398 auto* fullImpl = GetFullImpl();
7399 fullImpl->getNodeModifiers()->getSwiperModifier()->resetIndicatorInteractive(node->uiNodeHandle);
7415 auto* fullImpl = GetFullImpl();
7425 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputFontFamily(
7428 fullImpl->getNodeModifiers()->getTextModifier()->setTextFontFamily(
7431 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanFontFamily(
7434 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaFontFamily(node->uiNodeHandle, item->string);
7454 auto* fullImpl = GetFullImpl();
7456 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputFontFamily(node->uiNodeHandle);
7458 fullImpl->getNodeModifiers()->getTextModifier()->resetTextFontFamily(node->uiNodeHandle);
7460 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaFontFamily(node->uiNodeHandle);
7466 auto* fullImpl = GetFullImpl();
7468 fullImpl->getNodeModifiers()->getTextModifier()->resetTextCopyOption(node->uiNodeHandle);
7478 auto* fullImpl = GetFullImpl();
7480 fullImpl->getNodeModifiers()->getTextModifier()->setTextCopyOption(node->uiNodeHandle, item->value[0].i32);
7496 auto* fullImpl = GetFullImpl();
7498 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getSpanModifier()->getSpanBaselineOffset(
7501 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getTextModifier()->getTextBaselineOffset(
7510 auto* fullImpl = GetFullImpl();
7513 fullImpl->getNodeModifiers()->getTextModifier()->getTextShadows(node->uiNodeHandle, &shadowArray[0], NUM_1);
7515 fullImpl->getNodeModifiers()->getSpanModifier()->getTextShadows(node->uiNodeHandle, &shadowArray[0], NUM_1);
7532 auto fullImpl = GetFullImpl();
7534 fullImpl->getNodeModifiers()->getListItemGroupModifier()->listItemGroupSetHeader(
7544 auto fullImpl = GetFullImpl();
7546 fullImpl->getNodeModifiers()->getListItemGroupModifier()->listItemGroupSetFooter(
7558 auto fullImpl = GetFullImpl();
7564 fullImpl->getNodeModifiers()->getListItemGroupModifier()->listItemGroupSetDivider(
7572 auto* fullImpl = GetFullImpl();
7573 fullImpl->getNodeModifiers()->getListItemGroupModifier()->listItemGroupResetDivider(node->uiNodeHandle);
7602 auto* fullImpl = GetFullImpl();
7603 fullImpl->getNodeModifiers()->getListItemGroupModifier()->resetListItemGroupChildrenMainSize(node->uiNodeHandle);
7618 auto* fullImpl = GetFullImpl();
7619 fullImpl->getNodeModifiers()->getListItemModifier()->resetListItemSwipeAction(node->uiNodeHandle);
7636 auto fullImpl = GetFullImpl();
7637 fullImpl->getNodeModifiers()->getDatePickerModifier()->setLunar(node->uiNodeHandle, item->value[NUM_0].i32);
7643 auto fullImpl = GetFullImpl();
7645 fullImpl->getNodeModifiers()->getDatePickerModifier()->resetLunar(node->uiNodeHandle);
7660 auto fullImpl = GetFullImpl();
7671 fullImpl->getNodeModifiers()->getDatePickerModifier()->setStartDate(node->uiNodeHandle, year, month, day);
7678 auto fullImpl = GetFullImpl();
7680 fullImpl->getNodeModifiers()->getDatePickerModifier()->resetStartDate(node->uiNodeHandle);
7695 auto fullImpl = GetFullImpl();
7706 fullImpl->getNodeModifiers()->getDatePickerModifier()->setEndDate(node->uiNodeHandle, year, month, day);
7713 auto fullImpl = GetFullImpl();
7715 fullImpl->getNodeModifiers()->getDatePickerModifier()->resetEndDate(node->uiNodeHandle);
7730 auto fullImpl = GetFullImpl();
7741 fullImpl->getNodeModifiers()->getDatePickerModifier()->setSelectedDate(node->uiNodeHandle, year, month, day);
7748 auto fullImpl = GetFullImpl();
7750 fullImpl->getNodeModifiers()->getDatePickerModifier()->resetSelectedDate(node->uiNodeHandle);
7765 auto fullImpl = GetFullImpl();
7781 fullImpl->getNodeModifiers()->getDatePickerModifier()->setDisappearTextStyle(
7789 auto fullImpl = GetFullImpl();
7791 fullImpl->getNodeModifiers()->getDatePickerModifier()->resetDisappearTextStyle(node->uiNodeHandle);
7806 auto fullImpl = GetFullImpl();
7822 fullImpl->getNodeModifiers()->getDatePickerModifier()->setDatePickerTextStyle(
7830 auto fullImpl = GetFullImpl();
7832 fullImpl->getNodeModifiers()->getDatePickerModifier()->resetDatePickerTextStyle(node->uiNodeHandle);
7847 auto fullImpl = GetFullImpl();
7863 fullImpl->getNodeModifiers()->getDatePickerModifier()->setSelectedTextStyle(
7871 auto fullImpl = GetFullImpl();
7873 fullImpl->getNodeModifiers()->getDatePickerModifier()->resetSelectedTextStyle(node->uiNodeHandle);
7889 auto fullImpl = GetFullImpl();
7901 fullImpl->getNodeModifiers()->getTimepickerModifier()->setTimepickerSelected(node->uiNodeHandle, hour, minute);
7908 auto fullImpl = GetFullImpl();
7910 fullImpl->getNodeModifiers()->getTimepickerModifier()->resetTimepickerSelected(node->uiNodeHandle);
7927 auto fullImpl = GetFullImpl();
7928 fullImpl->getNodeModifiers()->getTimepickerModifier()->setTimepickerUseMilitaryTime(
7936 auto fullImpl = GetFullImpl();
7938 fullImpl->getNodeModifiers()->getTimepickerModifier()->resetTimepickerUseMilitaryTime(node->uiNodeHandle);
7954 auto fullImpl = GetFullImpl();
7970 fullImpl->getNodeModifiers()->getTimepickerModifier()->setTimepickerDisappearTextStyle(
7978 auto fullImpl = GetFullImpl();
7980 fullImpl->getNodeModifiers()->getTimepickerModifier()->resetTimepickerDisappearTextStyle(node->uiNodeHandle);
7996 auto fullImpl = GetFullImpl();
8011 fullImpl->getNodeModifiers()->getTimepickerModifier()->setTimepickerTextStyle(
8019 auto fullImpl = GetFullImpl();
8021 fullImpl->getNodeModifiers()->getTimepickerModifier()->resetTimepickerTextStyle(node->uiNodeHandle);
8037 auto fullImpl = GetFullImpl();
8052 fullImpl->getNodeModifiers()->getTimepickerModifier()->setTimepickerSelectedTextStyle(
8060 auto fullImpl = GetFullImpl();
8062 fullImpl->getNodeModifiers()->getTimepickerModifier()->resetTimepickerSelectedTextStyle(node->uiNodeHandle);
8079 auto fullImpl = GetFullImpl();
8095 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerDisappearTextStyle(
8103 auto fullImpl = GetFullImpl();
8105 fullImpl->getNodeModifiers()->getTextPickerModifier()->resetTextPickerDisappearTextStyle(node->uiNodeHandle);
8121 auto fullImpl = GetFullImpl();
8137 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerTextStyle(
8145 auto fullImpl = GetFullImpl();
8147 fullImpl->getNodeModifiers()->getTextPickerModifier()->resetTextPickerTextStyle(node->uiNodeHandle);
8163 auto fullImpl = GetFullImpl();
8179 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerSelectedTextStyle(
8187 auto fullImpl = GetFullImpl();
8189 fullImpl->getNodeModifiers()->getTextPickerModifier()->resetTextPickerSelectedTextStyle(node->uiNodeHandle);
8211 auto fullImpl = GetFullImpl();
8216 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerSelectedIndex(
8223 auto fullImpl = GetFullImpl();
8225 fullImpl->getNodeModifiers()->getTextPickerModifier()->resetTextPickerSelectedIndex(node->uiNodeHandle);
8230 auto fullImpl = GetFullImpl();
8232 fullImpl->getNodeModifiers()->getTextPickerModifier()->getTextPickerRangeStr(node->uiNodeHandle);
8234 fullImpl->getNodeModifiers()->getTextPickerModifier()->getTextPickerSingleRange(node->uiNodeHandle);
8247 auto fullImpl = GetFullImpl();
8252 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerRangeStr(
8259 auto fullImpl = GetFullImpl();
8260 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerRangeStr(node->uiNodeHandle, "", true, NUM_0);
8276 auto fullImpl = GetFullImpl();
8277 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerValue(
8285 auto fullImpl = GetFullImpl();
8287 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerValue(node->uiNodeHandle, "");
8309 auto fullImpl = GetFullImpl();
8314 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerSelectedIndex(
8325 auto fullImpl = GetFullImpl();
8326 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerCanLoop(
8341 auto fullImpl = GetFullImpl();
8342 fullImpl->getNodeModifiers()->getTextPickerModifier()->resetTextPickerCanLoop(node->uiNodeHandle);
8351 auto fullImpl = GetFullImpl();
8353 fullImpl->getNodeModifiers()->getTextPickerModifier()->setTextPickerDefaultPickerItemHeight(
8369 auto fullImpl = GetFullImpl();
8370 fullImpl->getNodeModifiers()->getTextPickerModifier()->resetTextPickerDefaultPickerItemHeight(node->uiNodeHandle);
8379 auto* fullImpl = GetFullImpl();
8382 fullImpl->getNodeModifiers()->getColumnModifier()->setColumnAlignItems(
8386 fullImpl->getNodeModifiers()->getRowModifier()->setRowAlignItems(
8397 auto* fullImpl = GetFullImpl();
8400 fullImpl->getNodeModifiers()->getColumnModifier()->resetColumnAlignItems(node->uiNodeHandle);
8403 fullImpl->getNodeModifiers()->getRowModifier()->resetRowAlignItems(node->uiNodeHandle);
8412 auto fullImpl = GetFullImpl();
8416 fullImpl->getNodeModifiers()->getColumnModifier()->getColumnAlignItems(node->uiNodeHandle) - NUM_1;
8420 fullImpl->getNodeModifiers()->getRowModifier()->getRowAlignItems(node->uiNodeHandle) - NUM_1;
8433 auto* fullImpl = GetFullImpl();
8436 fullImpl->getNodeModifiers()->getColumnModifier()->setColumnJustifyContent(
8440 fullImpl->getNodeModifiers()->getRowModifier()->setRowJustifyContent(
8451 auto* fullImpl = GetFullImpl();
8454 fullImpl->getNodeModifiers()->getColumnModifier()->resetColumnJustifyContent(node->uiNodeHandle);
8457 fullImpl->getNodeModifiers()->getRowModifier()->resetRowJustifyContent(node->uiNodeHandle);
8466 auto* fullImpl = GetFullImpl();
8470 fullImpl->getNodeModifiers()->getColumnModifier()->getColumnJustifyContent(node->uiNodeHandle);
8474 fullImpl->getNodeModifiers()->getRowModifier()->getRowJustifyContent(node->uiNodeHandle);
8488 auto* fullImpl = GetFullImpl();
8520 fullImpl->getNodeModifiers()->getFlexModifier()->setFlexOptions(node->uiNodeHandle, options, NUM_5);
8526 auto* fullImpl = GetFullImpl();
8527 fullImpl->getNodeModifiers()->getFlexModifier()->resetFlexOptions(node->uiNodeHandle);
8544 auto* fullImpl = GetFullImpl();
8553 fullImpl->getNodeModifiers()->getCommonModifier()->setBackgroundImageSizeWithUnit(node->uiNodeHandle,
8576 auto* fullImpl = GetFullImpl();
8583 fullImpl->getNodeModifiers()->getCommonModifier()->setBackgroundImageSize(
8625 auto* fullImpl = GetFullImpl();
8676 fullImpl->getNodeModifiers()->getCommonModifier()->setBackgroundBlurStyle(
8683 auto* fullImpl = GetFullImpl();
8718 fullImpl->getNodeModifiers()->getCommonModifier()->setForegroundBlurStyle(
8725 auto* fullImpl = GetFullImpl();
8726 fullImpl->getNodeModifiers()->getCommonModifier()->resetForegroundBlurStyle(node->uiNodeHandle);
8731 auto fullImpl = GetFullImpl();
8733 fullImpl->getNodeModifiers()->getCommonModifier()->getForegroundBlurStyle(node->uiNodeHandle);
8746 auto* fullImpl = GetFullImpl();
8762 fullImpl->getNodeModifiers()->getCommonModifier()->setLayoutRect(node->uiNodeHandle, &intArray);
8768 auto fullImpl = GetFullImpl();
8770 fullImpl->getNodeModifiers()->getCommonModifier()->getLayoutRect(node->uiNodeHandle, &intArray);
8781 auto fullImpl = GetFullImpl();
8782 fullImpl->getNodeModifiers()->getCommonModifier()->resetLayoutRect(node->uiNodeHandle);
8790 auto* fullImpl = GetFullImpl();
8791 fullImpl->getNodeModifiers()->getCommonModifier()->setFocusOnTouch(
8798 auto* fullImpl = GetFullImpl();
8799 fullImpl->getNodeModifiers()->getCommonModifier()->resetFocusOnTouch(node->uiNodeHandle);
8811 auto fullImpl = GetFullImpl();
8812 ArkUI_Int32 value = fullImpl->getNodeModifiers()->getCommonModifier()->getAccessibilityID(node->uiNodeHandle);
8836 auto* fullImpl = GetFullImpl();
8837 fullImpl->getNodeModifiers()->getCommonModifier()->setAccessibilityState(node->uiNodeHandle, uiState);
8845 auto* fullImpl = GetFullImpl();
8846 fullImpl->getNodeModifiers()->getCommonModifier()->getAccessibilityState(node->uiNodeHandle, uiState);
8857 auto fullImpl = GetFullImpl();
8858 fullImpl->getNodeModifiers()->getCommonModifier()->resetAccessibilityState(node->uiNodeHandle);
8880 auto* fullImpl = GetFullImpl();
8881 fullImpl->getNodeModifiers()->getCommonModifier()->setAccessibilityValue(node->uiNodeHandle, uiValue);
8889 auto* fullImpl = GetFullImpl();
8890 fullImpl->getNodeModifiers()->getCommonModifier()->getAccessibilityValue(node->uiNodeHandle, uiValue);
8902 auto fullImpl = GetFullImpl();
8903 fullImpl->getNodeModifiers()->getCommonModifier()->resetAccessibilityValue(node->uiNodeHandle);
8962 auto* fullImpl = GetFullImpl();
8998 fullImpl->getNodeModifiers()->getCommonModifier()->setTransitionCenter(node->uiNodeHandle, centerX.Value(),
9006 auto* fullImpl = GetFullImpl();
9020 fullImpl->getNodeModifiers()->getCommonModifier()->setOpacityTransition(
9027 auto* fullImpl = GetFullImpl();
9049 fullImpl->getNodeModifiers()->getCommonModifier()->setRotateTransition(
9056 auto* fullImpl = GetFullImpl();
9070 fullImpl->getNodeModifiers()->getCommonModifier()->setScaleTransition(
9077 auto* fullImpl = GetFullImpl();
9100 fullImpl->getNodeModifiers()->getCommonModifier()->setTranslateTransition(node->uiNodeHandle, xDimension.Value(),
9108 auto* fullImpl = GetFullImpl();
9123 fullImpl->getNodeModifiers()->getCommonModifier()->setMoveTransition(
9130 auto* fullImpl = GetFullImpl();
9143 fullImpl->getNodeModifiers()->getCommonModifier()->setOffset(node->uiNodeHandle, &offsetValue[0], &offsetUnit[0]);
9149 auto* fullImpl = GetFullImpl();
9159 fullImpl->getNodeModifiers()->getCommonModifier()->setMarkAnchor(node->uiNodeHandle, xDimension.Value(),
9171 auto* fullImpl = GetFullImpl();
9205 fullImpl->getNodeModifiers()->getCommonModifier()->setAlignRules(node->uiNodeHandle, anchors, aligns, NUM_6);
9206 fullImpl->getNodeModifiers()->getCommonModifier()->setBias(
9213 auto* fullImpl = GetFullImpl();
9214 fullImpl->getNodeModifiers()->getCommonModifier()->resetAlignRules(node->uiNodeHandle);
9220 auto* fullImpl = GetFullImpl();
9224 fullImpl->getNodeModifiers()->getTextModifier()->setContent(node->uiNodeHandle, item->string);
9230 auto* fullImpl = GetFullImpl();
9238 fullImpl->getNodeModifiers()->getTextModifier()->setTextLineHeight(
9242 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanLineHeight(
9246 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputLineHeight(
9250 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaLineHeight(
9261 auto* fullImpl = GetFullImpl();
9284 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanDecoration(
9288 fullImpl->getNodeModifiers()->getTextModifier()->setTextDecoration(
9299 auto* fullImpl = GetFullImpl();
9309 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanTextCase(node->uiNodeHandle, item->value[0].i32);
9312 fullImpl->getNodeModifiers()->getTextModifier()->setTextCase(node->uiNodeHandle, item->value[0].i32);
9322 auto* fullImpl = GetFullImpl();
9330 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanLetterSpacing(
9334 fullImpl->getNodeModifiers()->getTextModifier()->setTextLetterSpacing(
9345 auto* fullImpl = GetFullImpl();
9352 fullImpl->getNodeModifiers()->getTextModifier()->setTextMaxLines(node->uiNodeHandle, item->value[0].i32);
9355 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputMaxLines(
9359 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaMaxLines(
9370 auto* fullImpl = GetFullImpl();
9380 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputTextAlign(
9384 fullImpl->getNodeModifiers()->getTextModifier()->setTextAlign(node->uiNodeHandle, item->value[0].i32);
9387 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaTextAlign(
9398 auto* fullImpl = GetFullImpl();
9406 fullImpl->getNodeModifiers()->getTextModifier()->setTextOverflow(node->uiNodeHandle, item->value[0].i32);
9412 auto* fullImpl = GetFullImpl();
9417 fullImpl->getNodeModifiers()->getTextModifier()->setTextIndent(node->uiNodeHandle,
9424 auto* fullImpl = GetFullImpl();
9425 fullImpl->getNodeModifiers()->getTextModifier()->setTextIndent(node->uiNodeHandle,
9431 auto* fullImpl = GetFullImpl();
9436 fullImpl->getNodeModifiers()->getTextModifier()->setWordBreak(
9443 auto fullImpl = GetFullImpl();
9444 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextModifier()->getTextWordBreak(node->uiNodeHandle);
9451 auto* fullImpl = GetFullImpl();
9452 fullImpl->getNodeModifiers()->getTextModifier()->resetWordBreak(node->uiNodeHandle);
9461 auto* fullImpl = GetFullImpl();
9462 fullImpl->getNodeModifiers()->getTextModifier()->setTextSelectedBackgroundColor(
9476 auto* fullImpl = GetFullImpl();
9477 fullImpl->getNodeModifiers()->getTextModifier()->resetTextSelectedBackgroundColor(node->uiNodeHandle);
9482 auto* fullImpl = GetFullImpl();
9487 fullImpl->getNodeModifiers()->getTextModifier()->setEllipsisMode(
9494 auto* fullImpl = GetFullImpl();
9500 fullImpl->getNodeModifiers()->getTextModifier()->setTextLineSpacing(
9510 auto* fullImpl = GetFullImpl();
9512 fullImpl->getNodeModifiers()->getTextModifier()->setTextContentWithStyledString(node->uiNodeHandle, styledString);
9518 auto* fullImpl = GetFullImpl();
9519 fullImpl->getNodeModifiers()->getTextModifier()->resetTextContentWithStyledString(node->uiNodeHandle);
9529 auto* fullImpl = GetFullImpl();
9530 fullImpl->getNodeModifiers()->getTextModifier()->setTextHalfLeading(
9537 auto fullImpl = GetFullImpl();
9538 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextModifier()->getTextHalfLeading(node->uiNodeHandle);
9545 auto* fullImpl = GetFullImpl();
9546 fullImpl->getNodeModifiers()->getTextModifier()->resetTextHalfLeading(node->uiNodeHandle);
9551 auto fullImpl = GetFullImpl();
9552 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextModifier()->getTextEllipsisMode(node->uiNodeHandle);
9559 auto fullImpl = GetFullImpl();
9562 fullImpl->getNodeModifiers()->getTextModifier()->getTextLineSpacing(node->uiNodeHandle);
9571 auto* fullImpl = GetFullImpl();
9572 fullImpl->getNodeModifiers()->getTextModifier()->resetEllipsisMode(node->uiNodeHandle);
9577 auto fullImpl = GetFullImpl();
9580 fullImpl->getNodeModifiers()->getTextModifier()->resetTextLineSpacing(node->uiNodeHandle);
9589 auto* fullImpl = GetFullImpl();
9594 fullImpl->getNodeModifiers()->getTextModifier()->setEnableDataDetector(
9601 auto fullImpl = GetFullImpl();
9602 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextModifier()->getEnableDataDetector(node->uiNodeHandle);
9609 auto* fullImpl = GetFullImpl();
9610 fullImpl->getNodeModifiers()->getTextModifier()->resetEnableDataDetector(node->uiNodeHandle);
9615 auto* fullImpl = GetFullImpl();
9620 fullImpl->getNodeModifiers()->getTextModifier()->setTextDataDetectorConfig(
9628 auto* fullImpl = GetFullImpl();
9629 auto size = fullImpl->getNodeModifiers()->getTextModifier()->getTextDataDetectorConfig(
9640 auto* fullImpl = GetFullImpl();
9641 fullImpl->getNodeModifiers()->getTextModifier()->resetTextDataDetectorConfig(node->uiNodeHandle);
9649 auto* fullImpl = GetFullImpl();
9652 fullImpl->getNodeModifiers()->getTextInputModifier()->setTextInputFontFeature(
9656 fullImpl->getNodeModifiers()->getTextModifier()->setTextFontFeature(node->uiNodeHandle, item->string);
9659 fullImpl->getNodeModifiers()->getTextAreaModifier()->setTextAreaFontFeature(
9670 auto fullImpl = GetFullImpl();
9674 feature = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputFontFeature(node->uiNodeHandle);
9678 feature = fullImpl->getNodeModifiers()->getTextModifier()->getTextFontFeature(node->uiNodeHandle);
9682 feature = fullImpl->getNodeModifiers()->getTextAreaModifier()->getTextAreaFontFeature(node->uiNodeHandle);
9693 auto* fullImpl = GetFullImpl();
9696 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputFontFeature(node->uiNodeHandle);
9699 fullImpl->getNodeModifiers()->getTextModifier()->resetTextFontFeature(node->uiNodeHandle);
9702 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaFontFeature(node->uiNodeHandle);
9711 auto* fullImpl = GetFullImpl();
9715 fullImpl->getNodeModifiers()->getSpanModifier()->setContent(node->uiNodeHandle, item->string);
9721 auto* fullImpl = GetFullImpl();
9749 fullImpl->getNodeModifiers()->getSpanModifier()->setSpanTextBackgroundStyle(
9756 auto* fullImpl = GetFullImpl();
9764 fullImpl->getNodeModifiers()->getImageSpanModifier()->setImageSpanVerticalAlign(
9771 auto* fullImpl = GetFullImpl();
9772 fullImpl->getNodeModifiers()->getImageModifier()->setPixelMap(node->uiNodeHandle, descriptor.get());
9778 auto* fullImpl = GetFullImpl();
9779 fullImpl->getNodeModifiers()->getImageModifier()->setPixelMapArray(node->uiNodeHandle, descriptor.get());
9785 auto* fullImpl = GetFullImpl();
9786 fullImpl->getNodeModifiers()->getImageModifier()->setResourceSrc(node->uiNodeHandle, resource.get());
9798 auto* fullImpl = GetFullImpl();
9799 fullImpl->getNodeModifiers()->getImageModifier()->setSrc(node->uiNodeHandle, item->string);
9823 auto* fullImpl = GetFullImpl();
9825 fullImpl->getNodeModifiers()->getImageModifier()->setSrc(node->uiNodeHandle, item->string);
9839 auto* fullImpl = GetFullImpl();
9840 fullImpl->getNodeModifiers()->getImageSpanModifier()->setImageSpanBaselineOffset(
9848 auto* fullImpl = GetFullImpl();
9849 fullImpl->getNodeModifiers()->getImageSpanModifier()->
9856 auto* fullImpl = GetFullImpl();
9858 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getImageSpanModifier()->
9866 auto* fullImpl = GetFullImpl();
9875 fullImpl->getNodeModifiers()->getImageModifier()->setObjectFit(
9882 auto* fullImpl = GetFullImpl();
9890 fullImpl->getNodeModifiers()->getImageModifier()->setImageInterpolation(node->uiNodeHandle, item->value[0].i32);
9896 auto* fullImpl = GetFullImpl();
9904 fullImpl->getNodeModifiers()->getImageModifier()->setObjectRepeat(node->uiNodeHandle, item->value[0].i32);
9910 auto* fullImpl = GetFullImpl();
9917 fullImpl->getNodeModifiers()->getImageModifier()->setDrawingColorFilter(node->uiNodeHandle, item->object);
9924 fullImpl->getNodeModifiers()->getImageModifier()->setColorFilter(
9931 auto* fullImpl = GetFullImpl();
9936 fullImpl->getNodeModifiers()->getImageModifier()->setAutoResize(
9946 auto* fullImpl = GetFullImpl();
9962 fullImpl->getNodeModifiers()->getImageModifier()->setAltSourceInfo(node->uiNodeHandle, &imageInfo);
9972 auto* fullImpl = GetFullImpl();
9973 fullImpl->getNodeModifiers()->getImageModifier()->setImageResizable(
9981 auto* fullImpl = GetFullImpl();
9982 fullImpl->getNodeModifiers()->getImageModifier()->setImageResizable(
9989 auto fullImpl = GetFullImpl();
9991 fullImpl->getNodeModifiers()->getImageModifier()->getImageResizable(
10003 auto* fullImpl = GetFullImpl();
10008 fullImpl->getNodeModifiers()->getImageModifier()->setImageDraggable(
10015 auto* fullImpl = GetFullImpl();
10023 fullImpl->getNodeModifiers()->getImageModifier()->setRenderMode(node->uiNodeHandle, item->value[0].i32);
10029 auto* fullImpl = GetFullImpl();
10030 fullImpl->getNodeModifiers()->getImageModifier()->resetRenderMode(node->uiNodeHandle);
10035 auto fullImpl = GetFullImpl();
10036 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getImageModifier()->getRenderMode(node->uiNodeHandle);
10050 auto* fullImpl = GetFullImpl();
10051 fullImpl->getNodeModifiers()->getImageModifier()->setFitOriginalSize(
10058 auto* fullImpl = GetFullImpl();
10059 fullImpl->getNodeModifiers()->getImageModifier()->resetFitOriginalSize(node->uiNodeHandle);
10064 auto* fullImpl = GetFullImpl();
10065 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getImageModifier()->getFitOriginalSize(node->uiNodeHandle);
10076 auto* fullImpl = GetFullImpl();
10077 fullImpl->getNodeModifiers()->getImageModifier()->setFillColor(
10084 auto* fullImpl = GetFullImpl();
10085 fullImpl->getNodeModifiers()->getImageModifier()->resetFillColor(node->uiNodeHandle);
10090 auto* fullImpl = GetFullImpl();
10091 g_numberValues[0].u32 = fullImpl->getNodeModifiers()->getImageModifier()->getFillColor(node->uiNodeHandle);
10098 auto* fullImpl = GetFullImpl();
10106 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->setHintRadius(
10113 auto fullImpl = GetFullImpl();
10115 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->getHintRadius(node->uiNodeHandle);
10122 auto* fullImpl = GetFullImpl();
10134 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->setSelectDate(
10141 auto fullImpl = GetFullImpl();
10142 auto selectedDate = fullImpl->getNodeModifiers()->getCalendarPickerModifier()->getSelectedDate(node->uiNodeHandle);
10152 auto* fullImpl = GetFullImpl();
10179 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->setEdgeAlign(
10186 auto fullImpl = GetFullImpl();
10187 auto edgeAlign = fullImpl->getNodeModifiers()->getCalendarPickerModifier()->getEdgeAlign(node->uiNodeHandle);
10197 auto* fullImpl = GetFullImpl();
10227 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->setTextStyleWithWeightEnum(
10234 auto fullImpl = GetFullImpl();
10236 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->getCalendarPickerTextStyle(node->uiNodeHandle);
10246 auto* fullImpl = GetFullImpl();
10247 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->setHintRadius(
10253 auto* fullImpl = GetFullImpl();
10254 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->resetSelectDate(node->uiNodeHandle);
10259 auto* fullImpl = GetFullImpl();
10260 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->resetEdgeAlign(node->uiNodeHandle);
10265 auto* fullImpl = GetFullImpl();
10266 fullImpl->getNodeModifiers()->getCalendarPickerModifier()->resetTextStyle(node->uiNodeHandle);
10271 auto* fullImpl = GetFullImpl();
10272 fullImpl->getNodeModifiers()->getCommonModifier()->resetBackgroundImageSize(node->uiNodeHandle);
10282 auto* fullImpl = GetFullImpl();
10283 fullImpl->getNodeModifiers()->getCommonModifier()->resetBackgroundBlurStyle(node->uiNodeHandle);
10288 auto* fullImpl = GetFullImpl();
10292 fullImpl->getNodeModifiers()->getCommonModifier()->setTransitionCenter(node->uiNodeHandle, centerX.Value(),
10299 auto* fullImpl = GetFullImpl();
10302 fullImpl->getNodeModifiers()->getCommonModifier()->setOpacityTransition(
10308 auto* fullImpl = GetFullImpl();
10312 fullImpl->getNodeModifiers()->getCommonModifier()->setRotateTransition(
10318 auto* fullImpl = GetFullImpl();
10322 fullImpl->getNodeModifiers()->getCommonModifier()->setScaleTransition(
10328 auto* fullImpl = GetFullImpl();
10332 fullImpl->getNodeModifiers()->getCommonModifier()->setScaleTransition(
10334 fullImpl->getNodeModifiers()->getCommonModifier()->setTranslateTransition(node->uiNodeHandle, 0.0f,
10341 auto* fullImpl = GetFullImpl();
10344 fullImpl->getNodeModifiers()->getCommonModifier()->setMoveTransition(
10350 auto* fullImpl = GetFullImpl();
10351 fullImpl->getNodeModifiers()->getCommonModifier()->resetOffset(node->uiNodeHandle);
10356 auto* fullImpl = GetFullImpl();
10357 fullImpl->getNodeModifiers()->getCommonModifier()->resetMarkAnchor(node->uiNodeHandle);
10362 auto* fullImpl = GetFullImpl();
10363 fullImpl->getNodeModifiers()->getTextModifier()->setContent(node->uiNodeHandle, "");
10368 auto fullImpl = GetFullImpl();
10371 fullImpl->getNodeModifiers()->getTextModifier()->resetTextLineHeight(node->uiNodeHandle);
10374 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanLineHeight(node->uiNodeHandle);
10377 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputLineHeight(node->uiNodeHandle);
10380 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaLineHeight(node->uiNodeHandle);
10389 auto fullImpl = GetFullImpl();
10392 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanDecoration(node->uiNodeHandle);
10395 fullImpl->getNodeModifiers()->getTextModifier()->resetTextDecoration(node->uiNodeHandle);
10404 auto fullImpl = GetFullImpl();
10407 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanTextCase(node->uiNodeHandle);
10410 fullImpl->getNodeModifiers()->getTextModifier()->resetTextCase(node->uiNodeHandle);
10419 auto fullImpl = GetFullImpl();
10422 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanLetterSpacing(node->uiNodeHandle);
10425 fullImpl->getNodeModifiers()->getTextModifier()->resetTextLetterSpacing(node->uiNodeHandle);
10434 auto fullImpl = GetFullImpl();
10437 fullImpl->getNodeModifiers()->getTextModifier()->resetTextMaxLines(node->uiNodeHandle);
10440 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputMaxLines(node->uiNodeHandle);
10443 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaMaxLines(node->uiNodeHandle);
10452 auto fullImpl = GetFullImpl();
10455 fullImpl->getNodeModifiers()->getTextInputModifier()->resetTextInputTextAlign(node->uiNodeHandle);
10458 fullImpl->getNodeModifiers()->getTextModifier()->resetTextAlign(node->uiNodeHandle);
10461 fullImpl->getNodeModifiers()->getTextAreaModifier()->resetTextAreaTextAlign(node->uiNodeHandle);
10470 auto fullImpl = GetFullImpl();
10471 fullImpl->getNodeModifiers()->getTextModifier()->resetTextOverflow(node->uiNodeHandle);
10476 auto fullImpl = GetFullImpl();
10477 fullImpl->getNodeModifiers()->getSpanModifier()->setContent(node->uiNodeHandle, "");
10482 auto fullImpl = GetFullImpl();
10483 fullImpl->getNodeModifiers()->getSpanModifier()->resetSpanTextBackgroundStyle(node->uiNodeHandle);
10488 auto fullImpl = GetFullImpl();
10489 fullImpl->getNodeModifiers()->getImageModifier()->setSrc(node->uiNodeHandle, "");
10494 auto fullImpl = GetFullImpl();
10495 fullImpl->getNodeModifiers()->getImageSpanModifier()->resetImageSpanVerticalAlign(
10501 auto fullImpl = GetFullImpl();
10502 fullImpl->getNodeModifiers()->getImageModifier()->resetImageSrc(node->uiNodeHandle);
10507 auto fullImpl = GetFullImpl();
10508 fullImpl->getNodeModifiers()->getImageModifier()->resetObjectFit(node->uiNodeHandle);
10513 auto fullImpl = GetFullImpl();
10514 fullImpl->getNodeModifiers()->getImageModifier()->resetImageInterpolation(node->uiNodeHandle);
10519 auto fullImpl = GetFullImpl();
10520 fullImpl->getNodeModifiers()->getImageModifier()->resetObjectRepeat(node->uiNodeHandle);
10525 auto fullImpl = GetFullImpl();
10526 fullImpl->getNodeModifiers()->getImageModifier()->resetColorFilter(node->uiNodeHandle);
10531 auto fullImpl = GetFullImpl();
10532 fullImpl->getNodeModifiers()->getImageModifier()->resetAutoResize(node->uiNodeHandle);
10537 auto fullImpl = GetFullImpl();
10538 fullImpl->getNodeModifiers()->getImageModifier()->resetAlt(node->uiNodeHandle);
10543 auto fullImpl = GetFullImpl();
10544 fullImpl->getNodeModifiers()->getImageModifier()->resetImageDraggable(node->uiNodeHandle);
10549 auto fullImpl = GetFullImpl();
10551 fullImpl->getNodeModifiers()->getCommonModifier()->getBackgroundImageSize(
10561 auto fullImpl = GetFullImpl();
10563 fullImpl->getNodeModifiers()->getCommonModifier()->getBackgroundImageSizeWithStyle(node->uiNodeHandle);
10570 auto fullImpl = GetFullImpl();
10572 fullImpl->getNodeModifiers()->getCommonModifier()->getBackgroundBlurStyle(node->uiNodeHandle);
10585 auto fullImpl = GetFullImpl();
10586 auto transformCenter = fullImpl->getNodeModifiers()->getCommonModifier()->getTransformCenter(node->uiNodeHandle);
10596 auto fullImpl = GetFullImpl();
10598 fullImpl->getNodeModifiers()->getCommonModifier()->getOpacityTransition(node->uiNodeHandle);
10618 auto fullImpl = GetFullImpl();
10619 auto rotateTransition = fullImpl->getNodeModifiers()->getCommonModifier()->getRotateTransition(node->uiNodeHandle);
10643 auto fullImpl = GetFullImpl();
10644 auto scaleTransition = fullImpl->getNodeModifiers()->getCommonModifier()->getScaleTransition(node->uiNodeHandle);
10666 auto fullImpl = GetFullImpl();
10668 fullImpl->getNodeModifiers()->getCommonModifier()->getTranslateTransition(node->uiNodeHandle);
10689 auto fullImpl = GetFullImpl();
10691 fullImpl->getNodeModifiers()->getCommonModifier()->getMoveTransition(node->uiNodeHandle);
10712 auto fullImpl = GetFullImpl();
10713 auto offset = fullImpl->getNodeModifiers()->getCommonModifier()->getOffset(node->uiNodeHandle);
10722 auto fullImpl = GetFullImpl();
10723 auto markAnchor = fullImpl->getNodeModifiers()->getCommonModifier()->getMarkAnchor(node->uiNodeHandle);
10738 auto fullImpl = GetFullImpl();
10739 auto textContent = fullImpl->getNodeModifiers()->getTextModifier()->getTextContent(node->uiNodeHandle);
10746 auto fullImpl = GetFullImpl();
10749 g_numberValues[0].u32 = fullImpl->getNodeModifiers()->getTextModifier()->
10754 g_numberValues[0].u32 = fullImpl->getNodeModifiers()->getSpanModifier()->
10760 g_numberValues[0].u32 = fullImpl->getNodeModifiers()->getTextInputModifier()->
10765 g_numberValues[0].u32 = fullImpl->getNodeModifiers()->getButtonModifier()->
10777 auto fullImpl = GetFullImpl();
10781 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getTextModifier()->
10786 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getSpanModifier()->
10792 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getTextInputModifier()->
10797 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getButtonModifier()->
10809 auto fullImpl = GetFullImpl();
10812 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextModifier()->
10817 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getSpanModifier()->
10823 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->
10835 auto fullImpl = GetFullImpl();
10838 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextModifier()->getFontWeight(node->uiNodeHandle);
10842 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getSpanModifier()->
10848 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextInputModifier()->
10853 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getButtonModifier()->
10865 auto fullImpl = GetFullImpl();
10869 fullImpl->getNodeModifiers()->getTextModifier()->getTextLineHeight(node->uiNodeHandle);
10874 fullImpl->getNodeModifiers()->getSpanModifier()->getSpanLineHeight(node->uiNodeHandle);
10879 fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputLineHeight(node->uiNodeHandle);
10884 fullImpl->getNodeModifiers()->getTextAreaModifier()->getTextAreaLineHeight(node->uiNodeHandle);
10895 auto fullImpl = GetFullImpl();
10899 fullImpl->getNodeModifiers()->getSpanModifier()->getSpanDecoration(node->uiNodeHandle, &spanDecorationType);
10908 fullImpl->getNodeModifiers()->getTextModifier()->getTextDecoration(node->uiNodeHandle, &textDecorationType);
10924 auto fullImpl = GetFullImpl();
10928 fullImpl->getNodeModifiers()->getSpanModifier()->getSpanTextCase(node->uiNodeHandle);
10933 fullImpl->getNodeModifiers()->getTextModifier()->getTextTextCase(node->uiNodeHandle);
10944 auto fullImpl = GetFullImpl();
10948 fullImpl->getNodeModifiers()->getSpanModifier()->getSpanLetterSpacing(node->uiNodeHandle);
10953 fullImpl->getNodeModifiers()->getTextModifier()->getTextLetterSpacing(node->uiNodeHandle);
10964 auto fullImpl = GetFullImpl();
10968 fullImpl->getNodeModifiers()->getTextModifier()->getTextMaxLines(node->uiNodeHandle);
10973 fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputMaxLines(node->uiNodeHandle);
10978 fullImpl->getNodeModifiers()->getTextAreaModifier()->getTextAreaMaxLines(node->uiNodeHandle);
10989 auto fullImpl = GetFullImpl();
10992 textAlign = fullImpl->getNodeModifiers()->getTextModifier()->getTextAlign(node->uiNodeHandle);
10994 textAlign = fullImpl->getNodeModifiers()->getTextInputModifier()->getTextInputTextAlign(node->uiNodeHandle);
10996 textAlign = fullImpl->getNodeModifiers()->getTextAreaModifier()->getTextAreaTextAlign(node->uiNodeHandle);
11005 auto fullImpl = GetFullImpl();
11006 g_numberValues[0].i32 = fullImpl->getNodeModifiers()->getTextModifier()->getTextTextOverflow(node->uiNodeHandle);
11013 auto fullImpl = GetFullImpl();
11014 g_numberValues[0].f32 = fullImpl->getNodeModifiers()->getTextModifier()->getTextTextIndent(node->uiNodeHandle);
11021 auto fullImpl = GetFullImpl();
11022 auto content = fullImpl->getNodeModifiers()->getSpanModifier()->getSpanContent(node->uiNodeHandle);
11029 auto fullImpl = GetFullImpl();
11031 fullImpl->getNodeModifiers()->getSpanModifier()->getSpanTextBackgroundStyle(node->uiNodeHandle, &options);
11042 auto fullImpl = GetFullImpl();
11043 auto src = fullImpl->getNodeModifiers()->getImageModifier()->getImageSrc(node->uiNodeHandle);
11053 auto fullImpl = GetFullImpl();
11055 fullImpl->getNodeModifiers()->getImageSpanModifier()->getImageSpanVerticalAlign(node->uiNodeHandle);
11066 auto fullImpl = GetFullImpl();
11067 auto src = fullImpl->getNodeModifiers()->getImageModifier()->getImageSrc(node->uiNodeHandle);
11077 auto fullImpl = GetFullImpl();
11078 auto resultValue = fullImpl->getNodeModifiers()->getImageModifier()->getObjectFit(node->uiNodeHandle);
11091 auto fullImpl = GetFullImpl();
11092 auto interpolation = fullImpl->getNodeModifiers()->getImageModifier()->getImageInterpolation(node->uiNodeHandle);
11100 auto fullImpl = GetFullImpl();
11101 auto objectRepeat = fullImpl->getNodeModifiers()->getImageModifier()->getObjectRepeat(node->uiNodeHandle);
11109 auto fullImpl = GetFullImpl();
11110 auto colorFilter = fullImpl->getNodeModifiers()->getImageModifier()->getDrawingColorFilter(node->uiNodeHandle);
11122 fullImpl->getNodeModifiers()->getImageModifier()->getColorFilter(node->uiNodeHandle, &colorFilterType);
11128 auto fullImpl = GetFullImpl();
11129 auto autoResize = fullImpl->getNodeModifiers()->getImageModifier()->getAutoResize(node->uiNodeHandle);
11137 auto fullImpl = GetFullImpl();
11138 auto src = fullImpl->getNodeModifiers()->getImageModifier()->getAlt(node->uiNodeHandle);
11148 auto fullImpl = GetFullImpl();
11149 auto draggable = fullImpl->getNodeModifiers()->getImageModifier()->getImageDraggable(node->uiNodeHandle);
11395 auto* fullImpl = GetFullImpl();
11405 fullImpl->getNodeModifiers()->getSliderModifier()->setSliderBlockPath(
11416 fullImpl->getNodeModifiers()->getSliderModifier()->setSliderBlockShape(
11627 auto* fullImpl = GetFullImpl();
11628 fullImpl->getNodeModifiers()->getSliderModifier()->setThickness(
11645 auto* fullImpl = GetFullImpl();
11646 fullImpl->getNodeModifiers()->getSliderModifier()->resetThickness(node->uiNodeHandle);
11655 auto* fullImpl = GetFullImpl();
11656 fullImpl->getNodeModifiers()->getSliderModifier()->setSliderValidSlideRange(
11675 auto* fullImpl = GetFullImpl();
11676 fullImpl->getNodeModifiers()->getSliderModifier()->resetSliderValidSlideRange(node->uiNodeHandle);
11701 auto fullImpl = GetFullImpl();
11703 fullImpl->getNodeModifiers()->getRefreshModifier()->setRefreshContent(
11722 auto* fullImpl = GetFullImpl();
11723 fullImpl->getNodeModifiers()->getRefreshModifier()->setPullDownRatio(node->uiNodeHandle, item->value[0].f32);
11729 auto* fullImpl = GetFullImpl();
11730 fullImpl->getNodeModifiers()->getRefreshModifier()->resetPullDownRatio(node->uiNodeHandle);
11749 auto* fullImpl = GetFullImpl();
11751 fullImpl->getNodeModifiers()->getRefreshModifier()->setRefreshOffset(node->uiNodeHandle, item->value[0].f32, unit);
11757 auto* fullImpl = GetFullImpl();
11758 fullImpl->getNodeModifiers()->getRefreshModifier()->resetRefreshOffset(node->uiNodeHandle);
11782 auto* fullImpl = GetFullImpl();
11783 fullImpl->getNodeModifiers()->getRefreshModifier()->resetPullToRefresh(node->uiNodeHandle);
11801 auto* fullImpl = GetFullImpl();
11802 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setLayoutDirection(node->uiNodeHandle, item->value[0].i32);
11808 auto* fullImpl = GetFullImpl();
11809 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetLayoutDirection(node->uiNodeHandle);
11821 auto* fullImpl = GetFullImpl();
11825 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setColumnsTemplate(node->uiNodeHandle, item->string);
11831 auto* fullImpl = GetFullImpl();
11832 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetColumnsTemplate(node->uiNodeHandle);
11837 auto fullImpl = GetFullImpl();
11838 auto columnsTemplate = fullImpl->getNodeModifiers()->getWaterFlowModifier()->getColumnsTemplate(node->uiNodeHandle);
11845 auto* fullImpl = GetFullImpl();
11849 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setRowsTemplate(node->uiNodeHandle, item->string);
11855 auto* fullImpl = GetFullImpl();
11856 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setRowsTemplate(node->uiNodeHandle, "1fr");
11861 auto fullImpl = GetFullImpl();
11862 auto rowsTemplate = fullImpl->getNodeModifiers()->getWaterFlowModifier()->getRowsTemplate(node->uiNodeHandle);
11873 auto* fullImpl = GetFullImpl();
11875 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setColumnsGap(
11882 auto* fullImpl = GetFullImpl();
11883 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetColumnsGap(node->uiNodeHandle);
11899 auto* fullImpl = GetFullImpl();
11900 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setRowsGap(
11907 auto* fullImpl = GetFullImpl();
11908 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetRowsGap(node->uiNodeHandle);
11929 auto* fullImpl = GetFullImpl();
11931 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetNodeAdapter(node->uiNodeHandle);
11958 auto* fullImpl = GetFullImpl();
11960 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetCachedCount(node->uiNodeHandle);
11975 auto fullImpl = GetFullImpl();
11977 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setWaterflowFooter(
11985 auto* fullImpl = GetFullImpl();
11986 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetWaterflowFooter(node->uiNodeHandle);
12005 auto* fullImpl = GetFullImpl();
12007 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetSectionOption(node->uiNodeHandle);
12024 auto* fullImpl = GetFullImpl();
12036 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setItemMinWidth(
12038 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setItemMaxWidth(
12040 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setItemMinHeight(
12042 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setItemMaxHeight(
12049 auto* fullImpl = GetFullImpl();
12050 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetItemMinWidth(node->uiNodeHandle);
12051 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetItemMaxWidth(node->uiNodeHandle);
12052 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetItemMinHeight(node->uiNodeHandle);
12053 fullImpl->getNodeModifiers()->getWaterFlowModifier()->resetItemMaxHeight(node->uiNodeHandle);
12136 auto* fullImpl = GetFullImpl();
12137 fullImpl->getNodeModifiers()->getRelativeContainerModifier()->resetGuideline(node->uiNodeHandle);
12143 auto* fullImpl = GetFullImpl();
12144 fullImpl->getNodeModifiers()->getRelativeContainerModifier()->resetBarrier(node->uiNodeHandle);
12165 auto* fullImpl = GetFullImpl();
12166 fullImpl->getNodeModifiers()->getWaterFlowModifier()->setScrollToIndex(
12176 auto* fullImpl = GetFullImpl();
12177 fullImpl->getNodeModifiers()->getRadioModifier()->setRadioChecked(node->uiNodeHandle, item->value[0].i32);
12183 auto* fullImpl = GetFullImpl();
12184 fullImpl->getNodeModifiers()->getRadioModifier()->resetRadioChecked(node->uiNodeHandle);
12200 auto* fullImpl = GetFullImpl();
12216 fullImpl->getNodeModifiers()->getRadioModifier()->setRadioStyle(
12223 auto* fullImpl = GetFullImpl();
12224 fullImpl->getNodeModifiers()->getRadioModifier()->resetRadioStyle(node->uiNodeHandle);
12239 auto* fullImpl = GetFullImpl();
12243 fullImpl->getNodeModifiers()->getRadioModifier()->setRadioValue(node->uiNodeHandle, item->string);
12249 auto* fullImpl = GetFullImpl();
12250 fullImpl->getNodeModifiers()->getRadioModifier()->resetRadioValue(node->uiNodeHandle);
12255 auto fullImpl = GetFullImpl();
12256 auto value = fullImpl->getNodeModifiers()->getRadioModifier()->getRadioValue(node->uiNodeHandle);
12263 auto* fullImpl = GetFullImpl();
12267 fullImpl->getNodeModifiers()->getRadioModifier()->setRadioGroup(node->uiNodeHandle, item->string);
12273 auto* fullImpl = GetFullImpl();
12274 fullImpl->getNodeModifiers()->getRadioModifier()->resetRadioGroup(node->uiNodeHandle);
12279 auto fullImpl = GetFullImpl();
12280 auto value = fullImpl->getNodeModifiers()->getRadioModifier()->getRadioGroup(node->uiNodeHandle);
12296 auto* fullImpl = GetFullImpl();
12297 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->setImageAnimatorSrc(
12304 auto* fullImpl = GetFullImpl();
12305 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->resetImages(node->uiNodeHandle);
12313 auto* fullImpl = GetFullImpl();
12314 g_attributeItem.size = fullImpl->getNodeModifiers()->getImageAnimatorModifier()->getImagesSize(
12330 auto* fullImpl = GetFullImpl();
12331 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->setState(node->uiNodeHandle, item->value[0].i32);
12337 auto* fullImpl = GetFullImpl();
12338 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->resetState(node->uiNodeHandle);
12343 auto* fullImpl = GetFullImpl();
12344 int32_t value = fullImpl->getNodeModifiers()->getImageAnimatorModifier()->getState(node->uiNodeHandle);
12356 auto* fullImpl = GetFullImpl();
12357 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->setDuration(node->uiNodeHandle, item->value[0].i32);
12363 auto* fullImpl = GetFullImpl();
12364 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->resetDuration(node->uiNodeHandle);
12369 auto* fullImpl = GetFullImpl();
12370 int32_t value = fullImpl->getNodeModifiers()->getImageAnimatorModifier()->getDuration(node->uiNodeHandle);
12385 auto* fullImpl = GetFullImpl();
12386 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->setReverse(
12393 auto* fullImpl = GetFullImpl();
12394 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->resetReverse(node->uiNodeHandle);
12399 auto* fullImpl = GetFullImpl();
12400 int32_t value = fullImpl->getNodeModifiers()->getImageAnimatorModifier()->getIsReverse(node->uiNodeHandle);
12415 auto* fullImpl = GetFullImpl();
12416 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->setFixedSize(
12423 auto* fullImpl = GetFullImpl();
12424 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->resetFixedSize(node->uiNodeHandle);
12429 auto* fullImpl = GetFullImpl();
12430 int32_t value = fullImpl->getNodeModifiers()->getImageAnimatorModifier()->getFixedSize(node->uiNodeHandle);
12445 auto* fullImpl = GetFullImpl();
12446 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->setFillMode(node->uiNodeHandle, item->value[0].i32);
12452 auto* fullImpl = GetFullImpl();
12453 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->resetFillMode(node->uiNodeHandle);
12458 auto* fullImpl = GetFullImpl();
12459 int32_t value = fullImpl->getNodeModifiers()->getImageAnimatorModifier()->getFillMode(node->uiNodeHandle);
12471 auto* fullImpl = GetFullImpl();
12472 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->setImageAnimatorIteration(
12479 auto* fullImpl = GetFullImpl();
12480 fullImpl->getNodeModifiers()->getImageAnimatorModifier()->resetImageAnimatorIteration(node->uiNodeHandle);
12485 auto* fullImpl = GetFullImpl();
12486 int32_t value = fullImpl->getNodeModifiers()->getImageAnimatorModifier()->getIteration(node->uiNodeHandle);
12495 auto* fullImpl = GetFullImpl();
12499 fullImpl->getNodeModifiers()->getGridModifier()->setGridColumnsTemplate(node->uiNodeHandle, item->string);
12505 auto* fullImpl = GetFullImpl();
12506 fullImpl->getNodeModifiers()->getGridModifier()->resetGridColumnsTemplate(node->uiNodeHandle);
12511 auto fullImpl = GetFullImpl();
12512 auto columnsTemplate = fullImpl->getNodeModifiers()->getGridModifier()->getGridColumnsTemplate(node->uiNodeHandle);
12519 auto* fullImpl = GetFullImpl();
12523 fullImpl->getNodeModifiers()->getGridModifier()->setGridRowsTemplate(node->uiNodeHandle, item->string);
12529 auto* fullImpl = GetFullImpl();
12530 fullImpl->getNodeModifiers()->getGridModifier()->resetGridRowsTemplate(node->uiNodeHandle);
12535 auto fullImpl = GetFullImpl();
12536 auto rowsTemplate = fullImpl->getNodeModifiers()->getGridModifier()->getGridRowsTemplate(node->uiNodeHandle);
12547 auto* fullImpl = GetFullImpl();
12549 fullImpl->getNodeModifiers()->getGridModifier()->setGridColumnsGap(node->uiNodeHandle, &columnGap);
12555 auto* fullImpl = GetFullImpl();
12556 fullImpl->getNodeModifiers()->getGridModifier()->resetGridColumnsGap(node->uiNodeHandle);
12572 auto* fullImpl = GetFullImpl();
12574 fullImpl->getNodeModifiers()->getGridModifier()->setGridRowsGap(node->uiNodeHandle, &rowGap);
12580 auto* fullImpl = GetFullImpl();
12581 fullImpl->getNodeModifiers()->getGridModifier()->resetGridRowsGap(node->uiNodeHandle);
12602 auto* fullImpl = GetFullImpl();
12604 fullImpl->getNodeModifiers()->getGridModifier()->resetNodeAdapter(node->uiNodeHandle);
12631 auto* fullImpl = GetFullImpl();
12633 fullImpl->getNodeModifiers()->getGridModifier()->resetCachedCount(node->uiNodeHandle);