diff --git a/arkoala/framework/native/src/generated/arkoala_api_generated.h b/arkoala/framework/native/src/generated/arkoala_api_generated.h index ab0cd78d64c553c910cf1763870b9f8fcae31376..b7fc90ff65f96876914670ddf272b1710c3a28cc 100644 --- a/arkoala/framework/native/src/generated/arkoala_api_generated.h +++ b/arkoala/framework/native/src/generated/arkoala_api_generated.h @@ -21324,7 +21324,7 @@ typedef struct GENERATED_ArkUIAccessors { const GENERATED_ArkUIDrawingCanvasAccessor* (*getDrawingCanvasAccessor)(); const GENERATED_ArkUIFrameNodeAccessor* (*getFrameNodeAccessor)(); const GENERATED_ArkUIPixelMapAccessor* (*getPixelMapAccessor)(); - const GENERATED_ArkUINavExtenderAccessor* (*getNavExtenderAccessor)(); + //const GENERATED_ArkUINavExtenderAccessor* (*getNavExtenderAccessor)(); const GENERATED_ArkUIEventEmulatorAccessor* (*getEventEmulatorAccessor)(); const GENERATED_ArkUIActionSheetAccessor* (*getActionSheetAccessor)(); const GENERATED_ArkUIAlertDialogAccessor* (*getAlertDialogAccessor)(); diff --git a/arkoala/framework/native/src/generated/bridge_generated.cc b/arkoala/framework/native/src/generated/bridge_generated.cc index 416e7e43c57b09cbc24bfc622083a8822c54f03b..4db58627a43d10cd339b704106b23401cb14b9d8 100644 --- a/arkoala/framework/native/src/generated/bridge_generated.cc +++ b/arkoala/framework/native/src/generated/bridge_generated.cc @@ -46,17 +46,17 @@ Ark_NativePointer impl_Root_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRootModifier()->construct(id, flags); } KOALA_INTEROP_2(Root_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + Ark_NativePointer impl_ComponentRoot_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getComponentRootModifier()->construct(id, flags); } KOALA_INTEROP_2(ComponentRoot_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + Ark_NativePointer impl_AbilityComponent_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getAbilityComponentModifier()->construct(id, flags); } KOALA_INTEROP_2(AbilityComponent_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_AbilityComponentInterface_setAbilityComponentOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -66,7 +66,7 @@ void impl_AbilityComponentInterface_setAbilityComponentOptions(Ark_NativePointer GetNodeModifiers()->getAbilityComponentModifier()->setAbilityComponentOptions(self, (const Ark_Literal_Want_want*)&value_value); } KOALA_INTEROP_V3(AbilityComponentInterface_setAbilityComponentOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AbilityComponentAttribute_onConnect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -74,7 +74,7 @@ void impl_AbilityComponentAttribute_onConnect(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getAbilityComponentModifier()->setOnConnect(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(AbilityComponentAttribute_onConnect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AbilityComponentAttribute_onDisconnect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -82,12 +82,12 @@ void impl_AbilityComponentAttribute_onDisconnect(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getAbilityComponentModifier()->setOnDisconnect(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(AbilityComponentAttribute_onDisconnect, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_AlphabetIndexer_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getAlphabetIndexerModifier()->construct(id, flags); } KOALA_INTEROP_2(AlphabetIndexer_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_AlphabetIndexerInterface_setAlphabetIndexerOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -95,7 +95,7 @@ void impl_AlphabetIndexerInterface_setAlphabetIndexerOptions(Ark_NativePointer t GetNodeModifiers()->getAlphabetIndexerModifier()->setAlphabetIndexerOptions(self, (const Ark_AlphabetIndexerOptions*)&options_value); } KOALA_INTEROP_V3(AlphabetIndexerInterface_setAlphabetIndexerOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_onSelected(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -103,7 +103,7 @@ void impl_AlphabetIndexerAttribute_onSelected(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getAlphabetIndexerModifier()->setOnSelected(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_onSelected, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -133,7 +133,7 @@ void impl_AlphabetIndexerAttribute_color(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getAlphabetIndexerModifier()->setColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_color, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -163,7 +163,7 @@ void impl_AlphabetIndexerAttribute_selectedColor(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getAlphabetIndexerModifier()->setSelectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_selectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_popupColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -193,7 +193,7 @@ void impl_AlphabetIndexerAttribute_popupColor(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_popupColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -223,7 +223,7 @@ void impl_AlphabetIndexerAttribute_selectedBackgroundColor(Ark_NativePointer thi GetNodeModifiers()->getAlphabetIndexerModifier()->setSelectedBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_selectedBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_popupBackground(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -253,7 +253,7 @@ void impl_AlphabetIndexerAttribute_popupBackground(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupBackground(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_popupBackground, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_popupSelectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -283,7 +283,7 @@ void impl_AlphabetIndexerAttribute_popupSelectedColor(Ark_NativePointer thisPtr, GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupSelectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_popupSelectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_popupUnselectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -313,7 +313,7 @@ void impl_AlphabetIndexerAttribute_popupUnselectedColor(Ark_NativePointer thisPt GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupUnselectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_popupUnselectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_popupItemBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -343,13 +343,13 @@ void impl_AlphabetIndexerAttribute_popupItemBackgroundColor(Ark_NativePointer th GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupItemBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_popupItemBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_usingPopup(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAlphabetIndexerModifier()->setUsingPopup(self, value); } KOALA_INTEROP_V2(AlphabetIndexerAttribute_usingPopup, Ark_NativePointer, Ark_Boolean) - + void impl_AlphabetIndexerAttribute_selectedFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -357,7 +357,7 @@ void impl_AlphabetIndexerAttribute_selectedFont(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getAlphabetIndexerModifier()->setSelectedFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_selectedFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_popupFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -365,7 +365,7 @@ void impl_AlphabetIndexerAttribute_popupFont(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_popupFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_popupItemFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -373,7 +373,7 @@ void impl_AlphabetIndexerAttribute_popupItemFont(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupItemFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_popupItemFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_itemSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -395,7 +395,7 @@ void impl_AlphabetIndexerAttribute_itemSize(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getAlphabetIndexerModifier()->setItemSize(self, (const Ark_Union_String_Number*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_itemSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_font(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -403,7 +403,7 @@ void impl_AlphabetIndexerAttribute_font(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getAlphabetIndexerModifier()->setFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_font, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -411,7 +411,7 @@ void impl_AlphabetIndexerAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getAlphabetIndexerModifier()->setOnSelect(self, (const OnAlphabetIndexerSelectCallback*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_onSelect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_onRequestPopupData(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -419,7 +419,7 @@ void impl_AlphabetIndexerAttribute_onRequestPopupData(Ark_NativePointer thisPtr, GetNodeModifiers()->getAlphabetIndexerModifier()->setOnRequestPopupData(self, (const OnAlphabetIndexerRequestPopupDataCallback*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_onRequestPopupData, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_onPopupSelect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -427,13 +427,13 @@ void impl_AlphabetIndexerAttribute_onPopupSelect(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getAlphabetIndexerModifier()->setOnPopupSelect(self, (const OnAlphabetIndexerPopupSelectCallback*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_onPopupSelect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_selected(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAlphabetIndexerModifier()->setSelected(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(AlphabetIndexerAttribute_selected, Ark_NativePointer, KInteropNumber) - + void impl_AlphabetIndexerAttribute_popupPosition(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -441,31 +441,31 @@ void impl_AlphabetIndexerAttribute_popupPosition(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupPosition(self, (const Ark_Position*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_popupPosition, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_autoCollapse(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAlphabetIndexerModifier()->setAutoCollapse(self, value); } KOALA_INTEROP_V2(AlphabetIndexerAttribute_autoCollapse, Ark_NativePointer, Ark_Boolean) - + void impl_AlphabetIndexerAttribute_popupItemBorderRadius(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupItemBorderRadius(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(AlphabetIndexerAttribute_popupItemBorderRadius, Ark_NativePointer, KInteropNumber) - + void impl_AlphabetIndexerAttribute_itemBorderRadius(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAlphabetIndexerModifier()->setItemBorderRadius(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(AlphabetIndexerAttribute_itemBorderRadius, Ark_NativePointer, KInteropNumber) - + void impl_AlphabetIndexerAttribute_popupBackgroundBlurStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupBackgroundBlurStyle(self, static_cast(value)); } KOALA_INTEROP_V2(AlphabetIndexerAttribute_popupBackgroundBlurStyle, Ark_NativePointer, Ark_Int32) - + void impl_AlphabetIndexerAttribute_popupTitleBackground(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -495,13 +495,13 @@ void impl_AlphabetIndexerAttribute_popupTitleBackground(Ark_NativePointer thisPt GetNodeModifiers()->getAlphabetIndexerModifier()->setPopupTitleBackground(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(AlphabetIndexerAttribute_popupTitleBackground, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AlphabetIndexerAttribute_enableHapticFeedback(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAlphabetIndexerModifier()->setEnableHapticFeedback(self, value); } KOALA_INTEROP_V2(AlphabetIndexerAttribute_enableHapticFeedback, Ark_NativePointer, Ark_Boolean) - + void impl_AlphabetIndexerAttribute_alignStyle(Ark_NativePointer thisPtr, Ark_Int32 value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -516,60 +516,60 @@ void impl_AlphabetIndexerAttribute_alignStyle(Ark_NativePointer thisPtr, Ark_Int GetNodeModifiers()->getAlphabetIndexerModifier()->setAlignStyle(self, static_cast(value), (const Opt_Length*)&offset_value); } KOALA_INTEROP_V4(AlphabetIndexerAttribute_alignStyle, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + Ark_NativePointer impl_Animator_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getAnimatorModifier()->construct(id, flags); } KOALA_INTEROP_2(Animator_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_AnimatorInterface_setAnimatorOptions(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAnimatorModifier()->setAnimatorOptions(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(AnimatorInterface_setAnimatorOptions, Ark_NativePointer, KStringPtr) - + void impl_AnimatorAttribute_state(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAnimatorModifier()->setState(self, static_cast(value)); } KOALA_INTEROP_V2(AnimatorAttribute_state, Ark_NativePointer, Ark_Int32) - + void impl_AnimatorAttribute_duration(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAnimatorModifier()->setDuration(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(AnimatorAttribute_duration, Ark_NativePointer, KInteropNumber) - + void impl_AnimatorAttribute_curve(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAnimatorModifier()->setCurve(self, static_cast(value)); } KOALA_INTEROP_V2(AnimatorAttribute_curve, Ark_NativePointer, Ark_Int32) - + void impl_AnimatorAttribute_delay(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAnimatorModifier()->setDelay(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(AnimatorAttribute_delay, Ark_NativePointer, KInteropNumber) - + void impl_AnimatorAttribute_fillMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAnimatorModifier()->setFillMode(self, static_cast(value)); } KOALA_INTEROP_V2(AnimatorAttribute_fillMode, Ark_NativePointer, Ark_Int32) - + void impl_AnimatorAttribute_iterations(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAnimatorModifier()->setIterations(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(AnimatorAttribute_iterations, Ark_NativePointer, KInteropNumber) - + void impl_AnimatorAttribute_playMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getAnimatorModifier()->setPlayMode(self, static_cast(value)); } KOALA_INTEROP_V2(AnimatorAttribute_playMode, Ark_NativePointer, Ark_Int32) - + void impl_AnimatorAttribute_motion(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -595,7 +595,7 @@ void impl_AnimatorAttribute_motion(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getAnimatorModifier()->setMotion(self, (const Ark_Union_SpringMotion_FrictionMotion_ScrollMotion*)&value_value); } KOALA_INTEROP_V3(AnimatorAttribute_motion, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AnimatorAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -603,7 +603,7 @@ void impl_AnimatorAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getAnimatorModifier()->setOnStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(AnimatorAttribute_onStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AnimatorAttribute_onPause(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -611,7 +611,7 @@ void impl_AnimatorAttribute_onPause(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getAnimatorModifier()->setOnPause(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(AnimatorAttribute_onPause, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AnimatorAttribute_onRepeat(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -619,7 +619,7 @@ void impl_AnimatorAttribute_onRepeat(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getAnimatorModifier()->setOnRepeat(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(AnimatorAttribute_onRepeat, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AnimatorAttribute_onCancel(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -627,7 +627,7 @@ void impl_AnimatorAttribute_onCancel(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getAnimatorModifier()->setOnCancel(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(AnimatorAttribute_onCancel, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AnimatorAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -635,7 +635,7 @@ void impl_AnimatorAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getAnimatorModifier()->setOnFinish(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(AnimatorAttribute_onFinish, Ark_NativePointer, uint8_t*, int32_t) - + void impl_AnimatorAttribute_onFrame(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -643,12 +643,12 @@ void impl_AnimatorAttribute_onFrame(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getAnimatorModifier()->setOnFrame(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(AnimatorAttribute_onFrame, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Badge_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getBadgeModifier()->construct(id, flags); } KOALA_INTEROP_2(Badge_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_BadgeInterface_setBadgeOptions0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -656,7 +656,7 @@ void impl_BadgeInterface_setBadgeOptions0(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getBadgeModifier()->setBadgeOptions0(self, (const Ark_BadgeParamWithNumber*)&value_value); } KOALA_INTEROP_V3(BadgeInterface_setBadgeOptions0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_BadgeInterface_setBadgeOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -664,12 +664,12 @@ void impl_BadgeInterface_setBadgeOptions1(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getBadgeModifier()->setBadgeOptions1(self, (const Ark_BadgeParamWithString*)&value_value); } KOALA_INTEROP_V3(BadgeInterface_setBadgeOptions1, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Blank_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getBlankModifier()->construct(id, flags); } KOALA_INTEROP_2(Blank_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_BlankInterface_setBlankOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -698,7 +698,7 @@ void impl_BlankInterface_setBlankOptions(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getBlankModifier()->setBlankOptions(self, (const Opt_Union_Number_String*)&min_value); } KOALA_INTEROP_V3(BlankInterface_setBlankOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_BlankAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -728,18 +728,18 @@ void impl_BlankAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getBlankModifier()->setColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(BlankAttribute_color, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Button_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getButtonModifier()->construct(id, flags); } KOALA_INTEROP_2(Button_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ButtonInterface_setButtonOptions0(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getButtonModifier()->setButtonOptions0(self); } KOALA_INTEROP_V1(ButtonInterface_setButtonOptions0, Ark_NativePointer) - + void impl_ButtonInterface_setButtonOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -747,7 +747,7 @@ void impl_ButtonInterface_setButtonOptions1(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getButtonModifier()->setButtonOptions1(self, (const Ark_ButtonOptions*)&options_value); } KOALA_INTEROP_V3(ButtonInterface_setButtonOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ButtonInterface_setButtonOptions2(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -777,37 +777,37 @@ void impl_ButtonInterface_setButtonOptions2(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getButtonModifier()->setButtonOptions2(self, (const Ark_ResourceStr*)&label_value, (const Opt_ButtonOptions*)&options_value); } KOALA_INTEROP_V3(ButtonInterface_setButtonOptions2, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ButtonAttribute_type(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getButtonModifier()->setType(self, static_cast(value)); } KOALA_INTEROP_V2(ButtonAttribute_type, Ark_NativePointer, Ark_Int32) - + void impl_ButtonAttribute_stateEffect(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getButtonModifier()->setStateEffect(self, value); } KOALA_INTEROP_V2(ButtonAttribute_stateEffect, Ark_NativePointer, Ark_Boolean) - + void impl_ButtonAttribute_buttonStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getButtonModifier()->setButtonStyle(self, static_cast(value)); } KOALA_INTEROP_V2(ButtonAttribute_buttonStyle, Ark_NativePointer, Ark_Int32) - + void impl_ButtonAttribute_controlSize(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getButtonModifier()->setControlSize(self, static_cast(value)); } KOALA_INTEROP_V2(ButtonAttribute_controlSize, Ark_NativePointer, Ark_Int32) - + void impl_ButtonAttribute_role(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getButtonModifier()->setRole(self, static_cast(value)); } KOALA_INTEROP_V2(ButtonAttribute_role, Ark_NativePointer, Ark_Int32) - + void impl_ButtonAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -837,13 +837,13 @@ void impl_ButtonAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getButtonModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(ButtonAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ButtonAttribute_fontSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getButtonModifier()->setFontSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(ButtonAttribute_fontSize, Ark_NativePointer, KLength) - + void impl_ButtonAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -869,13 +869,13 @@ void impl_ButtonAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getButtonModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(ButtonAttribute_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ButtonAttribute_fontStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getButtonModifier()->setFontStyle(self, static_cast(value)); } KOALA_INTEROP_V2(ButtonAttribute_fontStyle, Ark_NativePointer, Ark_Int32) - + void impl_ButtonAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -897,7 +897,7 @@ void impl_ButtonAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getButtonModifier()->setFontFamily(self, (const Ark_Union_String_Resource*)&value_value); } KOALA_INTEROP_V3(ButtonAttribute_fontFamily, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ButtonAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -905,7 +905,7 @@ void impl_ButtonAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getButtonModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(ButtonAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ButtonAttribute_labelStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -913,12 +913,12 @@ void impl_ButtonAttribute_labelStyle(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getButtonModifier()->setLabelStyle(self, (const Ark_LabelStyle*)&value_value); } KOALA_INTEROP_V3(ButtonAttribute_labelStyle, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Calendar_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCalendarModifier()->construct(id, flags); } KOALA_INTEROP_2(Calendar_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CalendarInterface_setCalendarOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -943,43 +943,43 @@ void impl_CalendarInterface_setCalendarOptions(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getCalendarModifier()->setCalendarOptions(self, (const Ark_Type_CalendarInterface_value*)&value_value); } KOALA_INTEROP_V3(CalendarInterface_setCalendarOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarAttribute_showLunar(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCalendarModifier()->setShowLunar(self, value); } KOALA_INTEROP_V2(CalendarAttribute_showLunar, Ark_NativePointer, Ark_Boolean) - + void impl_CalendarAttribute_showHoliday(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCalendarModifier()->setShowHoliday(self, value); } KOALA_INTEROP_V2(CalendarAttribute_showHoliday, Ark_NativePointer, Ark_Boolean) - + void impl_CalendarAttribute_needSlide(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCalendarModifier()->setNeedSlide(self, value); } KOALA_INTEROP_V2(CalendarAttribute_needSlide, Ark_NativePointer, Ark_Boolean) - + void impl_CalendarAttribute_startOfWeek(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCalendarModifier()->setStartOfWeek(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CalendarAttribute_startOfWeek, Ark_NativePointer, KInteropNumber) - + void impl_CalendarAttribute_offDays(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCalendarModifier()->setOffDays(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CalendarAttribute_offDays, Ark_NativePointer, KInteropNumber) - + void impl_CalendarAttribute_direction(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCalendarModifier()->setDirection(self, static_cast(value)); } KOALA_INTEROP_V2(CalendarAttribute_direction, Ark_NativePointer, Ark_Int32) - + void impl_CalendarAttribute_currentDayStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -987,7 +987,7 @@ void impl_CalendarAttribute_currentDayStyle(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCalendarModifier()->setCurrentDayStyle(self, (const Ark_CurrentDayStyle*)&value_value); } KOALA_INTEROP_V3(CalendarAttribute_currentDayStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarAttribute_nonCurrentDayStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -995,7 +995,7 @@ void impl_CalendarAttribute_nonCurrentDayStyle(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getCalendarModifier()->setNonCurrentDayStyle(self, (const Ark_NonCurrentDayStyle*)&value_value); } KOALA_INTEROP_V3(CalendarAttribute_nonCurrentDayStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarAttribute_todayStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1003,7 +1003,7 @@ void impl_CalendarAttribute_todayStyle(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getCalendarModifier()->setTodayStyle(self, (const Ark_TodayStyle*)&value_value); } KOALA_INTEROP_V3(CalendarAttribute_todayStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarAttribute_weekStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1011,7 +1011,7 @@ void impl_CalendarAttribute_weekStyle(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getCalendarModifier()->setWeekStyle(self, (const Ark_WeekStyle*)&value_value); } KOALA_INTEROP_V3(CalendarAttribute_weekStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarAttribute_workStateStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1019,7 +1019,7 @@ void impl_CalendarAttribute_workStateStyle(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getCalendarModifier()->setWorkStateStyle(self, (const Ark_WorkStateStyle*)&value_value); } KOALA_INTEROP_V3(CalendarAttribute_workStateStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarAttribute_onSelectChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1027,7 +1027,7 @@ void impl_CalendarAttribute_onSelectChange(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getCalendarModifier()->setOnSelectChange(self, (const Callback_CalendarSelectedDate_Void*)&value_value); } KOALA_INTEROP_V3(CalendarAttribute_onSelectChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarAttribute_onRequestData(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1035,12 +1035,12 @@ void impl_CalendarAttribute_onRequestData(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getCalendarModifier()->setOnRequestData(self, (const Callback_CalendarRequestedData_Void*)&value_value); } KOALA_INTEROP_V3(CalendarAttribute_onRequestData, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CalendarPicker_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCalendarPickerModifier()->construct(id, flags); } KOALA_INTEROP_2(CalendarPicker_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CalendarPickerInterface_setCalendarPickerOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1055,7 +1055,7 @@ void impl_CalendarPickerInterface_setCalendarPickerOptions(Ark_NativePointer thi GetNodeModifiers()->getCalendarPickerModifier()->setCalendarPickerOptions(self, (const Opt_CalendarOptions*)&options_value); } KOALA_INTEROP_V3(CalendarPickerInterface_setCalendarPickerOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarPickerAttribute_textStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1063,7 +1063,7 @@ void impl_CalendarPickerAttribute_textStyle(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCalendarPickerModifier()->setTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(CalendarPickerAttribute_textStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarPickerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1071,7 +1071,7 @@ void impl_CalendarPickerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getCalendarPickerModifier()->setOnChange(self, (const Callback_Date_Void*)&value_value); } KOALA_INTEROP_V3(CalendarPickerAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CalendarPickerAttribute_edgeAlign(Ark_NativePointer thisPtr, Ark_Int32 alignType, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1089,12 +1089,12 @@ void impl_CalendarPickerAttribute_edgeAlign(Ark_NativePointer thisPtr, Ark_Int32 GetNodeModifiers()->getCalendarPickerModifier()->setEdgeAlign(self, static_cast(alignType), (const Opt_Offset*)&offset_value); } KOALA_INTEROP_V4(CalendarPickerAttribute_edgeAlign, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + Ark_NativePointer impl_Canvas_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCanvasModifier()->construct(id, flags); } KOALA_INTEROP_2(Canvas_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CanvasInterface_setCanvasOptions0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1123,7 +1123,7 @@ void impl_CanvasInterface_setCanvasOptions0(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCanvasModifier()->setCanvasOptions0(self, (const Opt_Union_CanvasRenderingContext2D_DrawingRenderingContext*)&context_value); } KOALA_INTEROP_V3(CanvasInterface_setCanvasOptions0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasInterface_setCanvasOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1146,7 +1146,7 @@ void impl_CanvasInterface_setCanvasOptions1(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCanvasModifier()->setCanvasOptions1(self, (const Ark_Union_CanvasRenderingContext2D_DrawingRenderingContext*)&context_value, (const Ark_ImageAIOptions*)&imageAIOptions_value); } KOALA_INTEROP_V3(CanvasInterface_setCanvasOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasAttribute_onReady(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1154,18 +1154,18 @@ void impl_CanvasAttribute_onReady(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCanvasModifier()->setOnReady(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(CanvasAttribute_onReady, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasAttribute_enableAnalyzer(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCanvasModifier()->setEnableAnalyzer(self, value); } KOALA_INTEROP_V2(CanvasAttribute_enableAnalyzer, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_Checkbox_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCheckboxModifier()->construct(id, flags); } KOALA_INTEROP_2(Checkbox_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CheckboxInterface_setCheckboxOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1180,13 +1180,13 @@ void impl_CheckboxInterface_setCheckboxOptions(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getCheckboxModifier()->setCheckboxOptions(self, (const Opt_CheckboxOptions*)&options_value); } KOALA_INTEROP_V3(CheckboxInterface_setCheckboxOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxAttribute_select(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCheckboxModifier()->setSelect(self, value); } KOALA_INTEROP_V2(CheckboxAttribute_select, Ark_NativePointer, Ark_Boolean) - + void impl_CheckboxAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1216,13 +1216,13 @@ void impl_CheckboxAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getCheckboxModifier()->setSelectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(CheckboxAttribute_selectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxAttribute_shape(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCheckboxModifier()->setShape(self, static_cast(value)); } KOALA_INTEROP_V2(CheckboxAttribute_shape, Ark_NativePointer, Ark_Int32) - + void impl_CheckboxAttribute_unselectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1252,7 +1252,7 @@ void impl_CheckboxAttribute_unselectedColor(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCheckboxModifier()->setUnselectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(CheckboxAttribute_unselectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxAttribute_mark(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1260,7 +1260,7 @@ void impl_CheckboxAttribute_mark(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCheckboxModifier()->setMark(self, (const Ark_MarkStyle*)&value_value); } KOALA_INTEROP_V3(CheckboxAttribute_mark, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1268,7 +1268,7 @@ void impl_CheckboxAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getCheckboxModifier()->setOnChange(self, (const OnCheckboxChangeCallback*)&value_value); } KOALA_INTEROP_V3(CheckboxAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1276,12 +1276,12 @@ void impl_CheckboxAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCheckboxModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(CheckboxAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CheckboxGroup_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCheckboxGroupModifier()->construct(id, flags); } KOALA_INTEROP_2(CheckboxGroup_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CheckboxGroupInterface_setCheckboxGroupOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1296,13 +1296,13 @@ void impl_CheckboxGroupInterface_setCheckboxGroupOptions(Ark_NativePointer thisP GetNodeModifiers()->getCheckboxGroupModifier()->setCheckboxGroupOptions(self, (const Opt_CheckboxGroupOptions*)&options_value); } KOALA_INTEROP_V3(CheckboxGroupInterface_setCheckboxGroupOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxGroupAttribute_selectAll(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCheckboxGroupModifier()->setSelectAll(self, value); } KOALA_INTEROP_V2(CheckboxGroupAttribute_selectAll, Ark_NativePointer, Ark_Boolean) - + void impl_CheckboxGroupAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1332,7 +1332,7 @@ void impl_CheckboxGroupAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getCheckboxGroupModifier()->setSelectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(CheckboxGroupAttribute_selectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxGroupAttribute_unselectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1362,7 +1362,7 @@ void impl_CheckboxGroupAttribute_unselectedColor(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getCheckboxGroupModifier()->setUnselectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(CheckboxGroupAttribute_unselectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxGroupAttribute_mark(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1370,7 +1370,7 @@ void impl_CheckboxGroupAttribute_mark(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getCheckboxGroupModifier()->setMark(self, (const Ark_MarkStyle*)&value_value); } KOALA_INTEROP_V3(CheckboxGroupAttribute_mark, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxGroupAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1378,18 +1378,18 @@ void impl_CheckboxGroupAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getCheckboxGroupModifier()->setOnChange(self, (const OnCheckboxGroupChangeCallback*)&value_value); } KOALA_INTEROP_V3(CheckboxGroupAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CheckboxGroupAttribute_checkboxShape(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCheckboxGroupModifier()->setCheckboxShape(self, static_cast(value)); } KOALA_INTEROP_V2(CheckboxGroupAttribute_checkboxShape, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_Circle_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCircleModifier()->construct(id, flags); } KOALA_INTEROP_2(Circle_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CircleInterface_setCircleOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1404,12 +1404,12 @@ void impl_CircleInterface_setCircleOptions(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getCircleModifier()->setCircleOptions(self, (const Opt_CircleOptions*)&value_value); } KOALA_INTEROP_V3(CircleInterface_setCircleOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Column_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getColumnModifier()->construct(id, flags); } KOALA_INTEROP_2(Column_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ColumnInterface_setColumnOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1424,19 +1424,19 @@ void impl_ColumnInterface_setColumnOptions(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getColumnModifier()->setColumnOptions(self, (const Opt_ColumnOptions*)&options_value); } KOALA_INTEROP_V3(ColumnInterface_setColumnOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ColumnAttribute_alignItems(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getColumnModifier()->setAlignItems(self, static_cast(value)); } KOALA_INTEROP_V2(ColumnAttribute_alignItems, Ark_NativePointer, Ark_Int32) - + void impl_ColumnAttribute_justifyContent(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getColumnModifier()->setJustifyContent(self, static_cast(value)); } KOALA_INTEROP_V2(ColumnAttribute_justifyContent, Ark_NativePointer, Ark_Int32) - + void impl_ColumnAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1444,7 +1444,7 @@ void impl_ColumnAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getColumnModifier()->setPointLight(self, (const Ark_PointLightStyle*)&value_value); } KOALA_INTEROP_V3(ColumnAttribute_pointLight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ColumnAttribute_reverse(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1459,24 +1459,24 @@ void impl_ColumnAttribute_reverse(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getColumnModifier()->setReverse(self, (const Opt_Boolean*)&value_value); } KOALA_INTEROP_V3(ColumnAttribute_reverse, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_ColumnSplit_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getColumnSplitModifier()->construct(id, flags); } KOALA_INTEROP_2(ColumnSplit_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ColumnSplitInterface_setColumnSplitOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getColumnSplitModifier()->setColumnSplitOptions(self); } KOALA_INTEROP_V1(ColumnSplitInterface_setColumnSplitOptions, Ark_NativePointer) - + void impl_ColumnSplitAttribute_resizeable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getColumnSplitModifier()->setResizeable(self, value); } KOALA_INTEROP_V2(ColumnSplitAttribute_resizeable, Ark_NativePointer, Ark_Boolean) - + void impl_ColumnSplitAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1491,24 +1491,24 @@ void impl_ColumnSplitAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getColumnSplitModifier()->setDivider(self, (const Opt_ColumnSplitDividerStyle*)&value_value); } KOALA_INTEROP_V3(ColumnSplitAttribute_divider, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CommonMethod_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCommonMethodModifier()->construct(id, flags); } KOALA_INTEROP_2(CommonMethod_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CommonMethod_width(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(CommonMethod_width, Ark_NativePointer, KLength) - + void impl_CommonMethod_height(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setHeight(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(CommonMethod_height, Ark_NativePointer, KLength) - + void impl_CommonMethod_drawModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1523,7 +1523,7 @@ void impl_CommonMethod_drawModifier(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getCommonMethodModifier()->setDrawModifier(self, (const Opt_DrawModifier*)&value_value); } KOALA_INTEROP_V3(CommonMethod_drawModifier, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_responseRegion(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1552,7 +1552,7 @@ void impl_CommonMethod_responseRegion(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getCommonMethodModifier()->setResponseRegion(self, (const Ark_Union_Array_Rectangle_Rectangle*)&value_value); } KOALA_INTEROP_V3(CommonMethod_responseRegion, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_mouseResponseRegion(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1581,7 +1581,7 @@ void impl_CommonMethod_mouseResponseRegion(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getCommonMethodModifier()->setMouseResponseRegion(self, (const Ark_Union_Array_Rectangle_Rectangle*)&value_value); } KOALA_INTEROP_V3(CommonMethod_mouseResponseRegion, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_size(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1589,7 +1589,7 @@ void impl_CommonMethod_size(Ark_NativePointer thisPtr, uint8_t* thisArray, int32 GetNodeModifiers()->getCommonMethodModifier()->setSize(self, (const Ark_SizeOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_size, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_constraintSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1597,19 +1597,19 @@ void impl_CommonMethod_constraintSize(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getCommonMethodModifier()->setConstraintSize(self, (const Ark_ConstraintSizeOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_constraintSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_touchable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setTouchable(self, value); } KOALA_INTEROP_V2(CommonMethod_touchable, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_hitTestBehavior(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setHitTestBehavior(self, static_cast(value)); } KOALA_INTEROP_V2(CommonMethod_hitTestBehavior, Ark_NativePointer, Ark_Int32) - + void impl_CommonMethod_onChildTouchTest(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1617,7 +1617,7 @@ void impl_CommonMethod_onChildTouchTest(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getCommonMethodModifier()->setOnChildTouchTest(self, (const Callback_Array_TouchTestInfo_TouchResult*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onChildTouchTest, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_layoutWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1639,7 +1639,7 @@ void impl_CommonMethod_layoutWeight(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getCommonMethodModifier()->setLayoutWeight(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(CommonMethod_layoutWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_chainWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1647,7 +1647,7 @@ void impl_CommonMethod_chainWeight(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setChainWeight(self, (const Ark_ChainWeightOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_chainWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_padding(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1706,7 +1706,7 @@ void impl_CommonMethod_padding(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getCommonMethodModifier()->setPadding(self, (const Ark_Union_Padding_Length_LocalizedPadding*)&value_value); } KOALA_INTEROP_V3(CommonMethod_padding, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_safeAreaPadding(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1765,7 +1765,7 @@ void impl_CommonMethod_safeAreaPadding(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getCommonMethodModifier()->setSafeAreaPadding(self, (const Ark_Union_Padding_LengthMetrics_LocalizedPadding*)&value_value); } KOALA_INTEROP_V3(CommonMethod_safeAreaPadding, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_margin(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1824,7 +1824,7 @@ void impl_CommonMethod_margin(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getCommonMethodModifier()->setMargin(self, (const Ark_Union_Margin_Length_LocalizedMargin*)&value_value); } KOALA_INTEROP_V3(CommonMethod_margin, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_backgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1854,7 +1854,7 @@ void impl_CommonMethod_backgroundColor(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getCommonMethodModifier()->setBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(CommonMethod_backgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_pixelRound(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1862,7 +1862,7 @@ void impl_CommonMethod_pixelRound(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setPixelRound(self, (const Ark_PixelRoundPolicy*)&value_value); } KOALA_INTEROP_V3(CommonMethod_pixelRound, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_backgroundImageSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1884,7 +1884,7 @@ void impl_CommonMethod_backgroundImageSize(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getCommonMethodModifier()->setBackgroundImageSize(self, (const Ark_Union_SizeOptions_ImageSize*)&value_value); } KOALA_INTEROP_V3(CommonMethod_backgroundImageSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_backgroundImagePosition(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1906,7 +1906,7 @@ void impl_CommonMethod_backgroundImagePosition(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getCommonMethodModifier()->setBackgroundImagePosition(self, (const Ark_Union_Position_Alignment*)&value_value); } KOALA_INTEROP_V3(CommonMethod_backgroundImagePosition, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_backgroundEffect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1914,7 +1914,7 @@ void impl_CommonMethod_backgroundEffect(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getCommonMethodModifier()->setBackgroundEffect(self, (const Ark_BackgroundEffectOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_backgroundEffect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_backgroundImageResizable(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1922,7 +1922,7 @@ void impl_CommonMethod_backgroundImageResizable(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getCommonMethodModifier()->setBackgroundImageResizable(self, (const Ark_ResizableOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_backgroundImageResizable, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_foregroundEffect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1930,7 +1930,7 @@ void impl_CommonMethod_foregroundEffect(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getCommonMethodModifier()->setForegroundEffect(self, (const Ark_ForegroundEffectOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_foregroundEffect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_visualEffect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1938,7 +1938,7 @@ void impl_CommonMethod_visualEffect(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getCommonMethodModifier()->setVisualEffect(self, (const Ark_VisualEffect*)&value_value); } KOALA_INTEROP_V3(CommonMethod_visualEffect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_backgroundFilter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1946,7 +1946,7 @@ void impl_CommonMethod_backgroundFilter(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getCommonMethodModifier()->setBackgroundFilter(self, (const Ark_Filter*)&value_value); } KOALA_INTEROP_V3(CommonMethod_backgroundFilter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_foregroundFilter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1954,7 +1954,7 @@ void impl_CommonMethod_foregroundFilter(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getCommonMethodModifier()->setForegroundFilter(self, (const Ark_Filter*)&value_value); } KOALA_INTEROP_V3(CommonMethod_foregroundFilter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_compositingFilter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1962,7 +1962,7 @@ void impl_CommonMethod_compositingFilter(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getCommonMethodModifier()->setCompositingFilter(self, (const Ark_Filter*)&value_value); } KOALA_INTEROP_V3(CommonMethod_compositingFilter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_opacity(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1984,7 +1984,7 @@ void impl_CommonMethod_opacity(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getCommonMethodModifier()->setOpacity(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(CommonMethod_opacity, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_border(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -1992,7 +1992,7 @@ void impl_CommonMethod_border(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getCommonMethodModifier()->setBorder(self, (const Ark_BorderOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_border, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_borderStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2047,7 +2047,7 @@ void impl_CommonMethod_borderStyle(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setBorderStyle(self, (const Ark_Union_BorderStyle_EdgeStyles*)&value_value); } KOALA_INTEROP_V3(CommonMethod_borderStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_borderWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2106,7 +2106,7 @@ void impl_CommonMethod_borderWidth(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setBorderWidth(self, (const Ark_Union_Length_EdgeWidths_LocalizedEdgeWidths*)&value_value); } KOALA_INTEROP_V3(CommonMethod_borderWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_borderColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2275,7 +2275,7 @@ void impl_CommonMethod_borderColor(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setBorderColor(self, (const Ark_Union_ResourceColor_EdgeColors_LocalizedEdgeColors*)&value_value); } KOALA_INTEROP_V3(CommonMethod_borderColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_borderRadius(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2334,7 +2334,7 @@ void impl_CommonMethod_borderRadius(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getCommonMethodModifier()->setBorderRadius(self, (const Ark_Union_Length_BorderRadiuses_LocalizedBorderRadiuses*)&value_value); } KOALA_INTEROP_V3(CommonMethod_borderRadius, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_borderImage(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2342,7 +2342,7 @@ void impl_CommonMethod_borderImage(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setBorderImage(self, (const Ark_BorderImageOption*)&value_value); } KOALA_INTEROP_V3(CommonMethod_borderImage, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_outline(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2350,7 +2350,7 @@ void impl_CommonMethod_outline(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getCommonMethodModifier()->setOutline(self, (const Ark_OutlineOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_outline, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_outlineStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2405,7 +2405,7 @@ void impl_CommonMethod_outlineStyle(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getCommonMethodModifier()->setOutlineStyle(self, (const Ark_Union_OutlineStyle_EdgeOutlineStyles*)&value_value); } KOALA_INTEROP_V3(CommonMethod_outlineStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_outlineWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2460,7 +2460,7 @@ void impl_CommonMethod_outlineWidth(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getCommonMethodModifier()->setOutlineWidth(self, (const Ark_Union_Dimension_EdgeOutlineWidths*)&value_value); } KOALA_INTEROP_V3(CommonMethod_outlineWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_outlineColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2629,7 +2629,7 @@ void impl_CommonMethod_outlineColor(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getCommonMethodModifier()->setOutlineColor(self, (const Ark_Union_ResourceColor_EdgeColors_LocalizedEdgeColors*)&value_value); } KOALA_INTEROP_V3(CommonMethod_outlineColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_outlineRadius(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2684,7 +2684,7 @@ void impl_CommonMethod_outlineRadius(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getCommonMethodModifier()->setOutlineRadius(self, (const Ark_Union_Dimension_OutlineRadiuses*)&value_value); } KOALA_INTEROP_V3(CommonMethod_outlineRadius, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_foregroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2728,7 +2728,7 @@ void impl_CommonMethod_foregroundColor(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getCommonMethodModifier()->setForegroundColor(self, (const Ark_Union_ResourceColor_ColoringStrategy*)&value_value); } KOALA_INTEROP_V3(CommonMethod_foregroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onClick0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2736,7 +2736,7 @@ void impl_CommonMethod_onClick0(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getCommonMethodModifier()->setOnClick0(self, (const Callback_ClickEvent_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onClick0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onClick1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, KInteropNumber distanceThreshold) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2744,7 +2744,7 @@ void impl_CommonMethod_onClick1(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getCommonMethodModifier()->setOnClick1(self, (const Callback_ClickEvent_Void*)&event_value, (const Ark_Number*) (&distanceThreshold)); } KOALA_INTEROP_V4(CommonMethod_onClick1, Ark_NativePointer, uint8_t*, int32_t, KInteropNumber) - + void impl_CommonMethod_onHover(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2752,7 +2752,7 @@ void impl_CommonMethod_onHover(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getCommonMethodModifier()->setOnHover(self, (const Callback_Boolean_HoverEvent_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onHover, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onAccessibilityHover(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2760,13 +2760,13 @@ void impl_CommonMethod_onAccessibilityHover(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCommonMethodModifier()->setOnAccessibilityHover(self, (const AccessibilityCallback*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onAccessibilityHover, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_hoverEffect(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setHoverEffect(self, static_cast(value)); } KOALA_INTEROP_V2(CommonMethod_hoverEffect, Ark_NativePointer, Ark_Int32) - + void impl_CommonMethod_onMouse(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2774,7 +2774,7 @@ void impl_CommonMethod_onMouse(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getCommonMethodModifier()->setOnMouse(self, (const Callback_MouseEvent_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onMouse, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onTouch(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2782,7 +2782,7 @@ void impl_CommonMethod_onTouch(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getCommonMethodModifier()->setOnTouch(self, (const Callback_TouchEvent_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onTouch, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onKeyEvent(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2790,7 +2790,7 @@ void impl_CommonMethod_onKeyEvent(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setOnKeyEvent(self, (const Callback_KeyEvent_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onKeyEvent, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onKeyPreIme(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2798,13 +2798,13 @@ void impl_CommonMethod_onKeyPreIme(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setOnKeyPreIme(self, (const Callback_KeyEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onKeyPreIme, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_focusable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setFocusable(self, value); } KOALA_INTEROP_V2(CommonMethod_focusable, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_onFocus(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2812,7 +2812,7 @@ void impl_CommonMethod_onFocus(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getCommonMethodModifier()->setOnFocus(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onFocus, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onBlur(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2820,31 +2820,31 @@ void impl_CommonMethod_onBlur(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getCommonMethodModifier()->setOnBlur(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onBlur, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_tabIndex(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setTabIndex(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_tabIndex, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_defaultFocus(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setDefaultFocus(self, value); } KOALA_INTEROP_V2(CommonMethod_defaultFocus, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_groupDefaultFocus(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setGroupDefaultFocus(self, value); } KOALA_INTEROP_V2(CommonMethod_groupDefaultFocus, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_focusOnTouch(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setFocusOnTouch(self, value); } KOALA_INTEROP_V2(CommonMethod_focusOnTouch, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_focusBox(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2852,7 +2852,7 @@ void impl_CommonMethod_focusBox(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getCommonMethodModifier()->setFocusBox(self, (const Ark_FocusBoxStyle*)&value_value); } KOALA_INTEROP_V3(CommonMethod_focusBox, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_animation(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2860,7 +2860,7 @@ void impl_CommonMethod_animation(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setAnimation(self, (const Ark_AnimateParam*)&value_value); } KOALA_INTEROP_V3(CommonMethod_animation, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_transition0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2882,7 +2882,7 @@ void impl_CommonMethod_transition0(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setTransition0(self, (const Ark_Union_TransitionOptions_TransitionEffect*)&value_value); } KOALA_INTEROP_V3(CommonMethod_transition0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_transition1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2898,7 +2898,7 @@ void impl_CommonMethod_transition1(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setTransition1(self, (const Ark_TransitionEffect*)&effect_value, (const Opt_TransitionFinishCallback*)&onFinish_value); } KOALA_INTEROP_V3(CommonMethod_transition1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_motionBlur(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2906,25 +2906,25 @@ void impl_CommonMethod_motionBlur(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setMotionBlur(self, (const Ark_MotionBlurOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_motionBlur, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_brightness(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setBrightness(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_brightness, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_contrast(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setContrast(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_contrast, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_grayscale(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setGrayscale(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_grayscale, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_colorBlend(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2950,19 +2950,19 @@ void impl_CommonMethod_colorBlend(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setColorBlend(self, (const Ark_Union_Color_String_Resource*)&value_value); } KOALA_INTEROP_V3(CommonMethod_colorBlend, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_saturate(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setSaturate(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_saturate, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_sepia(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setSepia(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_sepia, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_invert(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -2984,7 +2984,7 @@ void impl_CommonMethod_invert(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getCommonMethodModifier()->setInvert(self, (const Ark_Union_Number_InvertOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_invert, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_hueRotate(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3006,37 +3006,37 @@ void impl_CommonMethod_hueRotate(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setHueRotate(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(CommonMethod_hueRotate, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_useShadowBatching(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setUseShadowBatching(self, value); } KOALA_INTEROP_V2(CommonMethod_useShadowBatching, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_useEffect0(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setUseEffect0(self, value); } KOALA_INTEROP_V2(CommonMethod_useEffect0, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_useEffect1(Ark_NativePointer thisPtr, Ark_Boolean useEffect, Ark_Int32 effectType) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setUseEffect1(self, useEffect, static_cast(effectType)); } KOALA_INTEROP_V3(CommonMethod_useEffect1, Ark_NativePointer, Ark_Boolean, Ark_Int32) - + void impl_CommonMethod_renderGroup(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setRenderGroup(self, value); } KOALA_INTEROP_V2(CommonMethod_renderGroup, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_freeze(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setFreeze(self, value); } KOALA_INTEROP_V2(CommonMethod_freeze, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_translate(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3044,7 +3044,7 @@ void impl_CommonMethod_translate(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setTranslate(self, (const Ark_TranslateOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_translate, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_scale(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3052,19 +3052,19 @@ void impl_CommonMethod_scale(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetNodeModifiers()->getCommonMethodModifier()->setScale(self, (const Ark_ScaleOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_scale, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_gridSpan(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setGridSpan(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_gridSpan, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_gridOffset(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setGridOffset(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_gridOffset, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_rotate(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3072,7 +3072,7 @@ void impl_CommonMethod_rotate(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getCommonMethodModifier()->setRotate(self, (const Ark_RotateOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_rotate, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_transform(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3080,7 +3080,7 @@ void impl_CommonMethod_transform(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setTransform(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(CommonMethod_transform, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onAppear(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3088,7 +3088,7 @@ void impl_CommonMethod_onAppear(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getCommonMethodModifier()->setOnAppear(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onAppear, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onDisAppear(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3096,7 +3096,7 @@ void impl_CommonMethod_onDisAppear(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setOnDisAppear(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onDisAppear, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onAttach(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3104,7 +3104,7 @@ void impl_CommonMethod_onAttach(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getCommonMethodModifier()->setOnAttach(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onAttach, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onDetach(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3112,7 +3112,7 @@ void impl_CommonMethod_onDetach(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getCommonMethodModifier()->setOnDetach(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onDetach, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onAreaChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3120,25 +3120,25 @@ void impl_CommonMethod_onAreaChange(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getCommonMethodModifier()->setOnAreaChange(self, (const Callback_Area_Area_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onAreaChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_visibility(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setVisibility(self, static_cast(value)); } KOALA_INTEROP_V2(CommonMethod_visibility, Ark_NativePointer, Ark_Int32) - + void impl_CommonMethod_flexGrow(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setFlexGrow(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_flexGrow, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_flexShrink(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setFlexShrink(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_flexShrink, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_flexBasis(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3160,37 +3160,37 @@ void impl_CommonMethod_flexBasis(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setFlexBasis(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(CommonMethod_flexBasis, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_alignSelf(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAlignSelf(self, static_cast(value)); } KOALA_INTEROP_V2(CommonMethod_alignSelf, Ark_NativePointer, Ark_Int32) - + void impl_CommonMethod_displayPriority(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setDisplayPriority(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_displayPriority, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_zIndex(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setZIndex(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_zIndex, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_direction(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setDirection(self, static_cast(value)); } KOALA_INTEROP_V2(CommonMethod_direction, Ark_NativePointer, Ark_Int32) - + void impl_CommonMethod_align(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAlign(self, static_cast(value)); } KOALA_INTEROP_V2(CommonMethod_align, Ark_NativePointer, Ark_Int32) - + void impl_CommonMethod_position(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3216,7 +3216,7 @@ void impl_CommonMethod_position(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getCommonMethodModifier()->setPosition(self, (const Ark_Union_Position_Edges_LocalizedEdges*)&value_value); } KOALA_INTEROP_V3(CommonMethod_position, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_markAnchor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3238,7 +3238,7 @@ void impl_CommonMethod_markAnchor(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setMarkAnchor(self, (const Ark_Union_Position_LocalizedPosition*)&value_value); } KOALA_INTEROP_V3(CommonMethod_markAnchor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_offset(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3264,13 +3264,13 @@ void impl_CommonMethod_offset(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getCommonMethodModifier()->setOffset(self, (const Ark_Union_Position_Edges_LocalizedEdges*)&value_value); } KOALA_INTEROP_V3(CommonMethod_offset, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_enabled(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setEnabled(self, value); } KOALA_INTEROP_V2(CommonMethod_enabled, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_useSizeType(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3379,7 +3379,7 @@ void impl_CommonMethod_useSizeType(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setUseSizeType(self, (const Ark_Literal_Union_Number_Literal_Number_offset_span_lg_md_sm_xs*)&value_value); } KOALA_INTEROP_V3(CommonMethod_useSizeType, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_alignRules0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3387,7 +3387,7 @@ void impl_CommonMethod_alignRules0(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setAlignRules0(self, (const Ark_AlignRuleOption*)&value_value); } KOALA_INTEROP_V3(CommonMethod_alignRules0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_alignRules1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3395,13 +3395,13 @@ void impl_CommonMethod_alignRules1(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setAlignRules1(self, (const Ark_LocalizedAlignRuleOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_alignRules1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_aspectRatio(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAspectRatio(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_aspectRatio, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_clickEffect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3416,7 +3416,7 @@ void impl_CommonMethod_clickEffect(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setClickEffect(self, (const Opt_ClickEffect*)&value_value); } KOALA_INTEROP_V3(CommonMethod_clickEffect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onDragStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3424,7 +3424,7 @@ void impl_CommonMethod_onDragStart(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setOnDragStart(self, (const Callback_DragEvent_String_Union_CustomBuilder_DragItemInfo*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onDragStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onDragEnter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3432,7 +3432,7 @@ void impl_CommonMethod_onDragEnter(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setOnDragEnter(self, (const Callback_DragEvent_String_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onDragEnter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onDragMove(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3440,7 +3440,7 @@ void impl_CommonMethod_onDragMove(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setOnDragMove(self, (const Callback_DragEvent_String_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onDragMove, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onDragLeave(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3448,7 +3448,7 @@ void impl_CommonMethod_onDragLeave(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setOnDragLeave(self, (const Callback_DragEvent_String_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onDragLeave, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onDrop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3456,7 +3456,7 @@ void impl_CommonMethod_onDrop(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getCommonMethodModifier()->setOnDrop(self, (const Callback_DragEvent_String_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onDrop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onDragEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3464,7 +3464,7 @@ void impl_CommonMethod_onDragEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setOnDragEnd(self, (const Callback_DragEvent_String_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onDragEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_allowDrop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3486,13 +3486,13 @@ void impl_CommonMethod_allowDrop(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setAllowDrop(self, (const Opt_Array_UniformDataType*)&value_value); } KOALA_INTEROP_V3(CommonMethod_allowDrop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_draggable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setDraggable(self, value); } KOALA_INTEROP_V2(CommonMethod_draggable, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_dragPreview(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3518,7 +3518,7 @@ void impl_CommonMethod_dragPreview(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setDragPreview(self, (const Ark_Union_CustomBuilder_DragItemInfo_String*)&value_value); } KOALA_INTEROP_V3(CommonMethod_dragPreview, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onPreDrag(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3526,7 +3526,7 @@ void impl_CommonMethod_onPreDrag(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setOnPreDrag(self, (const Callback_PreDragStatus_Void*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onPreDrag, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_linearGradient(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3606,7 +3606,7 @@ void impl_CommonMethod_linearGradient(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getCommonMethodModifier()->setLinearGradient(self, (const Ark_Type_CommonMethod_linearGradient_value*)&value_value); } KOALA_INTEROP_V3(CommonMethod_linearGradient, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_sweepGradient(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3726,7 +3726,7 @@ void impl_CommonMethod_sweepGradient(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getCommonMethodModifier()->setSweepGradient(self, (const Ark_Type_CommonMethod_sweepGradient_value*)&value_value); } KOALA_INTEROP_V3(CommonMethod_sweepGradient, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_radialGradient(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3795,7 +3795,7 @@ void impl_CommonMethod_radialGradient(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getCommonMethodModifier()->setRadialGradient(self, (const Ark_Type_CommonMethod_radialGradient_value*)&value_value); } KOALA_INTEROP_V3(CommonMethod_radialGradient, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_motionPath(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3803,7 +3803,7 @@ void impl_CommonMethod_motionPath(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setMotionPath(self, (const Ark_MotionPathOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_motionPath, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_shadow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3825,13 +3825,13 @@ void impl_CommonMethod_shadow(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getCommonMethodModifier()->setShadow(self, (const Ark_Union_ShadowOptions_ShadowStyle*)&value_value); } KOALA_INTEROP_V3(CommonMethod_shadow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_clip0(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setClip0(self, value); } KOALA_INTEROP_V2(CommonMethod_clip0, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_clip1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3865,7 +3865,7 @@ void impl_CommonMethod_clip1(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetNodeModifiers()->getCommonMethodModifier()->setClip1(self, (const Ark_Type_CommonMethod_clip_value*)&value_value); } KOALA_INTEROP_V3(CommonMethod_clip1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_clipShape(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3895,7 +3895,7 @@ void impl_CommonMethod_clipShape(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setClipShape(self, (const Ark_Union_CircleShape_EllipseShape_PathShape_RectShape*)&value_value); } KOALA_INTEROP_V3(CommonMethod_clipShape, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_mask0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3903,7 +3903,7 @@ void impl_CommonMethod_mask0(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetNodeModifiers()->getCommonMethodModifier()->setMask0(self, (const Ark_ProgressMask*)&value_value); } KOALA_INTEROP_V3(CommonMethod_mask0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_mask1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3937,7 +3937,7 @@ void impl_CommonMethod_mask1(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetNodeModifiers()->getCommonMethodModifier()->setMask1(self, (const Ark_Type_CommonMethod_mask_value*)&value_value); } KOALA_INTEROP_V3(CommonMethod_mask1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_maskShape(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -3967,25 +3967,25 @@ void impl_CommonMethod_maskShape(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setMaskShape(self, (const Ark_Union_CircleShape_EllipseShape_PathShape_RectShape*)&value_value); } KOALA_INTEROP_V3(CommonMethod_maskShape, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_key(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setKey(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(CommonMethod_key, Ark_NativePointer, KStringPtr) - + void impl_CommonMethod_id(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setId(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(CommonMethod_id, Ark_NativePointer, KStringPtr) - + void impl_CommonMethod_geometryTransition0(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setGeometryTransition0(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(CommonMethod_geometryTransition0, Ark_NativePointer, KStringPtr) - + void impl_CommonMethod_geometryTransition1(Ark_NativePointer thisPtr, const KStringPtr& id, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4000,7 +4000,7 @@ void impl_CommonMethod_geometryTransition1(Ark_NativePointer thisPtr, const KStr GetNodeModifiers()->getCommonMethodModifier()->setGeometryTransition1(self, (const Ark_String*) (&id), (const Opt_GeometryTransitionOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_geometryTransition1, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_CommonMethod_stateStyles(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4008,25 +4008,25 @@ void impl_CommonMethod_stateStyles(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonMethodModifier()->setStateStyles(self, (const Ark_StateStyles*)&value_value); } KOALA_INTEROP_V3(CommonMethod_stateStyles, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_restoreId(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setRestoreId(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_restoreId, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_sphericalEffect(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setSphericalEffect(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_sphericalEffect, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_lightUpEffect(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setLightUpEffect(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(CommonMethod_lightUpEffect, Ark_NativePointer, KInteropNumber) - + void impl_CommonMethod_pixelStretchEffect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4034,13 +4034,13 @@ void impl_CommonMethod_pixelStretchEffect(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getCommonMethodModifier()->setPixelStretchEffect(self, (const Ark_PixelStretchEffectOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_pixelStretchEffect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_accessibilityGroup0(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityGroup0(self, value); } KOALA_INTEROP_V2(CommonMethod_accessibilityGroup0, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_accessibilityGroup1(Ark_NativePointer thisPtr, Ark_Boolean isGroup, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4048,13 +4048,13 @@ void impl_CommonMethod_accessibilityGroup1(Ark_NativePointer thisPtr, Ark_Boolea GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityGroup1(self, isGroup, (const Ark_AccessibilityOptions*)&accessibilityOptions_value); } KOALA_INTEROP_V4(CommonMethod_accessibilityGroup1, Ark_NativePointer, Ark_Boolean, uint8_t*, int32_t) - + void impl_CommonMethod_accessibilityText0(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityText0(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(CommonMethod_accessibilityText0, Ark_NativePointer, KStringPtr) - + void impl_CommonMethod_accessibilityText1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4062,19 +4062,19 @@ void impl_CommonMethod_accessibilityText1(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityText1(self, (const Ark_Resource*)&value_value); } KOALA_INTEROP_V3(CommonMethod_accessibilityText1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_accessibilityTextHint(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityTextHint(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(CommonMethod_accessibilityTextHint, Ark_NativePointer, KStringPtr) - + void impl_CommonMethod_accessibilityDescription0(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityDescription0(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(CommonMethod_accessibilityDescription0, Ark_NativePointer, KStringPtr) - + void impl_CommonMethod_accessibilityDescription1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4082,13 +4082,13 @@ void impl_CommonMethod_accessibilityDescription1(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityDescription1(self, (const Ark_Resource*)&value_value); } KOALA_INTEROP_V3(CommonMethod_accessibilityDescription1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_accessibilityLevel(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityLevel(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(CommonMethod_accessibilityLevel, Ark_NativePointer, KStringPtr) - + void impl_CommonMethod_accessibilityVirtualNode(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4096,19 +4096,19 @@ void impl_CommonMethod_accessibilityVirtualNode(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityVirtualNode(self, (const CustomNodeBuilder*)&value_value); } KOALA_INTEROP_V3(CommonMethod_accessibilityVirtualNode, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_accessibilityChecked(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAccessibilityChecked(self, value); } KOALA_INTEROP_V2(CommonMethod_accessibilityChecked, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_accessibilitySelected(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setAccessibilitySelected(self, value); } KOALA_INTEROP_V2(CommonMethod_accessibilitySelected, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_obscured(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4123,19 +4123,19 @@ void impl_CommonMethod_obscured(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getCommonMethodModifier()->setObscured(self, (const Array_ObscuredReasons*)&value_value); } KOALA_INTEROP_V3(CommonMethod_obscured, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_reuseId(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setReuseId(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(CommonMethod_reuseId, Ark_NativePointer, KStringPtr) - + void impl_CommonMethod_renderFit(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setRenderFit(self, static_cast(value)); } KOALA_INTEROP_V2(CommonMethod_renderFit, Ark_NativePointer, Ark_Int32) - + void impl_CommonMethod_gestureModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4143,7 +4143,7 @@ void impl_CommonMethod_gestureModifier(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getCommonMethodModifier()->setGestureModifier(self, (const Ark_GestureModifier*)&value_value); } KOALA_INTEROP_V3(CommonMethod_gestureModifier, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_backgroundBrightness(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4151,7 +4151,7 @@ void impl_CommonMethod_backgroundBrightness(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCommonMethodModifier()->setBackgroundBrightness(self, (const Ark_BackgroundBrightnessOptions*)&value_value); } KOALA_INTEROP_V3(CommonMethod_backgroundBrightness, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onGestureJudgeBegin(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4159,7 +4159,7 @@ void impl_CommonMethod_onGestureJudgeBegin(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getCommonMethodModifier()->setOnGestureJudgeBegin(self, (const Callback_GestureInfo_BaseGestureEvent_GestureJudgeResult*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onGestureJudgeBegin, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onGestureRecognizerJudgeBegin0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4167,7 +4167,7 @@ void impl_CommonMethod_onGestureRecognizerJudgeBegin0(Ark_NativePointer thisPtr, GetNodeModifiers()->getCommonMethodModifier()->setOnGestureRecognizerJudgeBegin0(self, (const GestureRecognizerJudgeBeginCallback*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onGestureRecognizerJudgeBegin0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onGestureRecognizerJudgeBegin1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, Ark_Boolean exposeInnerGesture) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4175,7 +4175,7 @@ void impl_CommonMethod_onGestureRecognizerJudgeBegin1(Ark_NativePointer thisPtr, GetNodeModifiers()->getCommonMethodModifier()->setOnGestureRecognizerJudgeBegin1(self, (const GestureRecognizerJudgeBeginCallback*)&callback__value, exposeInnerGesture); } KOALA_INTEROP_V4(CommonMethod_onGestureRecognizerJudgeBegin1, Ark_NativePointer, uint8_t*, int32_t, Ark_Boolean) - + void impl_CommonMethod_shouldBuiltInRecognizerParallelWith(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4183,13 +4183,13 @@ void impl_CommonMethod_shouldBuiltInRecognizerParallelWith(Ark_NativePointer thi GetNodeModifiers()->getCommonMethodModifier()->setShouldBuiltInRecognizerParallelWith(self, (const ShouldBuiltInRecognizerParallelWithCallback*)&value_value); } KOALA_INTEROP_V3(CommonMethod_shouldBuiltInRecognizerParallelWith, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_monopolizeEvents(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setMonopolizeEvents(self, value); } KOALA_INTEROP_V2(CommonMethod_monopolizeEvents, Ark_NativePointer, Ark_Boolean) - + void impl_CommonMethod_onTouchIntercept(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4197,7 +4197,7 @@ void impl_CommonMethod_onTouchIntercept(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getCommonMethodModifier()->setOnTouchIntercept(self, (const Callback_TouchEvent_HitTestMode*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onTouchIntercept, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onSizeChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4205,7 +4205,7 @@ void impl_CommonMethod_onSizeChange(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getCommonMethodModifier()->setOnSizeChange(self, (const SizeChangeCallback*)&value_value); } KOALA_INTEROP_V3(CommonMethod_onSizeChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_customProperty(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4220,7 +4220,7 @@ void impl_CommonMethod_customProperty(Ark_NativePointer thisPtr, const KStringPt GetNodeModifiers()->getCommonMethodModifier()->setCustomProperty(self, (const Ark_String*) (&name), (const Opt_CustomObject*)&value_value); } KOALA_INTEROP_V4(CommonMethod_customProperty, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_CommonMethod_expandSafeArea(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4257,7 +4257,7 @@ void impl_CommonMethod_expandSafeArea(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getCommonMethodModifier()->setExpandSafeArea(self, (const Opt_Array_SafeAreaType*)&types_value, (const Opt_Array_SafeAreaEdge*)&edges_value); } KOALA_INTEROP_V3(CommonMethod_expandSafeArea, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_background(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4282,7 +4282,7 @@ void impl_CommonMethod_background(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setBackground(self, (const CustomNodeBuilder*)&builder_value, (const Opt_Literal_Alignment_align*)&options_value); } KOALA_INTEROP_V3(CommonMethod_background, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_backgroundImage(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4326,7 +4326,7 @@ void impl_CommonMethod_backgroundImage(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getCommonMethodModifier()->setBackgroundImage(self, (const Ark_Union_ResourceStr_PixelMap*)&src_value, (const Opt_ImageRepeat*)&repeat_value); } KOALA_INTEROP_V3(CommonMethod_backgroundImage, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_backgroundBlurStyle(Ark_NativePointer thisPtr, Ark_Int32 value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4341,7 +4341,7 @@ void impl_CommonMethod_backgroundBlurStyle(Ark_NativePointer thisPtr, Ark_Int32 GetNodeModifiers()->getCommonMethodModifier()->setBackgroundBlurStyle(self, static_cast(value), (const Opt_BackgroundBlurStyleOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_backgroundBlurStyle, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_CommonMethod_foregroundBlurStyle(Ark_NativePointer thisPtr, Ark_Int32 value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4356,7 +4356,7 @@ void impl_CommonMethod_foregroundBlurStyle(Ark_NativePointer thisPtr, Ark_Int32 GetNodeModifiers()->getCommonMethodModifier()->setForegroundBlurStyle(self, static_cast(value), (const Opt_ForegroundBlurStyleOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_foregroundBlurStyle, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_CommonMethod_focusScopeId0(Ark_NativePointer thisPtr, const KStringPtr& id, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4371,7 +4371,7 @@ void impl_CommonMethod_focusScopeId0(Ark_NativePointer thisPtr, const KStringPtr GetNodeModifiers()->getCommonMethodModifier()->setFocusScopeId0(self, (const Ark_String*) (&id), (const Opt_Boolean*)&isGroup_value); } KOALA_INTEROP_V4(CommonMethod_focusScopeId0, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_CommonMethod_focusScopeId1(Ark_NativePointer thisPtr, const KStringPtr& id, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4394,7 +4394,7 @@ void impl_CommonMethod_focusScopeId1(Ark_NativePointer thisPtr, const KStringPtr GetNodeModifiers()->getCommonMethodModifier()->setFocusScopeId1(self, (const Ark_String*) (&id), (const Opt_Boolean*)&isGroup_value, (const Opt_Boolean*)&arrowStepOut_value); } KOALA_INTEROP_V4(CommonMethod_focusScopeId1, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_CommonMethod_focusScopePriority(Ark_NativePointer thisPtr, const KStringPtr& scopeId, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4409,7 +4409,7 @@ void impl_CommonMethod_focusScopePriority(Ark_NativePointer thisPtr, const KStri GetNodeModifiers()->getCommonMethodModifier()->setFocusScopePriority(self, (const Ark_String*) (&scopeId), (const Opt_FocusPriority*)&priority_value); } KOALA_INTEROP_V4(CommonMethod_focusScopePriority, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_CommonMethod_gesture(Ark_NativePointer thisPtr, Ark_Int32 gesture, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4424,7 +4424,7 @@ void impl_CommonMethod_gesture(Ark_NativePointer thisPtr, Ark_Int32 gesture, uin GetNodeModifiers()->getCommonMethodModifier()->setGesture(self, static_cast(gesture), (const Opt_GestureMask*)&mask_value); } KOALA_INTEROP_V4(CommonMethod_gesture, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_CommonMethod_priorityGesture(Ark_NativePointer thisPtr, Ark_Int32 gesture, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4439,7 +4439,7 @@ void impl_CommonMethod_priorityGesture(Ark_NativePointer thisPtr, Ark_Int32 gest GetNodeModifiers()->getCommonMethodModifier()->setPriorityGesture(self, static_cast(gesture), (const Opt_GestureMask*)&mask_value); } KOALA_INTEROP_V4(CommonMethod_priorityGesture, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_CommonMethod_parallelGesture(Ark_NativePointer thisPtr, Ark_Int32 gesture, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4454,7 +4454,7 @@ void impl_CommonMethod_parallelGesture(Ark_NativePointer thisPtr, Ark_Int32 gest GetNodeModifiers()->getCommonMethodModifier()->setParallelGesture(self, static_cast(gesture), (const Opt_GestureMask*)&mask_value); } KOALA_INTEROP_V4(CommonMethod_parallelGesture, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_CommonMethod_blur(Ark_NativePointer thisPtr, KInteropNumber value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4469,7 +4469,7 @@ void impl_CommonMethod_blur(Ark_NativePointer thisPtr, KInteropNumber value, uin GetNodeModifiers()->getCommonMethodModifier()->setBlur(self, (const Ark_Number*) (&value), (const Opt_BlurOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_blur, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_CommonMethod_linearGradientBlur(Ark_NativePointer thisPtr, KInteropNumber value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4477,13 +4477,13 @@ void impl_CommonMethod_linearGradientBlur(Ark_NativePointer thisPtr, KInteropNum GetNodeModifiers()->getCommonMethodModifier()->setLinearGradientBlur(self, (const Ark_Number*) (&value), (const Ark_LinearGradientBlurOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_linearGradientBlur, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_CommonMethod_systemBarEffect(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setSystemBarEffect(self); } KOALA_INTEROP_V1(CommonMethod_systemBarEffect, Ark_NativePointer) - + void impl_CommonMethod_backdropBlur(Ark_NativePointer thisPtr, KInteropNumber value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4498,7 +4498,7 @@ void impl_CommonMethod_backdropBlur(Ark_NativePointer thisPtr, KInteropNumber va GetNodeModifiers()->getCommonMethodModifier()->setBackdropBlur(self, (const Ark_Number*) (&value), (const Opt_BlurOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_backdropBlur, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_CommonMethod_sharedTransition(Ark_NativePointer thisPtr, const KStringPtr& id, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4513,13 +4513,13 @@ void impl_CommonMethod_sharedTransition(Ark_NativePointer thisPtr, const KString GetNodeModifiers()->getCommonMethodModifier()->setSharedTransition(self, (const Ark_String*) (&id), (const Opt_sharedTransitionOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_sharedTransition, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_CommonMethod_chainMode(Ark_NativePointer thisPtr, Ark_Int32 direction, Ark_Int32 style) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonMethodModifier()->setChainMode(self, static_cast(direction), static_cast(style)); } KOALA_INTEROP_V3(CommonMethod_chainMode, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CommonMethod_dragPreviewOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4535,7 +4535,7 @@ void impl_CommonMethod_dragPreviewOptions(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getCommonMethodModifier()->setDragPreviewOptions(self, (const Ark_DragPreviewOptions*)&value_value, (const Opt_DragInteractionOptions*)&options_value); } KOALA_INTEROP_V3(CommonMethod_dragPreviewOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_overlay(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4569,7 +4569,7 @@ void impl_CommonMethod_overlay(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getCommonMethodModifier()->setOverlay(self, (const Ark_Union_String_CustomBuilder_ComponentContent*)&value_value, (const Opt_OverlayOptions*)&options_value); } KOALA_INTEROP_V3(CommonMethod_overlay, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_blendMode(Ark_NativePointer thisPtr, Ark_Int32 value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4584,7 +4584,7 @@ void impl_CommonMethod_blendMode(Ark_NativePointer thisPtr, Ark_Int32 value, uin GetNodeModifiers()->getCommonMethodModifier()->setBlendMode(self, static_cast(value), (const Opt_BlendApplyType*)&type_value); } KOALA_INTEROP_V4(CommonMethod_blendMode, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_CommonMethod_advancedBlendMode(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4614,7 +4614,7 @@ void impl_CommonMethod_advancedBlendMode(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getCommonMethodModifier()->setAdvancedBlendMode(self, (const Ark_Union_BlendMode_Blender*)&effect_value, (const Opt_BlendApplyType*)&type_value); } KOALA_INTEROP_V3(CommonMethod_advancedBlendMode, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_bindPopup(Ark_NativePointer thisPtr, Ark_Boolean show, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4636,7 +4636,7 @@ void impl_CommonMethod_bindPopup(Ark_NativePointer thisPtr, Ark_Boolean show, ui GetNodeModifiers()->getCommonMethodModifier()->setBindPopup(self, show, (const Ark_Union_PopupOptions_CustomPopupOptions*)&popup_value); } KOALA_INTEROP_V4(CommonMethod_bindPopup, Ark_NativePointer, Ark_Boolean, uint8_t*, int32_t) - + void impl_CommonMethod_bindMenu0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4673,7 +4673,7 @@ void impl_CommonMethod_bindMenu0(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setBindMenu0(self, (const Ark_Union_Array_MenuElement_CustomBuilder*)&content_value, (const Opt_MenuOptions*)&options_value); } KOALA_INTEROP_V3(CommonMethod_bindMenu0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_bindMenu1(Ark_NativePointer thisPtr, Ark_Boolean isShow, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4710,7 +4710,7 @@ void impl_CommonMethod_bindMenu1(Ark_NativePointer thisPtr, Ark_Boolean isShow, GetNodeModifiers()->getCommonMethodModifier()->setBindMenu1(self, isShow, (const Ark_Union_Array_MenuElement_CustomBuilder*)&content_value, (const Opt_MenuOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_bindMenu1, Ark_NativePointer, Ark_Boolean, uint8_t*, int32_t) - + void impl_CommonMethod_bindContextMenu0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, Ark_Int32 responseType) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4726,7 +4726,7 @@ void impl_CommonMethod_bindContextMenu0(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getCommonMethodModifier()->setBindContextMenu0(self, (const CustomNodeBuilder*)&content_value, static_cast(responseType), (const Opt_ContextMenuOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_bindContextMenu0, Ark_NativePointer, uint8_t*, int32_t, Ark_Int32) - + void impl_CommonMethod_bindContextMenu1(Ark_NativePointer thisPtr, Ark_Boolean isShown, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4742,7 +4742,7 @@ void impl_CommonMethod_bindContextMenu1(Ark_NativePointer thisPtr, Ark_Boolean i GetNodeModifiers()->getCommonMethodModifier()->setBindContextMenu1(self, isShown, (const CustomNodeBuilder*)&content_value, (const Opt_ContextMenuOptions*)&options_value); } KOALA_INTEROP_V4(CommonMethod_bindContextMenu1, Ark_NativePointer, Ark_Boolean, uint8_t*, int32_t) - + void impl_CommonMethod_bindContentCover0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4766,7 +4766,7 @@ void impl_CommonMethod_bindContentCover0(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getCommonMethodModifier()->setBindContentCover0(self, (const Opt_Boolean*)&isShow_value, (const CustomNodeBuilder*)&builder_value, (const Opt_ModalTransition*)&type_value); } KOALA_INTEROP_V3(CommonMethod_bindContentCover0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_bindContentCover1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4790,7 +4790,7 @@ void impl_CommonMethod_bindContentCover1(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getCommonMethodModifier()->setBindContentCover1(self, (const Opt_Boolean*)&isShow_value, (const CustomNodeBuilder*)&builder_value, (const Opt_ContentCoverOptions*)&options_value); } KOALA_INTEROP_V3(CommonMethod_bindContentCover1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_bindSheet(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4814,7 +4814,7 @@ void impl_CommonMethod_bindSheet(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonMethodModifier()->setBindSheet(self, (const Opt_Boolean*)&isShow_value, (const CustomNodeBuilder*)&builder_value, (const Opt_SheetOptions*)&options_value); } KOALA_INTEROP_V3(CommonMethod_bindSheet, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_onVisibleAreaChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4830,7 +4830,7 @@ void impl_CommonMethod_onVisibleAreaChange(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getCommonMethodModifier()->setOnVisibleAreaChange(self, (const Array_Number*)&ratios_value, (const VisibleAreaChangeCallback*)&event_value); } KOALA_INTEROP_V3(CommonMethod_onVisibleAreaChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonMethod_keyboardShortcut(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4868,12 +4868,12 @@ void impl_CommonMethod_keyboardShortcut(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getCommonMethodModifier()->setKeyboardShortcut(self, (const Ark_Union_String_FunctionKey*)&value_value, (const Array_ModifierKey*)&keys_value, (const Opt_Callback_Void*)&action_value); } KOALA_INTEROP_V3(CommonMethod_keyboardShortcut, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CommonShapeMethod_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCommonShapeMethodModifier()->construct(id, flags); } KOALA_INTEROP_2(CommonShapeMethod_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CommonShapeMethod_stroke(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4903,7 +4903,7 @@ void impl_CommonShapeMethod_stroke(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getCommonShapeMethodModifier()->setStroke(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(CommonShapeMethod_stroke, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonShapeMethod_fill(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4933,7 +4933,7 @@ void impl_CommonShapeMethod_fill(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCommonShapeMethodModifier()->setFill(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(CommonShapeMethod_fill, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonShapeMethod_strokeDashOffset(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4955,19 +4955,19 @@ void impl_CommonShapeMethod_strokeDashOffset(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCommonShapeMethodModifier()->setStrokeDashOffset(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(CommonShapeMethod_strokeDashOffset, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonShapeMethod_strokeLineCap(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonShapeMethodModifier()->setStrokeLineCap(self, static_cast(value)); } KOALA_INTEROP_V2(CommonShapeMethod_strokeLineCap, Ark_NativePointer, Ark_Int32) - + void impl_CommonShapeMethod_strokeLineJoin(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonShapeMethodModifier()->setStrokeLineJoin(self, static_cast(value)); } KOALA_INTEROP_V2(CommonShapeMethod_strokeLineJoin, Ark_NativePointer, Ark_Int32) - + void impl_CommonShapeMethod_strokeMiterLimit(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -4989,7 +4989,7 @@ void impl_CommonShapeMethod_strokeMiterLimit(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCommonShapeMethodModifier()->setStrokeMiterLimit(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(CommonShapeMethod_strokeMiterLimit, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonShapeMethod_strokeOpacity(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5015,7 +5015,7 @@ void impl_CommonShapeMethod_strokeOpacity(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getCommonShapeMethodModifier()->setStrokeOpacity(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(CommonShapeMethod_strokeOpacity, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonShapeMethod_fillOpacity(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5041,19 +5041,19 @@ void impl_CommonShapeMethod_fillOpacity(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getCommonShapeMethodModifier()->setFillOpacity(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(CommonShapeMethod_fillOpacity, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CommonShapeMethod_strokeWidth(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonShapeMethodModifier()->setStrokeWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(CommonShapeMethod_strokeWidth, Ark_NativePointer, KLength) - + void impl_CommonShapeMethod_antiAlias(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonShapeMethodModifier()->setAntiAlias(self, value); } KOALA_INTEROP_V2(CommonShapeMethod_antiAlias, Ark_NativePointer, Ark_Boolean) - + void impl_CommonShapeMethod_strokeDashArray(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5068,29 +5068,29 @@ void impl_CommonShapeMethod_strokeDashArray(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getCommonShapeMethodModifier()->setStrokeDashArray(self, (const Array_Length*)&value_value); } KOALA_INTEROP_V3(CommonShapeMethod_strokeDashArray, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Common_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCommonModifier()->construct(id, flags); } KOALA_INTEROP_2(Common_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CommonInterface_setCommonOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCommonModifier()->setCommonOptions(self); } KOALA_INTEROP_V1(CommonInterface_setCommonOptions, Ark_NativePointer) - + Ark_NativePointer impl_ScrollableCommonMethod_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getScrollableCommonMethodModifier()->construct(id, flags); } KOALA_INTEROP_2(ScrollableCommonMethod_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ScrollableCommonMethod_scrollBar(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getScrollableCommonMethodModifier()->setScrollBar(self, static_cast(value)); } KOALA_INTEROP_V2(ScrollableCommonMethod_scrollBar, Ark_NativePointer, Ark_Int32) - + void impl_ScrollableCommonMethod_scrollBarColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5116,7 +5116,7 @@ void impl_ScrollableCommonMethod_scrollBarColor(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getScrollableCommonMethodModifier()->setScrollBarColor(self, (const Ark_Union_Color_Number_String*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_scrollBarColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_scrollBarWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5138,7 +5138,7 @@ void impl_ScrollableCommonMethod_scrollBarWidth(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getScrollableCommonMethodModifier()->setScrollBarWidth(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_scrollBarWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5146,13 +5146,13 @@ void impl_ScrollableCommonMethod_nestedScroll(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getScrollableCommonMethodModifier()->setNestedScroll(self, (const Ark_NestedScrollOptions*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_nestedScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_enableScrollInteraction(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getScrollableCommonMethodModifier()->setEnableScrollInteraction(self, value); } KOALA_INTEROP_V2(ScrollableCommonMethod_enableScrollInteraction, Ark_NativePointer, Ark_Boolean) - + void impl_ScrollableCommonMethod_friction(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5174,7 +5174,7 @@ void impl_ScrollableCommonMethod_friction(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getScrollableCommonMethodModifier()->setFriction(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_friction, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_onScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5182,7 +5182,7 @@ void impl_ScrollableCommonMethod_onScroll(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getScrollableCommonMethodModifier()->setOnScroll(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_onScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_onWillScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5197,7 +5197,7 @@ void impl_ScrollableCommonMethod_onWillScroll(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getScrollableCommonMethodModifier()->setOnWillScroll(self, (const Opt_ScrollOnWillScrollCallback*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_onWillScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_onDidScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5212,7 +5212,7 @@ void impl_ScrollableCommonMethod_onDidScroll(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getScrollableCommonMethodModifier()->setOnDidScroll(self, (const Opt_ScrollOnScrollCallback*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_onDidScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_onReachStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5220,7 +5220,7 @@ void impl_ScrollableCommonMethod_onReachStart(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getScrollableCommonMethodModifier()->setOnReachStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_onReachStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_onReachEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5228,7 +5228,7 @@ void impl_ScrollableCommonMethod_onReachEnd(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getScrollableCommonMethodModifier()->setOnReachEnd(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_onReachEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_onScrollStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5236,7 +5236,7 @@ void impl_ScrollableCommonMethod_onScrollStart(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getScrollableCommonMethodModifier()->setOnScrollStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_onScrollStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_onScrollStop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5244,13 +5244,13 @@ void impl_ScrollableCommonMethod_onScrollStop(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getScrollableCommonMethodModifier()->setOnScrollStop(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_onScrollStop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_flingSpeedLimit(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getScrollableCommonMethodModifier()->setFlingSpeedLimit(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ScrollableCommonMethod_flingSpeedLimit, Ark_NativePointer, KInteropNumber) - + void impl_ScrollableCommonMethod_clipContent(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5272,7 +5272,7 @@ void impl_ScrollableCommonMethod_clipContent(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getScrollableCommonMethodModifier()->setClipContent(self, (const Ark_Union_ContentClipMode_RectShape*)&value_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_clipContent, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_edgeEffect(Ark_NativePointer thisPtr, Ark_Int32 edgeEffect, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5287,7 +5287,7 @@ void impl_ScrollableCommonMethod_edgeEffect(Ark_NativePointer thisPtr, Ark_Int32 GetNodeModifiers()->getScrollableCommonMethodModifier()->setEdgeEffect(self, static_cast(edgeEffect), (const Opt_EdgeEffectOptions*)&options_value); } KOALA_INTEROP_V4(ScrollableCommonMethod_edgeEffect, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_ScrollableCommonMethod_fadingEdge(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5310,12 +5310,12 @@ void impl_ScrollableCommonMethod_fadingEdge(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getScrollableCommonMethodModifier()->setFadingEdge(self, (const Opt_Boolean*)&enabled_value, (const Opt_FadingEdgeOptions*)&options_value); } KOALA_INTEROP_V3(ScrollableCommonMethod_fadingEdge, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Component3D_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getComponent3DModifier()->construct(id, flags); } KOALA_INTEROP_2(Component3D_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_Component3DInterface_setComponent3DOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5330,7 +5330,7 @@ void impl_Component3DInterface_setComponent3DOptions(Ark_NativePointer thisPtr, GetNodeModifiers()->getComponent3DModifier()->setComponent3DOptions(self, (const Opt_SceneOptions*)&sceneOptions_value); } KOALA_INTEROP_V3(Component3DInterface_setComponent3DOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_Component3DAttribute_environment(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5352,7 +5352,7 @@ void impl_Component3DAttribute_environment(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getComponent3DModifier()->setEnvironment(self, (const Ark_ResourceStr*)&value_value); } KOALA_INTEROP_V3(Component3DAttribute_environment, Ark_NativePointer, uint8_t*, int32_t) - + void impl_Component3DAttribute_shader(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5374,7 +5374,7 @@ void impl_Component3DAttribute_shader(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getComponent3DModifier()->setShader(self, (const Ark_ResourceStr*)&value_value); } KOALA_INTEROP_V3(Component3DAttribute_shader, Ark_NativePointer, uint8_t*, int32_t) - + void impl_Component3DAttribute_shaderImageTexture(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5396,7 +5396,7 @@ void impl_Component3DAttribute_shaderImageTexture(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getComponent3DModifier()->setShaderImageTexture(self, (const Ark_ResourceStr*)&value_value); } KOALA_INTEROP_V3(Component3DAttribute_shaderImageTexture, Ark_NativePointer, uint8_t*, int32_t) - + void impl_Component3DAttribute_shaderInputBuffer(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5411,19 +5411,19 @@ void impl_Component3DAttribute_shaderInputBuffer(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getComponent3DModifier()->setShaderInputBuffer(self, (const Array_Number*)&value_value); } KOALA_INTEROP_V3(Component3DAttribute_shaderInputBuffer, Ark_NativePointer, uint8_t*, int32_t) - + void impl_Component3DAttribute_renderWidth(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getComponent3DModifier()->setRenderWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(Component3DAttribute_renderWidth, Ark_NativePointer, KLength) - + void impl_Component3DAttribute_renderHeight(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getComponent3DModifier()->setRenderHeight(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(Component3DAttribute_renderHeight, Ark_NativePointer, KLength) - + void impl_Component3DAttribute_customRender(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, Ark_Boolean selfRenderUpdate) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5445,18 +5445,18 @@ void impl_Component3DAttribute_customRender(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getComponent3DModifier()->setCustomRender(self, (const Ark_ResourceStr*)&uri_value, selfRenderUpdate); } KOALA_INTEROP_V4(Component3DAttribute_customRender, Ark_NativePointer, uint8_t*, int32_t, Ark_Boolean) - + Ark_NativePointer impl_ContainerSpan_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getContainerSpanModifier()->construct(id, flags); } KOALA_INTEROP_2(ContainerSpan_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ContainerSpanInterface_setContainerSpanOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getContainerSpanModifier()->setContainerSpanOptions(self); } KOALA_INTEROP_V1(ContainerSpanInterface_setContainerSpanOptions, Ark_NativePointer) - + void impl_ContainerSpanAttribute_textBackgroundStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5464,18 +5464,18 @@ void impl_ContainerSpanAttribute_textBackgroundStyle(Ark_NativePointer thisPtr, GetNodeModifiers()->getContainerSpanModifier()->setTextBackgroundStyle(self, (const Ark_TextBackgroundStyle*)&value_value); } KOALA_INTEROP_V3(ContainerSpanAttribute_textBackgroundStyle, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Counter_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getCounterModifier()->construct(id, flags); } KOALA_INTEROP_2(Counter_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_CounterInterface_setCounterOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCounterModifier()->setCounterOptions(self); } KOALA_INTEROP_V1(CounterInterface_setCounterOptions, Ark_NativePointer) - + void impl_CounterAttribute_onInc(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5483,7 +5483,7 @@ void impl_CounterAttribute_onInc(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCounterModifier()->setOnInc(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(CounterAttribute_onInc, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CounterAttribute_onDec(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5491,24 +5491,24 @@ void impl_CounterAttribute_onDec(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getCounterModifier()->setOnDec(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(CounterAttribute_onDec, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CounterAttribute_enableDec(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCounterModifier()->setEnableDec(self, value); } KOALA_INTEROP_V2(CounterAttribute_enableDec, Ark_NativePointer, Ark_Boolean) - + void impl_CounterAttribute_enableInc(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getCounterModifier()->setEnableInc(self, value); } KOALA_INTEROP_V2(CounterAttribute_enableInc, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_DataPanel_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getDataPanelModifier()->construct(id, flags); } KOALA_INTEROP_2(DataPanel_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_DataPanelInterface_setDataPanelOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5516,13 +5516,13 @@ void impl_DataPanelInterface_setDataPanelOptions(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getDataPanelModifier()->setDataPanelOptions(self, (const Ark_DataPanelOptions*)&options_value); } KOALA_INTEROP_V3(DataPanelInterface_setDataPanelOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DataPanelAttribute_closeEffect(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getDataPanelModifier()->setCloseEffect(self, value); } KOALA_INTEROP_V2(DataPanelAttribute_closeEffect, Ark_NativePointer, Ark_Boolean) - + void impl_DataPanelAttribute_valueColors(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5573,7 +5573,7 @@ void impl_DataPanelAttribute_valueColors(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getDataPanelModifier()->setValueColors(self, (const Array_Union_ResourceColor_LinearGradient_data_panel*)&value_value); } KOALA_INTEROP_V3(DataPanelAttribute_valueColors, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DataPanelAttribute_trackBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5603,13 +5603,13 @@ void impl_DataPanelAttribute_trackBackgroundColor(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getDataPanelModifier()->setTrackBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(DataPanelAttribute_trackBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DataPanelAttribute_strokeWidth(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getDataPanelModifier()->setStrokeWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(DataPanelAttribute_strokeWidth, Ark_NativePointer, KLength) - + void impl_DataPanelAttribute_trackShadow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5617,7 +5617,7 @@ void impl_DataPanelAttribute_trackShadow(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getDataPanelModifier()->setTrackShadow(self, (const Ark_DataPanelShadowOptions*)&value_value); } KOALA_INTEROP_V3(DataPanelAttribute_trackShadow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DataPanelAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5625,12 +5625,12 @@ void impl_DataPanelAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getDataPanelModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(DataPanelAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_DatePicker_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getDatePickerModifier()->construct(id, flags); } KOALA_INTEROP_2(DatePicker_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_DatePickerInterface_setDatePickerOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5645,13 +5645,13 @@ void impl_DatePickerInterface_setDatePickerOptions(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getDatePickerModifier()->setDatePickerOptions(self, (const Opt_DatePickerOptions*)&options_value); } KOALA_INTEROP_V3(DatePickerInterface_setDatePickerOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DatePickerAttribute_lunar(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getDatePickerModifier()->setLunar(self, value); } KOALA_INTEROP_V2(DatePickerAttribute_lunar, Ark_NativePointer, Ark_Boolean) - + void impl_DatePickerAttribute_disappearTextStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5659,7 +5659,7 @@ void impl_DatePickerAttribute_disappearTextStyle(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getDatePickerModifier()->setDisappearTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(DatePickerAttribute_disappearTextStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DatePickerAttribute_textStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5667,7 +5667,7 @@ void impl_DatePickerAttribute_textStyle(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getDatePickerModifier()->setTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(DatePickerAttribute_textStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DatePickerAttribute_selectedTextStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5675,7 +5675,7 @@ void impl_DatePickerAttribute_selectedTextStyle(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getDatePickerModifier()->setSelectedTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(DatePickerAttribute_selectedTextStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DatePickerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5683,7 +5683,7 @@ void impl_DatePickerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getDatePickerModifier()->setOnChange(self, (const Callback_DatePickerResult_Void*)&value_value); } KOALA_INTEROP_V3(DatePickerAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DatePickerAttribute_onDateChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5691,24 +5691,24 @@ void impl_DatePickerAttribute_onDateChange(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getDatePickerModifier()->setOnDateChange(self, (const Callback_Date_Void*)&value_value); } KOALA_INTEROP_V3(DatePickerAttribute_onDateChange, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Divider_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getDividerModifier()->construct(id, flags); } KOALA_INTEROP_2(Divider_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_DividerInterface_setDividerOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getDividerModifier()->setDividerOptions(self); } KOALA_INTEROP_V1(DividerInterface_setDividerOptions, Ark_NativePointer) - + void impl_DividerAttribute_vertical(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getDividerModifier()->setVertical(self, value); } KOALA_INTEROP_V2(DividerAttribute_vertical, Ark_NativePointer, Ark_Boolean) - + void impl_DividerAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5738,7 +5738,7 @@ void impl_DividerAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getDividerModifier()->setColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(DividerAttribute_color, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DividerAttribute_strokeWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5760,29 +5760,29 @@ void impl_DividerAttribute_strokeWidth(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getDividerModifier()->setStrokeWidth(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(DividerAttribute_strokeWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DividerAttribute_lineCap(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getDividerModifier()->setLineCap(self, static_cast(value)); } KOALA_INTEROP_V2(DividerAttribute_lineCap, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_EffectComponent_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getEffectComponentModifier()->construct(id, flags); } KOALA_INTEROP_2(EffectComponent_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_EffectComponentInterface_setEffectComponentOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getEffectComponentModifier()->setEffectComponentOptions(self); } KOALA_INTEROP_V1(EffectComponentInterface_setEffectComponentOptions, Ark_NativePointer) - + Ark_NativePointer impl_Ellipse_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getEllipseModifier()->construct(id, flags); } KOALA_INTEROP_2(Ellipse_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_EllipseInterface_setEllipseOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5797,12 +5797,12 @@ void impl_EllipseInterface_setEllipseOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getEllipseModifier()->setEllipseOptions(self, (const Opt_EllipseOptions*)&options_value); } KOALA_INTEROP_V3(EllipseInterface_setEllipseOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_EmbeddedComponent_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getEmbeddedComponentModifier()->construct(id, flags); } KOALA_INTEROP_2(EmbeddedComponent_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_EmbeddedComponentInterface_setEmbeddedComponentOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, Ark_Int32 type) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5810,7 +5810,7 @@ void impl_EmbeddedComponentInterface_setEmbeddedComponentOptions(Ark_NativePoint GetNodeModifiers()->getEmbeddedComponentModifier()->setEmbeddedComponentOptions(self, (const Ark_Want*)&loader_value, static_cast(type)); } KOALA_INTEROP_V4(EmbeddedComponentInterface_setEmbeddedComponentOptions, Ark_NativePointer, uint8_t*, int32_t, Ark_Int32) - + void impl_EmbeddedComponentAttribute_onTerminated(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5818,7 +5818,7 @@ void impl_EmbeddedComponentAttribute_onTerminated(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getEmbeddedComponentModifier()->setOnTerminated(self, (const Callback_TerminationInfo_Void*)&value_value); } KOALA_INTEROP_V3(EmbeddedComponentAttribute_onTerminated, Ark_NativePointer, uint8_t*, int32_t) - + void impl_EmbeddedComponentAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5826,12 +5826,12 @@ void impl_EmbeddedComponentAttribute_onError(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getEmbeddedComponentModifier()->setOnError(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(EmbeddedComponentAttribute_onError, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Flex_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getFlexModifier()->construct(id, flags); } KOALA_INTEROP_2(Flex_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_FlexInterface_setFlexOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5846,7 +5846,7 @@ void impl_FlexInterface_setFlexOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getFlexModifier()->setFlexOptions(self, (const Opt_FlexOptions*)&value_value); } KOALA_INTEROP_V3(FlexInterface_setFlexOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FlexAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5854,23 +5854,23 @@ void impl_FlexAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getFlexModifier()->setPointLight(self, (const Ark_PointLightStyle*)&value_value); } KOALA_INTEROP_V3(FlexAttribute_pointLight, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_FlowItem_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getFlowItemModifier()->construct(id, flags); } KOALA_INTEROP_2(FlowItem_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_FlowItemInterface_setFlowItemOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getFlowItemModifier()->setFlowItemOptions(self); } KOALA_INTEROP_V1(FlowItemInterface_setFlowItemOptions, Ark_NativePointer) - + Ark_NativePointer impl_FolderStack_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getFolderStackModifier()->construct(id, flags); } KOALA_INTEROP_2(FolderStack_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_FolderStackInterface_setFolderStackOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5885,13 +5885,13 @@ void impl_FolderStackInterface_setFolderStackOptions(Ark_NativePointer thisPtr, GetNodeModifiers()->getFolderStackModifier()->setFolderStackOptions(self, (const Opt_FolderStackOptions*)&options_value); } KOALA_INTEROP_V3(FolderStackInterface_setFolderStackOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FolderStackAttribute_alignContent(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getFolderStackModifier()->setAlignContent(self, static_cast(value)); } KOALA_INTEROP_V2(FolderStackAttribute_alignContent, Ark_NativePointer, Ark_Int32) - + void impl_FolderStackAttribute_onFolderStateChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5899,7 +5899,7 @@ void impl_FolderStackAttribute_onFolderStateChange(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getFolderStackModifier()->setOnFolderStateChange(self, (const OnFoldStatusChangeCallback*)&value_value); } KOALA_INTEROP_V3(FolderStackAttribute_onFolderStateChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FolderStackAttribute_onHoverStatusChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5907,24 +5907,24 @@ void impl_FolderStackAttribute_onHoverStatusChange(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getFolderStackModifier()->setOnHoverStatusChange(self, (const OnHoverStatusChangeCallback*)&value_value); } KOALA_INTEROP_V3(FolderStackAttribute_onHoverStatusChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FolderStackAttribute_enableAnimation(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getFolderStackModifier()->setEnableAnimation(self, value); } KOALA_INTEROP_V2(FolderStackAttribute_enableAnimation, Ark_NativePointer, Ark_Boolean) - + void impl_FolderStackAttribute_autoHalfFold(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getFolderStackModifier()->setAutoHalfFold(self, value); } KOALA_INTEROP_V2(FolderStackAttribute_autoHalfFold, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_FormComponent_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getFormComponentModifier()->construct(id, flags); } KOALA_INTEROP_2(FormComponent_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_FormComponentInterface_setFormComponentOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5932,7 +5932,7 @@ void impl_FormComponentInterface_setFormComponentOptions(Ark_NativePointer thisP GetNodeModifiers()->getFormComponentModifier()->setFormComponentOptions(self, (const Ark_FormInfo*)&value_value); } KOALA_INTEROP_V3(FormComponentInterface_setFormComponentOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FormComponentAttribute_size(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5940,31 +5940,31 @@ void impl_FormComponentAttribute_size(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getFormComponentModifier()->setSize(self, (const Ark_SizeOptions*)&value_value); } KOALA_INTEROP_V3(FormComponentAttribute_size, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FormComponentAttribute_moduleName(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getFormComponentModifier()->setModuleName(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(FormComponentAttribute_moduleName, Ark_NativePointer, KStringPtr) - + void impl_FormComponentAttribute_dimension(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getFormComponentModifier()->setDimension(self, static_cast(value)); } KOALA_INTEROP_V2(FormComponentAttribute_dimension, Ark_NativePointer, Ark_Int32) - + void impl_FormComponentAttribute_allowUpdate(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getFormComponentModifier()->setAllowUpdate(self, value); } KOALA_INTEROP_V2(FormComponentAttribute_allowUpdate, Ark_NativePointer, Ark_Boolean) - + void impl_FormComponentAttribute_visibility(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getFormComponentModifier()->setVisibility(self, static_cast(value)); } KOALA_INTEROP_V2(FormComponentAttribute_visibility, Ark_NativePointer, Ark_Int32) - + void impl_FormComponentAttribute_onAcquired(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5972,7 +5972,7 @@ void impl_FormComponentAttribute_onAcquired(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getFormComponentModifier()->setOnAcquired(self, (const Callback_FormCallbackInfo_Void*)&value_value); } KOALA_INTEROP_V3(FormComponentAttribute_onAcquired, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FormComponentAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5980,7 +5980,7 @@ void impl_FormComponentAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getFormComponentModifier()->setOnError(self, (const Callback_Literal_Number_errcode_String_msg_Void*)&value_value); } KOALA_INTEROP_V3(FormComponentAttribute_onError, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FormComponentAttribute_onRouter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5988,7 +5988,7 @@ void impl_FormComponentAttribute_onRouter(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getFormComponentModifier()->setOnRouter(self, (const Callback_Any_Void*)&value_value); } KOALA_INTEROP_V3(FormComponentAttribute_onRouter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FormComponentAttribute_onUninstall(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -5996,7 +5996,7 @@ void impl_FormComponentAttribute_onUninstall(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getFormComponentModifier()->setOnUninstall(self, (const Callback_FormCallbackInfo_Void*)&value_value); } KOALA_INTEROP_V3(FormComponentAttribute_onUninstall, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FormComponentAttribute_onLoad(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6004,12 +6004,12 @@ void impl_FormComponentAttribute_onLoad(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getFormComponentModifier()->setOnLoad(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(FormComponentAttribute_onLoad, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_FormLink_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getFormLinkModifier()->construct(id, flags); } KOALA_INTEROP_2(FormLink_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_FormLinkInterface_setFormLinkOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6017,12 +6017,12 @@ void impl_FormLinkInterface_setFormLinkOptions(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getFormLinkModifier()->setFormLinkOptions(self, (const Ark_FormLinkOptions*)&options_value); } KOALA_INTEROP_V3(FormLinkInterface_setFormLinkOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Gauge_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getGaugeModifier()->construct(id, flags); } KOALA_INTEROP_2(Gauge_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_GaugeInterface_setGaugeOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6030,25 +6030,25 @@ void impl_GaugeInterface_setGaugeOptions(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getGaugeModifier()->setGaugeOptions(self, (const Ark_GaugeOptions*)&options_value); } KOALA_INTEROP_V3(GaugeInterface_setGaugeOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GaugeAttribute_value(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGaugeModifier()->setValue(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GaugeAttribute_value, Ark_NativePointer, KInteropNumber) - + void impl_GaugeAttribute_startAngle(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGaugeModifier()->setStartAngle(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GaugeAttribute_startAngle, Ark_NativePointer, KInteropNumber) - + void impl_GaugeAttribute_endAngle(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGaugeModifier()->setEndAngle(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GaugeAttribute_endAngle, Ark_NativePointer, KInteropNumber) - + void impl_GaugeAttribute_colors(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6142,13 +6142,13 @@ void impl_GaugeAttribute_colors(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getGaugeModifier()->setColors(self, (const Ark_Type_GaugeAttribute_colors_colors*)&value_value); } KOALA_INTEROP_V3(GaugeAttribute_colors, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GaugeAttribute_strokeWidth(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGaugeModifier()->setStrokeWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(GaugeAttribute_strokeWidth, Ark_NativePointer, KLength) - + void impl_GaugeAttribute_description(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6156,7 +6156,7 @@ void impl_GaugeAttribute_description(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getGaugeModifier()->setDescription(self, (const CustomNodeBuilder*)&value_value); } KOALA_INTEROP_V3(GaugeAttribute_description, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GaugeAttribute_trackShadow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6164,7 +6164,7 @@ void impl_GaugeAttribute_trackShadow(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getGaugeModifier()->setTrackShadow(self, (const Ark_GaugeShadowOptions*)&value_value); } KOALA_INTEROP_V3(GaugeAttribute_trackShadow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GaugeAttribute_indicator(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6172,7 +6172,7 @@ void impl_GaugeAttribute_indicator(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getGaugeModifier()->setIndicator(self, (const Ark_GaugeIndicatorOptions*)&value_value); } KOALA_INTEROP_V3(GaugeAttribute_indicator, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GaugeAttribute_privacySensitive(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6187,7 +6187,7 @@ void impl_GaugeAttribute_privacySensitive(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getGaugeModifier()->setPrivacySensitive(self, (const Opt_Boolean*)&value_value); } KOALA_INTEROP_V3(GaugeAttribute_privacySensitive, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GaugeAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6195,12 +6195,12 @@ void impl_GaugeAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getGaugeModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(GaugeAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Grid_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getGridModifier()->construct(id, flags); } KOALA_INTEROP_2(Grid_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_GridInterface_setGridOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6223,31 +6223,31 @@ void impl_GridInterface_setGridOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getGridModifier()->setGridOptions(self, (const Opt_Scroller*)&scroller_value, (const Opt_GridLayoutOptions*)&layoutOptions_value); } KOALA_INTEROP_V3(GridInterface_setGridOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_columnsTemplate(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setColumnsTemplate(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(GridAttribute_columnsTemplate, Ark_NativePointer, KStringPtr) - + void impl_GridAttribute_rowsTemplate(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setRowsTemplate(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(GridAttribute_rowsTemplate, Ark_NativePointer, KStringPtr) - + void impl_GridAttribute_columnsGap(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setColumnsGap(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(GridAttribute_columnsGap, Ark_NativePointer, KLength) - + void impl_GridAttribute_rowsGap(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setRowsGap(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(GridAttribute_rowsGap, Ark_NativePointer, KLength) - + void impl_GridAttribute_scrollBarWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6269,7 +6269,7 @@ void impl_GridAttribute_scrollBarWidth(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getGridModifier()->setScrollBarWidth(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(GridAttribute_scrollBarWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_scrollBarColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6295,13 +6295,13 @@ void impl_GridAttribute_scrollBarColor(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getGridModifier()->setScrollBarColor(self, (const Ark_Union_Color_Number_String*)&value_value); } KOALA_INTEROP_V3(GridAttribute_scrollBarColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_scrollBar(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setScrollBar(self, static_cast(value)); } KOALA_INTEROP_V2(GridAttribute_scrollBar, Ark_NativePointer, Ark_Int32) - + void impl_GridAttribute_onScrollBarUpdate(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6309,7 +6309,7 @@ void impl_GridAttribute_onScrollBarUpdate(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getGridModifier()->setOnScrollBarUpdate(self, (const Callback_Number_Number_ComputedBarAttribute*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onScrollBarUpdate, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onScrollIndex(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6317,61 +6317,61 @@ void impl_GridAttribute_onScrollIndex(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getGridModifier()->setOnScrollIndex(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onScrollIndex, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_cachedCount0(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setCachedCount0(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GridAttribute_cachedCount0, Ark_NativePointer, KInteropNumber) - + void impl_GridAttribute_cachedCount1(Ark_NativePointer thisPtr, KInteropNumber count, Ark_Boolean show) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setCachedCount1(self, (const Ark_Number*) (&count), show); } KOALA_INTEROP_V3(GridAttribute_cachedCount1, Ark_NativePointer, KInteropNumber, Ark_Boolean) - + void impl_GridAttribute_editMode(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setEditMode(self, value); } KOALA_INTEROP_V2(GridAttribute_editMode, Ark_NativePointer, Ark_Boolean) - + void impl_GridAttribute_multiSelectable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setMultiSelectable(self, value); } KOALA_INTEROP_V2(GridAttribute_multiSelectable, Ark_NativePointer, Ark_Boolean) - + void impl_GridAttribute_maxCount(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setMaxCount(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GridAttribute_maxCount, Ark_NativePointer, KInteropNumber) - + void impl_GridAttribute_minCount(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setMinCount(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GridAttribute_minCount, Ark_NativePointer, KInteropNumber) - + void impl_GridAttribute_cellLength(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setCellLength(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GridAttribute_cellLength, Ark_NativePointer, KInteropNumber) - + void impl_GridAttribute_layoutDirection(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setLayoutDirection(self, static_cast(value)); } KOALA_INTEROP_V2(GridAttribute_layoutDirection, Ark_NativePointer, Ark_Int32) - + void impl_GridAttribute_supportAnimation(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setSupportAnimation(self, value); } KOALA_INTEROP_V2(GridAttribute_supportAnimation, Ark_NativePointer, Ark_Boolean) - + void impl_GridAttribute_onItemDragStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6379,7 +6379,7 @@ void impl_GridAttribute_onItemDragStart(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getGridModifier()->setOnItemDragStart(self, (const Callback_ItemDragInfo_Number_CustomBuilder*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onItemDragStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onItemDragEnter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6387,7 +6387,7 @@ void impl_GridAttribute_onItemDragEnter(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getGridModifier()->setOnItemDragEnter(self, (const Callback_ItemDragInfo_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onItemDragEnter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onItemDragMove(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6395,7 +6395,7 @@ void impl_GridAttribute_onItemDragMove(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getGridModifier()->setOnItemDragMove(self, (const Callback_ItemDragInfo_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onItemDragMove, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onItemDragLeave(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6403,7 +6403,7 @@ void impl_GridAttribute_onItemDragLeave(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getGridModifier()->setOnItemDragLeave(self, (const Callback_ItemDragInfo_Number_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onItemDragLeave, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onItemDrop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6411,7 +6411,7 @@ void impl_GridAttribute_onItemDrop(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getGridModifier()->setOnItemDrop(self, (const Callback_ItemDragInfo_Number_Number_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onItemDrop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6419,13 +6419,13 @@ void impl_GridAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getGridModifier()->setNestedScroll(self, (const Ark_NestedScrollOptions*)&value_value); } KOALA_INTEROP_V3(GridAttribute_nestedScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_enableScrollInteraction(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridModifier()->setEnableScrollInteraction(self, value); } KOALA_INTEROP_V2(GridAttribute_enableScrollInteraction, Ark_NativePointer, Ark_Boolean) - + void impl_GridAttribute_friction(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6447,7 +6447,7 @@ void impl_GridAttribute_friction(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getGridModifier()->setFriction(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(GridAttribute_friction, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_alignItems(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6462,7 +6462,7 @@ void impl_GridAttribute_alignItems(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getGridModifier()->setAlignItems(self, (const Opt_GridItemAlignment*)&value_value); } KOALA_INTEROP_V3(GridAttribute_alignItems, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6470,7 +6470,7 @@ void impl_GridAttribute_onScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getGridModifier()->setOnScroll(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onReachStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6478,7 +6478,7 @@ void impl_GridAttribute_onReachStart(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getGridModifier()->setOnReachStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onReachStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onReachEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6486,7 +6486,7 @@ void impl_GridAttribute_onReachEnd(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getGridModifier()->setOnReachEnd(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onReachEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onScrollStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6494,7 +6494,7 @@ void impl_GridAttribute_onScrollStart(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getGridModifier()->setOnScrollStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onScrollStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onScrollStop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6502,7 +6502,7 @@ void impl_GridAttribute_onScrollStop(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getGridModifier()->setOnScrollStop(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onScrollStop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_onScrollFrameBegin(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6510,7 +6510,7 @@ void impl_GridAttribute_onScrollFrameBegin(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getGridModifier()->setOnScrollFrameBegin(self, (const Callback_Number_ScrollState_Literal_Number_offsetRemain*)&value_value); } KOALA_INTEROP_V3(GridAttribute_onScrollFrameBegin, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridAttribute_edgeEffect(Ark_NativePointer thisPtr, Ark_Int32 value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6525,12 +6525,12 @@ void impl_GridAttribute_edgeEffect(Ark_NativePointer thisPtr, Ark_Int32 value, u GetNodeModifiers()->getGridModifier()->setEdgeEffect(self, static_cast(value), (const Opt_EdgeEffectOptions*)&options_value); } KOALA_INTEROP_V4(GridAttribute_edgeEffect, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + Ark_NativePointer impl_GridItem_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getGridItemModifier()->construct(id, flags); } KOALA_INTEROP_2(GridItem_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_GridItemInterface_setGridItemOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6545,49 +6545,49 @@ void impl_GridItemInterface_setGridItemOptions(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getGridItemModifier()->setGridItemOptions(self, (const Opt_GridItemOptions*)&value_value); } KOALA_INTEROP_V3(GridItemInterface_setGridItemOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridItemAttribute_rowStart(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridItemModifier()->setRowStart(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GridItemAttribute_rowStart, Ark_NativePointer, KInteropNumber) - + void impl_GridItemAttribute_rowEnd(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridItemModifier()->setRowEnd(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GridItemAttribute_rowEnd, Ark_NativePointer, KInteropNumber) - + void impl_GridItemAttribute_columnStart(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridItemModifier()->setColumnStart(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GridItemAttribute_columnStart, Ark_NativePointer, KInteropNumber) - + void impl_GridItemAttribute_columnEnd(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridItemModifier()->setColumnEnd(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(GridItemAttribute_columnEnd, Ark_NativePointer, KInteropNumber) - + void impl_GridItemAttribute_forceRebuild(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridItemModifier()->setForceRebuild(self, value); } KOALA_INTEROP_V2(GridItemAttribute_forceRebuild, Ark_NativePointer, Ark_Boolean) - + void impl_GridItemAttribute_selectable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridItemModifier()->setSelectable(self, value); } KOALA_INTEROP_V2(GridItemAttribute_selectable, Ark_NativePointer, Ark_Boolean) - + void impl_GridItemAttribute_selected(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridItemModifier()->setSelected(self, value); } KOALA_INTEROP_V2(GridItemAttribute_selected, Ark_NativePointer, Ark_Boolean) - + void impl_GridItemAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6595,12 +6595,12 @@ void impl_GridItemAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getGridItemModifier()->setOnSelect(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(GridItemAttribute_onSelect, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_GridCol_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getGridColModifier()->construct(id, flags); } KOALA_INTEROP_2(GridCol_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_GridColInterface_setGridColOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6615,7 +6615,7 @@ void impl_GridColInterface_setGridColOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getGridColModifier()->setGridColOptions(self, (const Opt_GridColOptions*)&option_value); } KOALA_INTEROP_V3(GridColInterface_setGridColOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridColAttribute_span(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6637,7 +6637,7 @@ void impl_GridColAttribute_span(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getGridColModifier()->setSpan(self, (const Ark_Union_Number_GridColColumnOption*)&value_value); } KOALA_INTEROP_V3(GridColAttribute_span, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridColAttribute_gridColOffset(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6659,7 +6659,7 @@ void impl_GridColAttribute_gridColOffset(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getGridColModifier()->setGridColOffset(self, (const Ark_Union_Number_GridColColumnOption*)&value_value); } KOALA_INTEROP_V3(GridColAttribute_gridColOffset, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridColAttribute_order(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6681,12 +6681,12 @@ void impl_GridColAttribute_order(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getGridColModifier()->setOrder(self, (const Ark_Union_Number_GridColColumnOption*)&value_value); } KOALA_INTEROP_V3(GridColAttribute_order, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_GridContainer_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getGridContainerModifier()->construct(id, flags); } KOALA_INTEROP_2(GridContainer_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_GridContainerInterface_setGridContainerOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6701,12 +6701,12 @@ void impl_GridContainerInterface_setGridContainerOptions(Ark_NativePointer thisP GetNodeModifiers()->getGridContainerModifier()->setGridContainerOptions(self, (const Opt_GridContainerOptions*)&value_value); } KOALA_INTEROP_V3(GridContainerInterface_setGridContainerOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_GridRow_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getGridRowModifier()->construct(id, flags); } KOALA_INTEROP_2(GridRow_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_GridRowInterface_setGridRowOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6721,7 +6721,7 @@ void impl_GridRowInterface_setGridRowOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getGridRowModifier()->setGridRowOptions(self, (const Opt_GridRowOptions*)&option_value); } KOALA_INTEROP_V3(GridRowInterface_setGridRowOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridRowAttribute_onBreakpointChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6729,18 +6729,18 @@ void impl_GridRowAttribute_onBreakpointChange(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getGridRowModifier()->setOnBreakpointChange(self, (const Callback_String_Void*)&value_value); } KOALA_INTEROP_V3(GridRowAttribute_onBreakpointChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GridRowAttribute_alignItems(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getGridRowModifier()->setAlignItems(self, static_cast(value)); } KOALA_INTEROP_V2(GridRowAttribute_alignItems, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_Hyperlink_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getHyperlinkModifier()->construct(id, flags); } KOALA_INTEROP_2(Hyperlink_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_HyperlinkInterface_setHyperlinkOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6784,7 +6784,7 @@ void impl_HyperlinkInterface_setHyperlinkOptions(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getHyperlinkModifier()->setHyperlinkOptions(self, (const Ark_Union_String_Resource*)&address_value, (const Opt_Union_String_Resource*)&content_value); } KOALA_INTEROP_V3(HyperlinkInterface_setHyperlinkOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_HyperlinkAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6814,12 +6814,12 @@ void impl_HyperlinkAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getHyperlinkModifier()->setColor(self, (const Ark_Union_Color_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(HyperlinkAttribute_color, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Image_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getImageModifier()->construct(id, flags); } KOALA_INTEROP_2(Image_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ImageInterface_setImageOptions0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6859,7 +6859,7 @@ void impl_ImageInterface_setImageOptions0(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getImageModifier()->setImageOptions0(self, (const Ark_Union_PixelMap_ResourceStr_DrawableDescriptor*)&src_value); } KOALA_INTEROP_V3(ImageInterface_setImageOptions0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageInterface_setImageOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6903,7 +6903,7 @@ void impl_ImageInterface_setImageOptions1(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getImageModifier()->setImageOptions1(self, (const Ark_Union_PixelMap_ResourceStr_DrawableDescriptor_ImageContent*)&src_value); } KOALA_INTEROP_V3(ImageInterface_setImageOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageInterface_setImageOptions2(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6944,7 +6944,7 @@ void impl_ImageInterface_setImageOptions2(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getImageModifier()->setImageOptions2(self, (const Ark_Union_PixelMap_ResourceStr_DrawableDescriptor*)&src_value, (const Ark_ImageAIOptions*)&imageAIOptions_value); } KOALA_INTEROP_V3(ImageInterface_setImageOptions2, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_alt(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -6970,19 +6970,19 @@ void impl_ImageAttribute_alt(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetNodeModifiers()->getImageModifier()->setAlt(self, (const Ark_Union_String_Resource_PixelMap*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_alt, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_matchTextDirection(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setMatchTextDirection(self, value); } KOALA_INTEROP_V2(ImageAttribute_matchTextDirection, Ark_NativePointer, Ark_Boolean) - + void impl_ImageAttribute_fitOriginalSize(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setFitOriginalSize(self, value); } KOALA_INTEROP_V2(ImageAttribute_fitOriginalSize, Ark_NativePointer, Ark_Boolean) - + void impl_ImageAttribute_fillColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7012,43 +7012,43 @@ void impl_ImageAttribute_fillColor(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getImageModifier()->setFillColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_fillColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_objectFit(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setObjectFit(self, static_cast(value)); } KOALA_INTEROP_V2(ImageAttribute_objectFit, Ark_NativePointer, Ark_Int32) - + void impl_ImageAttribute_objectRepeat(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setObjectRepeat(self, static_cast(value)); } KOALA_INTEROP_V2(ImageAttribute_objectRepeat, Ark_NativePointer, Ark_Int32) - + void impl_ImageAttribute_autoResize(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setAutoResize(self, value); } KOALA_INTEROP_V2(ImageAttribute_autoResize, Ark_NativePointer, Ark_Boolean) - + void impl_ImageAttribute_renderMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setRenderMode(self, static_cast(value)); } KOALA_INTEROP_V2(ImageAttribute_renderMode, Ark_NativePointer, Ark_Int32) - + void impl_ImageAttribute_dynamicRangeMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setDynamicRangeMode(self, static_cast(value)); } KOALA_INTEROP_V2(ImageAttribute_dynamicRangeMode, Ark_NativePointer, Ark_Int32) - + void impl_ImageAttribute_interpolation(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setInterpolation(self, static_cast(value)); } KOALA_INTEROP_V2(ImageAttribute_interpolation, Ark_NativePointer, Ark_Int32) - + void impl_ImageAttribute_sourceSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7056,13 +7056,13 @@ void impl_ImageAttribute_sourceSize(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getImageModifier()->setSourceSize(self, (const Ark_ImageSourceSize*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_sourceSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_syncLoad(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setSyncLoad(self, value); } KOALA_INTEROP_V2(ImageAttribute_syncLoad, Ark_NativePointer, Ark_Boolean) - + void impl_ImageAttribute_colorFilter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7084,19 +7084,19 @@ void impl_ImageAttribute_colorFilter(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getImageModifier()->setColorFilter(self, (const Ark_Union_ColorFilter_DrawingColorFilter*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_colorFilter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_copyOption(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setCopyOption(self, static_cast(value)); } KOALA_INTEROP_V2(ImageAttribute_copyOption, Ark_NativePointer, Ark_Int32) - + void impl_ImageAttribute_draggable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setDraggable(self, value); } KOALA_INTEROP_V2(ImageAttribute_draggable, Ark_NativePointer, Ark_Boolean) - + void impl_ImageAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7104,13 +7104,13 @@ void impl_ImageAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getImageModifier()->setPointLight(self, (const Ark_PointLightStyle*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_pointLight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_edgeAntialiasing(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setEdgeAntialiasing(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ImageAttribute_edgeAntialiasing, Ark_NativePointer, KInteropNumber) - + void impl_ImageAttribute_onComplete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7118,7 +7118,7 @@ void impl_ImageAttribute_onComplete(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getImageModifier()->setOnComplete(self, (const Callback_Type_ImageAttribute_onComplete_callback_event_Void*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_onComplete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7126,7 +7126,7 @@ void impl_ImageAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getImageModifier()->setOnError(self, (const ImageErrorCallback*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_onError, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7134,13 +7134,13 @@ void impl_ImageAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getImageModifier()->setOnFinish(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_onFinish, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_enableAnalyzer(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setEnableAnalyzer(self, value); } KOALA_INTEROP_V2(ImageAttribute_enableAnalyzer, Ark_NativePointer, Ark_Boolean) - + void impl_ImageAttribute_analyzerConfig(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7148,7 +7148,7 @@ void impl_ImageAttribute_analyzerConfig(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getImageModifier()->setAnalyzerConfig(self, (const Ark_ImageAnalyzerConfig*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_analyzerConfig, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_resizable(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7156,13 +7156,13 @@ void impl_ImageAttribute_resizable(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getImageModifier()->setResizable(self, (const Ark_ResizableOptions*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_resizable, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAttribute_privacySensitive(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageModifier()->setPrivacySensitive(self, value); } KOALA_INTEROP_V2(ImageAttribute_privacySensitive, Ark_NativePointer, Ark_Boolean) - + void impl_ImageAttribute_enhancedImageQuality(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7170,18 +7170,18 @@ void impl_ImageAttribute_enhancedImageQuality(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getImageModifier()->setEnhancedImageQuality(self, (const Ark_ResolutionQuality*)&value_value); } KOALA_INTEROP_V3(ImageAttribute_enhancedImageQuality, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_ImageAnimator_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getImageAnimatorModifier()->construct(id, flags); } KOALA_INTEROP_2(ImageAnimator_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ImageAnimatorInterface_setImageAnimatorOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageAnimatorModifier()->setImageAnimatorOptions(self); } KOALA_INTEROP_V1(ImageAnimatorInterface_setImageAnimatorOptions, Ark_NativePointer) - + void impl_ImageAnimatorAttribute_images(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7196,49 +7196,49 @@ void impl_ImageAnimatorAttribute_images(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getImageAnimatorModifier()->setImages(self, (const Array_ImageFrameInfo*)&value_value); } KOALA_INTEROP_V3(ImageAnimatorAttribute_images, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAnimatorAttribute_state(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageAnimatorModifier()->setState(self, static_cast(value)); } KOALA_INTEROP_V2(ImageAnimatorAttribute_state, Ark_NativePointer, Ark_Int32) - + void impl_ImageAnimatorAttribute_duration(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageAnimatorModifier()->setDuration(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ImageAnimatorAttribute_duration, Ark_NativePointer, KInteropNumber) - + void impl_ImageAnimatorAttribute_reverse(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageAnimatorModifier()->setReverse(self, value); } KOALA_INTEROP_V2(ImageAnimatorAttribute_reverse, Ark_NativePointer, Ark_Boolean) - + void impl_ImageAnimatorAttribute_fixedSize(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageAnimatorModifier()->setFixedSize(self, value); } KOALA_INTEROP_V2(ImageAnimatorAttribute_fixedSize, Ark_NativePointer, Ark_Boolean) - + void impl_ImageAnimatorAttribute_preDecode(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageAnimatorModifier()->setPreDecode(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ImageAnimatorAttribute_preDecode, Ark_NativePointer, KInteropNumber) - + void impl_ImageAnimatorAttribute_fillMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageAnimatorModifier()->setFillMode(self, static_cast(value)); } KOALA_INTEROP_V2(ImageAnimatorAttribute_fillMode, Ark_NativePointer, Ark_Int32) - + void impl_ImageAnimatorAttribute_iterations(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageAnimatorModifier()->setIterations(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ImageAnimatorAttribute_iterations, Ark_NativePointer, KInteropNumber) - + void impl_ImageAnimatorAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7246,7 +7246,7 @@ void impl_ImageAnimatorAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getImageAnimatorModifier()->setOnStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ImageAnimatorAttribute_onStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAnimatorAttribute_onPause(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7254,7 +7254,7 @@ void impl_ImageAnimatorAttribute_onPause(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getImageAnimatorModifier()->setOnPause(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ImageAnimatorAttribute_onPause, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAnimatorAttribute_onRepeat(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7262,7 +7262,7 @@ void impl_ImageAnimatorAttribute_onRepeat(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getImageAnimatorModifier()->setOnRepeat(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ImageAnimatorAttribute_onRepeat, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAnimatorAttribute_onCancel(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7270,7 +7270,7 @@ void impl_ImageAnimatorAttribute_onCancel(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getImageAnimatorModifier()->setOnCancel(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ImageAnimatorAttribute_onCancel, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageAnimatorAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7278,12 +7278,12 @@ void impl_ImageAnimatorAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getImageAnimatorModifier()->setOnFinish(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ImageAnimatorAttribute_onFinish, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_ImageSpan_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getImageSpanModifier()->construct(id, flags); } KOALA_INTEROP_2(ImageSpan_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ImageSpanInterface_setImageSpanOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7319,13 +7319,13 @@ void impl_ImageSpanInterface_setImageSpanOptions(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getImageSpanModifier()->setImageSpanOptions(self, (const Ark_Union_ResourceStr_PixelMap*)&value_value); } KOALA_INTEROP_V3(ImageSpanInterface_setImageSpanOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageSpanAttribute_verticalAlign(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageSpanModifier()->setVerticalAlign(self, static_cast(value)); } KOALA_INTEROP_V2(ImageSpanAttribute_verticalAlign, Ark_NativePointer, Ark_Int32) - + void impl_ImageSpanAttribute_colorFilter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7347,13 +7347,13 @@ void impl_ImageSpanAttribute_colorFilter(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getImageSpanModifier()->setColorFilter(self, (const Ark_Union_ColorFilter_DrawingColorFilter*)&value_value); } KOALA_INTEROP_V3(ImageSpanAttribute_colorFilter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageSpanAttribute_objectFit(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getImageSpanModifier()->setObjectFit(self, static_cast(value)); } KOALA_INTEROP_V2(ImageSpanAttribute_objectFit, Ark_NativePointer, Ark_Int32) - + void impl_ImageSpanAttribute_onComplete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7361,7 +7361,7 @@ void impl_ImageSpanAttribute_onComplete(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getImageSpanModifier()->setOnComplete(self, (const ImageCompleteCallback*)&value_value); } KOALA_INTEROP_V3(ImageSpanAttribute_onComplete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageSpanAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7369,7 +7369,7 @@ void impl_ImageSpanAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getImageSpanModifier()->setOnError(self, (const ImageErrorCallback*)&value_value); } KOALA_INTEROP_V3(ImageSpanAttribute_onError, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ImageSpanAttribute_alt(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7377,12 +7377,12 @@ void impl_ImageSpanAttribute_alt(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getImageSpanModifier()->setAlt(self, (const Ark_PixelMap*)&value_value); } KOALA_INTEROP_V3(ImageSpanAttribute_alt, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Line_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getLineModifier()->construct(id, flags); } KOALA_INTEROP_2(Line_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_LineInterface_setLineOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7397,7 +7397,7 @@ void impl_LineInterface_setLineOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getLineModifier()->setLineOptions(self, (const Opt_LineOptions*)&options_value); } KOALA_INTEROP_V3(LineInterface_setLineOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_LineAttribute_startPoint(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7412,7 +7412,7 @@ void impl_LineAttribute_startPoint(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getLineModifier()->setStartPoint(self, (const Array_Length*)&value_value); } KOALA_INTEROP_V3(LineAttribute_startPoint, Ark_NativePointer, uint8_t*, int32_t) - + void impl_LineAttribute_endPoint(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7427,12 +7427,12 @@ void impl_LineAttribute_endPoint(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getLineModifier()->setEndPoint(self, (const Array_Length*)&value_value); } KOALA_INTEROP_V3(LineAttribute_endPoint, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_List_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getListModifier()->construct(id, flags); } KOALA_INTEROP_2(List_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ListInterface_setListOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7447,37 +7447,37 @@ void impl_ListInterface_setListOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getListModifier()->setListOptions(self, (const Opt_ListOptions*)&options_value); } KOALA_INTEROP_V3(ListInterface_setListOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_alignListItem(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setAlignListItem(self, static_cast(value)); } KOALA_INTEROP_V2(ListAttribute_alignListItem, Ark_NativePointer, Ark_Int32) - + void impl_ListAttribute_listDirection(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setListDirection(self, static_cast(value)); } KOALA_INTEROP_V2(ListAttribute_listDirection, Ark_NativePointer, Ark_Int32) - + void impl_ListAttribute_scrollBar(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setScrollBar(self, static_cast(value)); } KOALA_INTEROP_V2(ListAttribute_scrollBar, Ark_NativePointer, Ark_Int32) - + void impl_ListAttribute_contentStartOffset(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setContentStartOffset(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ListAttribute_contentStartOffset, Ark_NativePointer, KInteropNumber) - + void impl_ListAttribute_contentEndOffset(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setContentEndOffset(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ListAttribute_contentEndOffset, Ark_NativePointer, KInteropNumber) - + void impl_ListAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7492,37 +7492,37 @@ void impl_ListAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getListModifier()->setDivider(self, (const Opt_ListDividerOptions*)&value_value); } KOALA_INTEROP_V3(ListAttribute_divider, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_editMode(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setEditMode(self, value); } KOALA_INTEROP_V2(ListAttribute_editMode, Ark_NativePointer, Ark_Boolean) - + void impl_ListAttribute_multiSelectable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setMultiSelectable(self, value); } KOALA_INTEROP_V2(ListAttribute_multiSelectable, Ark_NativePointer, Ark_Boolean) - + void impl_ListAttribute_cachedCount0(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setCachedCount0(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ListAttribute_cachedCount0, Ark_NativePointer, KInteropNumber) - + void impl_ListAttribute_cachedCount1(Ark_NativePointer thisPtr, KInteropNumber count, Ark_Boolean show) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setCachedCount1(self, (const Ark_Number*) (&count), show); } KOALA_INTEROP_V3(ListAttribute_cachedCount1, Ark_NativePointer, KInteropNumber, Ark_Boolean) - + void impl_ListAttribute_chainAnimation(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setChainAnimation(self, value); } KOALA_INTEROP_V2(ListAttribute_chainAnimation, Ark_NativePointer, Ark_Boolean) - + void impl_ListAttribute_chainAnimationOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7530,19 +7530,19 @@ void impl_ListAttribute_chainAnimationOptions(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getListModifier()->setChainAnimationOptions(self, (const Ark_ChainAnimationOptions*)&value_value); } KOALA_INTEROP_V3(ListAttribute_chainAnimationOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_sticky(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setSticky(self, static_cast(value)); } KOALA_INTEROP_V2(ListAttribute_sticky, Ark_NativePointer, Ark_Int32) - + void impl_ListAttribute_scrollSnapAlign(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setScrollSnapAlign(self, static_cast(value)); } KOALA_INTEROP_V2(ListAttribute_scrollSnapAlign, Ark_NativePointer, Ark_Int32) - + void impl_ListAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7550,13 +7550,13 @@ void impl_ListAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getListModifier()->setNestedScroll(self, (const Ark_NestedScrollOptions*)&value_value); } KOALA_INTEROP_V3(ListAttribute_nestedScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_enableScrollInteraction(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setEnableScrollInteraction(self, value); } KOALA_INTEROP_V2(ListAttribute_enableScrollInteraction, Ark_NativePointer, Ark_Boolean) - + void impl_ListAttribute_friction(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7578,7 +7578,7 @@ void impl_ListAttribute_friction(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getListModifier()->setFriction(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(ListAttribute_friction, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_childrenMainSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7586,13 +7586,13 @@ void impl_ListAttribute_childrenMainSize(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getListModifier()->setChildrenMainSize(self, (const Ark_ChildrenMainSize*)&value_value); } KOALA_INTEROP_V3(ListAttribute_childrenMainSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_maintainVisibleContentPosition(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListModifier()->setMaintainVisibleContentPosition(self, value); } KOALA_INTEROP_V2(ListAttribute_maintainVisibleContentPosition, Ark_NativePointer, Ark_Boolean) - + void impl_ListAttribute_onScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7600,7 +7600,7 @@ void impl_ListAttribute_onScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getListModifier()->setOnScroll(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onScrollIndex(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7608,7 +7608,7 @@ void impl_ListAttribute_onScrollIndex(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getListModifier()->setOnScrollIndex(self, (const Callback_Number_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onScrollIndex, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onScrollVisibleContentChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7616,7 +7616,7 @@ void impl_ListAttribute_onScrollVisibleContentChange(Ark_NativePointer thisPtr, GetNodeModifiers()->getListModifier()->setOnScrollVisibleContentChange(self, (const OnScrollVisibleContentChangeCallback*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onScrollVisibleContentChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onReachStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7624,7 +7624,7 @@ void impl_ListAttribute_onReachStart(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getListModifier()->setOnReachStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onReachStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onReachEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7632,7 +7632,7 @@ void impl_ListAttribute_onReachEnd(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getListModifier()->setOnReachEnd(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onReachEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onScrollStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7640,7 +7640,7 @@ void impl_ListAttribute_onScrollStart(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getListModifier()->setOnScrollStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onScrollStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onScrollStop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7648,7 +7648,7 @@ void impl_ListAttribute_onScrollStop(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getListModifier()->setOnScrollStop(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onScrollStop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onItemDelete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7656,7 +7656,7 @@ void impl_ListAttribute_onItemDelete(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getListModifier()->setOnItemDelete(self, (const Callback_Number_Boolean*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onItemDelete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onItemMove(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7664,7 +7664,7 @@ void impl_ListAttribute_onItemMove(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getListModifier()->setOnItemMove(self, (const Callback_Number_Number_Boolean*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onItemMove, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onItemDragStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7672,7 +7672,7 @@ void impl_ListAttribute_onItemDragStart(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getListModifier()->setOnItemDragStart(self, (const Callback_ItemDragInfo_Number_CustomBuilder*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onItemDragStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onItemDragEnter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7680,7 +7680,7 @@ void impl_ListAttribute_onItemDragEnter(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getListModifier()->setOnItemDragEnter(self, (const Callback_ItemDragInfo_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onItemDragEnter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onItemDragMove(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7688,7 +7688,7 @@ void impl_ListAttribute_onItemDragMove(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getListModifier()->setOnItemDragMove(self, (const Callback_ItemDragInfo_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onItemDragMove, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onItemDragLeave(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7696,7 +7696,7 @@ void impl_ListAttribute_onItemDragLeave(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getListModifier()->setOnItemDragLeave(self, (const Callback_ItemDragInfo_Number_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onItemDragLeave, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onItemDrop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7704,7 +7704,7 @@ void impl_ListAttribute_onItemDrop(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getListModifier()->setOnItemDrop(self, (const Callback_ItemDragInfo_Number_Number_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onItemDrop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_onScrollFrameBegin(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7712,7 +7712,7 @@ void impl_ListAttribute_onScrollFrameBegin(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getListModifier()->setOnScrollFrameBegin(self, (const Callback_Number_ScrollState_Literal_Number_offsetRemain*)&value_value); } KOALA_INTEROP_V3(ListAttribute_onScrollFrameBegin, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_lanes(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7745,7 +7745,7 @@ void impl_ListAttribute_lanes(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getListModifier()->setLanes(self, (const Ark_Union_Number_LengthConstrain*)&value_value, (const Opt_Length*)&gutter_value); } KOALA_INTEROP_V3(ListAttribute_lanes, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListAttribute_edgeEffect(Ark_NativePointer thisPtr, Ark_Int32 value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7760,12 +7760,12 @@ void impl_ListAttribute_edgeEffect(Ark_NativePointer thisPtr, Ark_Int32 value, u GetNodeModifiers()->getListModifier()->setEdgeEffect(self, static_cast(value), (const Opt_EdgeEffectOptions*)&options_value); } KOALA_INTEROP_V4(ListAttribute_edgeEffect, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + Ark_NativePointer impl_ListItem_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getListItemModifier()->construct(id, flags); } KOALA_INTEROP_2(ListItem_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ListItemInterface_setListItemOptions0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7780,7 +7780,7 @@ void impl_ListItemInterface_setListItemOptions0(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getListItemModifier()->setListItemOptions0(self, (const Opt_ListItemOptions*)&value_value); } KOALA_INTEROP_V3(ListItemInterface_setListItemOptions0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListItemInterface_setListItemOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7795,13 +7795,13 @@ void impl_ListItemInterface_setListItemOptions1(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getListItemModifier()->setListItemOptions1(self, (const Opt_String*)&value_value); } KOALA_INTEROP_V3(ListItemInterface_setListItemOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListItemAttribute_sticky(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListItemModifier()->setSticky(self, static_cast(value)); } KOALA_INTEROP_V2(ListItemAttribute_sticky, Ark_NativePointer, Ark_Int32) - + void impl_ListItemAttribute_editable(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7823,19 +7823,19 @@ void impl_ListItemAttribute_editable(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getListItemModifier()->setEditable(self, (const Ark_Union_Boolean_EditMode*)&value_value); } KOALA_INTEROP_V3(ListItemAttribute_editable, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListItemAttribute_selectable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListItemModifier()->setSelectable(self, value); } KOALA_INTEROP_V2(ListItemAttribute_selectable, Ark_NativePointer, Ark_Boolean) - + void impl_ListItemAttribute_selected(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getListItemModifier()->setSelected(self, value); } KOALA_INTEROP_V2(ListItemAttribute_selected, Ark_NativePointer, Ark_Boolean) - + void impl_ListItemAttribute_swipeAction(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7843,7 +7843,7 @@ void impl_ListItemAttribute_swipeAction(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getListItemModifier()->setSwipeAction(self, (const Ark_SwipeActionOptions*)&value_value); } KOALA_INTEROP_V3(ListItemAttribute_swipeAction, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListItemAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7851,12 +7851,12 @@ void impl_ListItemAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getListItemModifier()->setOnSelect(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(ListItemAttribute_onSelect, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_ListItemGroup_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getListItemGroupModifier()->construct(id, flags); } KOALA_INTEROP_2(ListItemGroup_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ListItemGroupInterface_setListItemGroupOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7871,7 +7871,7 @@ void impl_ListItemGroupInterface_setListItemGroupOptions(Ark_NativePointer thisP GetNodeModifiers()->getListItemGroupModifier()->setListItemGroupOptions(self, (const Opt_ListItemGroupOptions*)&options_value); } KOALA_INTEROP_V3(ListItemGroupInterface_setListItemGroupOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListItemGroupAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7886,7 +7886,7 @@ void impl_ListItemGroupAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getListItemGroupModifier()->setDivider(self, (const Opt_ListDividerOptions*)&value_value); } KOALA_INTEROP_V3(ListItemGroupAttribute_divider, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ListItemGroupAttribute_childrenMainSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7894,18 +7894,18 @@ void impl_ListItemGroupAttribute_childrenMainSize(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getListItemGroupModifier()->setChildrenMainSize(self, (const Ark_ChildrenMainSize*)&value_value); } KOALA_INTEROP_V3(ListItemGroupAttribute_childrenMainSize, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_LoadingProgress_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getLoadingProgressModifier()->construct(id, flags); } KOALA_INTEROP_2(LoadingProgress_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_LoadingProgressInterface_setLoadingProgressOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getLoadingProgressModifier()->setLoadingProgressOptions(self); } KOALA_INTEROP_V1(LoadingProgressInterface_setLoadingProgressOptions, Ark_NativePointer) - + void impl_LoadingProgressAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7935,13 +7935,13 @@ void impl_LoadingProgressAttribute_color(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getLoadingProgressModifier()->setColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(LoadingProgressAttribute_color, Ark_NativePointer, uint8_t*, int32_t) - + void impl_LoadingProgressAttribute_enableLoading(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getLoadingProgressModifier()->setEnableLoading(self, value); } KOALA_INTEROP_V2(LoadingProgressAttribute_enableLoading, Ark_NativePointer, Ark_Boolean) - + void impl_LoadingProgressAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7949,18 +7949,18 @@ void impl_LoadingProgressAttribute_contentModifier(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getLoadingProgressModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(LoadingProgressAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_LocationButton_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getLocationButtonModifier()->construct(id, flags); } KOALA_INTEROP_2(LocationButton_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_LocationButtonInterface_setLocationButtonOptions0(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getLocationButtonModifier()->setLocationButtonOptions0(self); } KOALA_INTEROP_V1(LocationButtonInterface_setLocationButtonOptions0, Ark_NativePointer) - + void impl_LocationButtonInterface_setLocationButtonOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7968,7 +7968,7 @@ void impl_LocationButtonInterface_setLocationButtonOptions1(Ark_NativePointer th GetNodeModifiers()->getLocationButtonModifier()->setLocationButtonOptions1(self, (const Ark_LocationButtonOptions*)&options_value); } KOALA_INTEROP_V3(LocationButtonInterface_setLocationButtonOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_LocationButtonAttribute_onClick(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7976,12 +7976,12 @@ void impl_LocationButtonAttribute_onClick(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getLocationButtonModifier()->setOnClick(self, (const Callback_ClickEvent_LocationButtonOnClickResult_Void*)&value_value); } KOALA_INTEROP_V3(LocationButtonAttribute_onClick, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Marquee_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getMarqueeModifier()->construct(id, flags); } KOALA_INTEROP_2(Marquee_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_MarqueeInterface_setMarqueeOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -7989,7 +7989,7 @@ void impl_MarqueeInterface_setMarqueeOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getMarqueeModifier()->setMarqueeOptions(self, (const Ark_MarqueeOptions*)&options_value); } KOALA_INTEROP_V3(MarqueeInterface_setMarqueeOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MarqueeAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8019,19 +8019,19 @@ void impl_MarqueeAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getMarqueeModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(MarqueeAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MarqueeAttribute_fontSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getMarqueeModifier()->setFontSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(MarqueeAttribute_fontSize, Ark_NativePointer, KLength) - + void impl_MarqueeAttribute_allowScale(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getMarqueeModifier()->setAllowScale(self, value); } KOALA_INTEROP_V2(MarqueeAttribute_allowScale, Ark_NativePointer, Ark_Boolean) - + void impl_MarqueeAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8057,7 +8057,7 @@ void impl_MarqueeAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getMarqueeModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(MarqueeAttribute_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MarqueeAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8079,13 +8079,13 @@ void impl_MarqueeAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getMarqueeModifier()->setFontFamily(self, (const Ark_Union_String_Resource*)&value_value); } KOALA_INTEROP_V3(MarqueeAttribute_fontFamily, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MarqueeAttribute_marqueeUpdateStrategy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getMarqueeModifier()->setMarqueeUpdateStrategy(self, static_cast(value)); } KOALA_INTEROP_V2(MarqueeAttribute_marqueeUpdateStrategy, Ark_NativePointer, Ark_Int32) - + void impl_MarqueeAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8093,7 +8093,7 @@ void impl_MarqueeAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getMarqueeModifier()->setOnStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(MarqueeAttribute_onStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MarqueeAttribute_onBounce(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8101,7 +8101,7 @@ void impl_MarqueeAttribute_onBounce(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getMarqueeModifier()->setOnBounce(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(MarqueeAttribute_onBounce, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MarqueeAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8109,12 +8109,12 @@ void impl_MarqueeAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getMarqueeModifier()->setOnFinish(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(MarqueeAttribute_onFinish, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_MediaCachedImage_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getMediaCachedImageModifier()->construct(id, flags); } KOALA_INTEROP_2(MediaCachedImage_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_MediaCachedImageInterface_setMediaCachedImageOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8158,24 +8158,24 @@ void impl_MediaCachedImageInterface_setMediaCachedImageOptions(Ark_NativePointer GetNodeModifiers()->getMediaCachedImageModifier()->setMediaCachedImageOptions(self, (const Ark_Union_PixelMap_ResourceStr_DrawableDescriptor_ASTCResource*)&src_value); } KOALA_INTEROP_V3(MediaCachedImageInterface_setMediaCachedImageOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Menu_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getMenuModifier()->construct(id, flags); } KOALA_INTEROP_2(Menu_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_MenuInterface_setMenuOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getMenuModifier()->setMenuOptions(self); } KOALA_INTEROP_V1(MenuInterface_setMenuOptions, Ark_NativePointer) - + void impl_MenuAttribute_fontSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getMenuModifier()->setFontSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(MenuAttribute_fontSize, Ark_NativePointer, KLength) - + void impl_MenuAttribute_font(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8183,7 +8183,7 @@ void impl_MenuAttribute_font(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetNodeModifiers()->getMenuModifier()->setFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(MenuAttribute_font, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8213,7 +8213,7 @@ void impl_MenuAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getMenuModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(MenuAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuAttribute_radius(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8268,7 +8268,7 @@ void impl_MenuAttribute_radius(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getMenuModifier()->setRadius(self, (const Ark_Union_Dimension_BorderRadiuses*)&value_value); } KOALA_INTEROP_V3(MenuAttribute_radius, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuAttribute_menuItemDivider(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8283,7 +8283,7 @@ void impl_MenuAttribute_menuItemDivider(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getMenuModifier()->setMenuItemDivider(self, (const Opt_DividerStyleOptions*)&value_value); } KOALA_INTEROP_V3(MenuAttribute_menuItemDivider, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuAttribute_menuItemGroupDivider(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8298,18 +8298,18 @@ void impl_MenuAttribute_menuItemGroupDivider(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getMenuModifier()->setMenuItemGroupDivider(self, (const Opt_DividerStyleOptions*)&value_value); } KOALA_INTEROP_V3(MenuAttribute_menuItemGroupDivider, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuAttribute_subMenuExpandingMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getMenuModifier()->setSubMenuExpandingMode(self, static_cast(value)); } KOALA_INTEROP_V2(MenuAttribute_subMenuExpandingMode, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_MenuItem_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getMenuItemModifier()->construct(id, flags); } KOALA_INTEROP_2(MenuItem_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_MenuItemInterface_setMenuItemOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8338,13 +8338,13 @@ void impl_MenuItemInterface_setMenuItemOptions(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getMenuItemModifier()->setMenuItemOptions(self, (const Opt_Union_MenuItemOptions_CustomBuilder*)&value_value); } KOALA_INTEROP_V3(MenuItemInterface_setMenuItemOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuItemAttribute_selected(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getMenuItemModifier()->setSelected(self, value); } KOALA_INTEROP_V2(MenuItemAttribute_selected, Ark_NativePointer, Ark_Boolean) - + void impl_MenuItemAttribute_selectIcon(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8384,7 +8384,7 @@ void impl_MenuItemAttribute_selectIcon(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getMenuItemModifier()->setSelectIcon(self, (const Ark_Union_Boolean_ResourceStr_SymbolGlyphModifier*)&value_value); } KOALA_INTEROP_V3(MenuItemAttribute_selectIcon, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuItemAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8392,7 +8392,7 @@ void impl_MenuItemAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getMenuItemModifier()->setOnChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(MenuItemAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuItemAttribute_contentFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8400,7 +8400,7 @@ void impl_MenuItemAttribute_contentFont(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getMenuItemModifier()->setContentFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(MenuItemAttribute_contentFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuItemAttribute_contentFontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8430,7 +8430,7 @@ void impl_MenuItemAttribute_contentFontColor(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getMenuItemModifier()->setContentFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(MenuItemAttribute_contentFontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuItemAttribute_labelFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8438,7 +8438,7 @@ void impl_MenuItemAttribute_labelFont(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getMenuItemModifier()->setLabelFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(MenuItemAttribute_labelFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MenuItemAttribute_labelFontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8468,12 +8468,12 @@ void impl_MenuItemAttribute_labelFontColor(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getMenuItemModifier()->setLabelFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(MenuItemAttribute_labelFontColor, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_MenuItemGroup_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getMenuItemGroupModifier()->construct(id, flags); } KOALA_INTEROP_2(MenuItemGroup_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_MenuItemGroupInterface_setMenuItemGroupOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8488,30 +8488,30 @@ void impl_MenuItemGroupInterface_setMenuItemGroupOptions(Ark_NativePointer thisP GetNodeModifiers()->getMenuItemGroupModifier()->setMenuItemGroupOptions(self, (const Opt_MenuItemGroupOptions*)&value_value); } KOALA_INTEROP_V3(MenuItemGroupInterface_setMenuItemGroupOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_NavDestination_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getNavDestinationModifier()->construct(id, flags); } KOALA_INTEROP_2(NavDestination_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_NavDestinationInterface_setNavDestinationOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavDestinationModifier()->setNavDestinationOptions(self); } KOALA_INTEROP_V1(NavDestinationInterface_setNavDestinationOptions, Ark_NativePointer) - + void impl_NavDestinationAttribute_hideTitleBar0(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavDestinationModifier()->setHideTitleBar0(self, value); } KOALA_INTEROP_V2(NavDestinationAttribute_hideTitleBar0, Ark_NativePointer, Ark_Boolean) - + void impl_NavDestinationAttribute_hideTitleBar1(Ark_NativePointer thisPtr, Ark_Boolean hide, Ark_Boolean animated) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavDestinationModifier()->setHideTitleBar1(self, hide, animated); } KOALA_INTEROP_V3(NavDestinationAttribute_hideTitleBar1, Ark_NativePointer, Ark_Boolean, Ark_Boolean) - + void impl_NavDestinationAttribute_onShown(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8519,7 +8519,7 @@ void impl_NavDestinationAttribute_onShown(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getNavDestinationModifier()->setOnShown(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_onShown, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_onHidden(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8527,7 +8527,7 @@ void impl_NavDestinationAttribute_onHidden(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getNavDestinationModifier()->setOnHidden(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_onHidden, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_onBackPressed(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8535,13 +8535,13 @@ void impl_NavDestinationAttribute_onBackPressed(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getNavDestinationModifier()->setOnBackPressed(self, (const Callback_Boolean*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_onBackPressed, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_mode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavDestinationModifier()->setMode(self, static_cast(value)); } KOALA_INTEROP_V2(NavDestinationAttribute_mode, Ark_NativePointer, Ark_Int32) - + void impl_NavDestinationAttribute_backButtonIcon(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8581,7 +8581,7 @@ void impl_NavDestinationAttribute_backButtonIcon(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getNavDestinationModifier()->setBackButtonIcon(self, (const Ark_Union_ResourceStr_PixelMap_SymbolGlyphModifier*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_backButtonIcon, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_menus(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8610,7 +8610,7 @@ void impl_NavDestinationAttribute_menus(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getNavDestinationModifier()->setMenus(self, (const Ark_Union_Array_NavigationMenuItem_CustomBuilder*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_menus, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_onReady(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8618,7 +8618,7 @@ void impl_NavDestinationAttribute_onReady(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getNavDestinationModifier()->setOnReady(self, (const Callback_NavDestinationContext_Void*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_onReady, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_onWillAppear(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8626,7 +8626,7 @@ void impl_NavDestinationAttribute_onWillAppear(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getNavDestinationModifier()->setOnWillAppear(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_onWillAppear, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_onWillDisappear(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8634,7 +8634,7 @@ void impl_NavDestinationAttribute_onWillDisappear(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getNavDestinationModifier()->setOnWillDisappear(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_onWillDisappear, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_onWillShow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8642,7 +8642,7 @@ void impl_NavDestinationAttribute_onWillShow(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getNavDestinationModifier()->setOnWillShow(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_onWillShow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_onWillHide(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8650,7 +8650,7 @@ void impl_NavDestinationAttribute_onWillHide(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getNavDestinationModifier()->setOnWillHide(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_onWillHide, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_systemBarStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8665,7 +8665,7 @@ void impl_NavDestinationAttribute_systemBarStyle(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getNavDestinationModifier()->setSystemBarStyle(self, (const Opt_SystemBarStyle*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_systemBarStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_recoverable(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8680,13 +8680,13 @@ void impl_NavDestinationAttribute_recoverable(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getNavDestinationModifier()->setRecoverable(self, (const Opt_Boolean*)&value_value); } KOALA_INTEROP_V3(NavDestinationAttribute_recoverable, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_systemTransition(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavDestinationModifier()->setSystemTransition(self, static_cast(value)); } KOALA_INTEROP_V2(NavDestinationAttribute_systemTransition, Ark_NativePointer, Ark_Int32) - + void impl_NavDestinationAttribute_title(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8728,7 +8728,7 @@ void impl_NavDestinationAttribute_title(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getNavDestinationModifier()->setTitle(self, (const Ark_Type_NavDestinationAttribute_title_value*)&value_value, (const Opt_NavigationTitleOptions*)&options_value); } KOALA_INTEROP_V3(NavDestinationAttribute_title, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_toolbarConfiguration(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8765,7 +8765,7 @@ void impl_NavDestinationAttribute_toolbarConfiguration(Ark_NativePointer thisPtr GetNodeModifiers()->getNavDestinationModifier()->setToolbarConfiguration(self, (const Ark_Union_Array_ToolbarItem_CustomBuilder*)&toolbarParam_value, (const Opt_NavigationToolbarOptions*)&options_value); } KOALA_INTEROP_V3(NavDestinationAttribute_toolbarConfiguration, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_hideToolBar(Ark_NativePointer thisPtr, Ark_Boolean hide, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8780,7 +8780,7 @@ void impl_NavDestinationAttribute_hideToolBar(Ark_NativePointer thisPtr, Ark_Boo GetNodeModifiers()->getNavDestinationModifier()->setHideToolBar(self, hide, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V4(NavDestinationAttribute_hideToolBar, Ark_NativePointer, Ark_Boolean, uint8_t*, int32_t) - + void impl_NavDestinationAttribute_ignoreLayoutSafeArea(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8817,18 +8817,18 @@ void impl_NavDestinationAttribute_ignoreLayoutSafeArea(Ark_NativePointer thisPtr GetNodeModifiers()->getNavDestinationModifier()->setIgnoreLayoutSafeArea(self, (const Opt_Array_LayoutSafeAreaType*)&types_value, (const Opt_Array_LayoutSafeAreaEdge*)&edges_value); } KOALA_INTEROP_V3(NavDestinationAttribute_ignoreLayoutSafeArea, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_NavRouter_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getNavRouterModifier()->construct(id, flags); } KOALA_INTEROP_2(NavRouter_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_NavRouterInterface_setNavRouterOptions0(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavRouterModifier()->setNavRouterOptions0(self); } KOALA_INTEROP_V1(NavRouterInterface_setNavRouterOptions0, Ark_NativePointer) - + void impl_NavRouterInterface_setNavRouterOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8836,7 +8836,7 @@ void impl_NavRouterInterface_setNavRouterOptions1(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getNavRouterModifier()->setNavRouterOptions1(self, (const Ark_RouteInfo*)&value_value); } KOALA_INTEROP_V3(NavRouterInterface_setNavRouterOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavRouterAttribute_onStateChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8844,18 +8844,18 @@ void impl_NavRouterAttribute_onStateChange(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getNavRouterModifier()->setOnStateChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(NavRouterAttribute_onStateChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavRouterAttribute_mode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavRouterModifier()->setMode(self, static_cast(value)); } KOALA_INTEROP_V2(NavRouterAttribute_mode, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_Navigator_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getNavigatorModifier()->construct(id, flags); } KOALA_INTEROP_2(Navigator_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_NavigatorInterface_setNavigatorOptions0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8880,31 +8880,31 @@ void impl_NavigatorInterface_setNavigatorOptions0(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getNavigatorModifier()->setNavigatorOptions0(self, (const Opt_Literal_String_target_NavigationType_type*)&value_value); } KOALA_INTEROP_V3(NavigatorInterface_setNavigatorOptions0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavigatorInterface_setNavigatorOptions1(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavigatorModifier()->setNavigatorOptions1(self); } KOALA_INTEROP_V1(NavigatorInterface_setNavigatorOptions1, Ark_NativePointer) - + void impl_NavigatorAttribute_active(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavigatorModifier()->setActive(self, value); } KOALA_INTEROP_V2(NavigatorAttribute_active, Ark_NativePointer, Ark_Boolean) - + void impl_NavigatorAttribute_type(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavigatorModifier()->setType(self, static_cast(value)); } KOALA_INTEROP_V2(NavigatorAttribute_type, Ark_NativePointer, Ark_Int32) - + void impl_NavigatorAttribute_target(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getNavigatorModifier()->setTarget(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(NavigatorAttribute_target, Ark_NativePointer, KStringPtr) - + void impl_NavigatorAttribute_params(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8912,12 +8912,12 @@ void impl_NavigatorAttribute_params(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getNavigatorModifier()->setParams(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(NavigatorAttribute_params, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_NodeContainer_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getNodeContainerModifier()->construct(id, flags); } KOALA_INTEROP_2(NodeContainer_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_NodeContainerInterface_setNodeContainerOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8925,36 +8925,36 @@ void impl_NodeContainerInterface_setNodeContainerOptions(Ark_NativePointer thisP GetNodeModifiers()->getNodeContainerModifier()->setNodeContainerOptions(self, (const Ark_NodeController*)&controller_value); } KOALA_INTEROP_V3(NodeContainerInterface_setNodeContainerOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Panel_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getPanelModifier()->construct(id, flags); } KOALA_INTEROP_2(Panel_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_PanelInterface_setPanelOptions(Ark_NativePointer thisPtr, Ark_Boolean show) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPanelModifier()->setPanelOptions(self, show); } KOALA_INTEROP_V2(PanelInterface_setPanelOptions, Ark_NativePointer, Ark_Boolean) - + void impl_PanelAttribute_mode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPanelModifier()->setMode(self, static_cast(value)); } KOALA_INTEROP_V2(PanelAttribute_mode, Ark_NativePointer, Ark_Int32) - + void impl_PanelAttribute_type(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPanelModifier()->setType(self, static_cast(value)); } KOALA_INTEROP_V2(PanelAttribute_type, Ark_NativePointer, Ark_Int32) - + void impl_PanelAttribute_dragBar(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPanelModifier()->setDragBar(self, value); } KOALA_INTEROP_V2(PanelAttribute_dragBar, Ark_NativePointer, Ark_Boolean) - + void impl_PanelAttribute_customHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8976,7 +8976,7 @@ void impl_PanelAttribute_customHeight(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getPanelModifier()->setCustomHeight(self, (const Ark_Union_Dimension_PanelHeight*)&value_value); } KOALA_INTEROP_V3(PanelAttribute_customHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PanelAttribute_fullHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -8998,7 +8998,7 @@ void impl_PanelAttribute_fullHeight(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getPanelModifier()->setFullHeight(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(PanelAttribute_fullHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PanelAttribute_halfHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9020,7 +9020,7 @@ void impl_PanelAttribute_halfHeight(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getPanelModifier()->setHalfHeight(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(PanelAttribute_halfHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PanelAttribute_miniHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9042,13 +9042,13 @@ void impl_PanelAttribute_miniHeight(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getPanelModifier()->setMiniHeight(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(PanelAttribute_miniHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PanelAttribute_show(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPanelModifier()->setShow(self, value); } KOALA_INTEROP_V2(PanelAttribute_show, Ark_NativePointer, Ark_Boolean) - + void impl_PanelAttribute_backgroundMask(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9078,13 +9078,13 @@ void impl_PanelAttribute_backgroundMask(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getPanelModifier()->setBackgroundMask(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(PanelAttribute_backgroundMask, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PanelAttribute_showCloseIcon(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPanelModifier()->setShowCloseIcon(self, value); } KOALA_INTEROP_V2(PanelAttribute_showCloseIcon, Ark_NativePointer, Ark_Boolean) - + void impl_PanelAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9092,7 +9092,7 @@ void impl_PanelAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getPanelModifier()->setOnChange(self, (const Callback_Number_Number_PanelMode_Void*)&value_value); } KOALA_INTEROP_V3(PanelAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PanelAttribute_onHeightChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9100,18 +9100,18 @@ void impl_PanelAttribute_onHeightChange(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getPanelModifier()->setOnHeightChange(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(PanelAttribute_onHeightChange, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_PasteButton_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getPasteButtonModifier()->construct(id, flags); } KOALA_INTEROP_2(PasteButton_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_PasteButtonInterface_setPasteButtonOptions0(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPasteButtonModifier()->setPasteButtonOptions0(self); } KOALA_INTEROP_V1(PasteButtonInterface_setPasteButtonOptions0, Ark_NativePointer) - + void impl_PasteButtonInterface_setPasteButtonOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9119,7 +9119,7 @@ void impl_PasteButtonInterface_setPasteButtonOptions1(Ark_NativePointer thisPtr, GetNodeModifiers()->getPasteButtonModifier()->setPasteButtonOptions1(self, (const Ark_PasteButtonOptions*)&options_value); } KOALA_INTEROP_V3(PasteButtonInterface_setPasteButtonOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PasteButtonAttribute_onClick(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9127,12 +9127,12 @@ void impl_PasteButtonAttribute_onClick(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getPasteButtonModifier()->setOnClick(self, (const Callback_ClickEvent_PasteButtonOnClickResult_Void*)&value_value); } KOALA_INTEROP_V3(PasteButtonAttribute_onClick, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Path_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getPathModifier()->construct(id, flags); } KOALA_INTEROP_2(Path_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_PathInterface_setPathOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9147,18 +9147,18 @@ void impl_PathInterface_setPathOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getPathModifier()->setPathOptions(self, (const Opt_PathOptions*)&options_value); } KOALA_INTEROP_V3(PathInterface_setPathOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PathAttribute_commands(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPathModifier()->setCommands(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(PathAttribute_commands, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_PatternLock_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getPatternLockModifier()->construct(id, flags); } KOALA_INTEROP_2(PatternLock_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_PatternLockInterface_setPatternLockOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9173,19 +9173,19 @@ void impl_PatternLockInterface_setPatternLockOptions(Ark_NativePointer thisPtr, GetNodeModifiers()->getPatternLockModifier()->setPatternLockOptions(self, (const Opt_PatternLockController*)&controller_value); } KOALA_INTEROP_V3(PatternLockInterface_setPatternLockOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PatternLockAttribute_sideLength(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPatternLockModifier()->setSideLength(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(PatternLockAttribute_sideLength, Ark_NativePointer, KLength) - + void impl_PatternLockAttribute_circleRadius(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPatternLockModifier()->setCircleRadius(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(PatternLockAttribute_circleRadius, Ark_NativePointer, KLength) - + void impl_PatternLockAttribute_backgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9215,7 +9215,7 @@ void impl_PatternLockAttribute_backgroundColor(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getPatternLockModifier()->setBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(PatternLockAttribute_backgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PatternLockAttribute_regularColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9245,7 +9245,7 @@ void impl_PatternLockAttribute_regularColor(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getPatternLockModifier()->setRegularColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(PatternLockAttribute_regularColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PatternLockAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9275,7 +9275,7 @@ void impl_PatternLockAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getPatternLockModifier()->setSelectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(PatternLockAttribute_selectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PatternLockAttribute_activeColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9305,7 +9305,7 @@ void impl_PatternLockAttribute_activeColor(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getPatternLockModifier()->setActiveColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(PatternLockAttribute_activeColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PatternLockAttribute_pathColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9335,7 +9335,7 @@ void impl_PatternLockAttribute_pathColor(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getPatternLockModifier()->setPathColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(PatternLockAttribute_pathColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PatternLockAttribute_pathStrokeWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9357,7 +9357,7 @@ void impl_PatternLockAttribute_pathStrokeWidth(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getPatternLockModifier()->setPathStrokeWidth(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(PatternLockAttribute_pathStrokeWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PatternLockAttribute_onPatternComplete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9365,13 +9365,13 @@ void impl_PatternLockAttribute_onPatternComplete(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getPatternLockModifier()->setOnPatternComplete(self, (const Callback_Array_Number_Void*)&value_value); } KOALA_INTEROP_V3(PatternLockAttribute_onPatternComplete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PatternLockAttribute_autoReset(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getPatternLockModifier()->setAutoReset(self, value); } KOALA_INTEROP_V2(PatternLockAttribute_autoReset, Ark_NativePointer, Ark_Boolean) - + void impl_PatternLockAttribute_onDotConnect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9379,7 +9379,7 @@ void impl_PatternLockAttribute_onDotConnect(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getPatternLockModifier()->setOnDotConnect(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(PatternLockAttribute_onDotConnect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PatternLockAttribute_activateCircleStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9394,12 +9394,12 @@ void impl_PatternLockAttribute_activateCircleStyle(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getPatternLockModifier()->setActivateCircleStyle(self, (const Opt_CircleStyleOptions*)&value_value); } KOALA_INTEROP_V3(PatternLockAttribute_activateCircleStyle, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_PluginComponent_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getPluginComponentModifier()->construct(id, flags); } KOALA_INTEROP_2(PluginComponent_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_PluginComponentInterface_setPluginComponentOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9407,7 +9407,7 @@ void impl_PluginComponentInterface_setPluginComponentOptions(Ark_NativePointer t GetNodeModifiers()->getPluginComponentModifier()->setPluginComponentOptions(self, (const Ark_PluginComponentOptions*)&options_value); } KOALA_INTEROP_V3(PluginComponentInterface_setPluginComponentOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PluginComponentAttribute_onComplete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9415,7 +9415,7 @@ void impl_PluginComponentAttribute_onComplete(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getPluginComponentModifier()->setOnComplete(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(PluginComponentAttribute_onComplete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PluginComponentAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9423,12 +9423,12 @@ void impl_PluginComponentAttribute_onError(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getPluginComponentModifier()->setOnError(self, (const PluginErrorCallback*)&value_value); } KOALA_INTEROP_V3(PluginComponentAttribute_onError, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Polygon_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getPolygonModifier()->construct(id, flags); } KOALA_INTEROP_2(Polygon_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_PolygonInterface_setPolygonOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9443,7 +9443,7 @@ void impl_PolygonInterface_setPolygonOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getPolygonModifier()->setPolygonOptions(self, (const Opt_PolygonOptions*)&options_value); } KOALA_INTEROP_V3(PolygonInterface_setPolygonOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PolygonAttribute_points(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9458,12 +9458,12 @@ void impl_PolygonAttribute_points(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getPolygonModifier()->setPoints(self, (const Array_Point*)&value_value); } KOALA_INTEROP_V3(PolygonAttribute_points, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Polyline_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getPolylineModifier()->construct(id, flags); } KOALA_INTEROP_2(Polyline_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_PolylineInterface_setPolylineOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9478,7 +9478,7 @@ void impl_PolylineInterface_setPolylineOptions(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getPolylineModifier()->setPolylineOptions(self, (const Opt_PolylineOptions*)&options_value); } KOALA_INTEROP_V3(PolylineInterface_setPolylineOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PolylineAttribute_points(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9493,12 +9493,12 @@ void impl_PolylineAttribute_points(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getPolylineModifier()->setPoints(self, (const Array_Point*)&value_value); } KOALA_INTEROP_V3(PolylineAttribute_points, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Progress_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getProgressModifier()->construct(id, flags); } KOALA_INTEROP_2(Progress_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ProgressInterface_setProgressOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9506,13 +9506,13 @@ void impl_ProgressInterface_setProgressOptions(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getProgressModifier()->setProgressOptions(self, (const Ark_ProgressOptions*)&options_value); } KOALA_INTEROP_V3(ProgressInterface_setProgressOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ProgressAttribute_value(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getProgressModifier()->setValue(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ProgressAttribute_value, Ark_NativePointer, KInteropNumber) - + void impl_ProgressAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9556,7 +9556,7 @@ void impl_ProgressAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getProgressModifier()->setColor(self, (const Ark_Union_ResourceColor_LinearGradient_common*)&value_value); } KOALA_INTEROP_V3(ProgressAttribute_color, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ProgressAttribute_style(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9586,7 +9586,7 @@ void impl_ProgressAttribute_style(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getProgressModifier()->setStyle(self, (const Ark_Union_LinearStyleOptions_RingStyleOptions_CapsuleStyleOptions_ProgressStyleOptions*)&value_value); } KOALA_INTEROP_V3(ProgressAttribute_style, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ProgressAttribute_privacySensitive(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9601,7 +9601,7 @@ void impl_ProgressAttribute_privacySensitive(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getProgressModifier()->setPrivacySensitive(self, (const Opt_Boolean*)&value_value); } KOALA_INTEROP_V3(ProgressAttribute_privacySensitive, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ProgressAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9609,18 +9609,18 @@ void impl_ProgressAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getProgressModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(ProgressAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_QRCode_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getQRCodeModifier()->construct(id, flags); } KOALA_INTEROP_2(QRCode_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_QRCodeInterface_setQRCodeOptions(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getQRCodeModifier()->setQRCodeOptions(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(QRCodeInterface_setQRCodeOptions, Ark_NativePointer, KStringPtr) - + void impl_QRCodeAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9650,7 +9650,7 @@ void impl_QRCodeAttribute_color(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getQRCodeModifier()->setColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(QRCodeAttribute_color, Ark_NativePointer, uint8_t*, int32_t) - + void impl_QRCodeAttribute_backgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9680,7 +9680,7 @@ void impl_QRCodeAttribute_backgroundColor(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getQRCodeModifier()->setBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(QRCodeAttribute_backgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_QRCodeAttribute_contentOpacity(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9702,12 +9702,12 @@ void impl_QRCodeAttribute_contentOpacity(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getQRCodeModifier()->setContentOpacity(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(QRCodeAttribute_contentOpacity, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Radio_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRadioModifier()->construct(id, flags); } KOALA_INTEROP_2(Radio_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RadioInterface_setRadioOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9715,13 +9715,13 @@ void impl_RadioInterface_setRadioOptions(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getRadioModifier()->setRadioOptions(self, (const Ark_RadioOptions*)&options_value); } KOALA_INTEROP_V3(RadioInterface_setRadioOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RadioAttribute_checked(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRadioModifier()->setChecked(self, value); } KOALA_INTEROP_V2(RadioAttribute_checked, Ark_NativePointer, Ark_Boolean) - + void impl_RadioAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9729,7 +9729,7 @@ void impl_RadioAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getRadioModifier()->setOnChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(RadioAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RadioAttribute_radioStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9744,7 +9744,7 @@ void impl_RadioAttribute_radioStyle(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getRadioModifier()->setRadioStyle(self, (const Opt_RadioStyle*)&value_value); } KOALA_INTEROP_V3(RadioAttribute_radioStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RadioAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9752,12 +9752,12 @@ void impl_RadioAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getRadioModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(RadioAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Rating_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRatingModifier()->construct(id, flags); } KOALA_INTEROP_2(Rating_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RatingInterface_setRatingOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9772,19 +9772,19 @@ void impl_RatingInterface_setRatingOptions(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getRatingModifier()->setRatingOptions(self, (const Opt_RatingOptions*)&options_value); } KOALA_INTEROP_V3(RatingInterface_setRatingOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RatingAttribute_stars(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRatingModifier()->setStars(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(RatingAttribute_stars, Ark_NativePointer, KInteropNumber) - + void impl_RatingAttribute_stepSize(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRatingModifier()->setStepSize(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(RatingAttribute_stepSize, Ark_NativePointer, KInteropNumber) - + void impl_RatingAttribute_starStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9792,7 +9792,7 @@ void impl_RatingAttribute_starStyle(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getRatingModifier()->setStarStyle(self, (const Ark_StarStyleOptions*)&value_value); } KOALA_INTEROP_V3(RatingAttribute_starStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RatingAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9800,7 +9800,7 @@ void impl_RatingAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getRatingModifier()->setOnChange(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(RatingAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RatingAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9808,12 +9808,12 @@ void impl_RatingAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getRatingModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(RatingAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Rect_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRectModifier()->construct(id, flags); } KOALA_INTEROP_2(Rect_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RectInterface_setRectOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9842,7 +9842,7 @@ void impl_RectInterface_setRectOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getRectModifier()->setRectOptions(self, (const Opt_Union_RectOptions_RoundedRectOptions*)&options_value); } KOALA_INTEROP_V3(RectInterface_setRectOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RectAttribute_radiusWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9864,7 +9864,7 @@ void impl_RectAttribute_radiusWidth(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getRectModifier()->setRadiusWidth(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(RectAttribute_radiusWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RectAttribute_radiusHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9886,7 +9886,7 @@ void impl_RectAttribute_radiusHeight(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getRectModifier()->setRadiusHeight(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(RectAttribute_radiusHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RectAttribute_radius(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9933,12 +9933,12 @@ void impl_RectAttribute_radius(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getRectModifier()->setRadius(self, (const Ark_Union_Number_String_Array_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(RectAttribute_radius, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Refresh_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRefreshModifier()->construct(id, flags); } KOALA_INTEROP_2(Refresh_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RefreshInterface_setRefreshOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9946,7 +9946,7 @@ void impl_RefreshInterface_setRefreshOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getRefreshModifier()->setRefreshOptions(self, (const Ark_RefreshOptions*)&value_value); } KOALA_INTEROP_V3(RefreshInterface_setRefreshOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RefreshAttribute_onStateChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9954,7 +9954,7 @@ void impl_RefreshAttribute_onStateChange(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getRefreshModifier()->setOnStateChange(self, (const Callback_RefreshStatus_Void*)&value_value); } KOALA_INTEROP_V3(RefreshAttribute_onStateChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RefreshAttribute_onRefreshing(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9962,19 +9962,19 @@ void impl_RefreshAttribute_onRefreshing(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getRefreshModifier()->setOnRefreshing(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(RefreshAttribute_onRefreshing, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RefreshAttribute_refreshOffset(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRefreshModifier()->setRefreshOffset(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(RefreshAttribute_refreshOffset, Ark_NativePointer, KInteropNumber) - + void impl_RefreshAttribute_pullToRefresh(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRefreshModifier()->setPullToRefresh(self, value); } KOALA_INTEROP_V2(RefreshAttribute_pullToRefresh, Ark_NativePointer, Ark_Boolean) - + void impl_RefreshAttribute_onOffsetChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9982,7 +9982,7 @@ void impl_RefreshAttribute_onOffsetChange(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getRefreshModifier()->setOnOffsetChange(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(RefreshAttribute_onOffsetChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RefreshAttribute_pullDownRatio(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -9997,18 +9997,18 @@ void impl_RefreshAttribute_pullDownRatio(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getRefreshModifier()->setPullDownRatio(self, (const Opt_Number*)&value_value); } KOALA_INTEROP_V3(RefreshAttribute_pullDownRatio, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_RelativeContainer_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRelativeContainerModifier()->construct(id, flags); } KOALA_INTEROP_2(RelativeContainer_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RelativeContainerInterface_setRelativeContainerOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRelativeContainerModifier()->setRelativeContainerOptions(self); } KOALA_INTEROP_V1(RelativeContainerInterface_setRelativeContainerOptions, Ark_NativePointer) - + void impl_RelativeContainerAttribute_guideLine(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10023,7 +10023,7 @@ void impl_RelativeContainerAttribute_guideLine(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getRelativeContainerModifier()->setGuideLine(self, (const Array_GuideLineStyle*)&value_value); } KOALA_INTEROP_V3(RelativeContainerAttribute_guideLine, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RelativeContainerAttribute_barrier0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10038,7 +10038,7 @@ void impl_RelativeContainerAttribute_barrier0(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getRelativeContainerModifier()->setBarrier0(self, (const Array_BarrierStyle*)&value_value); } KOALA_INTEROP_V3(RelativeContainerAttribute_barrier0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RelativeContainerAttribute_barrier1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10053,12 +10053,12 @@ void impl_RelativeContainerAttribute_barrier1(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getRelativeContainerModifier()->setBarrier1(self, (const Array_LocalizedBarrierStyle*)&value_value); } KOALA_INTEROP_V3(RelativeContainerAttribute_barrier1, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_RichEditor_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRichEditorModifier()->construct(id, flags); } KOALA_INTEROP_2(RichEditor_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RichEditorInterface_setRichEditorOptions0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10066,7 +10066,7 @@ void impl_RichEditorInterface_setRichEditorOptions0(Ark_NativePointer thisPtr, u GetNodeModifiers()->getRichEditorModifier()->setRichEditorOptions0(self, (const Ark_RichEditorOptions*)&value_value); } KOALA_INTEROP_V3(RichEditorInterface_setRichEditorOptions0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorInterface_setRichEditorOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10074,7 +10074,7 @@ void impl_RichEditorInterface_setRichEditorOptions1(Ark_NativePointer thisPtr, u GetNodeModifiers()->getRichEditorModifier()->setRichEditorOptions1(self, (const Ark_RichEditorStyledStringOptions*)&options_value); } KOALA_INTEROP_V3(RichEditorInterface_setRichEditorOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onReady(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10082,7 +10082,7 @@ void impl_RichEditorAttribute_onReady(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getRichEditorModifier()->setOnReady(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onReady, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10090,7 +10090,7 @@ void impl_RichEditorAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getRichEditorModifier()->setOnSelect(self, (const Callback_RichEditorSelection_Void*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onSelect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onSelectionChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10098,7 +10098,7 @@ void impl_RichEditorAttribute_onSelectionChange(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getRichEditorModifier()->setOnSelectionChange(self, (const Callback_RichEditorRange_Void*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onSelectionChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_aboutToIMEInput(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10106,7 +10106,7 @@ void impl_RichEditorAttribute_aboutToIMEInput(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getRichEditorModifier()->setAboutToIMEInput(self, (const Callback_RichEditorInsertValue_Boolean*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_aboutToIMEInput, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onIMEInputComplete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10114,7 +10114,7 @@ void impl_RichEditorAttribute_onIMEInputComplete(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getRichEditorModifier()->setOnIMEInputComplete(self, (const Callback_RichEditorTextSpanResult_Void*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onIMEInputComplete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onDidIMEInput(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10122,7 +10122,7 @@ void impl_RichEditorAttribute_onDidIMEInput(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getRichEditorModifier()->setOnDidIMEInput(self, (const Callback_TextRange_Void*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onDidIMEInput, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_aboutToDelete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10130,7 +10130,7 @@ void impl_RichEditorAttribute_aboutToDelete(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getRichEditorModifier()->setAboutToDelete(self, (const Callback_RichEditorDeleteValue_Boolean*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_aboutToDelete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onDeleteComplete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10138,13 +10138,13 @@ void impl_RichEditorAttribute_onDeleteComplete(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getRichEditorModifier()->setOnDeleteComplete(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onDeleteComplete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_copyOptions(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRichEditorModifier()->setCopyOptions(self, static_cast(value)); } KOALA_INTEROP_V2(RichEditorAttribute_copyOptions, Ark_NativePointer, Ark_Int32) - + void impl_RichEditorAttribute_onPaste(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10152,19 +10152,19 @@ void impl_RichEditorAttribute_onPaste(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getRichEditorModifier()->setOnPaste(self, (const PasteEventCallback*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onPaste, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_enableDataDetector(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRichEditorModifier()->setEnableDataDetector(self, value); } KOALA_INTEROP_V2(RichEditorAttribute_enableDataDetector, Ark_NativePointer, Ark_Boolean) - + void impl_RichEditorAttribute_enablePreviewText(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRichEditorModifier()->setEnablePreviewText(self, value); } KOALA_INTEROP_V2(RichEditorAttribute_enablePreviewText, Ark_NativePointer, Ark_Boolean) - + void impl_RichEditorAttribute_dataDetectorConfig(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10172,7 +10172,7 @@ void impl_RichEditorAttribute_dataDetectorConfig(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getRichEditorModifier()->setDataDetectorConfig(self, (const Ark_TextDataDetectorConfig*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_dataDetectorConfig, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_caretColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10202,7 +10202,7 @@ void impl_RichEditorAttribute_caretColor(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getRichEditorModifier()->setCaretColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_caretColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10232,7 +10232,7 @@ void impl_RichEditorAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, GetNodeModifiers()->getRichEditorModifier()->setSelectedBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_selectedBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onEditingChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10240,13 +10240,13 @@ void impl_RichEditorAttribute_onEditingChange(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getRichEditorModifier()->setOnEditingChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onEditingChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_enterKeyType(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRichEditorModifier()->setEnterKeyType(self, static_cast(value)); } KOALA_INTEROP_V2(RichEditorAttribute_enterKeyType, Ark_NativePointer, Ark_Int32) - + void impl_RichEditorAttribute_onSubmit(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10254,7 +10254,7 @@ void impl_RichEditorAttribute_onSubmit(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getRichEditorModifier()->setOnSubmit(self, (const SubmitCallback*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onSubmit, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onWillChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10262,7 +10262,7 @@ void impl_RichEditorAttribute_onWillChange(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getRichEditorModifier()->setOnWillChange(self, (const Callback_RichEditorChangeValue_Boolean*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onWillChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onDidChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10270,7 +10270,7 @@ void impl_RichEditorAttribute_onDidChange(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getRichEditorModifier()->setOnDidChange(self, (const OnDidChangeCallback*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onDidChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onCut(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10278,7 +10278,7 @@ void impl_RichEditorAttribute_onCut(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getRichEditorModifier()->setOnCut(self, (const Callback_CutEvent_Void*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onCut, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10286,7 +10286,7 @@ void impl_RichEditorAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getRichEditorModifier()->setOnCopy(self, (const Callback_CopyEvent_Void*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_onCopy, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10294,25 +10294,25 @@ void impl_RichEditorAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getRichEditorModifier()->setEditMenuOptions(self, (const Ark_EditMenuOptions*)&value_value); } KOALA_INTEROP_V3(RichEditorAttribute_editMenuOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_enableKeyboardOnFocus(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRichEditorModifier()->setEnableKeyboardOnFocus(self, value); } KOALA_INTEROP_V2(RichEditorAttribute_enableKeyboardOnFocus, Ark_NativePointer, Ark_Boolean) - + void impl_RichEditorAttribute_enableHapticFeedback(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRichEditorModifier()->setEnableHapticFeedback(self, value); } KOALA_INTEROP_V2(RichEditorAttribute_enableHapticFeedback, Ark_NativePointer, Ark_Boolean) - + void impl_RichEditorAttribute_barState(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRichEditorModifier()->setBarState(self, static_cast(value)); } KOALA_INTEROP_V2(RichEditorAttribute_barState, Ark_NativePointer, Ark_Int32) - + void impl_RichEditorAttribute_bindSelectionMenu(Ark_NativePointer thisPtr, Ark_Int32 spanType, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10343,7 +10343,7 @@ void impl_RichEditorAttribute_bindSelectionMenu(Ark_NativePointer thisPtr, Ark_I GetNodeModifiers()->getRichEditorModifier()->setBindSelectionMenu(self, static_cast(spanType), (const CustomNodeBuilder*)&content_value, (const Ark_Union_ResponseType_RichEditorResponseType*)&responseType_value, (const Opt_SelectionMenuOptions*)&options_value); } KOALA_INTEROP_V4(RichEditorAttribute_bindSelectionMenu, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_RichEditorAttribute_customKeyboard(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10359,7 +10359,7 @@ void impl_RichEditorAttribute_customKeyboard(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getRichEditorModifier()->setCustomKeyboard(self, (const CustomNodeBuilder*)&value_value, (const Opt_KeyboardOptions*)&options_value); } KOALA_INTEROP_V3(RichEditorAttribute_customKeyboard, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorAttribute_placeholder(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10389,18 +10389,18 @@ void impl_RichEditorAttribute_placeholder(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getRichEditorModifier()->setPlaceholder(self, (const Ark_ResourceStr*)&value_value, (const Opt_PlaceholderStyle*)&style_value); } KOALA_INTEROP_V3(RichEditorAttribute_placeholder, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_RichText_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRichTextModifier()->construct(id, flags); } KOALA_INTEROP_2(RichText_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RichTextInterface_setRichTextOptions(Ark_NativePointer thisPtr, const KStringPtr& content) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRichTextModifier()->setRichTextOptions(self, (const Ark_String*) (&content)); } KOALA_INTEROP_V2(RichTextInterface_setRichTextOptions, Ark_NativePointer, KStringPtr) - + void impl_RichTextAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10408,7 +10408,7 @@ void impl_RichTextAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getRichTextModifier()->setOnStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(RichTextAttribute_onStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichTextAttribute_onComplete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10416,12 +10416,12 @@ void impl_RichTextAttribute_onComplete(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getRichTextModifier()->setOnComplete(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(RichTextAttribute_onComplete, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_RootScene_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRootSceneModifier()->construct(id, flags); } KOALA_INTEROP_2(RootScene_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RootSceneInterface_setRootSceneOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10429,12 +10429,12 @@ void impl_RootSceneInterface_setRootSceneOptions(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getRootSceneModifier()->setRootSceneOptions(self, (const Ark_RootSceneSession*)&session_value); } KOALA_INTEROP_V3(RootSceneInterface_setRootSceneOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Row_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRowModifier()->construct(id, flags); } KOALA_INTEROP_2(Row_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RowInterface_setRowOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10449,19 +10449,19 @@ void impl_RowInterface_setRowOptions(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getRowModifier()->setRowOptions(self, (const Opt_RowOptions*)&options_value); } KOALA_INTEROP_V3(RowInterface_setRowOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RowAttribute_alignItems(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRowModifier()->setAlignItems(self, static_cast(value)); } KOALA_INTEROP_V2(RowAttribute_alignItems, Ark_NativePointer, Ark_Int32) - + void impl_RowAttribute_justifyContent(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRowModifier()->setJustifyContent(self, static_cast(value)); } KOALA_INTEROP_V2(RowAttribute_justifyContent, Ark_NativePointer, Ark_Int32) - + void impl_RowAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10469,7 +10469,7 @@ void impl_RowAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getRowModifier()->setPointLight(self, (const Ark_PointLightStyle*)&value_value); } KOALA_INTEROP_V3(RowAttribute_pointLight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RowAttribute_reverse(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10484,35 +10484,35 @@ void impl_RowAttribute_reverse(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getRowModifier()->setReverse(self, (const Opt_Boolean*)&value_value); } KOALA_INTEROP_V3(RowAttribute_reverse, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_RowSplit_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRowSplitModifier()->construct(id, flags); } KOALA_INTEROP_2(RowSplit_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RowSplitInterface_setRowSplitOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRowSplitModifier()->setRowSplitOptions(self); } KOALA_INTEROP_V1(RowSplitInterface_setRowSplitOptions, Ark_NativePointer) - + void impl_RowSplitAttribute_resizeable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getRowSplitModifier()->setResizeable(self, value); } KOALA_INTEROP_V2(RowSplitAttribute_resizeable, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_SaveButton_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSaveButtonModifier()->construct(id, flags); } KOALA_INTEROP_2(SaveButton_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SaveButtonInterface_setSaveButtonOptions0(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSaveButtonModifier()->setSaveButtonOptions0(self); } KOALA_INTEROP_V1(SaveButtonInterface_setSaveButtonOptions0, Ark_NativePointer) - + void impl_SaveButtonInterface_setSaveButtonOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10520,7 +10520,7 @@ void impl_SaveButtonInterface_setSaveButtonOptions1(Ark_NativePointer thisPtr, u GetNodeModifiers()->getSaveButtonModifier()->setSaveButtonOptions1(self, (const Ark_SaveButtonOptions*)&options_value); } KOALA_INTEROP_V3(SaveButtonInterface_setSaveButtonOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SaveButtonAttribute_onClick(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10528,23 +10528,23 @@ void impl_SaveButtonAttribute_onClick(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getSaveButtonModifier()->setOnClick(self, (const Callback_ClickEvent_SaveButtonOnClickResult_Void*)&value_value); } KOALA_INTEROP_V3(SaveButtonAttribute_onClick, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Screen_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getScreenModifier()->construct(id, flags); } KOALA_INTEROP_2(Screen_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ScreenInterface_setScreenOptions(Ark_NativePointer thisPtr, KInteropNumber screenId) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getScreenModifier()->setScreenOptions(self, (const Ark_Number*) (&screenId)); } KOALA_INTEROP_V2(ScreenInterface_setScreenOptions, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_Scroll_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getScrollModifier()->construct(id, flags); } KOALA_INTEROP_2(Scroll_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ScrollInterface_setScrollOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10559,13 +10559,13 @@ void impl_ScrollInterface_setScrollOptions(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getScrollModifier()->setScrollOptions(self, (const Opt_Scroller*)&scroller_value); } KOALA_INTEROP_V3(ScrollInterface_setScrollOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_scrollable(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getScrollModifier()->setScrollable(self, static_cast(value)); } KOALA_INTEROP_V2(ScrollAttribute_scrollable, Ark_NativePointer, Ark_Int32) - + void impl_ScrollAttribute_onScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10573,7 +10573,7 @@ void impl_ScrollAttribute_onScroll(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getScrollModifier()->setOnScroll(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_onScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_onWillScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10588,7 +10588,7 @@ void impl_ScrollAttribute_onWillScroll(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getScrollModifier()->setOnWillScroll(self, (const Opt_ScrollOnWillScrollCallback*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_onWillScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_onDidScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10603,7 +10603,7 @@ void impl_ScrollAttribute_onDidScroll(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getScrollModifier()->setOnDidScroll(self, (const Opt_ScrollOnScrollCallback*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_onDidScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_onScrollEdge(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10611,7 +10611,7 @@ void impl_ScrollAttribute_onScrollEdge(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getScrollModifier()->setOnScrollEdge(self, (const OnScrollEdgeCallback*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_onScrollEdge, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_onScrollStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10619,7 +10619,7 @@ void impl_ScrollAttribute_onScrollStart(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getScrollModifier()->setOnScrollStart(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_onScrollStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_onScrollEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10627,7 +10627,7 @@ void impl_ScrollAttribute_onScrollEnd(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getScrollModifier()->setOnScrollEnd(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_onScrollEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_onScrollStop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10635,13 +10635,13 @@ void impl_ScrollAttribute_onScrollStop(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getScrollModifier()->setOnScrollStop(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_onScrollStop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_scrollBar(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getScrollModifier()->setScrollBar(self, static_cast(value)); } KOALA_INTEROP_V2(ScrollAttribute_scrollBar, Ark_NativePointer, Ark_Int32) - + void impl_ScrollAttribute_scrollBarColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10667,7 +10667,7 @@ void impl_ScrollAttribute_scrollBarColor(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getScrollModifier()->setScrollBarColor(self, (const Ark_Union_Color_Number_String*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_scrollBarColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_scrollBarWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10689,7 +10689,7 @@ void impl_ScrollAttribute_scrollBarWidth(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getScrollModifier()->setScrollBarWidth(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_scrollBarWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_onScrollFrameBegin(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10697,7 +10697,7 @@ void impl_ScrollAttribute_onScrollFrameBegin(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getScrollModifier()->setOnScrollFrameBegin(self, (const OnScrollFrameBeginCallback*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_onScrollFrameBegin, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10705,13 +10705,13 @@ void impl_ScrollAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getScrollModifier()->setNestedScroll(self, (const Ark_NestedScrollOptions*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_nestedScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_enableScrollInteraction(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getScrollModifier()->setEnableScrollInteraction(self, value); } KOALA_INTEROP_V2(ScrollAttribute_enableScrollInteraction, Ark_NativePointer, Ark_Boolean) - + void impl_ScrollAttribute_friction(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10733,7 +10733,7 @@ void impl_ScrollAttribute_friction(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getScrollModifier()->setFriction(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_friction, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_scrollSnap(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10741,13 +10741,13 @@ void impl_ScrollAttribute_scrollSnap(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getScrollModifier()->setScrollSnap(self, (const Ark_ScrollSnapOptions*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_scrollSnap, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_enablePaging(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getScrollModifier()->setEnablePaging(self, value); } KOALA_INTEROP_V2(ScrollAttribute_enablePaging, Ark_NativePointer, Ark_Boolean) - + void impl_ScrollAttribute_initialOffset(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10755,7 +10755,7 @@ void impl_ScrollAttribute_initialOffset(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getScrollModifier()->setInitialOffset(self, (const Ark_OffsetOptions*)&value_value); } KOALA_INTEROP_V3(ScrollAttribute_initialOffset, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollAttribute_edgeEffect(Ark_NativePointer thisPtr, Ark_Int32 edgeEffect, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10770,12 +10770,12 @@ void impl_ScrollAttribute_edgeEffect(Ark_NativePointer thisPtr, Ark_Int32 edgeEf GetNodeModifiers()->getScrollModifier()->setEdgeEffect(self, static_cast(edgeEffect), (const Opt_EdgeEffectOptions*)&options_value); } KOALA_INTEROP_V4(ScrollAttribute_edgeEffect, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + Ark_NativePointer impl_ScrollBar_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getScrollBarModifier()->construct(id, flags); } KOALA_INTEROP_2(ScrollBar_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ScrollBarInterface_setScrollBarOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10783,7 +10783,7 @@ void impl_ScrollBarInterface_setScrollBarOptions(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getScrollBarModifier()->setScrollBarOptions(self, (const Ark_ScrollBarOptions*)&value_value); } KOALA_INTEROP_V3(ScrollBarInterface_setScrollBarOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScrollBarAttribute_enableNestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10798,12 +10798,12 @@ void impl_ScrollBarAttribute_enableNestedScroll(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getScrollBarModifier()->setEnableNestedScroll(self, (const Opt_Boolean*)&value_value); } KOALA_INTEROP_V3(ScrollBarAttribute_enableNestedScroll, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Search_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSearchModifier()->construct(id, flags); } KOALA_INTEROP_2(Search_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SearchInterface_setSearchOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10818,7 +10818,7 @@ void impl_SearchInterface_setSearchOptions(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getSearchModifier()->setSearchOptions(self, (const Opt_SearchOptions*)&options_value); } KOALA_INTEROP_V3(SearchInterface_setSearchOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10848,7 +10848,7 @@ void impl_SearchAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getSearchModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_searchIcon(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10870,7 +10870,7 @@ void impl_SearchAttribute_searchIcon(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSearchModifier()->setSearchIcon(self, (const Ark_Union_IconOptions_SymbolGlyphModifier*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_searchIcon, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_cancelButton(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10892,13 +10892,13 @@ void impl_SearchAttribute_cancelButton(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getSearchModifier()->setCancelButton(self, (const Ark_Union_CancelButtonOptions_CancelButtonSymbolOptions*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_cancelButton, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_textIndent(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setTextIndent(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SearchAttribute_textIndent, Ark_NativePointer, KLength) - + void impl_SearchAttribute_onEditChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10906,7 +10906,7 @@ void impl_SearchAttribute_onEditChange(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getSearchModifier()->setOnEditChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onEditChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10936,7 +10936,7 @@ void impl_SearchAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getSearchModifier()->setSelectedBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_selectedBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_caretStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10944,7 +10944,7 @@ void impl_SearchAttribute_caretStyle(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSearchModifier()->setCaretStyle(self, (const Ark_CaretStyle*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_caretStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_placeholderColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10974,7 +10974,7 @@ void impl_SearchAttribute_placeholderColor(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getSearchModifier()->setPlaceholderColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_placeholderColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_placeholderFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -10989,7 +10989,7 @@ void impl_SearchAttribute_placeholderFont(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getSearchModifier()->setPlaceholderFont(self, (const Opt_Font*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_placeholderFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_textFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11004,13 +11004,13 @@ void impl_SearchAttribute_textFont(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSearchModifier()->setTextFont(self, (const Opt_Font*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_textFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_enterKeyType(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setEnterKeyType(self, static_cast(value)); } KOALA_INTEROP_V2(SearchAttribute_enterKeyType, Ark_NativePointer, Ark_Int32) - + void impl_SearchAttribute_onSubmit0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11018,7 +11018,7 @@ void impl_SearchAttribute_onSubmit0(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getSearchModifier()->setOnSubmit0(self, (const Callback_String_Void*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onSubmit0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onSubmit1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11026,7 +11026,7 @@ void impl_SearchAttribute_onSubmit1(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getSearchModifier()->setOnSubmit1(self, (const SearchSubmitCallback*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onSubmit1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11034,7 +11034,7 @@ void impl_SearchAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSearchModifier()->setOnChange(self, (const EditableTextOnChangeCallback*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onTextSelectionChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11042,7 +11042,7 @@ void impl_SearchAttribute_onTextSelectionChange(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getSearchModifier()->setOnTextSelectionChange(self, (const OnTextSelectionChangeCallback*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onTextSelectionChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onContentScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11050,7 +11050,7 @@ void impl_SearchAttribute_onContentScroll(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getSearchModifier()->setOnContentScroll(self, (const OnContentScrollCallback*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onContentScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11058,7 +11058,7 @@ void impl_SearchAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getSearchModifier()->setOnCopy(self, (const Callback_String_Void*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onCopy, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onCut(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11066,7 +11066,7 @@ void impl_SearchAttribute_onCut(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getSearchModifier()->setOnCut(self, (const Callback_String_Void*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onCut, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onPaste(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11074,37 +11074,37 @@ void impl_SearchAttribute_onPaste(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getSearchModifier()->setOnPaste(self, (const OnPasteCallback*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onPaste, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_copyOption(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setCopyOption(self, static_cast(value)); } KOALA_INTEROP_V2(SearchAttribute_copyOption, Ark_NativePointer, Ark_Int32) - + void impl_SearchAttribute_maxLength(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setMaxLength(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SearchAttribute_maxLength, Ark_NativePointer, KInteropNumber) - + void impl_SearchAttribute_textAlign(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setTextAlign(self, static_cast(value)); } KOALA_INTEROP_V2(SearchAttribute_textAlign, Ark_NativePointer, Ark_Int32) - + void impl_SearchAttribute_enableKeyboardOnFocus(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setEnableKeyboardOnFocus(self, value); } KOALA_INTEROP_V2(SearchAttribute_enableKeyboardOnFocus, Ark_NativePointer, Ark_Boolean) - + void impl_SearchAttribute_selectionMenuHidden(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setSelectionMenuHidden(self, value); } KOALA_INTEROP_V2(SearchAttribute_selectionMenuHidden, Ark_NativePointer, Ark_Boolean) - + void impl_SearchAttribute_minFontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11130,7 +11130,7 @@ void impl_SearchAttribute_minFontSize(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getSearchModifier()->setMinFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_minFontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_maxFontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11156,7 +11156,7 @@ void impl_SearchAttribute_maxFontSize(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getSearchModifier()->setMaxFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_maxFontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11164,7 +11164,7 @@ void impl_SearchAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSearchModifier()->setDecoration(self, (const Ark_TextDecorationOptions*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_decoration, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11190,7 +11190,7 @@ void impl_SearchAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getSearchModifier()->setLetterSpacing(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_letterSpacing, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_lineHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11216,19 +11216,19 @@ void impl_SearchAttribute_lineHeight(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSearchModifier()->setLineHeight(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_lineHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_type(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setType(self, static_cast(value)); } KOALA_INTEROP_V2(SearchAttribute_type, Ark_NativePointer, Ark_Int32) - + void impl_SearchAttribute_fontFeature(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setFontFeature(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(SearchAttribute_fontFeature, Ark_NativePointer, KStringPtr) - + void impl_SearchAttribute_onWillInsert(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11236,7 +11236,7 @@ void impl_SearchAttribute_onWillInsert(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getSearchModifier()->setOnWillInsert(self, (const Callback_InsertValue_Boolean*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onWillInsert, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onDidInsert(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11244,7 +11244,7 @@ void impl_SearchAttribute_onDidInsert(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getSearchModifier()->setOnDidInsert(self, (const Callback_InsertValue_Void*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onDidInsert, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onWillDelete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11252,7 +11252,7 @@ void impl_SearchAttribute_onWillDelete(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getSearchModifier()->setOnWillDelete(self, (const Callback_DeleteValue_Boolean*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onWillDelete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_onDidDelete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11260,7 +11260,7 @@ void impl_SearchAttribute_onDidDelete(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getSearchModifier()->setOnDidDelete(self, (const Callback_DeleteValue_Void*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_onDidDelete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11268,19 +11268,19 @@ void impl_SearchAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getSearchModifier()->setEditMenuOptions(self, (const Ark_EditMenuOptions*)&value_value); } KOALA_INTEROP_V3(SearchAttribute_editMenuOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_enablePreviewText(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setEnablePreviewText(self, value); } KOALA_INTEROP_V2(SearchAttribute_enablePreviewText, Ark_NativePointer, Ark_Boolean) - + void impl_SearchAttribute_enableHapticFeedback(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSearchModifier()->setEnableHapticFeedback(self, value); } KOALA_INTEROP_V2(SearchAttribute_enableHapticFeedback, Ark_NativePointer, Ark_Boolean) - + void impl_SearchAttribute_searchButton(Ark_NativePointer thisPtr, const KStringPtr& value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11295,7 +11295,7 @@ void impl_SearchAttribute_searchButton(Ark_NativePointer thisPtr, const KStringP GetNodeModifiers()->getSearchModifier()->setSearchButton(self, (const Ark_String*) (&value), (const Opt_SearchButtonOptions*)&option_value); } KOALA_INTEROP_V4(SearchAttribute_searchButton, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_SearchAttribute_inputFilter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11325,7 +11325,7 @@ void impl_SearchAttribute_inputFilter(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getSearchModifier()->setInputFilter(self, (const Ark_ResourceStr*)&value_value, (const Opt_Callback_String_Void*)&error_value); } KOALA_INTEROP_V3(SearchAttribute_inputFilter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SearchAttribute_customKeyboard(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11341,24 +11341,24 @@ void impl_SearchAttribute_customKeyboard(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getSearchModifier()->setCustomKeyboard(self, (const CustomNodeBuilder*)&value_value, (const Opt_KeyboardOptions*)&options_value); } KOALA_INTEROP_V3(SearchAttribute_customKeyboard, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_SecurityComponentMethod_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSecurityComponentMethodModifier()->construct(id, flags); } KOALA_INTEROP_2(SecurityComponentMethod_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SecurityComponentMethod_iconSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setIconSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SecurityComponentMethod_iconSize, Ark_NativePointer, KLength) - + void impl_SecurityComponentMethod_layoutDirection(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setLayoutDirection(self, static_cast(value)); } KOALA_INTEROP_V2(SecurityComponentMethod_layoutDirection, Ark_NativePointer, Ark_Int32) - + void impl_SecurityComponentMethod_position(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11366,7 +11366,7 @@ void impl_SecurityComponentMethod_position(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getSecurityComponentMethodModifier()->setPosition(self, (const Ark_Position*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_position, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_markAnchor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11374,7 +11374,7 @@ void impl_SecurityComponentMethod_markAnchor(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSecurityComponentMethodModifier()->setMarkAnchor(self, (const Ark_Position*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_markAnchor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_offset(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11400,19 +11400,19 @@ void impl_SecurityComponentMethod_offset(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getSecurityComponentMethodModifier()->setOffset(self, (const Ark_Union_Position_Edges_LocalizedEdges*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_offset, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_fontSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setFontSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SecurityComponentMethod_fontSize, Ark_NativePointer, KLength) - + void impl_SecurityComponentMethod_fontStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setFontStyle(self, static_cast(value)); } KOALA_INTEROP_V2(SecurityComponentMethod_fontStyle, Ark_NativePointer, Ark_Int32) - + void impl_SecurityComponentMethod_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11438,7 +11438,7 @@ void impl_SecurityComponentMethod_fontWeight(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSecurityComponentMethodModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11460,7 +11460,7 @@ void impl_SecurityComponentMethod_fontFamily(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSecurityComponentMethodModifier()->setFontFamily(self, (const Ark_Union_String_Resource*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_fontFamily, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11490,7 +11490,7 @@ void impl_SecurityComponentMethod_fontColor(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSecurityComponentMethodModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_iconColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11520,7 +11520,7 @@ void impl_SecurityComponentMethod_iconColor(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSecurityComponentMethodModifier()->setIconColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_iconColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_backgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11550,19 +11550,19 @@ void impl_SecurityComponentMethod_backgroundColor(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getSecurityComponentMethodModifier()->setBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_backgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_borderStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setBorderStyle(self, static_cast(value)); } KOALA_INTEROP_V2(SecurityComponentMethod_borderStyle, Ark_NativePointer, Ark_Int32) - + void impl_SecurityComponentMethod_borderWidth(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setBorderWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SecurityComponentMethod_borderWidth, Ark_NativePointer, KLength) - + void impl_SecurityComponentMethod_borderColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11592,13 +11592,13 @@ void impl_SecurityComponentMethod_borderColor(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getSecurityComponentMethodModifier()->setBorderColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_borderColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_borderRadius(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setBorderRadius(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SecurityComponentMethod_borderRadius, Ark_NativePointer, KLength) - + void impl_SecurityComponentMethod_padding(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11653,31 +11653,31 @@ void impl_SecurityComponentMethod_padding(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getSecurityComponentMethodModifier()->setPadding(self, (const Ark_Union_Padding_Dimension*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_padding, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_textIconSpace(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setTextIconSpace(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SecurityComponentMethod_textIconSpace, Ark_NativePointer, KLength) - + void impl_SecurityComponentMethod_key(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setKey(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(SecurityComponentMethod_key, Ark_NativePointer, KStringPtr) - + void impl_SecurityComponentMethod_width(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SecurityComponentMethod_width, Ark_NativePointer, KLength) - + void impl_SecurityComponentMethod_height(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSecurityComponentMethodModifier()->setHeight(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SecurityComponentMethod_height, Ark_NativePointer, KLength) - + void impl_SecurityComponentMethod_size(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11685,7 +11685,7 @@ void impl_SecurityComponentMethod_size(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getSecurityComponentMethodModifier()->setSize(self, (const Ark_SizeOptions*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_size, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SecurityComponentMethod_constraintSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11693,12 +11693,12 @@ void impl_SecurityComponentMethod_constraintSize(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getSecurityComponentMethodModifier()->setConstraintSize(self, (const Ark_ConstraintSizeOptions*)&value_value); } KOALA_INTEROP_V3(SecurityComponentMethod_constraintSize, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Select_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSelectModifier()->construct(id, flags); } KOALA_INTEROP_2(Select_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SelectInterface_setSelectOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11713,7 +11713,7 @@ void impl_SelectInterface_setSelectOptions(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getSelectModifier()->setSelectOptions(self, (const Array_SelectOption*)&options_value); } KOALA_INTEROP_V3(SelectInterface_setSelectOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_selected(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11735,7 +11735,7 @@ void impl_SelectAttribute_selected(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSelectModifier()->setSelected(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_selected, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_value(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11757,7 +11757,7 @@ void impl_SelectAttribute_value(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getSelectModifier()->setValue(self, (const Ark_ResourceStr*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_value, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_font(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11765,7 +11765,7 @@ void impl_SelectAttribute_font(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getSelectModifier()->setFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_font, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11795,7 +11795,7 @@ void impl_SelectAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getSelectModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_selectedOptionBgColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11825,7 +11825,7 @@ void impl_SelectAttribute_selectedOptionBgColor(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getSelectModifier()->setSelectedOptionBgColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_selectedOptionBgColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_selectedOptionFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11833,7 +11833,7 @@ void impl_SelectAttribute_selectedOptionFont(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSelectModifier()->setSelectedOptionFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_selectedOptionFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_selectedOptionFontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11863,7 +11863,7 @@ void impl_SelectAttribute_selectedOptionFontColor(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getSelectModifier()->setSelectedOptionFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_selectedOptionFontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_optionBgColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11893,7 +11893,7 @@ void impl_SelectAttribute_optionBgColor(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getSelectModifier()->setOptionBgColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_optionBgColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_optionFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11901,7 +11901,7 @@ void impl_SelectAttribute_optionFont(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSelectModifier()->setOptionFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_optionFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_optionFontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11931,7 +11931,7 @@ void impl_SelectAttribute_optionFontColor(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getSelectModifier()->setOptionFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_optionFontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11939,19 +11939,19 @@ void impl_SelectAttribute_onSelect(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSelectModifier()->setOnSelect(self, (const Callback_Number_String_Void*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_onSelect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_space(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSelectModifier()->setSpace(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SelectAttribute_space, Ark_NativePointer, KLength) - + void impl_SelectAttribute_arrowPosition(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSelectModifier()->setArrowPosition(self, static_cast(value)); } KOALA_INTEROP_V2(SelectAttribute_arrowPosition, Ark_NativePointer, Ark_Int32) - + void impl_SelectAttribute_optionWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -11973,13 +11973,13 @@ void impl_SelectAttribute_optionWidth(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getSelectModifier()->setOptionWidth(self, (const Ark_Union_Dimension_OptionWidthMode*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_optionWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_optionHeight(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSelectModifier()->setOptionHeight(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SelectAttribute_optionHeight, Ark_NativePointer, KLength) - + void impl_SelectAttribute_menuBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12009,19 +12009,19 @@ void impl_SelectAttribute_menuBackgroundColor(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getSelectModifier()->setMenuBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_menuBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_menuBackgroundBlurStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSelectModifier()->setMenuBackgroundBlurStyle(self, static_cast(value)); } KOALA_INTEROP_V2(SelectAttribute_menuBackgroundBlurStyle, Ark_NativePointer, Ark_Int32) - + void impl_SelectAttribute_controlSize(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSelectModifier()->setControlSize(self, static_cast(value)); } KOALA_INTEROP_V2(SelectAttribute_controlSize, Ark_NativePointer, Ark_Int32) - + void impl_SelectAttribute_menuItemContentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12029,7 +12029,7 @@ void impl_SelectAttribute_menuItemContentModifier(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getSelectModifier()->setMenuItemContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_menuItemContentModifier, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12044,7 +12044,7 @@ void impl_SelectAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getSelectModifier()->setDivider(self, (const Opt_DividerOptions*)&value_value); } KOALA_INTEROP_V3(SelectAttribute_divider, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SelectAttribute_menuAlign(Ark_NativePointer thisPtr, Ark_Int32 alignType, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12062,12 +12062,12 @@ void impl_SelectAttribute_menuAlign(Ark_NativePointer thisPtr, Ark_Int32 alignTy GetNodeModifiers()->getSelectModifier()->setMenuAlign(self, static_cast(alignType), (const Opt_Offset*)&offset_value); } KOALA_INTEROP_V4(SelectAttribute_menuAlign, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + Ark_NativePointer impl_Shape_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getShapeModifier()->construct(id, flags); } KOALA_INTEROP_2(Shape_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ShapeInterface_setShapeOptions0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12075,13 +12075,13 @@ void impl_ShapeInterface_setShapeOptions0(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getShapeModifier()->setShapeOptions0(self, (const Ark_PixelMap*)&value_value); } KOALA_INTEROP_V3(ShapeInterface_setShapeOptions0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeInterface_setShapeOptions1(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getShapeModifier()->setShapeOptions1(self); } KOALA_INTEROP_V1(ShapeInterface_setShapeOptions1, Ark_NativePointer) - + void impl_ShapeAttribute_viewPort(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12089,7 +12089,7 @@ void impl_ShapeAttribute_viewPort(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getShapeModifier()->setViewPort(self, (const Ark_ViewportRect*)&value_value); } KOALA_INTEROP_V3(ShapeAttribute_viewPort, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeAttribute_stroke(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12119,7 +12119,7 @@ void impl_ShapeAttribute_stroke(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getShapeModifier()->setStroke(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(ShapeAttribute_stroke, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeAttribute_fill(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12149,7 +12149,7 @@ void impl_ShapeAttribute_fill(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getShapeModifier()->setFill(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(ShapeAttribute_fill, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeAttribute_strokeDashOffset(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12171,7 +12171,7 @@ void impl_ShapeAttribute_strokeDashOffset(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getShapeModifier()->setStrokeDashOffset(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(ShapeAttribute_strokeDashOffset, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeAttribute_strokeDashArray(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12186,19 +12186,19 @@ void impl_ShapeAttribute_strokeDashArray(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getShapeModifier()->setStrokeDashArray(self, (const Array_Length*)&value_value); } KOALA_INTEROP_V3(ShapeAttribute_strokeDashArray, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeAttribute_strokeLineCap(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getShapeModifier()->setStrokeLineCap(self, static_cast(value)); } KOALA_INTEROP_V2(ShapeAttribute_strokeLineCap, Ark_NativePointer, Ark_Int32) - + void impl_ShapeAttribute_strokeLineJoin(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getShapeModifier()->setStrokeLineJoin(self, static_cast(value)); } KOALA_INTEROP_V2(ShapeAttribute_strokeLineJoin, Ark_NativePointer, Ark_Int32) - + void impl_ShapeAttribute_strokeMiterLimit(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12220,7 +12220,7 @@ void impl_ShapeAttribute_strokeMiterLimit(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getShapeModifier()->setStrokeMiterLimit(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(ShapeAttribute_strokeMiterLimit, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeAttribute_strokeOpacity(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12246,7 +12246,7 @@ void impl_ShapeAttribute_strokeOpacity(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getShapeModifier()->setStrokeOpacity(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(ShapeAttribute_strokeOpacity, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeAttribute_fillOpacity(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12272,7 +12272,7 @@ void impl_ShapeAttribute_fillOpacity(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getShapeModifier()->setFillOpacity(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(ShapeAttribute_fillOpacity, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeAttribute_strokeWidth(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12294,13 +12294,13 @@ void impl_ShapeAttribute_strokeWidth(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getShapeModifier()->setStrokeWidth(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(ShapeAttribute_strokeWidth, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ShapeAttribute_antiAlias(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getShapeModifier()->setAntiAlias(self, value); } KOALA_INTEROP_V2(ShapeAttribute_antiAlias, Ark_NativePointer, Ark_Boolean) - + void impl_ShapeAttribute_mesh(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, KInteropNumber column, KInteropNumber row) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12315,12 +12315,12 @@ void impl_ShapeAttribute_mesh(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getShapeModifier()->setMesh(self, (const Array_Number*)&value_value, (const Ark_Number*) (&column), (const Ark_Number*) (&row)); } KOALA_INTEROP_V5(ShapeAttribute_mesh, Ark_NativePointer, uint8_t*, int32_t, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_Slider_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSliderModifier()->construct(id, flags); } KOALA_INTEROP_2(Slider_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SliderInterface_setSliderOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12335,7 +12335,7 @@ void impl_SliderInterface_setSliderOptions(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getSliderModifier()->setSliderOptions(self, (const Opt_SliderOptions*)&options_value); } KOALA_INTEROP_V3(SliderInterface_setSliderOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_blockColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12365,7 +12365,7 @@ void impl_SliderAttribute_blockColor(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSliderModifier()->setBlockColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_blockColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_trackColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12409,7 +12409,7 @@ void impl_SliderAttribute_trackColor(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSliderModifier()->setTrackColor(self, (const Ark_Union_ResourceColor_LinearGradient_common*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_trackColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12439,31 +12439,31 @@ void impl_SliderAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getSliderModifier()->setSelectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_selectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_minLabel(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setMinLabel(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(SliderAttribute_minLabel, Ark_NativePointer, KStringPtr) - + void impl_SliderAttribute_maxLabel(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setMaxLabel(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(SliderAttribute_maxLabel, Ark_NativePointer, KStringPtr) - + void impl_SliderAttribute_showSteps(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setShowSteps(self, value); } KOALA_INTEROP_V2(SliderAttribute_showSteps, Ark_NativePointer, Ark_Boolean) - + void impl_SliderAttribute_trackThickness(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setTrackThickness(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SliderAttribute_trackThickness, Ark_NativePointer, KLength) - + void impl_SliderAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12471,7 +12471,7 @@ void impl_SliderAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSliderModifier()->setOnChange(self, (const Callback_Number_SliderChangeMode_Void*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_blockBorderColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12501,13 +12501,13 @@ void impl_SliderAttribute_blockBorderColor(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getSliderModifier()->setBlockBorderColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_blockBorderColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_blockBorderWidth(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setBlockBorderWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SliderAttribute_blockBorderWidth, Ark_NativePointer, KLength) - + void impl_SliderAttribute_stepColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12537,19 +12537,19 @@ void impl_SliderAttribute_stepColor(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getSliderModifier()->setStepColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_stepColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_trackBorderRadius(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setTrackBorderRadius(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SliderAttribute_trackBorderRadius, Ark_NativePointer, KLength) - + void impl_SliderAttribute_selectedBorderRadius(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setSelectedBorderRadius(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SliderAttribute_selectedBorderRadius, Ark_NativePointer, KLength) - + void impl_SliderAttribute_blockSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12557,7 +12557,7 @@ void impl_SliderAttribute_blockSize(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getSliderModifier()->setBlockSize(self, (const Ark_SizeOptions*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_blockSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_blockStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12565,25 +12565,25 @@ void impl_SliderAttribute_blockStyle(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSliderModifier()->setBlockStyle(self, (const Ark_SliderBlockStyle*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_blockStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_stepSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setStepSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SliderAttribute_stepSize, Ark_NativePointer, KLength) - + void impl_SliderAttribute_sliderInteractionMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setSliderInteractionMode(self, static_cast(value)); } KOALA_INTEROP_V2(SliderAttribute_sliderInteractionMode, Ark_NativePointer, Ark_Int32) - + void impl_SliderAttribute_minResponsiveDistance(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSliderModifier()->setMinResponsiveDistance(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SliderAttribute_minResponsiveDistance, Ark_NativePointer, KInteropNumber) - + void impl_SliderAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12591,7 +12591,7 @@ void impl_SliderAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getSliderModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_slideRange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12599,7 +12599,7 @@ void impl_SliderAttribute_slideRange(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSliderModifier()->setSlideRange(self, (const Ark_SlideRange*)&value_value); } KOALA_INTEROP_V3(SliderAttribute_slideRange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SliderAttribute_showTips(Ark_NativePointer thisPtr, Ark_Boolean value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12628,12 +12628,12 @@ void impl_SliderAttribute_showTips(Ark_NativePointer thisPtr, Ark_Boolean value, GetNodeModifiers()->getSliderModifier()->setShowTips(self, value, (const Opt_ResourceStr*)&content_value); } KOALA_INTEROP_V4(SliderAttribute_showTips, Ark_NativePointer, Ark_Boolean, uint8_t*, int32_t) - + Ark_NativePointer impl_BaseSpan_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getBaseSpanModifier()->construct(id, flags); } KOALA_INTEROP_2(BaseSpan_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_BaseSpan_textBackgroundStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12641,7 +12641,7 @@ void impl_BaseSpan_textBackgroundStyle(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getBaseSpanModifier()->setTextBackgroundStyle(self, (const Ark_TextBackgroundStyle*)&value_value); } KOALA_INTEROP_V3(BaseSpan_textBackgroundStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_BaseSpan_baselineOffset(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12649,12 +12649,12 @@ void impl_BaseSpan_baselineOffset(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getBaseSpanModifier()->setBaselineOffset(self, (const Ark_LengthMetrics*)&value_value); } KOALA_INTEROP_V3(BaseSpan_baselineOffset, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Span_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSpanModifier()->construct(id, flags); } KOALA_INTEROP_2(Span_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SpanInterface_setSpanOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12676,7 +12676,7 @@ void impl_SpanInterface_setSpanOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getSpanModifier()->setSpanOptions(self, (const Ark_Union_String_Resource*)&value_value); } KOALA_INTEROP_V3(SpanInterface_setSpanOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SpanAttribute_font(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12684,7 +12684,7 @@ void impl_SpanAttribute_font(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetNodeModifiers()->getSpanModifier()->setFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(SpanAttribute_font, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SpanAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12714,7 +12714,7 @@ void impl_SpanAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getSpanModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SpanAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SpanAttribute_fontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12740,13 +12740,13 @@ void impl_SpanAttribute_fontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getSpanModifier()->setFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(SpanAttribute_fontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SpanAttribute_fontStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSpanModifier()->setFontStyle(self, static_cast(value)); } KOALA_INTEROP_V2(SpanAttribute_fontStyle, Ark_NativePointer, Ark_Int32) - + void impl_SpanAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12772,7 +12772,7 @@ void impl_SpanAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSpanModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(SpanAttribute_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SpanAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12794,7 +12794,7 @@ void impl_SpanAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSpanModifier()->setFontFamily(self, (const Ark_Union_String_Resource*)&value_value); } KOALA_INTEROP_V3(SpanAttribute_fontFamily, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SpanAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12802,7 +12802,7 @@ void impl_SpanAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSpanModifier()->setDecoration(self, (const Ark_DecorationStyleInterface*)&value_value); } KOALA_INTEROP_V3(SpanAttribute_decoration, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SpanAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12824,19 +12824,19 @@ void impl_SpanAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getSpanModifier()->setLetterSpacing(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(SpanAttribute_letterSpacing, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SpanAttribute_textCase(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSpanModifier()->setTextCase(self, static_cast(value)); } KOALA_INTEROP_V2(SpanAttribute_textCase, Ark_NativePointer, Ark_Int32) - + void impl_SpanAttribute_lineHeight(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSpanModifier()->setLineHeight(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SpanAttribute_lineHeight, Ark_NativePointer, KLength) - + void impl_SpanAttribute_textShadow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12865,12 +12865,12 @@ void impl_SpanAttribute_textShadow(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSpanModifier()->setTextShadow(self, (const Ark_Union_ShadowOptions_Array_ShadowOptions*)&value_value); } KOALA_INTEROP_V3(SpanAttribute_textShadow, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Stack_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getStackModifier()->construct(id, flags); } KOALA_INTEROP_2(Stack_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_StackInterface_setStackOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12885,13 +12885,13 @@ void impl_StackInterface_setStackOptions(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getStackModifier()->setStackOptions(self, (const Opt_StackOptions*)&options_value); } KOALA_INTEROP_V3(StackInterface_setStackOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_StackAttribute_alignContent(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getStackModifier()->setAlignContent(self, static_cast(value)); } KOALA_INTEROP_V2(StackAttribute_alignContent, Ark_NativePointer, Ark_Int32) - + void impl_StackAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12899,12 +12899,12 @@ void impl_StackAttribute_pointLight(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getStackModifier()->setPointLight(self, (const Ark_PointLightStyle*)&value_value); } KOALA_INTEROP_V3(StackAttribute_pointLight, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Stepper_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getStepperModifier()->construct(id, flags); } KOALA_INTEROP_2(Stepper_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_StepperInterface_setStepperOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12928,7 +12928,7 @@ void impl_StepperInterface_setStepperOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getStepperModifier()->setStepperOptions(self, (const Opt_Literal_Number_index*)&value_value); } KOALA_INTEROP_V3(StepperInterface_setStepperOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_StepperAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12936,7 +12936,7 @@ void impl_StepperAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getStepperModifier()->setOnFinish(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(StepperAttribute_onFinish, Ark_NativePointer, uint8_t*, int32_t) - + void impl_StepperAttribute_onSkip(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12944,7 +12944,7 @@ void impl_StepperAttribute_onSkip(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getStepperModifier()->setOnSkip(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(StepperAttribute_onSkip, Ark_NativePointer, uint8_t*, int32_t) - + void impl_StepperAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12952,7 +12952,7 @@ void impl_StepperAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getStepperModifier()->setOnChange(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(StepperAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_StepperAttribute_onNext(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12960,7 +12960,7 @@ void impl_StepperAttribute_onNext(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getStepperModifier()->setOnNext(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(StepperAttribute_onNext, Ark_NativePointer, uint8_t*, int32_t) - + void impl_StepperAttribute_onPrevious(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -12968,30 +12968,30 @@ void impl_StepperAttribute_onPrevious(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getStepperModifier()->setOnPrevious(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(StepperAttribute_onPrevious, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_StepperItem_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getStepperItemModifier()->construct(id, flags); } KOALA_INTEROP_2(StepperItem_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_StepperItemInterface_setStepperItemOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getStepperItemModifier()->setStepperItemOptions(self); } KOALA_INTEROP_V1(StepperItemInterface_setStepperItemOptions, Ark_NativePointer) - + void impl_StepperItemAttribute_prevLabel(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getStepperItemModifier()->setPrevLabel(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(StepperItemAttribute_prevLabel, Ark_NativePointer, KStringPtr) - + void impl_StepperItemAttribute_nextLabel(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getStepperItemModifier()->setNextLabel(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(StepperItemAttribute_nextLabel, Ark_NativePointer, KStringPtr) - + void impl_StepperItemAttribute_status(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13006,12 +13006,12 @@ void impl_StepperItemAttribute_status(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getStepperItemModifier()->setStatus(self, (const Opt_ItemState*)&value_value); } KOALA_INTEROP_V3(StepperItemAttribute_status, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Swiper_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSwiperModifier()->construct(id, flags); } KOALA_INTEROP_2(Swiper_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SwiperInterface_setSwiperOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13026,25 +13026,25 @@ void impl_SwiperInterface_setSwiperOptions(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getSwiperModifier()->setSwiperOptions(self, (const Opt_SwiperController*)&controller_value); } KOALA_INTEROP_V3(SwiperInterface_setSwiperOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_index(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setIndex(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SwiperAttribute_index, Ark_NativePointer, KInteropNumber) - + void impl_SwiperAttribute_autoPlay(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setAutoPlay(self, value); } KOALA_INTEROP_V2(SwiperAttribute_autoPlay, Ark_NativePointer, Ark_Boolean) - + void impl_SwiperAttribute_interval(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setInterval(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SwiperAttribute_interval, Ark_NativePointer, KInteropNumber) - + void impl_SwiperAttribute_indicator0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13070,7 +13070,7 @@ void impl_SwiperAttribute_indicator0(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSwiperModifier()->setIndicator0(self, (const Ark_Union_DotIndicator_DigitIndicator_Boolean*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_indicator0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_indicator1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13078,25 +13078,25 @@ void impl_SwiperAttribute_indicator1(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getSwiperModifier()->setIndicator1(self, (const Ark_IndicatorComponentController*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_indicator1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_loop(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setLoop(self, value); } KOALA_INTEROP_V2(SwiperAttribute_loop, Ark_NativePointer, Ark_Boolean) - + void impl_SwiperAttribute_duration(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setDuration(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SwiperAttribute_duration, Ark_NativePointer, KInteropNumber) - + void impl_SwiperAttribute_vertical(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setVertical(self, value); } KOALA_INTEROP_V2(SwiperAttribute_vertical, Ark_NativePointer, Ark_Boolean) - + void impl_SwiperAttribute_itemSpace(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13118,31 +13118,31 @@ void impl_SwiperAttribute_itemSpace(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getSwiperModifier()->setItemSpace(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_itemSpace, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_displayMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setDisplayMode(self, static_cast(value)); } KOALA_INTEROP_V2(SwiperAttribute_displayMode, Ark_NativePointer, Ark_Int32) - + void impl_SwiperAttribute_cachedCount(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setCachedCount(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SwiperAttribute_cachedCount, Ark_NativePointer, KInteropNumber) - + void impl_SwiperAttribute_effectMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setEffectMode(self, static_cast(value)); } KOALA_INTEROP_V2(SwiperAttribute_effectMode, Ark_NativePointer, Ark_Int32) - + void impl_SwiperAttribute_disableSwipe(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setDisableSwipe(self, value); } KOALA_INTEROP_V2(SwiperAttribute_disableSwipe, Ark_NativePointer, Ark_Boolean) - + void impl_SwiperAttribute_curve(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13168,7 +13168,7 @@ void impl_SwiperAttribute_curve(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getSwiperModifier()->setCurve(self, (const Ark_Union_Curve_String_ICurve*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_curve, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13176,7 +13176,7 @@ void impl_SwiperAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getSwiperModifier()->setOnChange(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_indicatorStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13191,7 +13191,7 @@ void impl_SwiperAttribute_indicatorStyle(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getSwiperModifier()->setIndicatorStyle(self, (const Opt_IndicatorStyle*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_indicatorStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_onAnimationStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13199,7 +13199,7 @@ void impl_SwiperAttribute_onAnimationStart(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getSwiperModifier()->setOnAnimationStart(self, (const OnSwiperAnimationStartCallback*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_onAnimationStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_onAnimationEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13207,7 +13207,7 @@ void impl_SwiperAttribute_onAnimationEnd(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getSwiperModifier()->setOnAnimationEnd(self, (const OnSwiperAnimationEndCallback*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_onAnimationEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_onGestureSwipe(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13215,13 +13215,13 @@ void impl_SwiperAttribute_onGestureSwipe(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getSwiperModifier()->setOnGestureSwipe(self, (const OnSwiperGestureSwipeCallback*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_onGestureSwipe, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_nestedScroll(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setNestedScroll(self, static_cast(value)); } KOALA_INTEROP_V2(SwiperAttribute_nestedScroll, Ark_NativePointer, Ark_Int32) - + void impl_SwiperAttribute_customContentTransition(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13229,7 +13229,7 @@ void impl_SwiperAttribute_customContentTransition(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getSwiperModifier()->setCustomContentTransition(self, (const Ark_SwiperContentAnimatedTransition*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_customContentTransition, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_onContentDidScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13237,13 +13237,13 @@ void impl_SwiperAttribute_onContentDidScroll(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSwiperModifier()->setOnContentDidScroll(self, (const ContentDidScrollCallback*)&value_value); } KOALA_INTEROP_V3(SwiperAttribute_onContentDidScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_indicatorInteractive(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSwiperModifier()->setIndicatorInteractive(self, value); } KOALA_INTEROP_V2(SwiperAttribute_indicatorInteractive, Ark_NativePointer, Ark_Boolean) - + void impl_SwiperAttribute_displayArrow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13273,7 +13273,7 @@ void impl_SwiperAttribute_displayArrow(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getSwiperModifier()->setDisplayArrow(self, (const Ark_Union_ArrowStyle_Boolean*)&value_value, (const Opt_Boolean*)&isHoverShow_value); } KOALA_INTEROP_V3(SwiperAttribute_displayArrow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_displayCount(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13307,7 +13307,7 @@ void impl_SwiperAttribute_displayCount(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getSwiperModifier()->setDisplayCount(self, (const Ark_Union_Number_String_SwiperAutoFill*)&value_value, (const Opt_Boolean*)&swipeByGroup_value); } KOALA_INTEROP_V3(SwiperAttribute_displayCount, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SwiperAttribute_prevMargin(Ark_NativePointer thisPtr, const KLength& value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13322,7 +13322,7 @@ void impl_SwiperAttribute_prevMargin(Ark_NativePointer thisPtr, const KLength& v GetNodeModifiers()->getSwiperModifier()->setPrevMargin(self, (const Ark_Length*)&value, (const Opt_Boolean*)&ignoreBlank_value); } KOALA_INTEROP_V4(SwiperAttribute_prevMargin, Ark_NativePointer, KLength, uint8_t*, int32_t) - + void impl_SwiperAttribute_nextMargin(Ark_NativePointer thisPtr, const KLength& value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13337,12 +13337,12 @@ void impl_SwiperAttribute_nextMargin(Ark_NativePointer thisPtr, const KLength& v GetNodeModifiers()->getSwiperModifier()->setNextMargin(self, (const Ark_Length*)&value, (const Opt_Boolean*)&ignoreBlank_value); } KOALA_INTEROP_V4(SwiperAttribute_nextMargin, Ark_NativePointer, KLength, uint8_t*, int32_t) - + Ark_NativePointer impl_IndicatorComponent_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getIndicatorComponentModifier()->construct(id, flags); } KOALA_INTEROP_2(IndicatorComponent_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_IndicatorComponentInterface_setIndicatorComponentOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13357,19 +13357,19 @@ void impl_IndicatorComponentInterface_setIndicatorComponentOptions(Ark_NativePoi GetNodeModifiers()->getIndicatorComponentModifier()->setIndicatorComponentOptions(self, (const Opt_IndicatorComponentController*)&controller_value); } KOALA_INTEROP_V3(IndicatorComponentInterface_setIndicatorComponentOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_IndicatorComponentAttribute_initialIndex(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getIndicatorComponentModifier()->setInitialIndex(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(IndicatorComponentAttribute_initialIndex, Ark_NativePointer, KInteropNumber) - + void impl_IndicatorComponentAttribute_count(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getIndicatorComponentModifier()->setCount(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(IndicatorComponentAttribute_count, Ark_NativePointer, KInteropNumber) - + void impl_IndicatorComponentAttribute_style(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13391,19 +13391,19 @@ void impl_IndicatorComponentAttribute_style(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getIndicatorComponentModifier()->setStyle(self, (const Ark_Union_DotIndicator_DigitIndicator*)&value_value); } KOALA_INTEROP_V3(IndicatorComponentAttribute_style, Ark_NativePointer, uint8_t*, int32_t) - + void impl_IndicatorComponentAttribute_loop(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getIndicatorComponentModifier()->setLoop(self, value); } KOALA_INTEROP_V2(IndicatorComponentAttribute_loop, Ark_NativePointer, Ark_Boolean) - + void impl_IndicatorComponentAttribute_vertical(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getIndicatorComponentModifier()->setVertical(self, value); } KOALA_INTEROP_V2(IndicatorComponentAttribute_vertical, Ark_NativePointer, Ark_Boolean) - + void impl_IndicatorComponentAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13411,12 +13411,12 @@ void impl_IndicatorComponentAttribute_onChange(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getIndicatorComponentModifier()->setOnChange(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(IndicatorComponentAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_SymbolGlyph_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSymbolGlyphModifier()->construct(id, flags); } KOALA_INTEROP_2(SymbolGlyph_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SymbolGlyphInterface_setSymbolGlyphOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13431,7 +13431,7 @@ void impl_SymbolGlyphInterface_setSymbolGlyphOptions(Ark_NativePointer thisPtr, GetNodeModifiers()->getSymbolGlyphModifier()->setSymbolGlyphOptions(self, (const Opt_Resource*)&value_value); } KOALA_INTEROP_V3(SymbolGlyphInterface_setSymbolGlyphOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SymbolGlyphAttribute_fontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13457,7 +13457,7 @@ void impl_SymbolGlyphAttribute_fontSize(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getSymbolGlyphModifier()->setFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(SymbolGlyphAttribute_fontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SymbolGlyphAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13494,7 +13494,7 @@ void impl_SymbolGlyphAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getSymbolGlyphModifier()->setFontColor(self, (const Array_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SymbolGlyphAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SymbolGlyphAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13520,19 +13520,19 @@ void impl_SymbolGlyphAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getSymbolGlyphModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(SymbolGlyphAttribute_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SymbolGlyphAttribute_effectStrategy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSymbolGlyphModifier()->setEffectStrategy(self, static_cast(value)); } KOALA_INTEROP_V2(SymbolGlyphAttribute_effectStrategy, Ark_NativePointer, Ark_Int32) - + void impl_SymbolGlyphAttribute_renderingStrategy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSymbolGlyphModifier()->setRenderingStrategy(self, static_cast(value)); } KOALA_INTEROP_V2(SymbolGlyphAttribute_renderingStrategy, Ark_NativePointer, Ark_Int32) - + void impl_SymbolGlyphAttribute_symbolEffect0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13548,7 +13548,7 @@ void impl_SymbolGlyphAttribute_symbolEffect0(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSymbolGlyphModifier()->setSymbolEffect0(self, (const Ark_SymbolEffect*)&symbolEffect_value, (const Opt_Boolean*)&isActive_value); } KOALA_INTEROP_V3(SymbolGlyphAttribute_symbolEffect0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SymbolGlyphAttribute_symbolEffect1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13564,12 +13564,12 @@ void impl_SymbolGlyphAttribute_symbolEffect1(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSymbolGlyphModifier()->setSymbolEffect1(self, (const Ark_SymbolEffect*)&symbolEffect_value, (const Opt_Number*)&triggerValue_value); } KOALA_INTEROP_V3(SymbolGlyphAttribute_symbolEffect1, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_SymbolSpan_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSymbolSpanModifier()->construct(id, flags); } KOALA_INTEROP_2(SymbolSpan_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SymbolSpanInterface_setSymbolSpanOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13577,7 +13577,7 @@ void impl_SymbolSpanInterface_setSymbolSpanOptions(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getSymbolSpanModifier()->setSymbolSpanOptions(self, (const Ark_Resource*)&value_value); } KOALA_INTEROP_V3(SymbolSpanInterface_setSymbolSpanOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SymbolSpanAttribute_fontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13603,7 +13603,7 @@ void impl_SymbolSpanAttribute_fontSize(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getSymbolSpanModifier()->setFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(SymbolSpanAttribute_fontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SymbolSpanAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13640,7 +13640,7 @@ void impl_SymbolSpanAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getSymbolSpanModifier()->setFontColor(self, (const Array_ResourceColor*)&value_value); } KOALA_INTEROP_V3(SymbolSpanAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SymbolSpanAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13666,24 +13666,24 @@ void impl_SymbolSpanAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getSymbolSpanModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(SymbolSpanAttribute_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SymbolSpanAttribute_effectStrategy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSymbolSpanModifier()->setEffectStrategy(self, static_cast(value)); } KOALA_INTEROP_V2(SymbolSpanAttribute_effectStrategy, Ark_NativePointer, Ark_Int32) - + void impl_SymbolSpanAttribute_renderingStrategy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSymbolSpanModifier()->setRenderingStrategy(self, static_cast(value)); } KOALA_INTEROP_V2(SymbolSpanAttribute_renderingStrategy, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_Tabs_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getTabsModifier()->construct(id, flags); } KOALA_INTEROP_2(Tabs_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_TabsInterface_setTabsOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13698,31 +13698,31 @@ void impl_TabsInterface_setTabsOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTabsModifier()->setTabsOptions(self, (const Opt_TabsOptions*)&options_value); } KOALA_INTEROP_V3(TabsInterface_setTabsOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_vertical(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setVertical(self, value); } KOALA_INTEROP_V2(TabsAttribute_vertical, Ark_NativePointer, Ark_Boolean) - + void impl_TabsAttribute_barPosition(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setBarPosition(self, static_cast(value)); } KOALA_INTEROP_V2(TabsAttribute_barPosition, Ark_NativePointer, Ark_Int32) - + void impl_TabsAttribute_scrollable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setScrollable(self, value); } KOALA_INTEROP_V2(TabsAttribute_scrollable, Ark_NativePointer, Ark_Boolean) - + void impl_TabsAttribute_barMode0(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setBarMode0(self, static_cast(value)); } KOALA_INTEROP_V2(TabsAttribute_barMode0, Ark_NativePointer, Ark_Int32) - + void impl_TabsAttribute_barMode1(Ark_NativePointer thisPtr, Ark_Int32 value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13737,25 +13737,25 @@ void impl_TabsAttribute_barMode1(Ark_NativePointer thisPtr, Ark_Int32 value, uin GetNodeModifiers()->getTabsModifier()->setBarMode1(self, static_cast(value), (const Opt_ScrollableBarModeOptions*)&options_value); } KOALA_INTEROP_V4(TabsAttribute_barMode1, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_TabsAttribute_barWidth(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setBarWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TabsAttribute_barWidth, Ark_NativePointer, KLength) - + void impl_TabsAttribute_barHeight(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setBarHeight(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TabsAttribute_barHeight, Ark_NativePointer, KLength) - + void impl_TabsAttribute_animationDuration(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setAnimationDuration(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TabsAttribute_animationDuration, Ark_NativePointer, KInteropNumber) - + void impl_TabsAttribute_animationMode(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13770,7 +13770,7 @@ void impl_TabsAttribute_animationMode(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTabsModifier()->setAnimationMode(self, (const Opt_AnimationMode*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_animationMode, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_edgeEffect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13785,7 +13785,7 @@ void impl_TabsAttribute_edgeEffect(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getTabsModifier()->setEdgeEffect(self, (const Opt_EdgeEffect*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_edgeEffect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13793,7 +13793,7 @@ void impl_TabsAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getTabsModifier()->setOnChange(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_onTabBarClick(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13801,7 +13801,7 @@ void impl_TabsAttribute_onTabBarClick(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTabsModifier()->setOnTabBarClick(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_onTabBarClick, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_onAnimationStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13809,7 +13809,7 @@ void impl_TabsAttribute_onAnimationStart(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTabsModifier()->setOnAnimationStart(self, (const OnTabsAnimationStartCallback*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_onAnimationStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_onAnimationEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13817,7 +13817,7 @@ void impl_TabsAttribute_onAnimationEnd(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTabsModifier()->setOnAnimationEnd(self, (const OnTabsAnimationEndCallback*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_onAnimationEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_onGestureSwipe(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13825,13 +13825,13 @@ void impl_TabsAttribute_onGestureSwipe(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTabsModifier()->setOnGestureSwipe(self, (const OnTabsGestureSwipeCallback*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_onGestureSwipe, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_fadingEdge(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setFadingEdge(self, value); } KOALA_INTEROP_V2(TabsAttribute_fadingEdge, Ark_NativePointer, Ark_Boolean) - + void impl_TabsAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13846,13 +13846,13 @@ void impl_TabsAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getTabsModifier()->setDivider(self, (const Opt_DividerStyle*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_divider, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_barOverlap(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setBarOverlap(self, value); } KOALA_INTEROP_V2(TabsAttribute_barOverlap, Ark_NativePointer, Ark_Boolean) - + void impl_TabsAttribute_barBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13882,7 +13882,7 @@ void impl_TabsAttribute_barBackgroundColor(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getTabsModifier()->setBarBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_barBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_barGridAlign(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13890,7 +13890,7 @@ void impl_TabsAttribute_barGridAlign(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getTabsModifier()->setBarGridAlign(self, (const Ark_BarGridColumnOptions*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_barGridAlign, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_customContentTransition(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13898,13 +13898,13 @@ void impl_TabsAttribute_customContentTransition(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getTabsModifier()->setCustomContentTransition(self, (const TabsCustomContentTransitionCallback*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_customContentTransition, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_barBackgroundBlurStyle0(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabsModifier()->setBarBackgroundBlurStyle0(self, static_cast(value)); } KOALA_INTEROP_V2(TabsAttribute_barBackgroundBlurStyle0, Ark_NativePointer, Ark_Int32) - + void impl_TabsAttribute_barBackgroundBlurStyle1(Ark_NativePointer thisPtr, Ark_Int32 style, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13912,7 +13912,7 @@ void impl_TabsAttribute_barBackgroundBlurStyle1(Ark_NativePointer thisPtr, Ark_I GetNodeModifiers()->getTabsModifier()->setBarBackgroundBlurStyle1(self, static_cast(style), (const Ark_BackgroundBlurStyleOptions*)&options_value); } KOALA_INTEROP_V4(TabsAttribute_barBackgroundBlurStyle1, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_TabsAttribute_barBackgroundEffect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13920,7 +13920,7 @@ void impl_TabsAttribute_barBackgroundEffect(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTabsModifier()->setBarBackgroundEffect(self, (const Ark_BackgroundEffectOptions*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_barBackgroundEffect, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_onContentWillChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13928,7 +13928,7 @@ void impl_TabsAttribute_onContentWillChange(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTabsModifier()->setOnContentWillChange(self, (const OnTabsContentWillChangeCallback*)&value_value); } KOALA_INTEROP_V3(TabsAttribute_onContentWillChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsAttribute_barModeScrollable(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13936,18 +13936,18 @@ void impl_TabsAttribute_barModeScrollable(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getTabsModifier()->setBarModeScrollable(self, (const Ark_ScrollableBarModeOptions*)&options_value); } KOALA_INTEROP_V3(TabsAttribute_barModeScrollable, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TabContent_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getTabContentModifier()->construct(id, flags); } KOALA_INTEROP_2(TabContent_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_TabContentInterface_setTabContentOptions(Ark_NativePointer thisPtr) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTabContentModifier()->setTabContentOptions(self); } KOALA_INTEROP_V1(TabContentInterface_setTabContentOptions, Ark_NativePointer) - + void impl_TabContentAttribute_tabBar0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13977,7 +13977,7 @@ void impl_TabContentAttribute_tabBar0(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTabContentModifier()->setTabBar0(self, (const Ark_Union_String_Resource_CustomBuilder_TabBarOptions*)&value_value); } KOALA_INTEROP_V3(TabContentAttribute_tabBar0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabContentAttribute_tabBar1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -13999,7 +13999,7 @@ void impl_TabContentAttribute_tabBar1(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTabContentModifier()->setTabBar1(self, (const Ark_Union_SubTabBarStyle_BottomTabBarStyle*)&value_value); } KOALA_INTEROP_V3(TabContentAttribute_tabBar1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabContentAttribute_onWillShow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14007,7 +14007,7 @@ void impl_TabContentAttribute_onWillShow(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTabContentModifier()->setOnWillShow(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(TabContentAttribute_onWillShow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabContentAttribute_onWillHide(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14015,12 +14015,12 @@ void impl_TabContentAttribute_onWillHide(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTabContentModifier()->setOnWillHide(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(TabContentAttribute_onWillHide, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Text_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getTextModifier()->construct(id, flags); } KOALA_INTEROP_2(Text_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_TextInterface_setTextOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14057,7 +14057,7 @@ void impl_TextInterface_setTextOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextModifier()->setTextOptions(self, (const Opt_Union_String_Resource*)&content_value, (const Opt_TextOptions*)&value_value); } KOALA_INTEROP_V3(TextInterface_setTextOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_font0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14065,7 +14065,7 @@ void impl_TextAttribute_font0(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getTextModifier()->setFont0(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(TextAttribute_font0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_font1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14081,7 +14081,7 @@ void impl_TextAttribute_font1(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetNodeModifiers()->getTextModifier()->setFont1(self, (const Ark_Font*)&fontValue_value, (const Opt_FontSettingOptions*)&options_value); } KOALA_INTEROP_V3(TextAttribute_font1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14111,7 +14111,7 @@ void impl_TextAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getTextModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_fontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14137,7 +14137,7 @@ void impl_TextAttribute_fontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getTextModifier()->setFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextAttribute_fontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_minFontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14163,7 +14163,7 @@ void impl_TextAttribute_minFontSize(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getTextModifier()->setMinFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextAttribute_minFontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_maxFontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14189,7 +14189,7 @@ void impl_TextAttribute_maxFontSize(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getTextModifier()->setMaxFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextAttribute_maxFontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_minFontScale(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14211,7 +14211,7 @@ void impl_TextAttribute_minFontScale(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getTextModifier()->setMinFontScale(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(TextAttribute_minFontScale, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_maxFontScale(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14233,13 +14233,13 @@ void impl_TextAttribute_maxFontScale(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getTextModifier()->setMaxFontScale(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(TextAttribute_maxFontScale, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_fontStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setFontStyle(self, static_cast(value)); } KOALA_INTEROP_V2(TextAttribute_fontStyle, Ark_NativePointer, Ark_Int32) - + void impl_TextAttribute_fontWeight0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14265,7 +14265,7 @@ void impl_TextAttribute_fontWeight0(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getTextModifier()->setFontWeight0(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(TextAttribute_fontWeight0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_fontWeight1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14299,7 +14299,7 @@ void impl_TextAttribute_fontWeight1(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getTextModifier()->setFontWeight1(self, (const Ark_Union_Number_FontWeight_String*)&weight_value, (const Opt_FontSettingOptions*)&options_value); } KOALA_INTEROP_V3(TextAttribute_fontWeight1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_lineSpacing(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14307,13 +14307,13 @@ void impl_TextAttribute_lineSpacing(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getTextModifier()->setLineSpacing(self, (const Ark_LengthMetrics*)&value_value); } KOALA_INTEROP_V3(TextAttribute_lineSpacing, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_textAlign(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setTextAlign(self, static_cast(value)); } KOALA_INTEROP_V2(TextAttribute_textAlign, Ark_NativePointer, Ark_Int32) - + void impl_TextAttribute_lineHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14339,7 +14339,7 @@ void impl_TextAttribute_lineHeight(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getTextModifier()->setLineHeight(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextAttribute_lineHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_textOverflow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14347,7 +14347,7 @@ void impl_TextAttribute_textOverflow(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getTextModifier()->setTextOverflow(self, (const Ark_TextOverflowOptions*)&value_value); } KOALA_INTEROP_V3(TextAttribute_textOverflow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14369,13 +14369,13 @@ void impl_TextAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getTextModifier()->setFontFamily(self, (const Ark_Union_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextAttribute_fontFamily, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_maxLines(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setMaxLines(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TextAttribute_maxLines, Ark_NativePointer, KInteropNumber) - + void impl_TextAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14383,7 +14383,7 @@ void impl_TextAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getTextModifier()->setDecoration(self, (const Ark_DecorationStyleInterface*)&value_value); } KOALA_INTEROP_V3(TextAttribute_decoration, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14405,13 +14405,13 @@ void impl_TextAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTextModifier()->setLetterSpacing(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(TextAttribute_letterSpacing, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_textCase(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setTextCase(self, static_cast(value)); } KOALA_INTEROP_V2(TextAttribute_textCase, Ark_NativePointer, Ark_Int32) - + void impl_TextAttribute_baselineOffset(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14433,19 +14433,19 @@ void impl_TextAttribute_baselineOffset(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextModifier()->setBaselineOffset(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(TextAttribute_baselineOffset, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_copyOption(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setCopyOption(self, static_cast(value)); } KOALA_INTEROP_V2(TextAttribute_copyOption, Ark_NativePointer, Ark_Int32) - + void impl_TextAttribute_draggable(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setDraggable(self, value); } KOALA_INTEROP_V2(TextAttribute_draggable, Ark_NativePointer, Ark_Boolean) - + void impl_TextAttribute_textShadow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14474,31 +14474,31 @@ void impl_TextAttribute_textShadow(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getTextModifier()->setTextShadow(self, (const Ark_Union_ShadowOptions_Array_ShadowOptions*)&value_value); } KOALA_INTEROP_V3(TextAttribute_textShadow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_heightAdaptivePolicy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setHeightAdaptivePolicy(self, static_cast(value)); } KOALA_INTEROP_V2(TextAttribute_heightAdaptivePolicy, Ark_NativePointer, Ark_Int32) - + void impl_TextAttribute_textIndent(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setTextIndent(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TextAttribute_textIndent, Ark_NativePointer, KLength) - + void impl_TextAttribute_wordBreak(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setWordBreak(self, static_cast(value)); } KOALA_INTEROP_V2(TextAttribute_wordBreak, Ark_NativePointer, Ark_Int32) - + void impl_TextAttribute_lineBreakStrategy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setLineBreakStrategy(self, static_cast(value)); } KOALA_INTEROP_V2(TextAttribute_lineBreakStrategy, Ark_NativePointer, Ark_Int32) - + void impl_TextAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14506,7 +14506,7 @@ void impl_TextAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getTextModifier()->setOnCopy(self, (const Callback_String_Void*)&value_value); } KOALA_INTEROP_V3(TextAttribute_onCopy, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_caretColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14536,7 +14536,7 @@ void impl_TextAttribute_caretColor(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getTextModifier()->setCaretColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextAttribute_caretColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14566,19 +14566,19 @@ void impl_TextAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getTextModifier()->setSelectedBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextAttribute_selectedBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_ellipsisMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setEllipsisMode(self, static_cast(value)); } KOALA_INTEROP_V2(TextAttribute_ellipsisMode, Ark_NativePointer, Ark_Int32) - + void impl_TextAttribute_enableDataDetector(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setEnableDataDetector(self, value); } KOALA_INTEROP_V2(TextAttribute_enableDataDetector, Ark_NativePointer, Ark_Boolean) - + void impl_TextAttribute_dataDetectorConfig(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14586,7 +14586,7 @@ void impl_TextAttribute_dataDetectorConfig(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getTextModifier()->setDataDetectorConfig(self, (const Ark_TextDataDetectorConfig*)&value_value); } KOALA_INTEROP_V3(TextAttribute_dataDetectorConfig, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_onTextSelectionChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14594,25 +14594,25 @@ void impl_TextAttribute_onTextSelectionChange(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getTextModifier()->setOnTextSelectionChange(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(TextAttribute_onTextSelectionChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_fontFeature(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setFontFeature(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(TextAttribute_fontFeature, Ark_NativePointer, KStringPtr) - + void impl_TextAttribute_privacySensitive(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setPrivacySensitive(self, value); } KOALA_INTEROP_V2(TextAttribute_privacySensitive, Ark_NativePointer, Ark_Boolean) - + void impl_TextAttribute_textSelectable(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setTextSelectable(self, static_cast(value)); } KOALA_INTEROP_V2(TextAttribute_textSelectable, Ark_NativePointer, Ark_Int32) - + void impl_TextAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14620,25 +14620,25 @@ void impl_TextAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextModifier()->setEditMenuOptions(self, (const Ark_EditMenuOptions*)&value_value); } KOALA_INTEROP_V3(TextAttribute_editMenuOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAttribute_halfLeading(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setHalfLeading(self, value); } KOALA_INTEROP_V2(TextAttribute_halfLeading, Ark_NativePointer, Ark_Boolean) - + void impl_TextAttribute_enableHapticFeedback(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setEnableHapticFeedback(self, value); } KOALA_INTEROP_V2(TextAttribute_enableHapticFeedback, Ark_NativePointer, Ark_Boolean) - + void impl_TextAttribute_selection(Ark_NativePointer thisPtr, KInteropNumber selectionStart, KInteropNumber selectionEnd) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextModifier()->setSelection(self, (const Ark_Number*) (&selectionStart), (const Ark_Number*) (&selectionEnd)); } KOALA_INTEROP_V3(TextAttribute_selection, Ark_NativePointer, KInteropNumber, KInteropNumber) - + void impl_TextAttribute_bindSelectionMenu(Ark_NativePointer thisPtr, Ark_Int32 spanType, uint8_t* thisArray, int32_t thisLength, Ark_Int32 responseType) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14654,12 +14654,12 @@ void impl_TextAttribute_bindSelectionMenu(Ark_NativePointer thisPtr, Ark_Int32 s GetNodeModifiers()->getTextModifier()->setBindSelectionMenu(self, static_cast(spanType), (const CustomNodeBuilder*)&content_value, static_cast(responseType), (const Opt_SelectionMenuOptions*)&options_value); } KOALA_INTEROP_V5(TextAttribute_bindSelectionMenu, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t, Ark_Int32) - + Ark_NativePointer impl_TextArea_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getTextAreaModifier()->construct(id, flags); } KOALA_INTEROP_2(TextArea_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_TextAreaInterface_setTextAreaOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14674,7 +14674,7 @@ void impl_TextAreaInterface_setTextAreaOptions(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getTextAreaModifier()->setTextAreaOptions(self, (const Opt_TextAreaOptions*)&value_value); } KOALA_INTEROP_V3(TextAreaInterface_setTextAreaOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_placeholderColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14704,7 +14704,7 @@ void impl_TextAreaAttribute_placeholderColor(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextAreaModifier()->setPlaceholderColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_placeholderColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_placeholderFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14712,19 +14712,19 @@ void impl_TextAreaAttribute_placeholderFont(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextAreaModifier()->setPlaceholderFont(self, (const Ark_Font*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_placeholderFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_enterKeyType(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setEnterKeyType(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_enterKeyType, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_textAlign(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setTextAlign(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_textAlign, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_caretColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14754,7 +14754,7 @@ void impl_TextAreaAttribute_caretColor(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextAreaModifier()->setCaretColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_caretColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14784,19 +14784,19 @@ void impl_TextAreaAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTextAreaModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_fontSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setFontSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TextAreaAttribute_fontSize, Ark_NativePointer, KLength) - + void impl_TextAreaAttribute_fontStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setFontStyle(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_fontStyle, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14822,7 +14822,7 @@ void impl_TextAreaAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextAreaModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14844,19 +14844,19 @@ void impl_TextAreaAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextAreaModifier()->setFontFamily(self, (const Ark_ResourceStr*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_fontFamily, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_textOverflow(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setTextOverflow(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_textOverflow, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_textIndent(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setTextIndent(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TextAreaAttribute_textIndent, Ark_NativePointer, KLength) - + void impl_TextAreaAttribute_caretStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14864,7 +14864,7 @@ void impl_TextAreaAttribute_caretStyle(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextAreaModifier()->setCaretStyle(self, (const Ark_CaretStyle*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_caretStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14894,7 +14894,7 @@ void impl_TextAreaAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, u GetNodeModifiers()->getTextAreaModifier()->setSelectedBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_selectedBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onSubmit0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14902,7 +14902,7 @@ void impl_TextAreaAttribute_onSubmit0(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTextAreaModifier()->setOnSubmit0(self, (const Callback_EnterKeyType_Void*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onSubmit0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onSubmit1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14910,7 +14910,7 @@ void impl_TextAreaAttribute_onSubmit1(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTextAreaModifier()->setOnSubmit1(self, (const TextAreaSubmitCallback*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onSubmit1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14918,7 +14918,7 @@ void impl_TextAreaAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getTextAreaModifier()->setOnChange(self, (const EditableTextOnChangeCallback*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onTextSelectionChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14926,7 +14926,7 @@ void impl_TextAreaAttribute_onTextSelectionChange(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getTextAreaModifier()->setOnTextSelectionChange(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onTextSelectionChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onContentScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14934,7 +14934,7 @@ void impl_TextAreaAttribute_onContentScroll(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextAreaModifier()->setOnContentScroll(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onContentScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onEditChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14942,7 +14942,7 @@ void impl_TextAreaAttribute_onEditChange(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTextAreaModifier()->setOnEditChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onEditChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14950,7 +14950,7 @@ void impl_TextAreaAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getTextAreaModifier()->setOnCopy(self, (const Callback_String_Void*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onCopy, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onCut(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14958,7 +14958,7 @@ void impl_TextAreaAttribute_onCut(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getTextAreaModifier()->setOnCut(self, (const Callback_String_Void*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onCut, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onPaste(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -14966,43 +14966,43 @@ void impl_TextAreaAttribute_onPaste(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getTextAreaModifier()->setOnPaste(self, (const Callback_String_PasteEvent_Void*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onPaste, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_copyOption(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setCopyOption(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_copyOption, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_enableKeyboardOnFocus(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setEnableKeyboardOnFocus(self, value); } KOALA_INTEROP_V2(TextAreaAttribute_enableKeyboardOnFocus, Ark_NativePointer, Ark_Boolean) - + void impl_TextAreaAttribute_maxLength(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setMaxLength(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TextAreaAttribute_maxLength, Ark_NativePointer, KInteropNumber) - + void impl_TextAreaAttribute_style(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setStyle(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_style, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_barState(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setBarState(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_barState, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_selectionMenuHidden(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setSelectionMenuHidden(self, value); } KOALA_INTEROP_V2(TextAreaAttribute_selectionMenuHidden, Ark_NativePointer, Ark_Boolean) - + void impl_TextAreaAttribute_minFontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15028,7 +15028,7 @@ void impl_TextAreaAttribute_minFontSize(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextAreaModifier()->setMinFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_minFontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_maxFontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15054,31 +15054,31 @@ void impl_TextAreaAttribute_maxFontSize(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextAreaModifier()->setMaxFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_maxFontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_heightAdaptivePolicy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setHeightAdaptivePolicy(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_heightAdaptivePolicy, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_maxLines(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setMaxLines(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TextAreaAttribute_maxLines, Ark_NativePointer, KInteropNumber) - + void impl_TextAreaAttribute_wordBreak(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setWordBreak(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_wordBreak, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_lineBreakStrategy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setLineBreakStrategy(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_lineBreakStrategy, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15086,7 +15086,7 @@ void impl_TextAreaAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextAreaModifier()->setDecoration(self, (const Ark_TextDecorationOptions*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_decoration, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15112,7 +15112,7 @@ void impl_TextAreaAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getTextAreaModifier()->setLetterSpacing(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_letterSpacing, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_lineSpacing(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15120,7 +15120,7 @@ void impl_TextAreaAttribute_lineSpacing(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextAreaModifier()->setLineSpacing(self, (const Ark_LengthMetrics*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_lineSpacing, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_lineHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15146,31 +15146,31 @@ void impl_TextAreaAttribute_lineHeight(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextAreaModifier()->setLineHeight(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_lineHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_type(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setType(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_type, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_enableAutoFill(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setEnableAutoFill(self, value); } KOALA_INTEROP_V2(TextAreaAttribute_enableAutoFill, Ark_NativePointer, Ark_Boolean) - + void impl_TextAreaAttribute_contentType(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setContentType(self, static_cast(value)); } KOALA_INTEROP_V2(TextAreaAttribute_contentType, Ark_NativePointer, Ark_Int32) - + void impl_TextAreaAttribute_fontFeature(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setFontFeature(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(TextAreaAttribute_fontFeature, Ark_NativePointer, KStringPtr) - + void impl_TextAreaAttribute_onWillInsert(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15178,7 +15178,7 @@ void impl_TextAreaAttribute_onWillInsert(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTextAreaModifier()->setOnWillInsert(self, (const Callback_InsertValue_Boolean*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onWillInsert, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onDidInsert(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15186,7 +15186,7 @@ void impl_TextAreaAttribute_onDidInsert(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextAreaModifier()->setOnDidInsert(self, (const Callback_InsertValue_Void*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onDidInsert, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onWillDelete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15194,7 +15194,7 @@ void impl_TextAreaAttribute_onWillDelete(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTextAreaModifier()->setOnWillDelete(self, (const Callback_DeleteValue_Boolean*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onWillDelete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_onDidDelete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15202,7 +15202,7 @@ void impl_TextAreaAttribute_onDidDelete(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextAreaModifier()->setOnDidDelete(self, (const Callback_DeleteValue_Void*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_onDidDelete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15210,19 +15210,19 @@ void impl_TextAreaAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextAreaModifier()->setEditMenuOptions(self, (const Ark_EditMenuOptions*)&value_value); } KOALA_INTEROP_V3(TextAreaAttribute_editMenuOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_enablePreviewText(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setEnablePreviewText(self, value); } KOALA_INTEROP_V2(TextAreaAttribute_enablePreviewText, Ark_NativePointer, Ark_Boolean) - + void impl_TextAreaAttribute_enableHapticFeedback(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextAreaModifier()->setEnableHapticFeedback(self, value); } KOALA_INTEROP_V2(TextAreaAttribute_enableHapticFeedback, Ark_NativePointer, Ark_Boolean) - + void impl_TextAreaAttribute_inputFilter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15252,7 +15252,7 @@ void impl_TextAreaAttribute_inputFilter(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextAreaModifier()->setInputFilter(self, (const Ark_ResourceStr*)&value_value, (const Opt_Callback_String_Void*)&error_value); } KOALA_INTEROP_V3(TextAreaAttribute_inputFilter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextAreaAttribute_showCounter(Ark_NativePointer thisPtr, Ark_Boolean value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15267,7 +15267,7 @@ void impl_TextAreaAttribute_showCounter(Ark_NativePointer thisPtr, Ark_Boolean v GetNodeModifiers()->getTextAreaModifier()->setShowCounter(self, value, (const Opt_InputCounterOptions*)&options_value); } KOALA_INTEROP_V4(TextAreaAttribute_showCounter, Ark_NativePointer, Ark_Boolean, uint8_t*, int32_t) - + void impl_TextAreaAttribute_customKeyboard(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15283,12 +15283,12 @@ void impl_TextAreaAttribute_customKeyboard(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getTextAreaModifier()->setCustomKeyboard(self, (const CustomNodeBuilder*)&value_value, (const Opt_KeyboardOptions*)&options_value); } KOALA_INTEROP_V3(TextAreaAttribute_customKeyboard, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TextClock_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getTextClockModifier()->construct(id, flags); } KOALA_INTEROP_2(TextClock_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_TextClockInterface_setTextClockOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15303,13 +15303,13 @@ void impl_TextClockInterface_setTextClockOptions(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getTextClockModifier()->setTextClockOptions(self, (const Opt_TextClockOptions*)&options_value); } KOALA_INTEROP_V3(TextClockInterface_setTextClockOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextClockAttribute_format(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextClockModifier()->setFormat(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(TextClockAttribute_format, Ark_NativePointer, KStringPtr) - + void impl_TextClockAttribute_onDateChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15317,7 +15317,7 @@ void impl_TextClockAttribute_onDateChange(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getTextClockModifier()->setOnDateChange(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(TextClockAttribute_onDateChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextClockAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15347,19 +15347,19 @@ void impl_TextClockAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextClockModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextClockAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextClockAttribute_fontSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextClockModifier()->setFontSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TextClockAttribute_fontSize, Ark_NativePointer, KLength) - + void impl_TextClockAttribute_fontStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextClockModifier()->setFontStyle(self, static_cast(value)); } KOALA_INTEROP_V2(TextClockAttribute_fontStyle, Ark_NativePointer, Ark_Int32) - + void impl_TextClockAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15385,7 +15385,7 @@ void impl_TextClockAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextClockModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(TextClockAttribute_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextClockAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15407,7 +15407,7 @@ void impl_TextClockAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextClockModifier()->setFontFamily(self, (const Ark_ResourceStr*)&value_value); } KOALA_INTEROP_V3(TextClockAttribute_fontFamily, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextClockAttribute_textShadow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15436,13 +15436,13 @@ void impl_TextClockAttribute_textShadow(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextClockModifier()->setTextShadow(self, (const Ark_Union_ShadowOptions_Array_ShadowOptions*)&value_value); } KOALA_INTEROP_V3(TextClockAttribute_textShadow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextClockAttribute_fontFeature(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextClockModifier()->setFontFeature(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(TextClockAttribute_fontFeature, Ark_NativePointer, KStringPtr) - + void impl_TextClockAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15450,7 +15450,7 @@ void impl_TextClockAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextClockModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(TextClockAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextClockAttribute_dateTimeOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15465,12 +15465,12 @@ void impl_TextClockAttribute_dateTimeOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextClockModifier()->setDateTimeOptions(self, (const Opt_DateTimeOptions*)&value_value); } KOALA_INTEROP_V3(TextClockAttribute_dateTimeOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TextInput_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getTextInputModifier()->construct(id, flags); } KOALA_INTEROP_2(TextInput_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_TextInputInterface_setTextInputOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15485,19 +15485,19 @@ void impl_TextInputInterface_setTextInputOptions(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getTextInputModifier()->setTextInputOptions(self, (const Opt_TextInputOptions*)&value_value); } KOALA_INTEROP_V3(TextInputInterface_setTextInputOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_type(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setType(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_type, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_contentType(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setContentType(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_contentType, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_placeholderColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15527,19 +15527,19 @@ void impl_TextInputAttribute_placeholderColor(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getTextInputModifier()->setPlaceholderColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_placeholderColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_textOverflow(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setTextOverflow(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_textOverflow, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_textIndent(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setTextIndent(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TextInputAttribute_textIndent, Ark_NativePointer, KLength) - + void impl_TextInputAttribute_placeholderFont(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15554,13 +15554,13 @@ void impl_TextInputAttribute_placeholderFont(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextInputModifier()->setPlaceholderFont(self, (const Opt_Font*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_placeholderFont, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_enterKeyType(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setEnterKeyType(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_enterKeyType, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_caretColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15590,7 +15590,7 @@ void impl_TextInputAttribute_caretColor(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextInputModifier()->setCaretColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_caretColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onEditChanged(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15598,7 +15598,7 @@ void impl_TextInputAttribute_onEditChanged(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getTextInputModifier()->setOnEditChanged(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onEditChanged, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onEditChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15606,7 +15606,7 @@ void impl_TextInputAttribute_onEditChange(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getTextInputModifier()->setOnEditChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onEditChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onSubmit(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15614,7 +15614,7 @@ void impl_TextInputAttribute_onSubmit(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTextInputModifier()->setOnSubmit(self, (const OnSubmitCallback*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onSubmit, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15622,7 +15622,7 @@ void impl_TextInputAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTextInputModifier()->setOnChange(self, (const EditableTextOnChangeCallback*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onTextSelectionChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15630,7 +15630,7 @@ void impl_TextInputAttribute_onTextSelectionChange(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getTextInputModifier()->setOnTextSelectionChange(self, (const OnTextSelectionChangeCallback*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onTextSelectionChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onContentScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15638,13 +15638,13 @@ void impl_TextInputAttribute_onContentScroll(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextInputModifier()->setOnContentScroll(self, (const OnContentScrollCallback*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onContentScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_maxLength(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setMaxLength(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TextInputAttribute_maxLength, Ark_NativePointer, KInteropNumber) - + void impl_TextInputAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15674,19 +15674,19 @@ void impl_TextInputAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextInputModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_fontSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setFontSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TextInputAttribute_fontSize, Ark_NativePointer, KLength) - + void impl_TextInputAttribute_fontStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setFontStyle(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_fontStyle, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15712,7 +15712,7 @@ void impl_TextInputAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextInputModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15734,7 +15734,7 @@ void impl_TextInputAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextInputModifier()->setFontFamily(self, (const Ark_ResourceStr*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_fontFamily, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15742,7 +15742,7 @@ void impl_TextInputAttribute_onCopy(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getTextInputModifier()->setOnCopy(self, (const Callback_String_Void*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onCopy, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onCut(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15750,7 +15750,7 @@ void impl_TextInputAttribute_onCut(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getTextInputModifier()->setOnCut(self, (const Callback_String_Void*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onCut, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onPaste(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15758,25 +15758,25 @@ void impl_TextInputAttribute_onPaste(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getTextInputModifier()->setOnPaste(self, (const OnPasteCallback*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onPaste, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_copyOption(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setCopyOption(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_copyOption, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_showPasswordIcon(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setShowPasswordIcon(self, value); } KOALA_INTEROP_V2(TextInputAttribute_showPasswordIcon, Ark_NativePointer, Ark_Boolean) - + void impl_TextInputAttribute_textAlign(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setTextAlign(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_textAlign, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_style(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15798,7 +15798,7 @@ void impl_TextInputAttribute_style(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getTextInputModifier()->setStyle(self, (const Ark_Union_TextInputStyle_TextContentStyle*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_style, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_caretStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15806,7 +15806,7 @@ void impl_TextInputAttribute_caretStyle(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextInputModifier()->setCaretStyle(self, (const Ark_CaretStyle*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_caretStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15836,19 +15836,19 @@ void impl_TextInputAttribute_selectedBackgroundColor(Ark_NativePointer thisPtr, GetNodeModifiers()->getTextInputModifier()->setSelectedBackgroundColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_selectedBackgroundColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_caretPosition(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setCaretPosition(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TextInputAttribute_caretPosition, Ark_NativePointer, KInteropNumber) - + void impl_TextInputAttribute_enableKeyboardOnFocus(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setEnableKeyboardOnFocus(self, value); } KOALA_INTEROP_V2(TextInputAttribute_enableKeyboardOnFocus, Ark_NativePointer, Ark_Boolean) - + void impl_TextInputAttribute_passwordIcon(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15856,7 +15856,7 @@ void impl_TextInputAttribute_passwordIcon(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getTextInputModifier()->setPasswordIcon(self, (const Ark_PasswordIcon*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_passwordIcon, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_showError(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15885,7 +15885,7 @@ void impl_TextInputAttribute_showError(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextInputModifier()->setShowError(self, (const Opt_ResourceStr*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_showError, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_showUnit(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15893,13 +15893,13 @@ void impl_TextInputAttribute_showUnit(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTextInputModifier()->setShowUnit(self, (const CustomNodeBuilder*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_showUnit, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_showUnderline(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setShowUnderline(self, value); } KOALA_INTEROP_V2(TextInputAttribute_showUnderline, Ark_NativePointer, Ark_Boolean) - + void impl_TextInputAttribute_underlineColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15950,37 +15950,37 @@ void impl_TextInputAttribute_underlineColor(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextInputModifier()->setUnderlineColor(self, (const Opt_Union_ResourceColor_UnderlineColor*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_underlineColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_selectionMenuHidden(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setSelectionMenuHidden(self, value); } KOALA_INTEROP_V2(TextInputAttribute_selectionMenuHidden, Ark_NativePointer, Ark_Boolean) - + void impl_TextInputAttribute_barState(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setBarState(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_barState, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_maxLines(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setMaxLines(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TextInputAttribute_maxLines, Ark_NativePointer, KInteropNumber) - + void impl_TextInputAttribute_wordBreak(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setWordBreak(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_wordBreak, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_lineBreakStrategy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setLineBreakStrategy(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_lineBreakStrategy, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_cancelButton0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15988,7 +15988,7 @@ void impl_TextInputAttribute_cancelButton0(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getTextInputModifier()->setCancelButton0(self, (const Ark_CancelButtonOptions*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_cancelButton0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_cancelButton1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -15996,13 +15996,13 @@ void impl_TextInputAttribute_cancelButton1(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getTextInputModifier()->setCancelButton1(self, (const Ark_CancelButtonSymbolOptions*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_cancelButton1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_selectAll(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setSelectAll(self, value); } KOALA_INTEROP_V2(TextInputAttribute_selectAll, Ark_NativePointer, Ark_Boolean) - + void impl_TextInputAttribute_minFontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16028,7 +16028,7 @@ void impl_TextInputAttribute_minFontSize(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTextInputModifier()->setMinFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_minFontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_maxFontSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16054,19 +16054,19 @@ void impl_TextInputAttribute_maxFontSize(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTextInputModifier()->setMaxFontSize(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_maxFontSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_heightAdaptivePolicy(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setHeightAdaptivePolicy(self, static_cast(value)); } KOALA_INTEROP_V2(TextInputAttribute_heightAdaptivePolicy, Ark_NativePointer, Ark_Int32) - + void impl_TextInputAttribute_enableAutoFill(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setEnableAutoFill(self, value); } KOALA_INTEROP_V2(TextInputAttribute_enableAutoFill, Ark_NativePointer, Ark_Boolean) - + void impl_TextInputAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16074,7 +16074,7 @@ void impl_TextInputAttribute_decoration(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextInputModifier()->setDecoration(self, (const Ark_TextDecorationOptions*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_decoration, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16100,7 +16100,7 @@ void impl_TextInputAttribute_letterSpacing(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getTextInputModifier()->setLetterSpacing(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_letterSpacing, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_lineHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16126,25 +16126,25 @@ void impl_TextInputAttribute_lineHeight(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextInputModifier()->setLineHeight(self, (const Ark_Union_Number_String_Resource*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_lineHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_passwordRules(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setPasswordRules(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(TextInputAttribute_passwordRules, Ark_NativePointer, KStringPtr) - + void impl_TextInputAttribute_fontFeature(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setFontFeature(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(TextInputAttribute_fontFeature, Ark_NativePointer, KStringPtr) - + void impl_TextInputAttribute_showPassword(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setShowPassword(self, value); } KOALA_INTEROP_V2(TextInputAttribute_showPassword, Ark_NativePointer, Ark_Boolean) - + void impl_TextInputAttribute_onSecurityStateChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16152,7 +16152,7 @@ void impl_TextInputAttribute_onSecurityStateChange(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getTextInputModifier()->setOnSecurityStateChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onSecurityStateChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onWillInsert(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16160,7 +16160,7 @@ void impl_TextInputAttribute_onWillInsert(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getTextInputModifier()->setOnWillInsert(self, (const Callback_InsertValue_Boolean*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onWillInsert, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onDidInsert(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16168,7 +16168,7 @@ void impl_TextInputAttribute_onDidInsert(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTextInputModifier()->setOnDidInsert(self, (const Callback_InsertValue_Void*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onDidInsert, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onWillDelete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16176,7 +16176,7 @@ void impl_TextInputAttribute_onWillDelete(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getTextInputModifier()->setOnWillDelete(self, (const Callback_DeleteValue_Boolean*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onWillDelete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_onDidDelete(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16184,7 +16184,7 @@ void impl_TextInputAttribute_onDidDelete(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTextInputModifier()->setOnDidDelete(self, (const Callback_DeleteValue_Void*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_onDidDelete, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16192,19 +16192,19 @@ void impl_TextInputAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextInputModifier()->setEditMenuOptions(self, (const Ark_EditMenuOptions*)&value_value); } KOALA_INTEROP_V3(TextInputAttribute_editMenuOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_enablePreviewText(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setEnablePreviewText(self, value); } KOALA_INTEROP_V2(TextInputAttribute_enablePreviewText, Ark_NativePointer, Ark_Boolean) - + void impl_TextInputAttribute_enableHapticFeedback(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextInputModifier()->setEnableHapticFeedback(self, value); } KOALA_INTEROP_V2(TextInputAttribute_enableHapticFeedback, Ark_NativePointer, Ark_Boolean) - + void impl_TextInputAttribute_inputFilter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16234,7 +16234,7 @@ void impl_TextInputAttribute_inputFilter(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getTextInputModifier()->setInputFilter(self, (const Ark_ResourceStr*)&value_value, (const Opt_Callback_String_Void*)&error_value); } KOALA_INTEROP_V3(TextInputAttribute_inputFilter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_customKeyboard(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16250,7 +16250,7 @@ void impl_TextInputAttribute_customKeyboard(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextInputModifier()->setCustomKeyboard(self, (const CustomNodeBuilder*)&value_value, (const Opt_KeyboardOptions*)&options_value); } KOALA_INTEROP_V3(TextInputAttribute_customKeyboard, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextInputAttribute_showCounter(Ark_NativePointer thisPtr, Ark_Boolean value, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16265,12 +16265,12 @@ void impl_TextInputAttribute_showCounter(Ark_NativePointer thisPtr, Ark_Boolean GetNodeModifiers()->getTextInputModifier()->setShowCounter(self, value, (const Opt_InputCounterOptions*)&options_value); } KOALA_INTEROP_V4(TextInputAttribute_showCounter, Ark_NativePointer, Ark_Boolean, uint8_t*, int32_t) - + Ark_NativePointer impl_TextPicker_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getTextPickerModifier()->construct(id, flags); } KOALA_INTEROP_2(TextPicker_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_TextPickerInterface_setTextPickerOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16285,7 +16285,7 @@ void impl_TextPickerInterface_setTextPickerOptions(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getTextPickerModifier()->setTextPickerOptions(self, (const Opt_TextPickerOptions*)&options_value); } KOALA_INTEROP_V3(TextPickerInterface_setTextPickerOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_defaultPickerItemHeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16307,13 +16307,13 @@ void impl_TextPickerAttribute_defaultPickerItemHeight(Ark_NativePointer thisPtr, GetNodeModifiers()->getTextPickerModifier()->setDefaultPickerItemHeight(self, (const Ark_Union_Number_String*)&value_value); } KOALA_INTEROP_V3(TextPickerAttribute_defaultPickerItemHeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_canLoop(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextPickerModifier()->setCanLoop(self, value); } KOALA_INTEROP_V2(TextPickerAttribute_canLoop, Ark_NativePointer, Ark_Boolean) - + void impl_TextPickerAttribute_disappearTextStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16321,7 +16321,7 @@ void impl_TextPickerAttribute_disappearTextStyle(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getTextPickerModifier()->setDisappearTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(TextPickerAttribute_disappearTextStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_textStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16329,7 +16329,7 @@ void impl_TextPickerAttribute_textStyle(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextPickerModifier()->setTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(TextPickerAttribute_textStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_selectedTextStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16337,7 +16337,7 @@ void impl_TextPickerAttribute_selectedTextStyle(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getTextPickerModifier()->setSelectedTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(TextPickerAttribute_selectedTextStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_onAccept(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16345,7 +16345,7 @@ void impl_TextPickerAttribute_onAccept(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextPickerModifier()->setOnAccept(self, (const Callback_String_Number_Void*)&value_value); } KOALA_INTEROP_V3(TextPickerAttribute_onAccept, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_onCancel(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16353,7 +16353,7 @@ void impl_TextPickerAttribute_onCancel(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextPickerModifier()->setOnCancel(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(TextPickerAttribute_onCancel, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16361,7 +16361,7 @@ void impl_TextPickerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextPickerModifier()->setOnChange(self, (const Type_TextPickerAttribute_onChange_callback*)&value_value); } KOALA_INTEROP_V3(TextPickerAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_selectedIndex(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16390,7 +16390,7 @@ void impl_TextPickerAttribute_selectedIndex(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextPickerModifier()->setSelectedIndex(self, (const Ark_Union_Number_Array_Number*)&value_value); } KOALA_INTEROP_V3(TextPickerAttribute_selectedIndex, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16405,18 +16405,18 @@ void impl_TextPickerAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getTextPickerModifier()->setDivider(self, (const Opt_DividerOptions*)&value_value); } KOALA_INTEROP_V3(TextPickerAttribute_divider, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextPickerAttribute_gradientHeight(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextPickerModifier()->setGradientHeight(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TextPickerAttribute_gradientHeight, Ark_NativePointer, KLength) - + Ark_NativePointer impl_TextTimer_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getTextTimerModifier()->construct(id, flags); } KOALA_INTEROP_2(TextTimer_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_TextTimerInterface_setTextTimerOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16431,13 +16431,13 @@ void impl_TextTimerInterface_setTextTimerOptions(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getTextTimerModifier()->setTextTimerOptions(self, (const Opt_TextTimerOptions*)&options_value); } KOALA_INTEROP_V3(TextTimerInterface_setTextTimerOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextTimerAttribute_format(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextTimerModifier()->setFormat(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(TextTimerAttribute_format, Ark_NativePointer, KStringPtr) - + void impl_TextTimerAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16467,19 +16467,19 @@ void impl_TextTimerAttribute_fontColor(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTextTimerModifier()->setFontColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(TextTimerAttribute_fontColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextTimerAttribute_fontSize(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextTimerModifier()->setFontSize(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(TextTimerAttribute_fontSize, Ark_NativePointer, KLength) - + void impl_TextTimerAttribute_fontStyle(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTextTimerModifier()->setFontStyle(self, static_cast(value)); } KOALA_INTEROP_V2(TextTimerAttribute_fontStyle, Ark_NativePointer, Ark_Int32) - + void impl_TextTimerAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16505,7 +16505,7 @@ void impl_TextTimerAttribute_fontWeight(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextTimerModifier()->setFontWeight(self, (const Ark_Union_Number_FontWeight_String*)&value_value); } KOALA_INTEROP_V3(TextTimerAttribute_fontWeight, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextTimerAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16527,7 +16527,7 @@ void impl_TextTimerAttribute_fontFamily(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextTimerModifier()->setFontFamily(self, (const Ark_ResourceStr*)&value_value); } KOALA_INTEROP_V3(TextTimerAttribute_fontFamily, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextTimerAttribute_onTimer(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16535,7 +16535,7 @@ void impl_TextTimerAttribute_onTimer(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getTextTimerModifier()->setOnTimer(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(TextTimerAttribute_onTimer, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextTimerAttribute_textShadow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16564,7 +16564,7 @@ void impl_TextTimerAttribute_textShadow(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTextTimerModifier()->setTextShadow(self, (const Ark_Union_ShadowOptions_Array_ShadowOptions*)&value_value); } KOALA_INTEROP_V3(TextTimerAttribute_textShadow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TextTimerAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16572,12 +16572,12 @@ void impl_TextTimerAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getTextTimerModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(TextTimerAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TimePicker_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getTimePickerModifier()->construct(id, flags); } KOALA_INTEROP_2(TimePicker_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_TimePickerInterface_setTimePickerOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16592,19 +16592,19 @@ void impl_TimePickerInterface_setTimePickerOptions(Ark_NativePointer thisPtr, ui GetNodeModifiers()->getTimePickerModifier()->setTimePickerOptions(self, (const Opt_TimePickerOptions*)&options_value); } KOALA_INTEROP_V3(TimePickerInterface_setTimePickerOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TimePickerAttribute_useMilitaryTime(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTimePickerModifier()->setUseMilitaryTime(self, value); } KOALA_INTEROP_V2(TimePickerAttribute_useMilitaryTime, Ark_NativePointer, Ark_Boolean) - + void impl_TimePickerAttribute_loop(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTimePickerModifier()->setLoop(self, value); } KOALA_INTEROP_V2(TimePickerAttribute_loop, Ark_NativePointer, Ark_Boolean) - + void impl_TimePickerAttribute_disappearTextStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16612,7 +16612,7 @@ void impl_TimePickerAttribute_disappearTextStyle(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getTimePickerModifier()->setDisappearTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(TimePickerAttribute_disappearTextStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TimePickerAttribute_textStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16620,7 +16620,7 @@ void impl_TimePickerAttribute_textStyle(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getTimePickerModifier()->setTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(TimePickerAttribute_textStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TimePickerAttribute_selectedTextStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16628,7 +16628,7 @@ void impl_TimePickerAttribute_selectedTextStyle(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getTimePickerModifier()->setSelectedTextStyle(self, (const Ark_PickerTextStyle*)&value_value); } KOALA_INTEROP_V3(TimePickerAttribute_selectedTextStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TimePickerAttribute_dateTimeOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16636,7 +16636,7 @@ void impl_TimePickerAttribute_dateTimeOptions(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getTimePickerModifier()->setDateTimeOptions(self, (const Ark_DateTimeOptions*)&value_value); } KOALA_INTEROP_V3(TimePickerAttribute_dateTimeOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TimePickerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16644,18 +16644,18 @@ void impl_TimePickerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getTimePickerModifier()->setOnChange(self, (const Callback_TimePickerResult_Void*)&value_value); } KOALA_INTEROP_V3(TimePickerAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TimePickerAttribute_enableHapticFeedback(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getTimePickerModifier()->setEnableHapticFeedback(self, value); } KOALA_INTEROP_V2(TimePickerAttribute_enableHapticFeedback, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_Toggle_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getToggleModifier()->construct(id, flags); } KOALA_INTEROP_2(Toggle_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_ToggleInterface_setToggleOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16663,7 +16663,7 @@ void impl_ToggleInterface_setToggleOptions(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getToggleModifier()->setToggleOptions(self, (const Ark_ToggleOptions*)&options_value); } KOALA_INTEROP_V3(ToggleInterface_setToggleOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ToggleAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16671,7 +16671,7 @@ void impl_ToggleAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getToggleModifier()->setOnChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(ToggleAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ToggleAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16679,7 +16679,7 @@ void impl_ToggleAttribute_contentModifier(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getToggleModifier()->setContentModifier(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(ToggleAttribute_contentModifier, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ToggleAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16709,7 +16709,7 @@ void impl_ToggleAttribute_selectedColor(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getToggleModifier()->setSelectedColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(ToggleAttribute_selectedColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ToggleAttribute_switchPointColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16739,7 +16739,7 @@ void impl_ToggleAttribute_switchPointColor(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getToggleModifier()->setSwitchPointColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(ToggleAttribute_switchPointColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ToggleAttribute_switchStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16747,12 +16747,12 @@ void impl_ToggleAttribute_switchStyle(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getToggleModifier()->setSwitchStyle(self, (const Ark_SwitchStyle*)&value_value); } KOALA_INTEROP_V3(ToggleAttribute_switchStyle, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Video_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getVideoModifier()->construct(id, flags); } KOALA_INTEROP_2(Video_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_VideoInterface_setVideoOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16760,37 +16760,37 @@ void impl_VideoInterface_setVideoOptions(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getVideoModifier()->setVideoOptions(self, (const Ark_VideoOptions*)&value_value); } KOALA_INTEROP_V3(VideoInterface_setVideoOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_muted(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getVideoModifier()->setMuted(self, value); } KOALA_INTEROP_V2(VideoAttribute_muted, Ark_NativePointer, Ark_Boolean) - + void impl_VideoAttribute_autoPlay(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getVideoModifier()->setAutoPlay(self, value); } KOALA_INTEROP_V2(VideoAttribute_autoPlay, Ark_NativePointer, Ark_Boolean) - + void impl_VideoAttribute_controls(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getVideoModifier()->setControls(self, value); } KOALA_INTEROP_V2(VideoAttribute_controls, Ark_NativePointer, Ark_Boolean) - + void impl_VideoAttribute_loop(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getVideoModifier()->setLoop(self, value); } KOALA_INTEROP_V2(VideoAttribute_loop, Ark_NativePointer, Ark_Boolean) - + void impl_VideoAttribute_objectFit(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getVideoModifier()->setObjectFit(self, static_cast(value)); } KOALA_INTEROP_V2(VideoAttribute_objectFit, Ark_NativePointer, Ark_Int32) - + void impl_VideoAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16798,7 +16798,7 @@ void impl_VideoAttribute_onStart(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getVideoModifier()->setOnStart(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_onPause(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16806,7 +16806,7 @@ void impl_VideoAttribute_onPause(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getVideoModifier()->setOnPause(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onPause, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16814,7 +16814,7 @@ void impl_VideoAttribute_onFinish(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getVideoModifier()->setOnFinish(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onFinish, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_onFullscreenChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16822,7 +16822,7 @@ void impl_VideoAttribute_onFullscreenChange(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getVideoModifier()->setOnFullscreenChange(self, (const Callback_FullscreenInfo_Void*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onFullscreenChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_onPrepared(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16830,7 +16830,7 @@ void impl_VideoAttribute_onPrepared(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getVideoModifier()->setOnPrepared(self, (const Callback_PreparedInfo_Void*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onPrepared, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_onSeeking(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16838,7 +16838,7 @@ void impl_VideoAttribute_onSeeking(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getVideoModifier()->setOnSeeking(self, (const Callback_PlaybackInfo_Void*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onSeeking, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_onSeeked(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16846,7 +16846,7 @@ void impl_VideoAttribute_onSeeked(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getVideoModifier()->setOnSeeked(self, (const Callback_PlaybackInfo_Void*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onSeeked, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_onUpdate(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16854,7 +16854,7 @@ void impl_VideoAttribute_onUpdate(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getVideoModifier()->setOnUpdate(self, (const Callback_PlaybackInfo_Void*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onUpdate, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16862,7 +16862,7 @@ void impl_VideoAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getVideoModifier()->setOnError(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onError, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_onStop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16870,13 +16870,13 @@ void impl_VideoAttribute_onStop(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getVideoModifier()->setOnStop(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_onStop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_VideoAttribute_enableAnalyzer(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getVideoModifier()->setEnableAnalyzer(self, value); } KOALA_INTEROP_V2(VideoAttribute_enableAnalyzer, Ark_NativePointer, Ark_Boolean) - + void impl_VideoAttribute_analyzerConfig(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16884,12 +16884,12 @@ void impl_VideoAttribute_analyzerConfig(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getVideoModifier()->setAnalyzerConfig(self, (const Ark_ImageAnalyzerConfig*)&value_value); } KOALA_INTEROP_V3(VideoAttribute_analyzerConfig, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Web_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getWebModifier()->construct(id, flags); } KOALA_INTEROP_2(Web_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_WebInterface_setWebOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16897,55 +16897,55 @@ void impl_WebInterface_setWebOptions(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getWebModifier()->setWebOptions(self, (const Ark_WebOptions*)&value_value); } KOALA_INTEROP_V3(WebInterface_setWebOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_javaScriptAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setJavaScriptAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_javaScriptAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_fileAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setFileAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_fileAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_onlineImageAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setOnlineImageAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_onlineImageAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_domStorageAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setDomStorageAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_domStorageAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_imageAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setImageAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_imageAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_mixedMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setMixedMode(self, static_cast(value)); } KOALA_INTEROP_V2(WebAttribute_mixedMode, Ark_NativePointer, Ark_Int32) - + void impl_WebAttribute_zoomAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setZoomAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_zoomAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_geolocationAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setGeolocationAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_geolocationAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_javaScriptProxy(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16953,31 +16953,31 @@ void impl_WebAttribute_javaScriptProxy(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getWebModifier()->setJavaScriptProxy(self, (const Ark_JavaScriptProxy*)&value_value); } KOALA_INTEROP_V3(WebAttribute_javaScriptProxy, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_password(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setPassword(self, value); } KOALA_INTEROP_V2(WebAttribute_password, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_cacheMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setCacheMode(self, static_cast(value)); } KOALA_INTEROP_V2(WebAttribute_cacheMode, Ark_NativePointer, Ark_Int32) - + void impl_WebAttribute_darkMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setDarkMode(self, static_cast(value)); } KOALA_INTEROP_V2(WebAttribute_darkMode, Ark_NativePointer, Ark_Int32) - + void impl_WebAttribute_forceDarkAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setForceDarkAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_forceDarkAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_mediaOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -16985,67 +16985,67 @@ void impl_WebAttribute_mediaOptions(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getWebModifier()->setMediaOptions(self, (const Ark_WebMediaOptions*)&value_value); } KOALA_INTEROP_V3(WebAttribute_mediaOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_tableData(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setTableData(self, value); } KOALA_INTEROP_V2(WebAttribute_tableData, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_wideViewModeAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setWideViewModeAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_wideViewModeAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_overviewModeAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setOverviewModeAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_overviewModeAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_overScrollMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setOverScrollMode(self, static_cast(value)); } KOALA_INTEROP_V2(WebAttribute_overScrollMode, Ark_NativePointer, Ark_Int32) - + void impl_WebAttribute_textZoomAtio(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setTextZoomAtio(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(WebAttribute_textZoomAtio, Ark_NativePointer, KInteropNumber) - + void impl_WebAttribute_textZoomRatio(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setTextZoomRatio(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(WebAttribute_textZoomRatio, Ark_NativePointer, KInteropNumber) - + void impl_WebAttribute_databaseAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setDatabaseAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_databaseAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_initialScale(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setInitialScale(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(WebAttribute_initialScale, Ark_NativePointer, KInteropNumber) - + void impl_WebAttribute_userAgent(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setUserAgent(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WebAttribute_userAgent, Ark_NativePointer, KStringPtr) - + void impl_WebAttribute_metaViewport(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setMetaViewport(self, value); } KOALA_INTEROP_V2(WebAttribute_metaViewport, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_onPageEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17053,7 +17053,7 @@ void impl_WebAttribute_onPageEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getWebModifier()->setOnPageEnd(self, (const Callback_OnPageEndEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onPageEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onPageBegin(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17061,7 +17061,7 @@ void impl_WebAttribute_onPageBegin(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getWebModifier()->setOnPageBegin(self, (const Callback_OnPageBeginEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onPageBegin, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onProgressChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17069,7 +17069,7 @@ void impl_WebAttribute_onProgressChange(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getWebModifier()->setOnProgressChange(self, (const Callback_OnProgressChangeEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onProgressChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onTitleReceive(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17077,7 +17077,7 @@ void impl_WebAttribute_onTitleReceive(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getWebModifier()->setOnTitleReceive(self, (const Callback_OnTitleReceiveEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onTitleReceive, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onGeolocationHide(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17085,7 +17085,7 @@ void impl_WebAttribute_onGeolocationHide(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnGeolocationHide(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onGeolocationHide, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onGeolocationShow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17093,7 +17093,7 @@ void impl_WebAttribute_onGeolocationShow(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnGeolocationShow(self, (const Callback_OnGeolocationShowEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onGeolocationShow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onRequestSelected(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17101,7 +17101,7 @@ void impl_WebAttribute_onRequestSelected(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnRequestSelected(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onRequestSelected, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onAlert(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17109,7 +17109,7 @@ void impl_WebAttribute_onAlert(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetNodeModifiers()->getWebModifier()->setOnAlert(self, (const Callback_OnAlertEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onAlert, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onBeforeUnload(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17117,7 +17117,7 @@ void impl_WebAttribute_onBeforeUnload(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getWebModifier()->setOnBeforeUnload(self, (const Callback_OnBeforeUnloadEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onBeforeUnload, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onConfirm(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17125,7 +17125,7 @@ void impl_WebAttribute_onConfirm(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getWebModifier()->setOnConfirm(self, (const Callback_OnConfirmEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onConfirm, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onPrompt(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17133,7 +17133,7 @@ void impl_WebAttribute_onPrompt(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getWebModifier()->setOnPrompt(self, (const Callback_OnPromptEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onPrompt, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onConsole(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17141,7 +17141,7 @@ void impl_WebAttribute_onConsole(Ark_NativePointer thisPtr, uint8_t* thisArray, GetNodeModifiers()->getWebModifier()->setOnConsole(self, (const Callback_OnConsoleEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onConsole, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onErrorReceive(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17149,7 +17149,7 @@ void impl_WebAttribute_onErrorReceive(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getWebModifier()->setOnErrorReceive(self, (const Callback_OnErrorReceiveEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onErrorReceive, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onHttpErrorReceive(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17157,7 +17157,7 @@ void impl_WebAttribute_onHttpErrorReceive(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getWebModifier()->setOnHttpErrorReceive(self, (const Callback_OnHttpErrorReceiveEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onHttpErrorReceive, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onDownloadStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17165,7 +17165,7 @@ void impl_WebAttribute_onDownloadStart(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getWebModifier()->setOnDownloadStart(self, (const Callback_OnDownloadStartEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onDownloadStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onRefreshAccessedHistory(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17173,7 +17173,7 @@ void impl_WebAttribute_onRefreshAccessedHistory(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getWebModifier()->setOnRefreshAccessedHistory(self, (const Callback_OnRefreshAccessedHistoryEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onRefreshAccessedHistory, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onUrlLoadIntercept(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17181,7 +17181,7 @@ void impl_WebAttribute_onUrlLoadIntercept(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getWebModifier()->setOnUrlLoadIntercept(self, (const Type_WebAttribute_onUrlLoadIntercept_callback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onUrlLoadIntercept, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onSslErrorReceive(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17189,7 +17189,7 @@ void impl_WebAttribute_onSslErrorReceive(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnSslErrorReceive(self, (const Callback_Literal_Function_handler_Object_error_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onSslErrorReceive, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onRenderExited0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17197,7 +17197,7 @@ void impl_WebAttribute_onRenderExited0(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getWebModifier()->setOnRenderExited0(self, (const Callback_OnRenderExitedEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onRenderExited0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onRenderExited1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17205,7 +17205,7 @@ void impl_WebAttribute_onRenderExited1(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getWebModifier()->setOnRenderExited1(self, (const Callback_Literal_Object_detail_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onRenderExited1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onShowFileSelector(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17213,7 +17213,7 @@ void impl_WebAttribute_onShowFileSelector(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getWebModifier()->setOnShowFileSelector(self, (const Callback_OnShowFileSelectorEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onShowFileSelector, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onFileSelectorShow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17221,7 +17221,7 @@ void impl_WebAttribute_onFileSelectorShow(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getWebModifier()->setOnFileSelectorShow(self, (const Type_WebAttribute_onFileSelectorShow_callback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onFileSelectorShow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onResourceLoad(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17229,7 +17229,7 @@ void impl_WebAttribute_onResourceLoad(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getWebModifier()->setOnResourceLoad(self, (const Callback_OnResourceLoadEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onResourceLoad, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onFullScreenExit(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17237,7 +17237,7 @@ void impl_WebAttribute_onFullScreenExit(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getWebModifier()->setOnFullScreenExit(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onFullScreenExit, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onFullScreenEnter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17245,7 +17245,7 @@ void impl_WebAttribute_onFullScreenEnter(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnFullScreenEnter(self, (const OnFullScreenEnterCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onFullScreenEnter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onScaleChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17253,7 +17253,7 @@ void impl_WebAttribute_onScaleChange(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getWebModifier()->setOnScaleChange(self, (const Callback_OnScaleChangeEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onScaleChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onHttpAuthRequest(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17261,7 +17261,7 @@ void impl_WebAttribute_onHttpAuthRequest(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnHttpAuthRequest(self, (const Callback_OnHttpAuthRequestEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onHttpAuthRequest, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onInterceptRequest(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17269,7 +17269,7 @@ void impl_WebAttribute_onInterceptRequest(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getWebModifier()->setOnInterceptRequest(self, (const Callback_OnInterceptRequestEvent_WebResourceResponse*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onInterceptRequest, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onPermissionRequest(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17277,7 +17277,7 @@ void impl_WebAttribute_onPermissionRequest(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getWebModifier()->setOnPermissionRequest(self, (const Callback_OnPermissionRequestEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onPermissionRequest, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onScreenCaptureRequest(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17285,7 +17285,7 @@ void impl_WebAttribute_onScreenCaptureRequest(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getWebModifier()->setOnScreenCaptureRequest(self, (const Callback_OnScreenCaptureRequestEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onScreenCaptureRequest, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onContextMenuShow(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17293,7 +17293,7 @@ void impl_WebAttribute_onContextMenuShow(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnContextMenuShow(self, (const Callback_OnContextMenuShowEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onContextMenuShow, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onContextMenuHide(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17301,13 +17301,13 @@ void impl_WebAttribute_onContextMenuHide(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnContextMenuHide(self, (const OnContextMenuHideCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onContextMenuHide, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_mediaPlayGestureAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setMediaPlayGestureAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_mediaPlayGestureAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_onSearchResultReceive(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17315,7 +17315,7 @@ void impl_WebAttribute_onSearchResultReceive(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getWebModifier()->setOnSearchResultReceive(self, (const Callback_OnSearchResultReceiveEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onSearchResultReceive, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17323,7 +17323,7 @@ void impl_WebAttribute_onScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetNodeModifiers()->getWebModifier()->setOnScroll(self, (const Callback_OnScrollEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onSslErrorEventReceive(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17331,7 +17331,7 @@ void impl_WebAttribute_onSslErrorEventReceive(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getWebModifier()->setOnSslErrorEventReceive(self, (const Callback_OnSslErrorEventReceiveEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onSslErrorEventReceive, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onSslErrorEvent(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17339,7 +17339,7 @@ void impl_WebAttribute_onSslErrorEvent(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getWebModifier()->setOnSslErrorEvent(self, (const OnSslErrorEventCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onSslErrorEvent, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onClientAuthenticationRequest(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17347,7 +17347,7 @@ void impl_WebAttribute_onClientAuthenticationRequest(Ark_NativePointer thisPtr, GetNodeModifiers()->getWebModifier()->setOnClientAuthenticationRequest(self, (const Callback_OnClientAuthenticationEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onClientAuthenticationRequest, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onWindowNew(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17355,7 +17355,7 @@ void impl_WebAttribute_onWindowNew(Ark_NativePointer thisPtr, uint8_t* thisArray GetNodeModifiers()->getWebModifier()->setOnWindowNew(self, (const Callback_OnWindowNewEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onWindowNew, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onWindowExit(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17363,13 +17363,13 @@ void impl_WebAttribute_onWindowExit(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getWebModifier()->setOnWindowExit(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onWindowExit, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_multiWindowAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setMultiWindowAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_multiWindowAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_onInterceptKeyEvent(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17377,97 +17377,97 @@ void impl_WebAttribute_onInterceptKeyEvent(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getWebModifier()->setOnInterceptKeyEvent(self, (const Callback_KeyEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onInterceptKeyEvent, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_webStandardFont(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setWebStandardFont(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WebAttribute_webStandardFont, Ark_NativePointer, KStringPtr) - + void impl_WebAttribute_webSerifFont(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setWebSerifFont(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WebAttribute_webSerifFont, Ark_NativePointer, KStringPtr) - + void impl_WebAttribute_webSansSerifFont(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setWebSansSerifFont(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WebAttribute_webSansSerifFont, Ark_NativePointer, KStringPtr) - + void impl_WebAttribute_webFixedFont(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setWebFixedFont(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WebAttribute_webFixedFont, Ark_NativePointer, KStringPtr) - + void impl_WebAttribute_webFantasyFont(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setWebFantasyFont(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WebAttribute_webFantasyFont, Ark_NativePointer, KStringPtr) - + void impl_WebAttribute_webCursiveFont(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setWebCursiveFont(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WebAttribute_webCursiveFont, Ark_NativePointer, KStringPtr) - + void impl_WebAttribute_defaultFixedFontSize(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setDefaultFixedFontSize(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(WebAttribute_defaultFixedFontSize, Ark_NativePointer, KInteropNumber) - + void impl_WebAttribute_defaultFontSize(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setDefaultFontSize(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(WebAttribute_defaultFontSize, Ark_NativePointer, KInteropNumber) - + void impl_WebAttribute_minFontSize(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setMinFontSize(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(WebAttribute_minFontSize, Ark_NativePointer, KInteropNumber) - + void impl_WebAttribute_minLogicalFontSize(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setMinLogicalFontSize(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(WebAttribute_minLogicalFontSize, Ark_NativePointer, KInteropNumber) - + void impl_WebAttribute_defaultTextEncodingFormat(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setDefaultTextEncodingFormat(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WebAttribute_defaultTextEncodingFormat, Ark_NativePointer, KStringPtr) - + void impl_WebAttribute_forceDisplayScrollBar(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setForceDisplayScrollBar(self, value); } KOALA_INTEROP_V2(WebAttribute_forceDisplayScrollBar, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_blockNetwork(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setBlockNetwork(self, value); } KOALA_INTEROP_V2(WebAttribute_blockNetwork, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_horizontalScrollBarAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setHorizontalScrollBarAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_horizontalScrollBarAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_verticalScrollBarAccess(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setVerticalScrollBarAccess(self, value); } KOALA_INTEROP_V2(WebAttribute_verticalScrollBarAccess, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_onTouchIconUrlReceived(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17475,7 +17475,7 @@ void impl_WebAttribute_onTouchIconUrlReceived(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getWebModifier()->setOnTouchIconUrlReceived(self, (const Callback_OnTouchIconUrlReceivedEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onTouchIconUrlReceived, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onFaviconReceived(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17483,7 +17483,7 @@ void impl_WebAttribute_onFaviconReceived(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnFaviconReceived(self, (const Callback_OnFaviconReceivedEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onFaviconReceived, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onPageVisible(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17491,7 +17491,7 @@ void impl_WebAttribute_onPageVisible(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getWebModifier()->setOnPageVisible(self, (const Callback_OnPageVisibleEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onPageVisible, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onDataResubmitted(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17499,19 +17499,19 @@ void impl_WebAttribute_onDataResubmitted(Ark_NativePointer thisPtr, uint8_t* thi GetNodeModifiers()->getWebModifier()->setOnDataResubmitted(self, (const Callback_OnDataResubmittedEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onDataResubmitted, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_pinchSmooth(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setPinchSmooth(self, value); } KOALA_INTEROP_V2(WebAttribute_pinchSmooth, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_allowWindowOpenMethod(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setAllowWindowOpenMethod(self, value); } KOALA_INTEROP_V2(WebAttribute_allowWindowOpenMethod, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_onAudioStateChanged(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17519,7 +17519,7 @@ void impl_WebAttribute_onAudioStateChanged(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getWebModifier()->setOnAudioStateChanged(self, (const Callback_OnAudioStateChangedEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onAudioStateChanged, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onFirstContentfulPaint(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17527,7 +17527,7 @@ void impl_WebAttribute_onFirstContentfulPaint(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getWebModifier()->setOnFirstContentfulPaint(self, (const Callback_OnFirstContentfulPaintEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onFirstContentfulPaint, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onFirstMeaningfulPaint(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17535,7 +17535,7 @@ void impl_WebAttribute_onFirstMeaningfulPaint(Ark_NativePointer thisPtr, uint8_t GetNodeModifiers()->getWebModifier()->setOnFirstMeaningfulPaint(self, (const OnFirstMeaningfulPaintCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onFirstMeaningfulPaint, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onLargestContentfulPaint(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17543,7 +17543,7 @@ void impl_WebAttribute_onLargestContentfulPaint(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getWebModifier()->setOnLargestContentfulPaint(self, (const OnLargestContentfulPaintCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onLargestContentfulPaint, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onLoadIntercept(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17551,7 +17551,7 @@ void impl_WebAttribute_onLoadIntercept(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getWebModifier()->setOnLoadIntercept(self, (const Callback_OnLoadInterceptEvent_Boolean*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onLoadIntercept, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onControllerAttached(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17559,7 +17559,7 @@ void impl_WebAttribute_onControllerAttached(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getWebModifier()->setOnControllerAttached(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onControllerAttached, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onOverScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17567,7 +17567,7 @@ void impl_WebAttribute_onOverScroll(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getWebModifier()->setOnOverScroll(self, (const Callback_OnOverScrollEvent_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onOverScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onSafeBrowsingCheckResult(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17575,7 +17575,7 @@ void impl_WebAttribute_onSafeBrowsingCheckResult(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getWebModifier()->setOnSafeBrowsingCheckResult(self, (const OnSafeBrowsingCheckResultCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onSafeBrowsingCheckResult, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onNavigationEntryCommitted(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17583,7 +17583,7 @@ void impl_WebAttribute_onNavigationEntryCommitted(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getWebModifier()->setOnNavigationEntryCommitted(self, (const OnNavigationEntryCommittedCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onNavigationEntryCommitted, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onIntelligentTrackingPreventionResult(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17591,7 +17591,7 @@ void impl_WebAttribute_onIntelligentTrackingPreventionResult(Ark_NativePointer t GetNodeModifiers()->getWebModifier()->setOnIntelligentTrackingPreventionResult(self, (const OnIntelligentTrackingPreventionCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onIntelligentTrackingPreventionResult, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_javaScriptOnDocumentStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17606,7 +17606,7 @@ void impl_WebAttribute_javaScriptOnDocumentStart(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getWebModifier()->setJavaScriptOnDocumentStart(self, (const Array_ScriptItem*)&value_value); } KOALA_INTEROP_V3(WebAttribute_javaScriptOnDocumentStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_javaScriptOnDocumentEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17621,13 +17621,13 @@ void impl_WebAttribute_javaScriptOnDocumentEnd(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getWebModifier()->setJavaScriptOnDocumentEnd(self, (const Array_ScriptItem*)&value_value); } KOALA_INTEROP_V3(WebAttribute_javaScriptOnDocumentEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_layoutMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setLayoutMode(self, static_cast(value)); } KOALA_INTEROP_V2(WebAttribute_layoutMode, Ark_NativePointer, Ark_Int32) - + void impl_WebAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17649,13 +17649,13 @@ void impl_WebAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getWebModifier()->setNestedScroll(self, (const Ark_Union_NestedScrollOptions_NestedScrollOptionsExt*)&value_value); } KOALA_INTEROP_V3(WebAttribute_nestedScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_enableNativeEmbedMode(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setEnableNativeEmbedMode(self, value); } KOALA_INTEROP_V2(WebAttribute_enableNativeEmbedMode, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_onNativeEmbedLifecycleChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17663,7 +17663,7 @@ void impl_WebAttribute_onNativeEmbedLifecycleChange(Ark_NativePointer thisPtr, u GetNodeModifiers()->getWebModifier()->setOnNativeEmbedLifecycleChange(self, (const Callback_NativeEmbedDataInfo_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onNativeEmbedLifecycleChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onNativeEmbedVisibilityChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17671,7 +17671,7 @@ void impl_WebAttribute_onNativeEmbedVisibilityChange(Ark_NativePointer thisPtr, GetNodeModifiers()->getWebModifier()->setOnNativeEmbedVisibilityChange(self, (const OnNativeEmbedVisibilityChangeCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onNativeEmbedVisibilityChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onNativeEmbedGestureEvent(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17679,13 +17679,13 @@ void impl_WebAttribute_onNativeEmbedGestureEvent(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getWebModifier()->setOnNativeEmbedGestureEvent(self, (const Callback_NativeEmbedTouchInfo_Void*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onNativeEmbedGestureEvent, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_copyOptions(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setCopyOptions(self, static_cast(value)); } KOALA_INTEROP_V2(WebAttribute_copyOptions, Ark_NativePointer, Ark_Int32) - + void impl_WebAttribute_onOverrideUrlLoading(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17693,13 +17693,13 @@ void impl_WebAttribute_onOverrideUrlLoading(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getWebModifier()->setOnOverrideUrlLoading(self, (const OnOverrideUrlLoadingCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onOverrideUrlLoading, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_textAutosizing(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setTextAutosizing(self, value); } KOALA_INTEROP_V2(WebAttribute_textAutosizing, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_enableNativeMediaPlayer(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17707,13 +17707,13 @@ void impl_WebAttribute_enableNativeMediaPlayer(Ark_NativePointer thisPtr, uint8_ GetNodeModifiers()->getWebModifier()->setEnableNativeMediaPlayer(self, (const Ark_NativeMediaPlayerConfig*)&value_value); } KOALA_INTEROP_V3(WebAttribute_enableNativeMediaPlayer, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_enableSmoothDragResize(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setEnableSmoothDragResize(self, value); } KOALA_INTEROP_V2(WebAttribute_enableSmoothDragResize, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_onRenderProcessNotResponding(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17721,7 +17721,7 @@ void impl_WebAttribute_onRenderProcessNotResponding(Ark_NativePointer thisPtr, u GetNodeModifiers()->getWebModifier()->setOnRenderProcessNotResponding(self, (const OnRenderProcessNotRespondingCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onRenderProcessNotResponding, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onRenderProcessResponding(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17729,7 +17729,7 @@ void impl_WebAttribute_onRenderProcessResponding(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getWebModifier()->setOnRenderProcessResponding(self, (const OnRenderProcessRespondingCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onRenderProcessResponding, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_selectionMenuOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17744,7 +17744,7 @@ void impl_WebAttribute_selectionMenuOptions(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getWebModifier()->setSelectionMenuOptions(self, (const Array_ExpandedMenuItemOptions*)&value_value); } KOALA_INTEROP_V3(WebAttribute_selectionMenuOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onViewportFitChanged(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17752,7 +17752,7 @@ void impl_WebAttribute_onViewportFitChanged(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getWebModifier()->setOnViewportFitChanged(self, (const OnViewportFitChangedCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onViewportFitChanged, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onInterceptKeyboardAttach(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17760,7 +17760,7 @@ void impl_WebAttribute_onInterceptKeyboardAttach(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getWebModifier()->setOnInterceptKeyboardAttach(self, (const WebKeyboardCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onInterceptKeyboardAttach, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_onAdsBlocked(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17768,13 +17768,13 @@ void impl_WebAttribute_onAdsBlocked(Ark_NativePointer thisPtr, uint8_t* thisArra GetNodeModifiers()->getWebModifier()->setOnAdsBlocked(self, (const OnAdsBlockedCallback*)&value_value); } KOALA_INTEROP_V3(WebAttribute_onAdsBlocked, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_keyboardAvoidMode(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setKeyboardAvoidMode(self, static_cast(value)); } KOALA_INTEROP_V2(WebAttribute_keyboardAvoidMode, Ark_NativePointer, Ark_Int32) - + void impl_WebAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17782,19 +17782,19 @@ void impl_WebAttribute_editMenuOptions(Ark_NativePointer thisPtr, uint8_t* thisA GetNodeModifiers()->getWebModifier()->setEditMenuOptions(self, (const Ark_EditMenuOptions*)&value_value); } KOALA_INTEROP_V3(WebAttribute_editMenuOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebAttribute_enableHapticFeedback(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setEnableHapticFeedback(self, value); } KOALA_INTEROP_V2(WebAttribute_enableHapticFeedback, Ark_NativePointer, Ark_Boolean) - + void impl_WebAttribute_registerNativeEmbedRule(Ark_NativePointer thisPtr, const KStringPtr& tag, const KStringPtr& type) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWebModifier()->setRegisterNativeEmbedRule(self, (const Ark_String*) (&tag), (const Ark_String*) (&type)); } KOALA_INTEROP_V3(WebAttribute_registerNativeEmbedRule, Ark_NativePointer, KStringPtr, KStringPtr) - + void impl_WebAttribute_bindSelectionMenu(Ark_NativePointer thisPtr, Ark_Int32 elementType, uint8_t* thisArray, int32_t thisLength, Ark_Int32 responseType) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17810,18 +17810,18 @@ void impl_WebAttribute_bindSelectionMenu(Ark_NativePointer thisPtr, Ark_Int32 el GetNodeModifiers()->getWebModifier()->setBindSelectionMenu(self, static_cast(elementType), (const CustomNodeBuilder*)&content_value, static_cast(responseType), (const Opt_SelectionMenuOptionsExt*)&options_value); } KOALA_INTEROP_V5(WebAttribute_bindSelectionMenu, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t, Ark_Int32) - + Ark_NativePointer impl_WindowScene_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getWindowSceneModifier()->construct(id, flags); } KOALA_INTEROP_2(WindowScene_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_WindowSceneInterface_setWindowSceneOptions(Ark_NativePointer thisPtr, KInteropNumber persistentId) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWindowSceneModifier()->setWindowSceneOptions(self, (const Ark_Number*) (&persistentId)); } KOALA_INTEROP_V2(WindowSceneInterface_setWindowSceneOptions, Ark_NativePointer, KInteropNumber) - + void impl_WindowSceneAttribute_attractionEffect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, KInteropNumber fraction) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17829,12 +17829,12 @@ void impl_WindowSceneAttribute_attractionEffect(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getWindowSceneModifier()->setAttractionEffect(self, (const Ark_Position*)&destination_value, (const Ark_Number*) (&fraction)); } KOALA_INTEROP_V4(WindowSceneAttribute_attractionEffect, Ark_NativePointer, uint8_t*, int32_t, KInteropNumber) - + Ark_NativePointer impl_XComponent_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getXComponentModifier()->construct(id, flags); } KOALA_INTEROP_2(XComponent_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_XComponentInterface_setXComponentOptions0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17861,7 +17861,7 @@ void impl_XComponentInterface_setXComponentOptions0(Ark_NativePointer thisPtr, u GetNodeModifiers()->getXComponentModifier()->setXComponentOptions0(self, (const Ark_Type_XComponentInterface_value*)&value_value); } KOALA_INTEROP_V3(XComponentInterface_setXComponentOptions0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_XComponentInterface_setXComponentOptions1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17888,7 +17888,7 @@ void impl_XComponentInterface_setXComponentOptions1(Ark_NativePointer thisPtr, u GetNodeModifiers()->getXComponentModifier()->setXComponentOptions1(self, (const Ark_Type_XComponentInterface_value*)&value_value); } KOALA_INTEROP_V3(XComponentInterface_setXComponentOptions1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_XComponentInterface_setXComponentOptions2(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17896,7 +17896,7 @@ void impl_XComponentInterface_setXComponentOptions2(Ark_NativePointer thisPtr, u GetNodeModifiers()->getXComponentModifier()->setXComponentOptions2(self, (const Ark_XComponentOptions*)&options_value); } KOALA_INTEROP_V3(XComponentInterface_setXComponentOptions2, Ark_NativePointer, uint8_t*, int32_t) - + void impl_XComponentAttribute_onLoad(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17904,7 +17904,7 @@ void impl_XComponentAttribute_onLoad(Ark_NativePointer thisPtr, uint8_t* thisArr GetNodeModifiers()->getXComponentModifier()->setOnLoad(self, (const OnNativeLoadCallback*)&value_value); } KOALA_INTEROP_V3(XComponentAttribute_onLoad, Ark_NativePointer, uint8_t*, int32_t) - + void impl_XComponentAttribute_onDestroy(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17912,24 +17912,24 @@ void impl_XComponentAttribute_onDestroy(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getXComponentModifier()->setOnDestroy(self, (const VoidCallback*)&value_value); } KOALA_INTEROP_V3(XComponentAttribute_onDestroy, Ark_NativePointer, uint8_t*, int32_t) - + void impl_XComponentAttribute_enableAnalyzer(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getXComponentModifier()->setEnableAnalyzer(self, value); } KOALA_INTEROP_V2(XComponentAttribute_enableAnalyzer, Ark_NativePointer, Ark_Boolean) - + void impl_XComponentAttribute_enableSecure(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getXComponentModifier()->setEnableSecure(self, value); } KOALA_INTEROP_V2(XComponentAttribute_enableSecure, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_SideBarContainer_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getSideBarContainerModifier()->construct(id, flags); } KOALA_INTEROP_2(SideBarContainer_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_SideBarContainerInterface_setSideBarContainerOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17944,13 +17944,13 @@ void impl_SideBarContainerInterface_setSideBarContainerOptions(Ark_NativePointer GetNodeModifiers()->getSideBarContainerModifier()->setSideBarContainerOptions(self, (const Opt_SideBarContainerType*)&type_value); } KOALA_INTEROP_V3(SideBarContainerInterface_setSideBarContainerOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SideBarContainerAttribute_showSideBar(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setShowSideBar(self, value); } KOALA_INTEROP_V2(SideBarContainerAttribute_showSideBar, Ark_NativePointer, Ark_Boolean) - + void impl_SideBarContainerAttribute_controlButton(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17958,13 +17958,13 @@ void impl_SideBarContainerAttribute_controlButton(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getSideBarContainerModifier()->setControlButton(self, (const Ark_ButtonStyle*)&value_value); } KOALA_INTEROP_V3(SideBarContainerAttribute_controlButton, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SideBarContainerAttribute_showControlButton(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setShowControlButton(self, value); } KOALA_INTEROP_V2(SideBarContainerAttribute_showControlButton, Ark_NativePointer, Ark_Boolean) - + void impl_SideBarContainerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -17972,55 +17972,55 @@ void impl_SideBarContainerAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSideBarContainerModifier()->setOnChange(self, (const Callback_Boolean_Void*)&value_value); } KOALA_INTEROP_V3(SideBarContainerAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SideBarContainerAttribute_sideBarWidth0(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setSideBarWidth0(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SideBarContainerAttribute_sideBarWidth0, Ark_NativePointer, KInteropNumber) - + void impl_SideBarContainerAttribute_sideBarWidth1(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setSideBarWidth1(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SideBarContainerAttribute_sideBarWidth1, Ark_NativePointer, KLength) - + void impl_SideBarContainerAttribute_minSideBarWidth0(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setMinSideBarWidth0(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SideBarContainerAttribute_minSideBarWidth0, Ark_NativePointer, KInteropNumber) - + void impl_SideBarContainerAttribute_minSideBarWidth1(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setMinSideBarWidth1(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SideBarContainerAttribute_minSideBarWidth1, Ark_NativePointer, KLength) - + void impl_SideBarContainerAttribute_maxSideBarWidth0(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setMaxSideBarWidth0(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SideBarContainerAttribute_maxSideBarWidth0, Ark_NativePointer, KInteropNumber) - + void impl_SideBarContainerAttribute_maxSideBarWidth1(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setMaxSideBarWidth1(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SideBarContainerAttribute_maxSideBarWidth1, Ark_NativePointer, KLength) - + void impl_SideBarContainerAttribute_autoHide(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setAutoHide(self, value); } KOALA_INTEROP_V2(SideBarContainerAttribute_autoHide, Ark_NativePointer, Ark_Boolean) - + void impl_SideBarContainerAttribute_sideBarPosition(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setSideBarPosition(self, static_cast(value)); } KOALA_INTEROP_V2(SideBarContainerAttribute_sideBarPosition, Ark_NativePointer, Ark_Int32) - + void impl_SideBarContainerAttribute_divider(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18035,18 +18035,18 @@ void impl_SideBarContainerAttribute_divider(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getSideBarContainerModifier()->setDivider(self, (const Opt_DividerStyle*)&value_value); } KOALA_INTEROP_V3(SideBarContainerAttribute_divider, Ark_NativePointer, uint8_t*, int32_t) - + void impl_SideBarContainerAttribute_minContentWidth(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getSideBarContainerModifier()->setMinContentWidth(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(SideBarContainerAttribute_minContentWidth, Ark_NativePointer, KLength) - + Ark_NativePointer impl_RemoteWindow_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getRemoteWindowModifier()->construct(id, flags); } KOALA_INTEROP_2(RemoteWindow_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_RemoteWindowInterface_setRemoteWindowOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18054,12 +18054,12 @@ void impl_RemoteWindowInterface_setRemoteWindowOptions(Ark_NativePointer thisPtr GetNodeModifiers()->getRemoteWindowModifier()->setRemoteWindowOptions(self, (const Ark_WindowAnimationTarget*)&target_value); } KOALA_INTEROP_V3(RemoteWindowInterface_setRemoteWindowOptions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_WaterFlow_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getWaterFlowModifier()->construct(id, flags); } KOALA_INTEROP_2(WaterFlow_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_WaterFlowInterface_setWaterFlowOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18074,13 +18074,13 @@ void impl_WaterFlowInterface_setWaterFlowOptions(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getWaterFlowModifier()->setWaterFlowOptions(self, (const Opt_WaterFlowOptions*)&options_value); } KOALA_INTEROP_V3(WaterFlowInterface_setWaterFlowOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WaterFlowAttribute_columnsTemplate(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWaterFlowModifier()->setColumnsTemplate(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WaterFlowAttribute_columnsTemplate, Ark_NativePointer, KStringPtr) - + void impl_WaterFlowAttribute_itemConstraintSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18088,31 +18088,31 @@ void impl_WaterFlowAttribute_itemConstraintSize(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getWaterFlowModifier()->setItemConstraintSize(self, (const Ark_ConstraintSizeOptions*)&value_value); } KOALA_INTEROP_V3(WaterFlowAttribute_itemConstraintSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WaterFlowAttribute_rowsTemplate(Ark_NativePointer thisPtr, const KStringPtr& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWaterFlowModifier()->setRowsTemplate(self, (const Ark_String*) (&value)); } KOALA_INTEROP_V2(WaterFlowAttribute_rowsTemplate, Ark_NativePointer, KStringPtr) - + void impl_WaterFlowAttribute_columnsGap(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWaterFlowModifier()->setColumnsGap(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(WaterFlowAttribute_columnsGap, Ark_NativePointer, KLength) - + void impl_WaterFlowAttribute_rowsGap(Ark_NativePointer thisPtr, const KLength& value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWaterFlowModifier()->setRowsGap(self, (const Ark_Length*)&value); } KOALA_INTEROP_V2(WaterFlowAttribute_rowsGap, Ark_NativePointer, KLength) - + void impl_WaterFlowAttribute_layoutDirection(Ark_NativePointer thisPtr, Ark_Int32 value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWaterFlowModifier()->setLayoutDirection(self, static_cast(value)); } KOALA_INTEROP_V2(WaterFlowAttribute_layoutDirection, Ark_NativePointer, Ark_Int32) - + void impl_WaterFlowAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18120,13 +18120,13 @@ void impl_WaterFlowAttribute_nestedScroll(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getWaterFlowModifier()->setNestedScroll(self, (const Ark_NestedScrollOptions*)&value_value); } KOALA_INTEROP_V3(WaterFlowAttribute_nestedScroll, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WaterFlowAttribute_enableScrollInteraction(Ark_NativePointer thisPtr, Ark_Boolean value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWaterFlowModifier()->setEnableScrollInteraction(self, value); } KOALA_INTEROP_V2(WaterFlowAttribute_enableScrollInteraction, Ark_NativePointer, Ark_Boolean) - + void impl_WaterFlowAttribute_friction(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18148,19 +18148,19 @@ void impl_WaterFlowAttribute_friction(Ark_NativePointer thisPtr, uint8_t* thisAr GetNodeModifiers()->getWaterFlowModifier()->setFriction(self, (const Ark_Union_Number_Resource*)&value_value); } KOALA_INTEROP_V3(WaterFlowAttribute_friction, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WaterFlowAttribute_cachedCount0(Ark_NativePointer thisPtr, KInteropNumber value) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWaterFlowModifier()->setCachedCount0(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(WaterFlowAttribute_cachedCount0, Ark_NativePointer, KInteropNumber) - + void impl_WaterFlowAttribute_cachedCount1(Ark_NativePointer thisPtr, KInteropNumber count, Ark_Boolean show) { Ark_NodeHandle self = reinterpret_cast(thisPtr); GetNodeModifiers()->getWaterFlowModifier()->setCachedCount1(self, (const Ark_Number*) (&count), show); } KOALA_INTEROP_V3(WaterFlowAttribute_cachedCount1, Ark_NativePointer, KInteropNumber, Ark_Boolean) - + void impl_WaterFlowAttribute_onReachStart(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18168,7 +18168,7 @@ void impl_WaterFlowAttribute_onReachStart(Ark_NativePointer thisPtr, uint8_t* th GetNodeModifiers()->getWaterFlowModifier()->setOnReachStart(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(WaterFlowAttribute_onReachStart, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WaterFlowAttribute_onReachEnd(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18176,7 +18176,7 @@ void impl_WaterFlowAttribute_onReachEnd(Ark_NativePointer thisPtr, uint8_t* this GetNodeModifiers()->getWaterFlowModifier()->setOnReachEnd(self, (const Callback_Void*)&value_value); } KOALA_INTEROP_V3(WaterFlowAttribute_onReachEnd, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WaterFlowAttribute_onScrollFrameBegin(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18184,7 +18184,7 @@ void impl_WaterFlowAttribute_onScrollFrameBegin(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getWaterFlowModifier()->setOnScrollFrameBegin(self, (const Callback_Number_ScrollState_Literal_Number_offsetRemain*)&value_value); } KOALA_INTEROP_V3(WaterFlowAttribute_onScrollFrameBegin, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WaterFlowAttribute_onScrollIndex(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18192,12 +18192,12 @@ void impl_WaterFlowAttribute_onScrollIndex(Ark_NativePointer thisPtr, uint8_t* t GetNodeModifiers()->getWaterFlowModifier()->setOnScrollIndex(self, (const Callback_Number_Number_Void*)&value_value); } KOALA_INTEROP_V3(WaterFlowAttribute_onScrollIndex, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_UIExtensionComponent_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getUIExtensionComponentModifier()->construct(id, flags); } KOALA_INTEROP_2(UIExtensionComponent_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_UIExtensionComponentInterface_setUIExtensionComponentOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18213,7 +18213,7 @@ void impl_UIExtensionComponentInterface_setUIExtensionComponentOptions(Ark_Nativ GetNodeModifiers()->getUIExtensionComponentModifier()->setUIExtensionComponentOptions(self, (const Ark_Want*)&want_value, (const Opt_UIExtensionOptions*)&options_value); } KOALA_INTEROP_V3(UIExtensionComponentInterface_setUIExtensionComponentOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionComponentAttribute_onRemoteReady(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18221,7 +18221,7 @@ void impl_UIExtensionComponentAttribute_onRemoteReady(Ark_NativePointer thisPtr, GetNodeModifiers()->getUIExtensionComponentModifier()->setOnRemoteReady(self, (const Callback_UIExtensionProxy_Void*)&value_value); } KOALA_INTEROP_V3(UIExtensionComponentAttribute_onRemoteReady, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionComponentAttribute_onReceive(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18229,7 +18229,7 @@ void impl_UIExtensionComponentAttribute_onReceive(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getUIExtensionComponentModifier()->setOnReceive(self, (const Ark_ReceiveCallback*)&value_value); } KOALA_INTEROP_V3(UIExtensionComponentAttribute_onReceive, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionComponentAttribute_onResult(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18237,7 +18237,7 @@ void impl_UIExtensionComponentAttribute_onResult(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getUIExtensionComponentModifier()->setOnResult(self, (const Callback_Literal_Number_code_Want_want_Void*)&value_value); } KOALA_INTEROP_V3(UIExtensionComponentAttribute_onResult, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionComponentAttribute_onRelease(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18245,7 +18245,7 @@ void impl_UIExtensionComponentAttribute_onRelease(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getUIExtensionComponentModifier()->setOnRelease(self, (const Callback_Number_Void*)&value_value); } KOALA_INTEROP_V3(UIExtensionComponentAttribute_onRelease, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionComponentAttribute_onError(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18253,7 +18253,7 @@ void impl_UIExtensionComponentAttribute_onError(Ark_NativePointer thisPtr, uint8 GetNodeModifiers()->getUIExtensionComponentModifier()->setOnError(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(UIExtensionComponentAttribute_onError, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionComponentAttribute_onTerminated(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18261,12 +18261,12 @@ void impl_UIExtensionComponentAttribute_onTerminated(Ark_NativePointer thisPtr, GetNodeModifiers()->getUIExtensionComponentModifier()->setOnTerminated(self, (const Callback_TerminationInfo_Void*)&value_value); } KOALA_INTEROP_V3(UIExtensionComponentAttribute_onTerminated, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_LinearIndicator_construct(Ark_Int32 id, Ark_Int32 flags) { return GetNodeModifiers()->getLinearIndicatorModifier()->construct(id, flags); } KOALA_INTEROP_2(LinearIndicator_construct, Ark_NativePointer, Ark_Int32, Ark_Int32) - + void impl_LinearIndicatorInterface_setLinearIndicatorOptions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18289,7 +18289,7 @@ void impl_LinearIndicatorInterface_setLinearIndicatorOptions(Ark_NativePointer t GetNodeModifiers()->getLinearIndicatorModifier()->setLinearIndicatorOptions(self, (const Opt_Number*)&count_value, (const Opt_LinearIndicatorController*)&controller_value); } KOALA_INTEROP_V3(LinearIndicatorInterface_setLinearIndicatorOptions, Ark_NativePointer, uint8_t*, int32_t) - + void impl_LinearIndicatorAttribute_indicatorStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18304,7 +18304,7 @@ void impl_LinearIndicatorAttribute_indicatorStyle(Ark_NativePointer thisPtr, uin GetNodeModifiers()->getLinearIndicatorModifier()->setIndicatorStyle(self, (const Opt_LinearIndicatorStyle*)&value_value); } KOALA_INTEROP_V3(LinearIndicatorAttribute_indicatorStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_LinearIndicatorAttribute_indicatorLoop(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18319,7 +18319,7 @@ void impl_LinearIndicatorAttribute_indicatorLoop(Ark_NativePointer thisPtr, uint GetNodeModifiers()->getLinearIndicatorModifier()->setIndicatorLoop(self, (const Opt_Boolean*)&value_value); } KOALA_INTEROP_V3(LinearIndicatorAttribute_indicatorLoop, Ark_NativePointer, uint8_t*, int32_t) - + void impl_LinearIndicatorAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Ark_NodeHandle self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18334,7 +18334,7 @@ void impl_LinearIndicatorAttribute_onChange(Ark_NativePointer thisPtr, uint8_t* GetNodeModifiers()->getLinearIndicatorModifier()->setOnChange(self, (const Opt_OnLinearIndicatorChangeCallback*)&value_value); } KOALA_INTEROP_V3(LinearIndicatorAttribute_onChange, Ark_NativePointer, uint8_t*, int32_t) - + // Accessors @@ -18342,92 +18342,92 @@ Ark_NativePointer impl_UnifiedData_ctor() { return GetAccessors()->getUnifiedDataAccessor()->ctor(); } KOALA_INTEROP_0(UnifiedData_ctor, Ark_NativePointer) - + Ark_NativePointer impl_UnifiedData_getFinalizer() { return GetAccessors()->getUnifiedDataAccessor()->getFinalizer(); } KOALA_INTEROP_0(UnifiedData_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_UnifiedData_hasType(Ark_NativePointer thisPtr, const KStringPtr& UnifiedData_type) { UnifiedDataPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getUnifiedDataAccessor()->hasType(self, (const Ark_String*) (&UnifiedData_type)); } KOALA_INTEROP_2(UnifiedData_hasType, Ark_Boolean, Ark_NativePointer, KStringPtr) - + void impl_UnifiedData_getTypes(Ark_NativePointer thisPtr) { UnifiedDataPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getUnifiedDataAccessor()->getTypes(self); } KOALA_INTEROP_V1(UnifiedData_getTypes, Ark_NativePointer) - + Ark_NativePointer impl_LazyForEachOps_ctor() { return GetAccessors()->getLazyForEachOpsAccessor()->ctor(); } KOALA_INTEROP_0(LazyForEachOps_ctor, Ark_NativePointer) - + Ark_NativePointer impl_LazyForEachOps_getFinalizer() { return GetAccessors()->getLazyForEachOpsAccessor()->getFinalizer(); } KOALA_INTEROP_0(LazyForEachOps_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_LazyForEachOps_NeedMoreElements(Ark_NativePointer node, Ark_NativePointer mark, Ark_Int32 direction) { return GetAccessors()->getLazyForEachOpsAccessor()->NeedMoreElements(node, mark, direction); } KOALA_INTEROP_3(LazyForEachOps_NeedMoreElements, Ark_NativePointer, Ark_NativePointer, Ark_NativePointer, Ark_Int32) - + void impl_LazyForEachOps_OnRangeUpdate(Ark_NativePointer node, Ark_Int32 totalCount, uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Callback_RangeUpdate updater_value = {thisDeserializer.readCallbackResource(), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCaller(Kind_Callback_RangeUpdate)))), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCallerSync(Kind_Callback_RangeUpdate))))};; GetAccessors()->getLazyForEachOpsAccessor()->OnRangeUpdate(node, totalCount, (const Callback_RangeUpdate*)&updater_value); } KOALA_INTEROP_V4(LazyForEachOps_OnRangeUpdate, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_LazyForEachOps_SetCurrentIndex(Ark_NativePointer node, Ark_Int32 index) { GetAccessors()->getLazyForEachOpsAccessor()->SetCurrentIndex(node, index); } KOALA_INTEROP_V2(LazyForEachOps_SetCurrentIndex, Ark_NativePointer, Ark_Int32) - + void impl_LazyForEachOps_Prepare(Ark_NativePointer node) { GetAccessors()->getLazyForEachOpsAccessor()->Prepare(node); } KOALA_INTEROP_V1(LazyForEachOps_Prepare, Ark_NativePointer) - + Ark_NativePointer impl_DrawingCanvas_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_PixelMap pixelmap_value = static_cast(thisDeserializer.readPixelMap());; return GetAccessors()->getDrawingCanvasAccessor()->ctor((const Ark_PixelMap*)&pixelmap_value); } KOALA_INTEROP_2(DrawingCanvas_ctor, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_DrawingCanvas_getFinalizer() { return GetAccessors()->getDrawingCanvasAccessor()->getFinalizer(); } KOALA_INTEROP_0(DrawingCanvas_getFinalizer, Ark_NativePointer) - + void impl_DrawingCanvas_drawRect(Ark_NativePointer thisPtr, KInteropNumber left, KInteropNumber top, KInteropNumber right, KInteropNumber bottom) { DrawingCanvasPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDrawingCanvasAccessor()->drawRect(self, (const Ark_Number*) (&left), (const Ark_Number*) (&top), (const Ark_Number*) (&right), (const Ark_Number*) (&bottom)); } KOALA_INTEROP_V5(DrawingCanvas_drawRect, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_FrameNode_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_UIContext uiContext_value = thisDeserializer.readUIContext();; return GetAccessors()->getFrameNodeAccessor()->ctor((const Ark_UIContext*)&uiContext_value); } KOALA_INTEROP_2(FrameNode_ctor, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_FrameNode_getFinalizer() { return GetAccessors()->getFrameNodeAccessor()->getFinalizer(); } KOALA_INTEROP_0(FrameNode_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_FrameNode_isModifiable(Ark_NativePointer thisPtr) { FrameNodePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFrameNodeAccessor()->isModifiable(self); } KOALA_INTEROP_1(FrameNode_isModifiable, Ark_Boolean, Ark_NativePointer) - + void impl_FrameNode_appendChild(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { FrameNodePeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18435,7 +18435,7 @@ void impl_FrameNode_appendChild(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetAccessors()->getFrameNodeAccessor()->appendChild(self, (const Ark_FrameNode*)&node_value); } KOALA_INTEROP_V3(FrameNode_appendChild, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FrameNode_insertChildAfter(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { FrameNodePeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18444,7 +18444,7 @@ void impl_FrameNode_insertChildAfter(Ark_NativePointer thisPtr, uint8_t* thisArr GetAccessors()->getFrameNodeAccessor()->insertChildAfter(self, (const Ark_FrameNode*)&child_value, (const Ark_FrameNode*)&sibling_value); } KOALA_INTEROP_V3(FrameNode_insertChildAfter, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FrameNode_removeChild(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { FrameNodePeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18452,65 +18452,65 @@ void impl_FrameNode_removeChild(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetAccessors()->getFrameNodeAccessor()->removeChild(self, (const Ark_FrameNode*)&node_value); } KOALA_INTEROP_V3(FrameNode_removeChild, Ark_NativePointer, uint8_t*, int32_t) - + void impl_FrameNode_clearChildren(Ark_NativePointer thisPtr) { FrameNodePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getFrameNodeAccessor()->clearChildren(self); } KOALA_INTEROP_V1(FrameNode_clearChildren, Ark_NativePointer) - + Ark_NativePointer impl_FrameNode_getChild(Ark_NativePointer thisPtr, KInteropNumber index) { FrameNodePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFrameNodeAccessor()->getChild(self, (const Ark_Number*) (&index)); } KOALA_INTEROP_2(FrameNode_getChild, Ark_NativePointer, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_FrameNode_getFirstChild(Ark_NativePointer thisPtr) { FrameNodePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFrameNodeAccessor()->getFirstChild(self); } KOALA_INTEROP_1(FrameNode_getFirstChild, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_FrameNode_getNextSibling(Ark_NativePointer thisPtr) { FrameNodePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFrameNodeAccessor()->getNextSibling(self); } KOALA_INTEROP_1(FrameNode_getNextSibling, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_FrameNode_getPreviousSibling(Ark_NativePointer thisPtr) { FrameNodePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFrameNodeAccessor()->getPreviousSibling(self); } KOALA_INTEROP_1(FrameNode_getPreviousSibling, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_FrameNode_getParent(Ark_NativePointer thisPtr) { FrameNodePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFrameNodeAccessor()->getParent(self); } KOALA_INTEROP_1(FrameNode_getParent, Ark_NativePointer, Ark_NativePointer) - + Ark_Int32 impl_FrameNode_getChildrenCount(Ark_NativePointer thisPtr) { FrameNodePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFrameNodeAccessor()->getChildrenCount(self); } KOALA_INTEROP_1(FrameNode_getChildrenCount, Ark_Int32, Ark_NativePointer) - + void impl_FrameNode_dispose(Ark_NativePointer thisPtr) { FrameNodePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getFrameNodeAccessor()->dispose(self); } KOALA_INTEROP_V1(FrameNode_dispose, Ark_NativePointer) - + Ark_NativePointer impl_PixelMap_ctor() { return GetAccessors()->getPixelMapAccessor()->ctor(); } KOALA_INTEROP_0(PixelMap_ctor, Ark_NativePointer) - + Ark_NativePointer impl_PixelMap_getFinalizer() { return GetAccessors()->getPixelMapAccessor()->getFinalizer(); } KOALA_INTEROP_0(PixelMap_getFinalizer, Ark_NativePointer) - + void impl_PixelMap_readPixelsToBufferSync(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { PixelMapPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18518,7 +18518,7 @@ void impl_PixelMap_readPixelsToBufferSync(Ark_NativePointer thisPtr, uint8_t* th GetAccessors()->getPixelMapAccessor()->readPixelsToBufferSync(self, (const Ark_Buffer*)&dst_value); } KOALA_INTEROP_V3(PixelMap_readPixelsToBufferSync, Ark_NativePointer, uint8_t*, int32_t) - + void impl_PixelMap_writeBufferToPixels(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { PixelMapPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18526,98 +18526,98 @@ void impl_PixelMap_writeBufferToPixels(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getPixelMapAccessor()->writeBufferToPixels(self, (const Ark_Buffer*)&src_value); } KOALA_INTEROP_V3(PixelMap_writeBufferToPixels, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_PixelMap_getIsEditable(Ark_NativePointer thisPtr) { PixelMapPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPixelMapAccessor()->getIsEditable(self); } KOALA_INTEROP_1(PixelMap_getIsEditable, Ark_Int32, Ark_NativePointer) - + void impl_PixelMap_setIsEditable(Ark_NativePointer thisPtr, Ark_Int32 isEditable) { PixelMapPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPixelMapAccessor()->setIsEditable(self, isEditable); } KOALA_INTEROP_V2(PixelMap_setIsEditable, Ark_NativePointer, Ark_Int32) - + Ark_Int32 impl_PixelMap_getIsStrideAlignment(Ark_NativePointer thisPtr) { PixelMapPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPixelMapAccessor()->getIsStrideAlignment(self); } KOALA_INTEROP_1(PixelMap_getIsStrideAlignment, Ark_Int32, Ark_NativePointer) - + void impl_PixelMap_setIsStrideAlignment(Ark_NativePointer thisPtr, Ark_Int32 isStrideAlignment) { PixelMapPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPixelMapAccessor()->setIsStrideAlignment(self, isStrideAlignment); } KOALA_INTEROP_V2(PixelMap_setIsStrideAlignment, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_NavExtender_ctor() { - return GetAccessors()->getNavExtenderAccessor()->ctor(); + return nullptr; // GetAccessors()->getNavExtenderAccessor()->ctor(); } KOALA_INTEROP_0(NavExtender_ctor, Ark_NativePointer) - + Ark_NativePointer impl_NavExtender_getFinalizer() { - return GetAccessors()->getNavExtenderAccessor()->getFinalizer(); + return nullptr; // GetAccessors()->getNavExtenderAccessor()->getFinalizer(); } KOALA_INTEROP_0(NavExtender_getFinalizer, Ark_NativePointer) - + void impl_NavExtender_setUpdateStackCallback(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_NavPathStack peer_value = static_cast(thisDeserializer.readNavPathStack());; Callback_String_Void callback_value = {thisDeserializer.readCallbackResource(), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCaller(Kind_Callback_String_Void)))), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCallerSync(Kind_Callback_String_Void))))};; - GetAccessors()->getNavExtenderAccessor()->setUpdateStackCallback((const Ark_NavPathStack*)&peer_value, (const Callback_String_Void*)&callback_value); + //GetAccessors()->getNavExtenderAccessor()->setUpdateStackCallback((const Ark_NavPathStack*)&peer_value, (const Callback_String_Void*)&callback_value); } KOALA_INTEROP_V2(NavExtender_setUpdateStackCallback, uint8_t*, int32_t) - + Ark_NativePointer impl_EventEmulator_ctor() { return GetAccessors()->getEventEmulatorAccessor()->ctor(); } KOALA_INTEROP_0(EventEmulator_ctor, Ark_NativePointer) - + Ark_NativePointer impl_EventEmulator_getFinalizer() { return GetAccessors()->getEventEmulatorAccessor()->getFinalizer(); } KOALA_INTEROP_0(EventEmulator_getFinalizer, Ark_NativePointer) - + void impl_EventEmulator_emitClickEvent(Ark_NativePointer node, uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_ClickEvent event_value = static_cast(thisDeserializer.readClickEvent());; GetAccessors()->getEventEmulatorAccessor()->emitClickEvent(node, (const Ark_ClickEvent*)&event_value); } KOALA_INTEROP_V3(EventEmulator_emitClickEvent, Ark_NativePointer, uint8_t*, int32_t) - + void impl_EventEmulator_emitTextInputEvent(Ark_NativePointer node, const KStringPtr& text) { GetAccessors()->getEventEmulatorAccessor()->emitTextInputEvent(node, (const Ark_String*) (&text)); } KOALA_INTEROP_V2(EventEmulator_emitTextInputEvent, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_ActionSheet_ctor() { return GetAccessors()->getActionSheetAccessor()->ctor(); } KOALA_INTEROP_0(ActionSheet_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ActionSheet_getFinalizer() { return GetAccessors()->getActionSheetAccessor()->getFinalizer(); } KOALA_INTEROP_0(ActionSheet_getFinalizer, Ark_NativePointer) - + void impl_ActionSheet_show(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_ActionSheetOptions value_value = thisDeserializer.readActionSheetOptions();; GetAccessors()->getActionSheetAccessor()->show((const Ark_ActionSheetOptions*)&value_value); } KOALA_INTEROP_V2(ActionSheet_show, uint8_t*, int32_t) - + Ark_NativePointer impl_AlertDialog_ctor() { return GetAccessors()->getAlertDialogAccessor()->ctor(); } KOALA_INTEROP_0(AlertDialog_ctor, Ark_NativePointer) - + Ark_NativePointer impl_AlertDialog_getFinalizer() { return GetAccessors()->getAlertDialogAccessor()->getFinalizer(); } KOALA_INTEROP_0(AlertDialog_getFinalizer, Ark_NativePointer) - + void impl_AlertDialog_show(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const Ark_Int8 value_value_buf_selector = thisDeserializer.readInt8(); @@ -18642,23 +18642,23 @@ void impl_AlertDialog_show(uint8_t* thisArray, int32_t thisLength) { GetAccessors()->getAlertDialogAccessor()->show((const Ark_Type_AlertDialog_show_value*)&value_value); } KOALA_INTEROP_V2(AlertDialog_show, uint8_t*, int32_t) - + Ark_NativePointer impl_CalendarController_ctor() { return GetAccessors()->getCalendarControllerAccessor()->ctor(); } KOALA_INTEROP_0(CalendarController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_CalendarController_getFinalizer() { return GetAccessors()->getCalendarControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(CalendarController_getFinalizer, Ark_NativePointer) - + void impl_CalendarController_backToToday(Ark_NativePointer thisPtr) { CalendarControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCalendarControllerAccessor()->backToToday(self); } KOALA_INTEROP_V1(CalendarController_backToToday, Ark_NativePointer) - + void impl_CalendarController_goTo(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CalendarControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18670,17 +18670,17 @@ void impl_CalendarController_goTo(Ark_NativePointer thisPtr, uint8_t* thisArray, GetAccessors()->getCalendarControllerAccessor()->goTo(self, (const Ark_Literal_Number_day_month_year*)&value_value); } KOALA_INTEROP_V3(CalendarController_goTo, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CalendarPickerDialog_ctor() { return GetAccessors()->getCalendarPickerDialogAccessor()->ctor(); } KOALA_INTEROP_0(CalendarPickerDialog_ctor, Ark_NativePointer) - + Ark_NativePointer impl_CalendarPickerDialog_getFinalizer() { return GetAccessors()->getCalendarPickerDialogAccessor()->getFinalizer(); } KOALA_INTEROP_0(CalendarPickerDialog_getFinalizer, Ark_NativePointer) - + void impl_CalendarPickerDialog_show(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const auto options_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -18694,33 +18694,33 @@ void impl_CalendarPickerDialog_show(uint8_t* thisArray, int32_t thisLength) { GetAccessors()->getCalendarPickerDialogAccessor()->show((const Opt_CalendarDialogOptions*)&options_value); } KOALA_INTEROP_V2(CalendarPickerDialog_show, uint8_t*, int32_t) - + Ark_NativePointer impl_CanvasGradient_ctor() { return GetAccessors()->getCanvasGradientAccessor()->ctor(); } KOALA_INTEROP_0(CanvasGradient_ctor, Ark_NativePointer) - + Ark_NativePointer impl_CanvasGradient_getFinalizer() { return GetAccessors()->getCanvasGradientAccessor()->getFinalizer(); } KOALA_INTEROP_0(CanvasGradient_getFinalizer, Ark_NativePointer) - + void impl_CanvasGradient_addColorStop(Ark_NativePointer thisPtr, KInteropNumber offset, const KStringPtr& color) { CanvasGradientPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasGradientAccessor()->addColorStop(self, (const Ark_Number*) (&offset), (const Ark_String*) (&color)); } KOALA_INTEROP_V3(CanvasGradient_addColorStop, Ark_NativePointer, KInteropNumber, KStringPtr) - + Ark_NativePointer impl_CanvasPath_ctor() { return GetAccessors()->getCanvasPathAccessor()->ctor(); } KOALA_INTEROP_0(CanvasPath_ctor, Ark_NativePointer) - + Ark_NativePointer impl_CanvasPath_getFinalizer() { return GetAccessors()->getCanvasPathAccessor()->getFinalizer(); } KOALA_INTEROP_0(CanvasPath_getFinalizer, Ark_NativePointer) - + void impl_CanvasPath_arc(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y, KInteropNumber radius, KInteropNumber startAngle, KInteropNumber endAngle, uint8_t* thisArray, int32_t thisLength) { CanvasPathPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18735,25 +18735,25 @@ void impl_CanvasPath_arc(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNu GetAccessors()->getCanvasPathAccessor()->arc(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y), (const Ark_Number*) (&radius), (const Ark_Number*) (&startAngle), (const Ark_Number*) (&endAngle), (const Opt_Boolean*)&counterclockwise_value); } KOALA_INTEROP_V8(CanvasPath_arc, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + void impl_CanvasPath_arcTo(Ark_NativePointer thisPtr, KInteropNumber x1, KInteropNumber y1, KInteropNumber x2, KInteropNumber y2, KInteropNumber radius) { CanvasPathPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasPathAccessor()->arcTo(self, (const Ark_Number*) (&x1), (const Ark_Number*) (&y1), (const Ark_Number*) (&x2), (const Ark_Number*) (&y2), (const Ark_Number*) (&radius)); } KOALA_INTEROP_V6(CanvasPath_arcTo, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasPath_bezierCurveTo(Ark_NativePointer thisPtr, KInteropNumber cp1x, KInteropNumber cp1y, KInteropNumber cp2x, KInteropNumber cp2y, KInteropNumber x, KInteropNumber y) { CanvasPathPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasPathAccessor()->bezierCurveTo(self, (const Ark_Number*) (&cp1x), (const Ark_Number*) (&cp1y), (const Ark_Number*) (&cp2x), (const Ark_Number*) (&cp2y), (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_V7(CanvasPath_bezierCurveTo, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasPath_closePath(Ark_NativePointer thisPtr) { CanvasPathPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasPathAccessor()->closePath(self); } KOALA_INTEROP_V1(CanvasPath_closePath, Ark_NativePointer) - + void impl_CanvasPath_ellipse(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y, KInteropNumber radiusX, KInteropNumber radiusY, KInteropNumber rotation, KInteropNumber startAngle, KInteropNumber endAngle, uint8_t* thisArray, int32_t thisLength) { CanvasPathPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18768,41 +18768,41 @@ void impl_CanvasPath_ellipse(Ark_NativePointer thisPtr, KInteropNumber x, KInter GetAccessors()->getCanvasPathAccessor()->ellipse(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y), (const Ark_Number*) (&radiusX), (const Ark_Number*) (&radiusY), (const Ark_Number*) (&rotation), (const Ark_Number*) (&startAngle), (const Ark_Number*) (&endAngle), (const Opt_Boolean*)&counterclockwise_value); } KOALA_INTEROP_V10(CanvasPath_ellipse, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + void impl_CanvasPath_lineTo(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { CanvasPathPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasPathAccessor()->lineTo(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_V3(CanvasPath_lineTo, Ark_NativePointer, KInteropNumber, KInteropNumber) - + void impl_CanvasPath_moveTo(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { CanvasPathPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasPathAccessor()->moveTo(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_V3(CanvasPath_moveTo, Ark_NativePointer, KInteropNumber, KInteropNumber) - + void impl_CanvasPath_quadraticCurveTo(Ark_NativePointer thisPtr, KInteropNumber cpx, KInteropNumber cpy, KInteropNumber x, KInteropNumber y) { CanvasPathPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasPathAccessor()->quadraticCurveTo(self, (const Ark_Number*) (&cpx), (const Ark_Number*) (&cpy), (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_V5(CanvasPath_quadraticCurveTo, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasPath_rect(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y, KInteropNumber w, KInteropNumber h) { CanvasPathPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasPathAccessor()->rect(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y), (const Ark_Number*) (&w), (const Ark_Number*) (&h)); } KOALA_INTEROP_V5(CanvasPath_rect, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_Path2D_ctor() { return GetAccessors()->getPath2DAccessor()->ctor(); } KOALA_INTEROP_0(Path2D_ctor, Ark_NativePointer) - + Ark_NativePointer impl_Path2D_getFinalizer() { return GetAccessors()->getPath2DAccessor()->getFinalizer(); } KOALA_INTEROP_0(Path2D_getFinalizer, Ark_NativePointer) - + void impl_Path2D_addPath(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Path2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18818,17 +18818,17 @@ void impl_Path2D_addPath(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t GetAccessors()->getPath2DAccessor()->addPath(self, (const Ark_Path2D*)&path_value, (const Opt_Matrix2D*)&transform_value); } KOALA_INTEROP_V3(Path2D_addPath, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CanvasPattern_ctor() { return GetAccessors()->getCanvasPatternAccessor()->ctor(); } KOALA_INTEROP_0(CanvasPattern_ctor, Ark_NativePointer) - + Ark_NativePointer impl_CanvasPattern_getFinalizer() { return GetAccessors()->getCanvasPatternAccessor()->getFinalizer(); } KOALA_INTEROP_0(CanvasPattern_getFinalizer, Ark_NativePointer) - + void impl_CanvasPattern_setTransform(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasPatternPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18843,45 +18843,45 @@ void impl_CanvasPattern_setTransform(Ark_NativePointer thisPtr, uint8_t* thisArr GetAccessors()->getCanvasPatternAccessor()->setTransform(self, (const Opt_Matrix2D*)&transform_value); } KOALA_INTEROP_V3(CanvasPattern_setTransform, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_ImageBitmap_ctor(const KStringPtr& src) { return GetAccessors()->getImageBitmapAccessor()->ctor((const Ark_String*) (&src)); } KOALA_INTEROP_1(ImageBitmap_ctor, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_ImageBitmap_getFinalizer() { return GetAccessors()->getImageBitmapAccessor()->getFinalizer(); } KOALA_INTEROP_0(ImageBitmap_getFinalizer, Ark_NativePointer) - + void impl_ImageBitmap_close(Ark_NativePointer thisPtr) { ImageBitmapPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getImageBitmapAccessor()->close(self); } KOALA_INTEROP_V1(ImageBitmap_close, Ark_NativePointer) - + Ark_Int32 impl_ImageBitmap_getHeight(Ark_NativePointer thisPtr) { ImageBitmapPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getImageBitmapAccessor()->getHeight(self); } KOALA_INTEROP_1(ImageBitmap_getHeight, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_ImageBitmap_getWidth(Ark_NativePointer thisPtr) { ImageBitmapPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getImageBitmapAccessor()->getWidth(self); } KOALA_INTEROP_1(ImageBitmap_getWidth, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_CanvasRenderer_ctor() { return GetAccessors()->getCanvasRendererAccessor()->ctor(); } KOALA_INTEROP_0(CanvasRenderer_ctor, Ark_NativePointer) - + Ark_NativePointer impl_CanvasRenderer_getFinalizer() { return GetAccessors()->getCanvasRendererAccessor()->getFinalizer(); } KOALA_INTEROP_0(CanvasRenderer_getFinalizer, Ark_NativePointer) - + void impl_CanvasRenderer_drawImage0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, KInteropNumber dx, KInteropNumber dy) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18903,7 +18903,7 @@ void impl_CanvasRenderer_drawImage0(Ark_NativePointer thisPtr, uint8_t* thisArra GetAccessors()->getCanvasRendererAccessor()->drawImage0(self, (const Ark_Union_ImageBitmap_PixelMap*)&image_value, (const Ark_Number*) (&dx), (const Ark_Number*) (&dy)); } KOALA_INTEROP_V5(CanvasRenderer_drawImage0, Ark_NativePointer, uint8_t*, int32_t, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_drawImage1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, KInteropNumber dx, KInteropNumber dy, KInteropNumber dw, KInteropNumber dh) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18925,7 +18925,7 @@ void impl_CanvasRenderer_drawImage1(Ark_NativePointer thisPtr, uint8_t* thisArra GetAccessors()->getCanvasRendererAccessor()->drawImage1(self, (const Ark_Union_ImageBitmap_PixelMap*)&image_value, (const Ark_Number*) (&dx), (const Ark_Number*) (&dy), (const Ark_Number*) (&dw), (const Ark_Number*) (&dh)); } KOALA_INTEROP_V7(CanvasRenderer_drawImage1, Ark_NativePointer, uint8_t*, int32_t, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_drawImage2(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, KInteropNumber sx, KInteropNumber sy, KInteropNumber sw, KInteropNumber sh, KInteropNumber dx, KInteropNumber dy, KInteropNumber dw, KInteropNumber dh) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18947,13 +18947,13 @@ void impl_CanvasRenderer_drawImage2(Ark_NativePointer thisPtr, uint8_t* thisArra GetAccessors()->getCanvasRendererAccessor()->drawImage2(self, (const Ark_Union_ImageBitmap_PixelMap*)&image_value, (const Ark_Number*) (&sx), (const Ark_Number*) (&sy), (const Ark_Number*) (&sw), (const Ark_Number*) (&sh), (const Ark_Number*) (&dx), (const Ark_Number*) (&dy), (const Ark_Number*) (&dw), (const Ark_Number*) (&dh)); } KOALA_INTEROP_V11(CanvasRenderer_drawImage2, Ark_NativePointer, uint8_t*, int32_t, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_beginPath(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->beginPath(self); } KOALA_INTEROP_V1(CanvasRenderer_beginPath, Ark_NativePointer) - + void impl_CanvasRenderer_clip0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18968,7 +18968,7 @@ void impl_CanvasRenderer_clip0(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetAccessors()->getCanvasRendererAccessor()->clip0(self, (const Opt_String*)&fillRule_value); } KOALA_INTEROP_V3(CanvasRenderer_clip0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_clip1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18984,7 +18984,7 @@ void impl_CanvasRenderer_clip1(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetAccessors()->getCanvasRendererAccessor()->clip1(self, (const Ark_Path2D*)&path_value, (const Opt_String*)&fillRule_value); } KOALA_INTEROP_V3(CanvasRenderer_clip1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_fill0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18999,7 +18999,7 @@ void impl_CanvasRenderer_fill0(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetAccessors()->getCanvasRendererAccessor()->fill0(self, (const Opt_String*)&fillRule_value); } KOALA_INTEROP_V3(CanvasRenderer_fill0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_fill1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19015,13 +19015,13 @@ void impl_CanvasRenderer_fill1(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetAccessors()->getCanvasRendererAccessor()->fill1(self, (const Ark_Path2D*)&path_value, (const Opt_String*)&fillRule_value); } KOALA_INTEROP_V3(CanvasRenderer_fill1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_stroke0(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->stroke0(self); } KOALA_INTEROP_V1(CanvasRenderer_stroke0, Ark_NativePointer) - + void impl_CanvasRenderer_stroke1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19029,13 +19029,13 @@ void impl_CanvasRenderer_stroke1(Ark_NativePointer thisPtr, uint8_t* thisArray, GetAccessors()->getCanvasRendererAccessor()->stroke1(self, (const Ark_Path2D*)&path_value); } KOALA_INTEROP_V3(CanvasRenderer_stroke1, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CanvasRenderer_createLinearGradient(Ark_NativePointer thisPtr, KInteropNumber x0, KInteropNumber y0, KInteropNumber x1, KInteropNumber y1) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->createLinearGradient(self, (const Ark_Number*) (&x0), (const Ark_Number*) (&y0), (const Ark_Number*) (&x1), (const Ark_Number*) (&y1)); } KOALA_INTEROP_5(CanvasRenderer_createLinearGradient, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_CanvasRenderer_createPattern(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19051,25 +19051,25 @@ Ark_NativePointer impl_CanvasRenderer_createPattern(Ark_NativePointer thisPtr, u return GetAccessors()->getCanvasRendererAccessor()->createPattern(self, (const Ark_ImageBitmap*)&image_value, (const Opt_String*)&repetition_value); } KOALA_INTEROP_3(CanvasRenderer_createPattern, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CanvasRenderer_createRadialGradient(Ark_NativePointer thisPtr, KInteropNumber x0, KInteropNumber y0, KInteropNumber r0, KInteropNumber x1, KInteropNumber y1, KInteropNumber r1) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->createRadialGradient(self, (const Ark_Number*) (&x0), (const Ark_Number*) (&y0), (const Ark_Number*) (&r0), (const Ark_Number*) (&x1), (const Ark_Number*) (&y1), (const Ark_Number*) (&r1)); } KOALA_INTEROP_7(CanvasRenderer_createRadialGradient, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_CanvasRenderer_createConicGradient(Ark_NativePointer thisPtr, KInteropNumber startAngle, KInteropNumber x, KInteropNumber y) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->createConicGradient(self, (const Ark_Number*) (&startAngle), (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_4(CanvasRenderer_createConicGradient, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_CanvasRenderer_createImageData0(Ark_NativePointer thisPtr, KInteropNumber sw, KInteropNumber sh) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->createImageData0(self, (const Ark_Number*) (&sw), (const Ark_Number*) (&sh)); } KOALA_INTEROP_3(CanvasRenderer_createImageData0, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_CanvasRenderer_createImageData1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19077,19 +19077,19 @@ Ark_NativePointer impl_CanvasRenderer_createImageData1(Ark_NativePointer thisPtr return GetAccessors()->getCanvasRendererAccessor()->createImageData1(self, (const Ark_ImageData*)&imagedata_value); } KOALA_INTEROP_3(CanvasRenderer_createImageData1, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CanvasRenderer_getImageData(Ark_NativePointer thisPtr, KInteropNumber sx, KInteropNumber sy, KInteropNumber sw, KInteropNumber sh) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getImageData(self, (const Ark_Number*) (&sx), (const Ark_Number*) (&sy), (const Ark_Number*) (&sw), (const Ark_Number*) (&sh)); } KOALA_INTEROP_5(CanvasRenderer_getImageData, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_CanvasRenderer_getPixelMap(Ark_NativePointer thisPtr, KInteropNumber sx, KInteropNumber sy, KInteropNumber sw, KInteropNumber sh) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getPixelMap(self, (const Ark_Number*) (&sx), (const Ark_Number*) (&sy), (const Ark_Number*) (&sw), (const Ark_Number*) (&sh)); } KOALA_INTEROP_5(CanvasRenderer_getPixelMap, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_putImageData0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19127,7 +19127,7 @@ void impl_CanvasRenderer_putImageData0(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getCanvasRendererAccessor()->putImageData0(self, (const Ark_ImageData*)&imagedata_value, (const Ark_Union_Number_String*)&dx_value, (const Ark_Union_Number_String*)&dy_value); } KOALA_INTEROP_V3(CanvasRenderer_putImageData0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_putImageData1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19225,13 +19225,13 @@ void impl_CanvasRenderer_putImageData1(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getCanvasRendererAccessor()->putImageData1(self, (const Ark_ImageData*)&imagedata_value, (const Ark_Union_Number_String*)&dx_value, (const Ark_Union_Number_String*)&dy_value, (const Ark_Union_Number_String*)&dirtyX_value, (const Ark_Union_Number_String*)&dirtyY_value, (const Ark_Union_Number_String*)&dirtyWidth_value, (const Ark_Union_Number_String*)&dirtyHeight_value); } KOALA_INTEROP_V3(CanvasRenderer_putImageData1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_getLineDash(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->getLineDash(self); } KOALA_INTEROP_V1(CanvasRenderer_getLineDash, Ark_NativePointer) - + void impl_CanvasRenderer_setLineDash(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19246,37 +19246,37 @@ void impl_CanvasRenderer_setLineDash(Ark_NativePointer thisPtr, uint8_t* thisArr GetAccessors()->getCanvasRendererAccessor()->setLineDash(self, (const Array_Number*)&segments_value); } KOALA_INTEROP_V3(CanvasRenderer_setLineDash, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_clearRect(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y, KInteropNumber w, KInteropNumber h) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->clearRect(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y), (const Ark_Number*) (&w), (const Ark_Number*) (&h)); } KOALA_INTEROP_V5(CanvasRenderer_clearRect, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_fillRect(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y, KInteropNumber w, KInteropNumber h) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->fillRect(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y), (const Ark_Number*) (&w), (const Ark_Number*) (&h)); } KOALA_INTEROP_V5(CanvasRenderer_fillRect, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_strokeRect(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y, KInteropNumber w, KInteropNumber h) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->strokeRect(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y), (const Ark_Number*) (&w), (const Ark_Number*) (&h)); } KOALA_INTEROP_V5(CanvasRenderer_strokeRect, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_restore(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->restore(self); } KOALA_INTEROP_V1(CanvasRenderer_restore, Ark_NativePointer) - + void impl_CanvasRenderer_save(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->save(self); } KOALA_INTEROP_V1(CanvasRenderer_save, Ark_NativePointer) - + void impl_CanvasRenderer_fillText(Ark_NativePointer thisPtr, const KStringPtr& text, KInteropNumber x, KInteropNumber y, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19291,13 +19291,13 @@ void impl_CanvasRenderer_fillText(Ark_NativePointer thisPtr, const KStringPtr& t GetAccessors()->getCanvasRendererAccessor()->fillText(self, (const Ark_String*) (&text), (const Ark_Number*) (&x), (const Ark_Number*) (&y), (const Opt_Number*)&maxWidth_value); } KOALA_INTEROP_V6(CanvasRenderer_fillText, Ark_NativePointer, KStringPtr, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + Ark_NativePointer impl_CanvasRenderer_measureText(Ark_NativePointer thisPtr, const KStringPtr& text) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->measureText(self, (const Ark_String*) (&text)); } KOALA_INTEROP_2(CanvasRenderer_measureText, Ark_NativePointer, Ark_NativePointer, KStringPtr) - + void impl_CanvasRenderer_strokeText(Ark_NativePointer thisPtr, const KStringPtr& text, KInteropNumber x, KInteropNumber y, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19312,37 +19312,37 @@ void impl_CanvasRenderer_strokeText(Ark_NativePointer thisPtr, const KStringPtr& GetAccessors()->getCanvasRendererAccessor()->strokeText(self, (const Ark_String*) (&text), (const Ark_Number*) (&x), (const Ark_Number*) (&y), (const Opt_Number*)&maxWidth_value); } KOALA_INTEROP_V6(CanvasRenderer_strokeText, Ark_NativePointer, KStringPtr, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + Ark_NativePointer impl_CanvasRenderer_getTransform(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getTransform(self); } KOALA_INTEROP_1(CanvasRenderer_getTransform, Ark_NativePointer, Ark_NativePointer) - + void impl_CanvasRenderer_resetTransform(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->resetTransform(self); } KOALA_INTEROP_V1(CanvasRenderer_resetTransform, Ark_NativePointer) - + void impl_CanvasRenderer_rotate(Ark_NativePointer thisPtr, KInteropNumber angle) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->rotate(self, (const Ark_Number*) (&angle)); } KOALA_INTEROP_V2(CanvasRenderer_rotate, Ark_NativePointer, KInteropNumber) - + void impl_CanvasRenderer_scale(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->scale(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_V3(CanvasRenderer_scale, Ark_NativePointer, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_setTransform0(Ark_NativePointer thisPtr, KInteropNumber a, KInteropNumber b, KInteropNumber c, KInteropNumber d, KInteropNumber e, KInteropNumber f) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setTransform0(self, (const Ark_Number*) (&a), (const Ark_Number*) (&b), (const Ark_Number*) (&c), (const Ark_Number*) (&d), (const Ark_Number*) (&e), (const Ark_Number*) (&f)); } KOALA_INTEROP_V7(CanvasRenderer_setTransform0, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_setTransform1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19357,19 +19357,19 @@ void impl_CanvasRenderer_setTransform1(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getCanvasRendererAccessor()->setTransform1(self, (const Opt_Matrix2D*)&transform_value); } KOALA_INTEROP_V3(CanvasRenderer_setTransform1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_transform(Ark_NativePointer thisPtr, KInteropNumber a, KInteropNumber b, KInteropNumber c, KInteropNumber d, KInteropNumber e, KInteropNumber f) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->transform(self, (const Ark_Number*) (&a), (const Ark_Number*) (&b), (const Ark_Number*) (&c), (const Ark_Number*) (&d), (const Ark_Number*) (&e), (const Ark_Number*) (&f)); } KOALA_INTEROP_V7(CanvasRenderer_transform, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_translate(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->translate(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_V3(CanvasRenderer_translate, Ark_NativePointer, KInteropNumber, KInteropNumber) - + void impl_CanvasRenderer_setPixelMap(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19384,7 +19384,7 @@ void impl_CanvasRenderer_setPixelMap(Ark_NativePointer thisPtr, uint8_t* thisArr GetAccessors()->getCanvasRendererAccessor()->setPixelMap(self, (const Opt_PixelMap*)&value_value); } KOALA_INTEROP_V3(CanvasRenderer_setPixelMap, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_transferFromImageBitmap(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19392,49 +19392,49 @@ void impl_CanvasRenderer_transferFromImageBitmap(Ark_NativePointer thisPtr, uint GetAccessors()->getCanvasRendererAccessor()->transferFromImageBitmap(self, (const Ark_ImageBitmap*)&bitmap_value); } KOALA_INTEROP_V3(CanvasRenderer_transferFromImageBitmap, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_saveLayer(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->saveLayer(self); } KOALA_INTEROP_V1(CanvasRenderer_saveLayer, Ark_NativePointer) - + void impl_CanvasRenderer_restoreLayer(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->restoreLayer(self); } KOALA_INTEROP_V1(CanvasRenderer_restoreLayer, Ark_NativePointer) - + void impl_CanvasRenderer_reset(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->reset(self); } KOALA_INTEROP_V1(CanvasRenderer_reset, Ark_NativePointer) - + Ark_Int32 impl_CanvasRenderer_getGlobalAlpha(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getGlobalAlpha(self); } KOALA_INTEROP_1(CanvasRenderer_getGlobalAlpha, Ark_Int32, Ark_NativePointer) - + void impl_CanvasRenderer_setGlobalAlpha(Ark_NativePointer thisPtr, KInteropNumber globalAlpha) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setGlobalAlpha(self, (const Ark_Number*) (&globalAlpha)); } KOALA_INTEROP_V2(CanvasRenderer_setGlobalAlpha, Ark_NativePointer, KInteropNumber) - + void impl_CanvasRenderer_getGlobalCompositeOperation(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->getGlobalCompositeOperation(self); } KOALA_INTEROP_V1(CanvasRenderer_getGlobalCompositeOperation, Ark_NativePointer) - + void impl_CanvasRenderer_setGlobalCompositeOperation(Ark_NativePointer thisPtr, const KStringPtr& globalCompositeOperation) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setGlobalCompositeOperation(self, (const Ark_String*) (&globalCompositeOperation)); } KOALA_INTEROP_V2(CanvasRenderer_setGlobalCompositeOperation, Ark_NativePointer, KStringPtr) - + void impl_CanvasRenderer_setFillStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19464,7 +19464,7 @@ void impl_CanvasRenderer_setFillStyle(Ark_NativePointer thisPtr, uint8_t* thisAr GetAccessors()->getCanvasRendererAccessor()->setFillStyle(self, (const Ark_Union_String_Number_CanvasGradient_CanvasPattern*)&fillStyle_value); } KOALA_INTEROP_V3(CanvasRenderer_setFillStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_setStrokeStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19494,199 +19494,199 @@ void impl_CanvasRenderer_setStrokeStyle(Ark_NativePointer thisPtr, uint8_t* this GetAccessors()->getCanvasRendererAccessor()->setStrokeStyle(self, (const Ark_Union_String_Number_CanvasGradient_CanvasPattern*)&strokeStyle_value); } KOALA_INTEROP_V3(CanvasRenderer_setStrokeStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderer_getFilter(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->getFilter(self); } KOALA_INTEROP_V1(CanvasRenderer_getFilter, Ark_NativePointer) - + void impl_CanvasRenderer_setFilter(Ark_NativePointer thisPtr, const KStringPtr& filter) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setFilter(self, (const Ark_String*) (&filter)); } KOALA_INTEROP_V2(CanvasRenderer_setFilter, Ark_NativePointer, KStringPtr) - + Ark_Boolean impl_CanvasRenderer_getImageSmoothingEnabled(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getImageSmoothingEnabled(self); } KOALA_INTEROP_1(CanvasRenderer_getImageSmoothingEnabled, Ark_Boolean, Ark_NativePointer) - + void impl_CanvasRenderer_setImageSmoothingEnabled(Ark_NativePointer thisPtr, Ark_Boolean imageSmoothingEnabled) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setImageSmoothingEnabled(self, imageSmoothingEnabled); } KOALA_INTEROP_V2(CanvasRenderer_setImageSmoothingEnabled, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_CanvasRenderer_getImageSmoothingQuality(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getImageSmoothingQuality(self); } KOALA_INTEROP_1(CanvasRenderer_getImageSmoothingQuality, Ark_NativePointer, Ark_NativePointer) - + void impl_CanvasRenderer_setImageSmoothingQuality(Ark_NativePointer thisPtr, const KStringPtr& imageSmoothingQuality) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setImageSmoothingQuality(self, (const Ark_String*) (&imageSmoothingQuality)); } KOALA_INTEROP_V2(CanvasRenderer_setImageSmoothingQuality, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_CanvasRenderer_getLineCap(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getLineCap(self); } KOALA_INTEROP_1(CanvasRenderer_getLineCap, Ark_NativePointer, Ark_NativePointer) - + void impl_CanvasRenderer_setLineCap(Ark_NativePointer thisPtr, const KStringPtr& lineCap) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setLineCap(self, (const Ark_String*) (&lineCap)); } KOALA_INTEROP_V2(CanvasRenderer_setLineCap, Ark_NativePointer, KStringPtr) - + Ark_Int32 impl_CanvasRenderer_getLineDashOffset(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getLineDashOffset(self); } KOALA_INTEROP_1(CanvasRenderer_getLineDashOffset, Ark_Int32, Ark_NativePointer) - + void impl_CanvasRenderer_setLineDashOffset(Ark_NativePointer thisPtr, KInteropNumber lineDashOffset) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setLineDashOffset(self, (const Ark_Number*) (&lineDashOffset)); } KOALA_INTEROP_V2(CanvasRenderer_setLineDashOffset, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_CanvasRenderer_getLineJoin(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getLineJoin(self); } KOALA_INTEROP_1(CanvasRenderer_getLineJoin, Ark_NativePointer, Ark_NativePointer) - + void impl_CanvasRenderer_setLineJoin(Ark_NativePointer thisPtr, const KStringPtr& lineJoin) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setLineJoin(self, (const Ark_String*) (&lineJoin)); } KOALA_INTEROP_V2(CanvasRenderer_setLineJoin, Ark_NativePointer, KStringPtr) - + Ark_Int32 impl_CanvasRenderer_getLineWidth(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getLineWidth(self); } KOALA_INTEROP_1(CanvasRenderer_getLineWidth, Ark_Int32, Ark_NativePointer) - + void impl_CanvasRenderer_setLineWidth(Ark_NativePointer thisPtr, KInteropNumber lineWidth) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setLineWidth(self, (const Ark_Number*) (&lineWidth)); } KOALA_INTEROP_V2(CanvasRenderer_setLineWidth, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_CanvasRenderer_getMiterLimit(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getMiterLimit(self); } KOALA_INTEROP_1(CanvasRenderer_getMiterLimit, Ark_Int32, Ark_NativePointer) - + void impl_CanvasRenderer_setMiterLimit(Ark_NativePointer thisPtr, KInteropNumber miterLimit) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setMiterLimit(self, (const Ark_Number*) (&miterLimit)); } KOALA_INTEROP_V2(CanvasRenderer_setMiterLimit, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_CanvasRenderer_getShadowBlur(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getShadowBlur(self); } KOALA_INTEROP_1(CanvasRenderer_getShadowBlur, Ark_Int32, Ark_NativePointer) - + void impl_CanvasRenderer_setShadowBlur(Ark_NativePointer thisPtr, KInteropNumber shadowBlur) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setShadowBlur(self, (const Ark_Number*) (&shadowBlur)); } KOALA_INTEROP_V2(CanvasRenderer_setShadowBlur, Ark_NativePointer, KInteropNumber) - + void impl_CanvasRenderer_getShadowColor(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->getShadowColor(self); } KOALA_INTEROP_V1(CanvasRenderer_getShadowColor, Ark_NativePointer) - + void impl_CanvasRenderer_setShadowColor(Ark_NativePointer thisPtr, const KStringPtr& shadowColor) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setShadowColor(self, (const Ark_String*) (&shadowColor)); } KOALA_INTEROP_V2(CanvasRenderer_setShadowColor, Ark_NativePointer, KStringPtr) - + Ark_Int32 impl_CanvasRenderer_getShadowOffsetX(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getShadowOffsetX(self); } KOALA_INTEROP_1(CanvasRenderer_getShadowOffsetX, Ark_Int32, Ark_NativePointer) - + void impl_CanvasRenderer_setShadowOffsetX(Ark_NativePointer thisPtr, KInteropNumber shadowOffsetX) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setShadowOffsetX(self, (const Ark_Number*) (&shadowOffsetX)); } KOALA_INTEROP_V2(CanvasRenderer_setShadowOffsetX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_CanvasRenderer_getShadowOffsetY(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getShadowOffsetY(self); } KOALA_INTEROP_1(CanvasRenderer_getShadowOffsetY, Ark_Int32, Ark_NativePointer) - + void impl_CanvasRenderer_setShadowOffsetY(Ark_NativePointer thisPtr, KInteropNumber shadowOffsetY) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setShadowOffsetY(self, (const Ark_Number*) (&shadowOffsetY)); } KOALA_INTEROP_V2(CanvasRenderer_setShadowOffsetY, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_CanvasRenderer_getDirection(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getDirection(self); } KOALA_INTEROP_1(CanvasRenderer_getDirection, Ark_NativePointer, Ark_NativePointer) - + void impl_CanvasRenderer_setDirection(Ark_NativePointer thisPtr, const KStringPtr& direction) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setDirection(self, (const Ark_String*) (&direction)); } KOALA_INTEROP_V2(CanvasRenderer_setDirection, Ark_NativePointer, KStringPtr) - + void impl_CanvasRenderer_getFont(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->getFont(self); } KOALA_INTEROP_V1(CanvasRenderer_getFont, Ark_NativePointer) - + void impl_CanvasRenderer_setFont(Ark_NativePointer thisPtr, const KStringPtr& font) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setFont(self, (const Ark_String*) (&font)); } KOALA_INTEROP_V2(CanvasRenderer_setFont, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_CanvasRenderer_getTextAlign(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getTextAlign(self); } KOALA_INTEROP_1(CanvasRenderer_getTextAlign, Ark_NativePointer, Ark_NativePointer) - + void impl_CanvasRenderer_setTextAlign(Ark_NativePointer thisPtr, const KStringPtr& textAlign) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setTextAlign(self, (const Ark_String*) (&textAlign)); } KOALA_INTEROP_V2(CanvasRenderer_setTextAlign, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_CanvasRenderer_getTextBaseline(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->getTextBaseline(self); } KOALA_INTEROP_1(CanvasRenderer_getTextBaseline, Ark_NativePointer, Ark_NativePointer) - + void impl_CanvasRenderer_setTextBaseline(Ark_NativePointer thisPtr, const KStringPtr& textBaseline) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setTextBaseline(self, (const Ark_String*) (&textBaseline)); } KOALA_INTEROP_V2(CanvasRenderer_setTextBaseline, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_CanvasRenderingContext2D_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const auto settings_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -19700,12 +19700,12 @@ Ark_NativePointer impl_CanvasRenderingContext2D_ctor(uint8_t* thisArray, int32_t return GetAccessors()->getCanvasRenderingContext2DAccessor()->ctor((const Opt_RenderingContextSettings*)&settings_value); } KOALA_INTEROP_2(CanvasRenderingContext2D_ctor, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CanvasRenderingContext2D_getFinalizer() { return GetAccessors()->getCanvasRenderingContext2DAccessor()->getFinalizer(); } KOALA_INTEROP_0(CanvasRenderingContext2D_getFinalizer, Ark_NativePointer) - + void impl_CanvasRenderingContext2D_toDataURL(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRenderingContext2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19728,7 +19728,7 @@ void impl_CanvasRenderingContext2D_toDataURL(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getCanvasRenderingContext2DAccessor()->toDataURL(self, (const Opt_String*)&type_value, (const Opt_Number*)&quality_value); } KOALA_INTEROP_V3(CanvasRenderingContext2D_toDataURL, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderingContext2D_startImageAnalyzer(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRenderingContext2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19737,13 +19737,13 @@ void impl_CanvasRenderingContext2D_startImageAnalyzer(Ark_NativePointer thisPtr, GetAccessors()->getCanvasRenderingContext2DAccessor()->startImageAnalyzer(self, (const Ark_ImageAnalyzerConfig*)&config_value, (const Callback_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V3(CanvasRenderingContext2D_startImageAnalyzer, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderingContext2D_stopImageAnalyzer(Ark_NativePointer thisPtr) { CanvasRenderingContext2DPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRenderingContext2DAccessor()->stopImageAnalyzer(self); } KOALA_INTEROP_V1(CanvasRenderingContext2D_stopImageAnalyzer, Ark_NativePointer) - + void impl_CanvasRenderingContext2D_onOnAttach(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRenderingContext2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19751,7 +19751,7 @@ void impl_CanvasRenderingContext2D_onOnAttach(Ark_NativePointer thisPtr, uint8_t GetAccessors()->getCanvasRenderingContext2DAccessor()->onOnAttach(self, (const Callback_Void*)&callback__value); } KOALA_INTEROP_V3(CanvasRenderingContext2D_onOnAttach, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderingContext2D_offOnAttach(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRenderingContext2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19766,7 +19766,7 @@ void impl_CanvasRenderingContext2D_offOnAttach(Ark_NativePointer thisPtr, uint8_ GetAccessors()->getCanvasRenderingContext2DAccessor()->offOnAttach(self, (const Opt_Callback_Void*)&callback__value); } KOALA_INTEROP_V3(CanvasRenderingContext2D_offOnAttach, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderingContext2D_onOnDetach(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRenderingContext2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19774,7 +19774,7 @@ void impl_CanvasRenderingContext2D_onOnDetach(Ark_NativePointer thisPtr, uint8_t GetAccessors()->getCanvasRenderingContext2DAccessor()->onOnDetach(self, (const Callback_Void*)&callback__value); } KOALA_INTEROP_V3(CanvasRenderingContext2D_onOnDetach, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CanvasRenderingContext2D_offOnDetach(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRenderingContext2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19789,19 +19789,19 @@ void impl_CanvasRenderingContext2D_offOnDetach(Ark_NativePointer thisPtr, uint8_ GetAccessors()->getCanvasRenderingContext2DAccessor()->offOnDetach(self, (const Opt_Callback_Void*)&callback__value); } KOALA_INTEROP_V3(CanvasRenderingContext2D_offOnDetach, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_CanvasRenderingContext2D_getHeight(Ark_NativePointer thisPtr) { CanvasRenderingContext2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRenderingContext2DAccessor()->getHeight(self); } KOALA_INTEROP_1(CanvasRenderingContext2D_getHeight, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_CanvasRenderingContext2D_getWidth(Ark_NativePointer thisPtr) { CanvasRenderingContext2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRenderingContext2DAccessor()->getWidth(self); } KOALA_INTEROP_1(CanvasRenderingContext2D_getWidth, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_DrawingRenderingContext_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const auto unit_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -19815,44 +19815,44 @@ Ark_NativePointer impl_DrawingRenderingContext_ctor(uint8_t* thisArray, int32_t return GetAccessors()->getDrawingRenderingContextAccessor()->ctor((const Opt_LengthMetricsUnit*)&unit_value); } KOALA_INTEROP_2(DrawingRenderingContext_ctor, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_DrawingRenderingContext_getFinalizer() { return GetAccessors()->getDrawingRenderingContextAccessor()->getFinalizer(); } KOALA_INTEROP_0(DrawingRenderingContext_getFinalizer, Ark_NativePointer) - + void impl_DrawingRenderingContext_invalidate(Ark_NativePointer thisPtr) { DrawingRenderingContextPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDrawingRenderingContextAccessor()->invalidate(self); } KOALA_INTEROP_V1(DrawingRenderingContext_invalidate, Ark_NativePointer) - + Ark_NativePointer impl_ICurve_ctor() { return GetAccessors()->getICurveAccessor()->ctor(); } KOALA_INTEROP_0(ICurve_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ICurve_getFinalizer() { return GetAccessors()->getICurveAccessor()->getFinalizer(); } KOALA_INTEROP_0(ICurve_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_ICurve_interpolate(Ark_NativePointer thisPtr, KInteropNumber fraction) { ICurvePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getICurveAccessor()->interpolate(self, (const Ark_Number*) (&fraction)); } KOALA_INTEROP_2(ICurve_interpolate, Ark_Int32, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_DrawModifier_ctor() { return GetAccessors()->getDrawModifierAccessor()->ctor(); } KOALA_INTEROP_0(DrawModifier_ctor, Ark_NativePointer) - + Ark_NativePointer impl_DrawModifier_getFinalizer() { return GetAccessors()->getDrawModifierAccessor()->getFinalizer(); } KOALA_INTEROP_0(DrawModifier_getFinalizer, Ark_NativePointer) - + void impl_DrawModifier_drawBehind(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { DrawModifierPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19860,7 +19860,7 @@ void impl_DrawModifier_drawBehind(Ark_NativePointer thisPtr, uint8_t* thisArray, GetAccessors()->getDrawModifierAccessor()->drawBehind(self, (const Ark_DrawContext*)&drawContext_value); } KOALA_INTEROP_V3(DrawModifier_drawBehind, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DrawModifier_drawContent(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { DrawModifierPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19868,7 +19868,7 @@ void impl_DrawModifier_drawContent(Ark_NativePointer thisPtr, uint8_t* thisArray GetAccessors()->getDrawModifierAccessor()->drawContent(self, (const Ark_DrawContext*)&drawContext_value); } KOALA_INTEROP_V3(DrawModifier_drawContent, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DrawModifier_drawFront(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { DrawModifierPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19876,13 +19876,13 @@ void impl_DrawModifier_drawFront(Ark_NativePointer thisPtr, uint8_t* thisArray, GetAccessors()->getDrawModifierAccessor()->drawFront(self, (const Ark_DrawContext*)&drawContext_value); } KOALA_INTEROP_V3(DrawModifier_drawFront, Ark_NativePointer, uint8_t*, int32_t) - + void impl_DrawModifier_invalidate(Ark_NativePointer thisPtr) { DrawModifierPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDrawModifierAccessor()->invalidate(self); } KOALA_INTEROP_V1(DrawModifier_invalidate, Ark_NativePointer) - + Ark_NativePointer impl_TransitionEffect_ctor(const KStringPtr& type, uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_TransitionEffects effect_value_buf = {}; @@ -19901,43 +19901,43 @@ Ark_NativePointer impl_TransitionEffect_ctor(const KStringPtr& type, uint8_t* th return GetAccessors()->getTransitionEffectAccessor()->ctor((const Ark_String*) (&type), (const Ark_TransitionEffects*)&effect_value); } KOALA_INTEROP_3(TransitionEffect_ctor, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + Ark_NativePointer impl_TransitionEffect_getFinalizer() { return GetAccessors()->getTransitionEffectAccessor()->getFinalizer(); } KOALA_INTEROP_0(TransitionEffect_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_TransitionEffect_translate(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_TranslateOptions options_value = thisDeserializer.readTranslateOptions();; return GetAccessors()->getTransitionEffectAccessor()->translate((const Ark_TranslateOptions*)&options_value); } KOALA_INTEROP_2(TransitionEffect_translate, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TransitionEffect_rotate(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_RotateOptions options_value = thisDeserializer.readRotateOptions();; return GetAccessors()->getTransitionEffectAccessor()->rotate((const Ark_RotateOptions*)&options_value); } KOALA_INTEROP_2(TransitionEffect_rotate, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TransitionEffect_scale(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_ScaleOptions options_value = thisDeserializer.readScaleOptions();; return GetAccessors()->getTransitionEffectAccessor()->scale((const Ark_ScaleOptions*)&options_value); } KOALA_INTEROP_2(TransitionEffect_scale, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TransitionEffect_opacity(KInteropNumber alpha) { return GetAccessors()->getTransitionEffectAccessor()->opacity((const Ark_Number*) (&alpha)); } KOALA_INTEROP_1(TransitionEffect_opacity, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_TransitionEffect_move(Ark_Int32 edge) { return GetAccessors()->getTransitionEffectAccessor()->move(static_cast(edge)); } KOALA_INTEROP_1(TransitionEffect_move, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_TransitionEffect_asymmetric(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_TransitionEffect appear_value = static_cast(thisDeserializer.readTransitionEffect());; @@ -19945,7 +19945,7 @@ Ark_NativePointer impl_TransitionEffect_asymmetric(uint8_t* thisArray, int32_t t return GetAccessors()->getTransitionEffectAccessor()->asymmetric((const Ark_TransitionEffect*)&appear_value, (const Ark_TransitionEffect*)&disappear_value); } KOALA_INTEROP_2(TransitionEffect_asymmetric, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TransitionEffect_animation(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TransitionEffectPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19953,7 +19953,7 @@ Ark_NativePointer impl_TransitionEffect_animation(Ark_NativePointer thisPtr, uin return GetAccessors()->getTransitionEffectAccessor()->animation(self, (const Ark_AnimateParam*)&value_value); } KOALA_INTEROP_3(TransitionEffect_animation, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TransitionEffect_combine(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TransitionEffectPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19961,17 +19961,17 @@ Ark_NativePointer impl_TransitionEffect_combine(Ark_NativePointer thisPtr, uint8 return GetAccessors()->getTransitionEffectAccessor()->combine(self, (const Ark_TransitionEffect*)&transitionEffect_value); } KOALA_INTEROP_3(TransitionEffect_combine, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_BaseEvent_ctor() { return GetAccessors()->getBaseEventAccessor()->ctor(); } KOALA_INTEROP_0(BaseEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_BaseEvent_getFinalizer() { return GetAccessors()->getBaseEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(BaseEvent_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_BaseEvent_getModifierKeyState(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { BaseEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19986,7 +19986,7 @@ Ark_Boolean impl_BaseEvent_getModifierKeyState(Ark_NativePointer thisPtr, uint8_ return GetAccessors()->getBaseEventAccessor()->getModifierKeyState(self, (const Array_String*)&keys_value); } KOALA_INTEROP_3(BaseEvent_getModifierKeyState, Ark_Boolean, Ark_NativePointer, uint8_t*, int32_t) - + void impl_BaseEvent_setTarget(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { BaseEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -19994,221 +19994,221 @@ void impl_BaseEvent_setTarget(Ark_NativePointer thisPtr, uint8_t* thisArray, int GetAccessors()->getBaseEventAccessor()->setTarget(self, (const Ark_EventTarget*)&target_value); } KOALA_INTEROP_V3(BaseEvent_setTarget, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_BaseEvent_getTimestamp(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getBaseEventAccessor()->getTimestamp(self); } KOALA_INTEROP_1(BaseEvent_getTimestamp, Ark_Int32, Ark_NativePointer) - + void impl_BaseEvent_setTimestamp(Ark_NativePointer thisPtr, KInteropNumber timestamp) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setTimestamp(self, (const Ark_Number*) (×tamp)); } KOALA_INTEROP_V2(BaseEvent_setTimestamp, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_BaseEvent_getSource(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getBaseEventAccessor()->getSource(self); } KOALA_INTEROP_1(BaseEvent_getSource, Ark_NativePointer, Ark_NativePointer) - + void impl_BaseEvent_setSource(Ark_NativePointer thisPtr, Ark_Int32 source) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setSource(self, static_cast(source)); } KOALA_INTEROP_V2(BaseEvent_setSource, Ark_NativePointer, Ark_Int32) - + Ark_Int32 impl_BaseEvent_getAxisHorizontal(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getBaseEventAccessor()->getAxisHorizontal(self); } KOALA_INTEROP_1(BaseEvent_getAxisHorizontal, Ark_Int32, Ark_NativePointer) - + void impl_BaseEvent_setAxisHorizontal(Ark_NativePointer thisPtr, KInteropNumber axisHorizontal) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setAxisHorizontal(self, (const Ark_Number*) (&axisHorizontal)); } KOALA_INTEROP_V2(BaseEvent_setAxisHorizontal, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_BaseEvent_getAxisVertical(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getBaseEventAccessor()->getAxisVertical(self); } KOALA_INTEROP_1(BaseEvent_getAxisVertical, Ark_Int32, Ark_NativePointer) - + void impl_BaseEvent_setAxisVertical(Ark_NativePointer thisPtr, KInteropNumber axisVertical) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setAxisVertical(self, (const Ark_Number*) (&axisVertical)); } KOALA_INTEROP_V2(BaseEvent_setAxisVertical, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_BaseEvent_getPressure(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getBaseEventAccessor()->getPressure(self); } KOALA_INTEROP_1(BaseEvent_getPressure, Ark_Int32, Ark_NativePointer) - + void impl_BaseEvent_setPressure(Ark_NativePointer thisPtr, KInteropNumber pressure) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setPressure(self, (const Ark_Number*) (&pressure)); } KOALA_INTEROP_V2(BaseEvent_setPressure, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_BaseEvent_getTiltX(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getBaseEventAccessor()->getTiltX(self); } KOALA_INTEROP_1(BaseEvent_getTiltX, Ark_Int32, Ark_NativePointer) - + void impl_BaseEvent_setTiltX(Ark_NativePointer thisPtr, KInteropNumber tiltX) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setTiltX(self, (const Ark_Number*) (&tiltX)); } KOALA_INTEROP_V2(BaseEvent_setTiltX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_BaseEvent_getTiltY(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getBaseEventAccessor()->getTiltY(self); } KOALA_INTEROP_1(BaseEvent_getTiltY, Ark_Int32, Ark_NativePointer) - + void impl_BaseEvent_setTiltY(Ark_NativePointer thisPtr, KInteropNumber tiltY) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setTiltY(self, (const Ark_Number*) (&tiltY)); } KOALA_INTEROP_V2(BaseEvent_setTiltY, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_BaseEvent_getSourceTool(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getBaseEventAccessor()->getSourceTool(self); } KOALA_INTEROP_1(BaseEvent_getSourceTool, Ark_NativePointer, Ark_NativePointer) - + void impl_BaseEvent_setSourceTool(Ark_NativePointer thisPtr, Ark_Int32 sourceTool) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setSourceTool(self, static_cast(sourceTool)); } KOALA_INTEROP_V2(BaseEvent_setSourceTool, Ark_NativePointer, Ark_Int32) - + Ark_Int32 impl_BaseEvent_getDeviceId(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getBaseEventAccessor()->getDeviceId(self); } KOALA_INTEROP_1(BaseEvent_getDeviceId, Ark_Int32, Ark_NativePointer) - + void impl_BaseEvent_setDeviceId(Ark_NativePointer thisPtr, KInteropNumber deviceId) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setDeviceId(self, (const Ark_Number*) (&deviceId)); } KOALA_INTEROP_V2(BaseEvent_setDeviceId, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_ClickEvent_ctor() { return GetAccessors()->getClickEventAccessor()->ctor(); } KOALA_INTEROP_0(ClickEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ClickEvent_getFinalizer() { return GetAccessors()->getClickEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(ClickEvent_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_ClickEvent_getDisplayX(Ark_NativePointer thisPtr) { ClickEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getClickEventAccessor()->getDisplayX(self); } KOALA_INTEROP_1(ClickEvent_getDisplayX, Ark_Int32, Ark_NativePointer) - + void impl_ClickEvent_setDisplayX(Ark_NativePointer thisPtr, KInteropNumber displayX) { ClickEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClickEventAccessor()->setDisplayX(self, (const Ark_Number*) (&displayX)); } KOALA_INTEROP_V2(ClickEvent_setDisplayX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_ClickEvent_getDisplayY(Ark_NativePointer thisPtr) { ClickEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getClickEventAccessor()->getDisplayY(self); } KOALA_INTEROP_1(ClickEvent_getDisplayY, Ark_Int32, Ark_NativePointer) - + void impl_ClickEvent_setDisplayY(Ark_NativePointer thisPtr, KInteropNumber displayY) { ClickEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClickEventAccessor()->setDisplayY(self, (const Ark_Number*) (&displayY)); } KOALA_INTEROP_V2(ClickEvent_setDisplayY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_ClickEvent_getWindowX(Ark_NativePointer thisPtr) { ClickEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getClickEventAccessor()->getWindowX(self); } KOALA_INTEROP_1(ClickEvent_getWindowX, Ark_Int32, Ark_NativePointer) - + void impl_ClickEvent_setWindowX(Ark_NativePointer thisPtr, KInteropNumber windowX) { ClickEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClickEventAccessor()->setWindowX(self, (const Ark_Number*) (&windowX)); } KOALA_INTEROP_V2(ClickEvent_setWindowX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_ClickEvent_getWindowY(Ark_NativePointer thisPtr) { ClickEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getClickEventAccessor()->getWindowY(self); } KOALA_INTEROP_1(ClickEvent_getWindowY, Ark_Int32, Ark_NativePointer) - + void impl_ClickEvent_setWindowY(Ark_NativePointer thisPtr, KInteropNumber windowY) { ClickEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClickEventAccessor()->setWindowY(self, (const Ark_Number*) (&windowY)); } KOALA_INTEROP_V2(ClickEvent_setWindowY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_ClickEvent_getScreenX(Ark_NativePointer thisPtr) { ClickEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getClickEventAccessor()->getScreenX(self); } KOALA_INTEROP_1(ClickEvent_getScreenX, Ark_Int32, Ark_NativePointer) - + void impl_ClickEvent_setScreenX(Ark_NativePointer thisPtr, KInteropNumber screenX) { ClickEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClickEventAccessor()->setScreenX(self, (const Ark_Number*) (&screenX)); } KOALA_INTEROP_V2(ClickEvent_setScreenX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_ClickEvent_getScreenY(Ark_NativePointer thisPtr) { ClickEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getClickEventAccessor()->getScreenY(self); } KOALA_INTEROP_1(ClickEvent_getScreenY, Ark_Int32, Ark_NativePointer) - + void impl_ClickEvent_setScreenY(Ark_NativePointer thisPtr, KInteropNumber screenY) { ClickEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClickEventAccessor()->setScreenY(self, (const Ark_Number*) (&screenY)); } KOALA_INTEROP_V2(ClickEvent_setScreenY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_ClickEvent_getX(Ark_NativePointer thisPtr) { ClickEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getClickEventAccessor()->getX(self); } KOALA_INTEROP_1(ClickEvent_getX, Ark_Int32, Ark_NativePointer) - + void impl_ClickEvent_setX(Ark_NativePointer thisPtr, KInteropNumber x) { ClickEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClickEventAccessor()->setX(self, (const Ark_Number*) (&x)); } KOALA_INTEROP_V2(ClickEvent_setX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_ClickEvent_getY(Ark_NativePointer thisPtr) { ClickEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getClickEventAccessor()->getY(self); } KOALA_INTEROP_1(ClickEvent_getY, Ark_Int32, Ark_NativePointer) - + void impl_ClickEvent_setY(Ark_NativePointer thisPtr, KInteropNumber y) { ClickEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClickEventAccessor()->setY(self, (const Ark_Number*) (&y)); } KOALA_INTEROP_V2(ClickEvent_setY, Ark_NativePointer, KInteropNumber) - + void impl_ClickEvent_setPreventDefault(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { ClickEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20216,17 +20216,17 @@ void impl_ClickEvent_setPreventDefault(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getClickEventAccessor()->setPreventDefault(self, (const Callback_Void*)&preventDefault_value); } KOALA_INTEROP_V3(ClickEvent_setPreventDefault, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_HoverEvent_ctor() { return GetAccessors()->getHoverEventAccessor()->ctor(); } KOALA_INTEROP_0(HoverEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_HoverEvent_getFinalizer() { return GetAccessors()->getHoverEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(HoverEvent_getFinalizer, Ark_NativePointer) - + void impl_HoverEvent_setStopPropagation(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { HoverEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20234,137 +20234,137 @@ void impl_HoverEvent_setStopPropagation(Ark_NativePointer thisPtr, uint8_t* this GetAccessors()->getHoverEventAccessor()->setStopPropagation(self, (const Callback_Void*)&stopPropagation_value); } KOALA_INTEROP_V3(HoverEvent_setStopPropagation, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_MouseEvent_ctor() { return GetAccessors()->getMouseEventAccessor()->ctor(); } KOALA_INTEROP_0(MouseEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_MouseEvent_getFinalizer() { return GetAccessors()->getMouseEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(MouseEvent_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_MouseEvent_getButton(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getButton(self); } KOALA_INTEROP_1(MouseEvent_getButton, Ark_NativePointer, Ark_NativePointer) - + void impl_MouseEvent_setButton(Ark_NativePointer thisPtr, Ark_Int32 button) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setButton(self, static_cast(button)); } KOALA_INTEROP_V2(MouseEvent_setButton, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_MouseEvent_getAction(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getAction(self); } KOALA_INTEROP_1(MouseEvent_getAction, Ark_NativePointer, Ark_NativePointer) - + void impl_MouseEvent_setAction(Ark_NativePointer thisPtr, Ark_Int32 action) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setAction(self, static_cast(action)); } KOALA_INTEROP_V2(MouseEvent_setAction, Ark_NativePointer, Ark_Int32) - + Ark_Int32 impl_MouseEvent_getDisplayX(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getDisplayX(self); } KOALA_INTEROP_1(MouseEvent_getDisplayX, Ark_Int32, Ark_NativePointer) - + void impl_MouseEvent_setDisplayX(Ark_NativePointer thisPtr, KInteropNumber displayX) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setDisplayX(self, (const Ark_Number*) (&displayX)); } KOALA_INTEROP_V2(MouseEvent_setDisplayX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_MouseEvent_getDisplayY(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getDisplayY(self); } KOALA_INTEROP_1(MouseEvent_getDisplayY, Ark_Int32, Ark_NativePointer) - + void impl_MouseEvent_setDisplayY(Ark_NativePointer thisPtr, KInteropNumber displayY) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setDisplayY(self, (const Ark_Number*) (&displayY)); } KOALA_INTEROP_V2(MouseEvent_setDisplayY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_MouseEvent_getWindowX(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getWindowX(self); } KOALA_INTEROP_1(MouseEvent_getWindowX, Ark_Int32, Ark_NativePointer) - + void impl_MouseEvent_setWindowX(Ark_NativePointer thisPtr, KInteropNumber windowX) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setWindowX(self, (const Ark_Number*) (&windowX)); } KOALA_INTEROP_V2(MouseEvent_setWindowX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_MouseEvent_getWindowY(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getWindowY(self); } KOALA_INTEROP_1(MouseEvent_getWindowY, Ark_Int32, Ark_NativePointer) - + void impl_MouseEvent_setWindowY(Ark_NativePointer thisPtr, KInteropNumber windowY) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setWindowY(self, (const Ark_Number*) (&windowY)); } KOALA_INTEROP_V2(MouseEvent_setWindowY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_MouseEvent_getScreenX(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getScreenX(self); } KOALA_INTEROP_1(MouseEvent_getScreenX, Ark_Int32, Ark_NativePointer) - + void impl_MouseEvent_setScreenX(Ark_NativePointer thisPtr, KInteropNumber screenX) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setScreenX(self, (const Ark_Number*) (&screenX)); } KOALA_INTEROP_V2(MouseEvent_setScreenX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_MouseEvent_getScreenY(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getScreenY(self); } KOALA_INTEROP_1(MouseEvent_getScreenY, Ark_Int32, Ark_NativePointer) - + void impl_MouseEvent_setScreenY(Ark_NativePointer thisPtr, KInteropNumber screenY) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setScreenY(self, (const Ark_Number*) (&screenY)); } KOALA_INTEROP_V2(MouseEvent_setScreenY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_MouseEvent_getX(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getX(self); } KOALA_INTEROP_1(MouseEvent_getX, Ark_Int32, Ark_NativePointer) - + void impl_MouseEvent_setX(Ark_NativePointer thisPtr, KInteropNumber x) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setX(self, (const Ark_Number*) (&x)); } KOALA_INTEROP_V2(MouseEvent_setX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_MouseEvent_getY(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMouseEventAccessor()->getY(self); } KOALA_INTEROP_1(MouseEvent_getY, Ark_Int32, Ark_NativePointer) - + void impl_MouseEvent_setY(Ark_NativePointer thisPtr, KInteropNumber y) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setY(self, (const Ark_Number*) (&y)); } KOALA_INTEROP_V2(MouseEvent_setY, Ark_NativePointer, KInteropNumber) - + void impl_MouseEvent_setStopPropagation(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { MouseEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20372,129 +20372,129 @@ void impl_MouseEvent_setStopPropagation(Ark_NativePointer thisPtr, uint8_t* this GetAccessors()->getMouseEventAccessor()->setStopPropagation(self, (const Callback_Void*)&stopPropagation_value); } KOALA_INTEROP_V3(MouseEvent_setStopPropagation, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_AccessibilityHoverEvent_ctor() { return GetAccessors()->getAccessibilityHoverEventAccessor()->ctor(); } KOALA_INTEROP_0(AccessibilityHoverEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_AccessibilityHoverEvent_getFinalizer() { return GetAccessors()->getAccessibilityHoverEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(AccessibilityHoverEvent_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_AccessibilityHoverEvent_getType(Ark_NativePointer thisPtr) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getAccessibilityHoverEventAccessor()->getType(self); } KOALA_INTEROP_1(AccessibilityHoverEvent_getType, Ark_NativePointer, Ark_NativePointer) - + void impl_AccessibilityHoverEvent_setType(Ark_NativePointer thisPtr, Ark_Int32 type) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getAccessibilityHoverEventAccessor()->setType(self, static_cast(type)); } KOALA_INTEROP_V2(AccessibilityHoverEvent_setType, Ark_NativePointer, Ark_Int32) - + Ark_Int32 impl_AccessibilityHoverEvent_getX(Ark_NativePointer thisPtr) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getAccessibilityHoverEventAccessor()->getX(self); } KOALA_INTEROP_1(AccessibilityHoverEvent_getX, Ark_Int32, Ark_NativePointer) - + void impl_AccessibilityHoverEvent_setX(Ark_NativePointer thisPtr, KInteropNumber x) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getAccessibilityHoverEventAccessor()->setX(self, (const Ark_Number*) (&x)); } KOALA_INTEROP_V2(AccessibilityHoverEvent_setX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_AccessibilityHoverEvent_getY(Ark_NativePointer thisPtr) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getAccessibilityHoverEventAccessor()->getY(self); } KOALA_INTEROP_1(AccessibilityHoverEvent_getY, Ark_Int32, Ark_NativePointer) - + void impl_AccessibilityHoverEvent_setY(Ark_NativePointer thisPtr, KInteropNumber y) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getAccessibilityHoverEventAccessor()->setY(self, (const Ark_Number*) (&y)); } KOALA_INTEROP_V2(AccessibilityHoverEvent_setY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_AccessibilityHoverEvent_getDisplayX(Ark_NativePointer thisPtr) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getAccessibilityHoverEventAccessor()->getDisplayX(self); } KOALA_INTEROP_1(AccessibilityHoverEvent_getDisplayX, Ark_Int32, Ark_NativePointer) - + void impl_AccessibilityHoverEvent_setDisplayX(Ark_NativePointer thisPtr, KInteropNumber displayX) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getAccessibilityHoverEventAccessor()->setDisplayX(self, (const Ark_Number*) (&displayX)); } KOALA_INTEROP_V2(AccessibilityHoverEvent_setDisplayX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_AccessibilityHoverEvent_getDisplayY(Ark_NativePointer thisPtr) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getAccessibilityHoverEventAccessor()->getDisplayY(self); } KOALA_INTEROP_1(AccessibilityHoverEvent_getDisplayY, Ark_Int32, Ark_NativePointer) - + void impl_AccessibilityHoverEvent_setDisplayY(Ark_NativePointer thisPtr, KInteropNumber displayY) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getAccessibilityHoverEventAccessor()->setDisplayY(self, (const Ark_Number*) (&displayY)); } KOALA_INTEROP_V2(AccessibilityHoverEvent_setDisplayY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_AccessibilityHoverEvent_getWindowX(Ark_NativePointer thisPtr) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getAccessibilityHoverEventAccessor()->getWindowX(self); } KOALA_INTEROP_1(AccessibilityHoverEvent_getWindowX, Ark_Int32, Ark_NativePointer) - + void impl_AccessibilityHoverEvent_setWindowX(Ark_NativePointer thisPtr, KInteropNumber windowX) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getAccessibilityHoverEventAccessor()->setWindowX(self, (const Ark_Number*) (&windowX)); } KOALA_INTEROP_V2(AccessibilityHoverEvent_setWindowX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_AccessibilityHoverEvent_getWindowY(Ark_NativePointer thisPtr) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getAccessibilityHoverEventAccessor()->getWindowY(self); } KOALA_INTEROP_1(AccessibilityHoverEvent_getWindowY, Ark_Int32, Ark_NativePointer) - + void impl_AccessibilityHoverEvent_setWindowY(Ark_NativePointer thisPtr, KInteropNumber windowY) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getAccessibilityHoverEventAccessor()->setWindowY(self, (const Ark_Number*) (&windowY)); } KOALA_INTEROP_V2(AccessibilityHoverEvent_setWindowY, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_TouchEvent_ctor() { return GetAccessors()->getTouchEventAccessor()->ctor(); } KOALA_INTEROP_0(TouchEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TouchEvent_getFinalizer() { return GetAccessors()->getTouchEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(TouchEvent_getFinalizer, Ark_NativePointer) - + void impl_TouchEvent_getHistoricalPoints(Ark_NativePointer thisPtr) { TouchEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTouchEventAccessor()->getHistoricalPoints(self); } KOALA_INTEROP_V1(TouchEvent_getHistoricalPoints, Ark_NativePointer) - + Ark_NativePointer impl_TouchEvent_getType(Ark_NativePointer thisPtr) { TouchEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTouchEventAccessor()->getType(self); } KOALA_INTEROP_1(TouchEvent_getType, Ark_NativePointer, Ark_NativePointer) - + void impl_TouchEvent_setType(Ark_NativePointer thisPtr, Ark_Int32 type) { TouchEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTouchEventAccessor()->setType(self, static_cast(type)); } KOALA_INTEROP_V2(TouchEvent_setType, Ark_NativePointer, Ark_Int32) - + void impl_TouchEvent_setTouches(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TouchEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20509,7 +20509,7 @@ void impl_TouchEvent_setTouches(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetAccessors()->getTouchEventAccessor()->setTouches(self, (const Array_TouchObject*)&touches_value); } KOALA_INTEROP_V3(TouchEvent_setTouches, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TouchEvent_setChangedTouches(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TouchEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20524,7 +20524,7 @@ void impl_TouchEvent_setChangedTouches(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getTouchEventAccessor()->setChangedTouches(self, (const Array_TouchObject*)&changedTouches_value); } KOALA_INTEROP_V3(TouchEvent_setChangedTouches, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TouchEvent_setStopPropagation(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TouchEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20532,7 +20532,7 @@ void impl_TouchEvent_setStopPropagation(Ark_NativePointer thisPtr, uint8_t* this GetAccessors()->getTouchEventAccessor()->setStopPropagation(self, (const Callback_Void*)&stopPropagation_value); } KOALA_INTEROP_V3(TouchEvent_setStopPropagation, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TouchEvent_setPreventDefault(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TouchEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20540,69 +20540,69 @@ void impl_TouchEvent_setPreventDefault(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getTouchEventAccessor()->setPreventDefault(self, (const Callback_Void*)&preventDefault_value); } KOALA_INTEROP_V3(TouchEvent_setPreventDefault, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_PixelMapMock_ctor() { return GetAccessors()->getPixelMapMockAccessor()->ctor(); } KOALA_INTEROP_0(PixelMapMock_ctor, Ark_NativePointer) - + Ark_NativePointer impl_PixelMapMock_getFinalizer() { return GetAccessors()->getPixelMapMockAccessor()->getFinalizer(); } KOALA_INTEROP_0(PixelMapMock_getFinalizer, Ark_NativePointer) - + void impl_PixelMapMock_release(Ark_NativePointer thisPtr) { PixelMapMockPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPixelMapMockAccessor()->release(self); } KOALA_INTEROP_V1(PixelMapMock_release, Ark_NativePointer) - + Ark_NativePointer impl_DragEvent_ctor() { return GetAccessors()->getDragEventAccessor()->ctor(); } KOALA_INTEROP_0(DragEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_DragEvent_getFinalizer() { return GetAccessors()->getDragEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(DragEvent_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_DragEvent_getDisplayX(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getDisplayX(self); } KOALA_INTEROP_1(DragEvent_getDisplayX, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_DragEvent_getDisplayY(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getDisplayY(self); } KOALA_INTEROP_1(DragEvent_getDisplayY, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_DragEvent_getWindowX(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getWindowX(self); } KOALA_INTEROP_1(DragEvent_getWindowX, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_DragEvent_getWindowY(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getWindowY(self); } KOALA_INTEROP_1(DragEvent_getWindowY, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_DragEvent_getX(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getX(self); } KOALA_INTEROP_1(DragEvent_getX, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_DragEvent_getY(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getY(self); } KOALA_INTEROP_1(DragEvent_getY, Ark_Int32, Ark_NativePointer) - + void impl_DragEvent_setData(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { DragEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20610,55 +20610,55 @@ void impl_DragEvent_setData(Ark_NativePointer thisPtr, uint8_t* thisArray, int32 GetAccessors()->getDragEventAccessor()->setData(self, (const Ark_UnifiedData*)&unifiedData_value); } KOALA_INTEROP_V3(DragEvent_setData, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_DragEvent_getData(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getData(self); } KOALA_INTEROP_1(DragEvent_getData, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_DragEvent_getSummary(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getSummary(self); } KOALA_INTEROP_1(DragEvent_getSummary, Ark_NativePointer, Ark_NativePointer) - + void impl_DragEvent_setResult(Ark_NativePointer thisPtr, Ark_Int32 dragResult) { DragEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDragEventAccessor()->setResult(self, static_cast(dragResult)); } KOALA_INTEROP_V2(DragEvent_setResult, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_DragEvent_getResult(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getResult(self); } KOALA_INTEROP_1(DragEvent_getResult, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_DragEvent_getPreviewRect(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getPreviewRect(self); } KOALA_INTEROP_1(DragEvent_getPreviewRect, Ark_NativePointer, Ark_NativePointer) - + Ark_Int32 impl_DragEvent_getVelocityX(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getVelocityX(self); } KOALA_INTEROP_1(DragEvent_getVelocityX, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_DragEvent_getVelocityY(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getVelocityY(self); } KOALA_INTEROP_1(DragEvent_getVelocityY, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_DragEvent_getVelocity(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getVelocity(self); } KOALA_INTEROP_1(DragEvent_getVelocity, Ark_Int32, Ark_NativePointer) - + Ark_Boolean impl_DragEvent_getModifierKeyState(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { DragEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20673,41 +20673,41 @@ Ark_Boolean impl_DragEvent_getModifierKeyState(Ark_NativePointer thisPtr, uint8_ return GetAccessors()->getDragEventAccessor()->getModifierKeyState(self, (const Array_String*)&keys_value); } KOALA_INTEROP_3(DragEvent_getModifierKeyState, Ark_Boolean, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_DragEvent_getDragBehavior(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getDragBehavior(self); } KOALA_INTEROP_1(DragEvent_getDragBehavior, Ark_NativePointer, Ark_NativePointer) - + void impl_DragEvent_setDragBehavior(Ark_NativePointer thisPtr, Ark_Int32 dragBehavior) { DragEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDragEventAccessor()->setDragBehavior(self, static_cast(dragBehavior)); } KOALA_INTEROP_V2(DragEvent_setDragBehavior, Ark_NativePointer, Ark_Int32) - + Ark_Boolean impl_DragEvent_getUseCustomDropAnimation(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getUseCustomDropAnimation(self); } KOALA_INTEROP_1(DragEvent_getUseCustomDropAnimation, Ark_Boolean, Ark_NativePointer) - + void impl_DragEvent_setUseCustomDropAnimation(Ark_NativePointer thisPtr, Ark_Boolean useCustomDropAnimation) { DragEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDragEventAccessor()->setUseCustomDropAnimation(self, useCustomDropAnimation); } KOALA_INTEROP_V2(DragEvent_setUseCustomDropAnimation, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_KeyEvent_ctor() { return GetAccessors()->getKeyEventAccessor()->ctor(); } KOALA_INTEROP_0(KeyEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_KeyEvent_getFinalizer() { return GetAccessors()->getKeyEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(KeyEvent_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_KeyEvent_getModifierKeyState(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { KeyEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20722,91 +20722,91 @@ Ark_Boolean impl_KeyEvent_getModifierKeyState(Ark_NativePointer thisPtr, uint8_t return GetAccessors()->getKeyEventAccessor()->getModifierKeyState(self, (const Array_String*)&keys_value); } KOALA_INTEROP_3(KeyEvent_getModifierKeyState, Ark_Boolean, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_KeyEvent_getType(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getKeyEventAccessor()->getType(self); } KOALA_INTEROP_1(KeyEvent_getType, Ark_NativePointer, Ark_NativePointer) - + void impl_KeyEvent_setType(Ark_NativePointer thisPtr, Ark_Int32 type) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setType(self, static_cast(type)); } KOALA_INTEROP_V2(KeyEvent_setType, Ark_NativePointer, Ark_Int32) - + Ark_Int32 impl_KeyEvent_getKeyCode(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getKeyEventAccessor()->getKeyCode(self); } KOALA_INTEROP_1(KeyEvent_getKeyCode, Ark_Int32, Ark_NativePointer) - + void impl_KeyEvent_setKeyCode(Ark_NativePointer thisPtr, KInteropNumber keyCode) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setKeyCode(self, (const Ark_Number*) (&keyCode)); } KOALA_INTEROP_V2(KeyEvent_setKeyCode, Ark_NativePointer, KInteropNumber) - + void impl_KeyEvent_getKeyText(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->getKeyText(self); } KOALA_INTEROP_V1(KeyEvent_getKeyText, Ark_NativePointer) - + void impl_KeyEvent_setKeyText(Ark_NativePointer thisPtr, const KStringPtr& keyText) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setKeyText(self, (const Ark_String*) (&keyText)); } KOALA_INTEROP_V2(KeyEvent_setKeyText, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_KeyEvent_getKeySource(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getKeyEventAccessor()->getKeySource(self); } KOALA_INTEROP_1(KeyEvent_getKeySource, Ark_NativePointer, Ark_NativePointer) - + void impl_KeyEvent_setKeySource(Ark_NativePointer thisPtr, Ark_Int32 keySource) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setKeySource(self, static_cast(keySource)); } KOALA_INTEROP_V2(KeyEvent_setKeySource, Ark_NativePointer, Ark_Int32) - + Ark_Int32 impl_KeyEvent_getDeviceId(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getKeyEventAccessor()->getDeviceId(self); } KOALA_INTEROP_1(KeyEvent_getDeviceId, Ark_Int32, Ark_NativePointer) - + void impl_KeyEvent_setDeviceId(Ark_NativePointer thisPtr, KInteropNumber deviceId) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setDeviceId(self, (const Ark_Number*) (&deviceId)); } KOALA_INTEROP_V2(KeyEvent_setDeviceId, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_KeyEvent_getMetaKey(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getKeyEventAccessor()->getMetaKey(self); } KOALA_INTEROP_1(KeyEvent_getMetaKey, Ark_Int32, Ark_NativePointer) - + void impl_KeyEvent_setMetaKey(Ark_NativePointer thisPtr, KInteropNumber metaKey) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setMetaKey(self, (const Ark_Number*) (&metaKey)); } KOALA_INTEROP_V2(KeyEvent_setMetaKey, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_KeyEvent_getTimestamp(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getKeyEventAccessor()->getTimestamp(self); } KOALA_INTEROP_1(KeyEvent_getTimestamp, Ark_Int32, Ark_NativePointer) - + void impl_KeyEvent_setTimestamp(Ark_NativePointer thisPtr, KInteropNumber timestamp) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setTimestamp(self, (const Ark_Number*) (×tamp)); } KOALA_INTEROP_V2(KeyEvent_setTimestamp, Ark_NativePointer, KInteropNumber) - + void impl_KeyEvent_setStopPropagation(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { KeyEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20814,7 +20814,7 @@ void impl_KeyEvent_setStopPropagation(Ark_NativePointer thisPtr, uint8_t* thisAr GetAccessors()->getKeyEventAccessor()->setStopPropagation(self, (const Callback_Void*)&stopPropagation_value); } KOALA_INTEROP_V3(KeyEvent_setStopPropagation, Ark_NativePointer, uint8_t*, int32_t) - + void impl_KeyEvent_setIntentionCode(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { KeyEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20822,19 +20822,19 @@ void impl_KeyEvent_setIntentionCode(Ark_NativePointer thisPtr, uint8_t* thisArra GetAccessors()->getKeyEventAccessor()->setIntentionCode(self, (const Ark_IntentionCode*)&intentionCode_value); } KOALA_INTEROP_V3(KeyEvent_setIntentionCode, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_KeyEvent_getUnicode(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getKeyEventAccessor()->getUnicode(self); } KOALA_INTEROP_1(KeyEvent_getUnicode, Ark_Int32, Ark_NativePointer) - + void impl_KeyEvent_setUnicode(Ark_NativePointer thisPtr, KInteropNumber unicode) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setUnicode(self, (const Ark_Number*) (&unicode)); } KOALA_INTEROP_V2(KeyEvent_setUnicode, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_ProgressMask_ctor(KInteropNumber value, KInteropNumber total, uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const Ark_Int8 color_value_buf_selector = thisDeserializer.readInt8(); @@ -20863,18 +20863,18 @@ Ark_NativePointer impl_ProgressMask_ctor(KInteropNumber value, KInteropNumber to return GetAccessors()->getProgressMaskAccessor()->ctor((const Ark_Number*) (&value), (const Ark_Number*) (&total), (const Ark_ResourceColor*)&color_value); } KOALA_INTEROP_4(ProgressMask_ctor, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + Ark_NativePointer impl_ProgressMask_getFinalizer() { return GetAccessors()->getProgressMaskAccessor()->getFinalizer(); } KOALA_INTEROP_0(ProgressMask_getFinalizer, Ark_NativePointer) - + void impl_ProgressMask_updateProgress(Ark_NativePointer thisPtr, KInteropNumber value) { ProgressMaskPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getProgressMaskAccessor()->updateProgress(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(ProgressMask_updateProgress, Ark_NativePointer, KInteropNumber) - + void impl_ProgressMask_updateColor(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { ProgressMaskPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20904,23 +20904,23 @@ void impl_ProgressMask_updateColor(Ark_NativePointer thisPtr, uint8_t* thisArray GetAccessors()->getProgressMaskAccessor()->updateColor(self, (const Ark_ResourceColor*)&value_value); } KOALA_INTEROP_V3(ProgressMask_updateColor, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ProgressMask_enableBreathingAnimation(Ark_NativePointer thisPtr, Ark_Boolean value) { ProgressMaskPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getProgressMaskAccessor()->enableBreathingAnimation(self, value); } KOALA_INTEROP_V2(ProgressMask_enableBreathingAnimation, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_View_ctor() { return GetAccessors()->getViewAccessor()->ctor(); } KOALA_INTEROP_0(View_ctor, Ark_NativePointer) - + Ark_NativePointer impl_View_getFinalizer() { return GetAccessors()->getViewAccessor()->getFinalizer(); } KOALA_INTEROP_0(View_getFinalizer, Ark_NativePointer) - + void impl_View_create(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { ViewPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20928,45 +20928,45 @@ void impl_View_create(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thi GetAccessors()->getViewAccessor()->create(self, (const Ark_CustomObject*)&value_value); } KOALA_INTEROP_V3(View_create, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TextContentControllerBase_ctor() { return GetAccessors()->getTextContentControllerBaseAccessor()->ctor(); } KOALA_INTEROP_0(TextContentControllerBase_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextContentControllerBase_getFinalizer() { return GetAccessors()->getTextContentControllerBaseAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextContentControllerBase_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_TextContentControllerBase_getCaretOffset(Ark_NativePointer thisPtr) { TextContentControllerBasePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextContentControllerBaseAccessor()->getCaretOffset(self); } KOALA_INTEROP_1(TextContentControllerBase_getCaretOffset, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_TextContentControllerBase_getTextContentRect(Ark_NativePointer thisPtr) { TextContentControllerBasePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextContentControllerBaseAccessor()->getTextContentRect(self); } KOALA_INTEROP_1(TextContentControllerBase_getTextContentRect, Ark_NativePointer, Ark_NativePointer) - + Ark_Int32 impl_TextContentControllerBase_getTextContentLineCount(Ark_NativePointer thisPtr) { TextContentControllerBasePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextContentControllerBaseAccessor()->getTextContentLineCount(self); } KOALA_INTEROP_1(TextContentControllerBase_getTextContentLineCount, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_DynamicNode_ctor() { return GetAccessors()->getDynamicNodeAccessor()->ctor(); } KOALA_INTEROP_0(DynamicNode_ctor, Ark_NativePointer) - + Ark_NativePointer impl_DynamicNode_getFinalizer() { return GetAccessors()->getDynamicNodeAccessor()->getFinalizer(); } KOALA_INTEROP_0(DynamicNode_getFinalizer, Ark_NativePointer) - + void impl_DynamicNode_onMove(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { DynamicNodePeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20981,17 +20981,17 @@ void impl_DynamicNode_onMove(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetAccessors()->getDynamicNodeAccessor()->onMove(self, (const Opt_OnMoveHandler*)&handler_value); } KOALA_INTEROP_V3(DynamicNode_onMove, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_ChildrenMainSize_ctor(KInteropNumber childDefaultSize) { return GetAccessors()->getChildrenMainSizeAccessor()->ctor((const Ark_Number*) (&childDefaultSize)); } KOALA_INTEROP_1(ChildrenMainSize_ctor, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_ChildrenMainSize_getFinalizer() { return GetAccessors()->getChildrenMainSizeAccessor()->getFinalizer(); } KOALA_INTEROP_0(ChildrenMainSize_getFinalizer, Ark_NativePointer) - + void impl_ChildrenMainSize_splice(Ark_NativePointer thisPtr, KInteropNumber start, uint8_t* thisArray, int32_t thisLength) { ChildrenMainSizePeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21021,35 +21021,35 @@ void impl_ChildrenMainSize_splice(Ark_NativePointer thisPtr, KInteropNumber star GetAccessors()->getChildrenMainSizeAccessor()->splice(self, (const Ark_Number*) (&start), (const Opt_Number*)&deleteCount_value, (const Opt_Array_Number*)&childrenSize_value); } KOALA_INTEROP_V4(ChildrenMainSize_splice, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_ChildrenMainSize_update(Ark_NativePointer thisPtr, KInteropNumber index, KInteropNumber childSize) { ChildrenMainSizePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getChildrenMainSizeAccessor()->update(self, (const Ark_Number*) (&index), (const Ark_Number*) (&childSize)); } KOALA_INTEROP_V3(ChildrenMainSize_update, Ark_NativePointer, KInteropNumber, KInteropNumber) - + Ark_Int32 impl_ChildrenMainSize_getChildDefaultSize(Ark_NativePointer thisPtr) { ChildrenMainSizePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getChildrenMainSizeAccessor()->getChildDefaultSize(self); } KOALA_INTEROP_1(ChildrenMainSize_getChildDefaultSize, Ark_Int32, Ark_NativePointer) - + void impl_ChildrenMainSize_setChildDefaultSize(Ark_NativePointer thisPtr, KInteropNumber childDefaultSize) { ChildrenMainSizePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getChildrenMainSizeAccessor()->setChildDefaultSize(self, (const Ark_Number*) (&childDefaultSize)); } KOALA_INTEROP_V2(ChildrenMainSize_setChildDefaultSize, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_UICommonEvent_ctor() { return GetAccessors()->getUICommonEventAccessor()->ctor(); } KOALA_INTEROP_0(UICommonEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_UICommonEvent_getFinalizer() { return GetAccessors()->getUICommonEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(UICommonEvent_getFinalizer, Ark_NativePointer) - + void impl_UICommonEvent_setOnClick(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21064,7 +21064,7 @@ void impl_UICommonEvent_setOnClick(Ark_NativePointer thisPtr, uint8_t* thisArray GetAccessors()->getUICommonEventAccessor()->setOnClick(self, (const Opt_Callback_ClickEvent_Void*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnClick, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnTouch(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21079,7 +21079,7 @@ void impl_UICommonEvent_setOnTouch(Ark_NativePointer thisPtr, uint8_t* thisArray GetAccessors()->getUICommonEventAccessor()->setOnTouch(self, (const Opt_Callback_TouchEvent_Void*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnTouch, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnAppear(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21094,7 +21094,7 @@ void impl_UICommonEvent_setOnAppear(Ark_NativePointer thisPtr, uint8_t* thisArra GetAccessors()->getUICommonEventAccessor()->setOnAppear(self, (const Opt_Callback_Void*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnAppear, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnDisappear(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21109,7 +21109,7 @@ void impl_UICommonEvent_setOnDisappear(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getUICommonEventAccessor()->setOnDisappear(self, (const Opt_Callback_Void*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnDisappear, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnKeyEvent(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21124,7 +21124,7 @@ void impl_UICommonEvent_setOnKeyEvent(Ark_NativePointer thisPtr, uint8_t* thisAr GetAccessors()->getUICommonEventAccessor()->setOnKeyEvent(self, (const Opt_Callback_KeyEvent_Void*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnKeyEvent, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnFocus(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21139,7 +21139,7 @@ void impl_UICommonEvent_setOnFocus(Ark_NativePointer thisPtr, uint8_t* thisArray GetAccessors()->getUICommonEventAccessor()->setOnFocus(self, (const Opt_Callback_Void*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnFocus, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnBlur(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21154,7 +21154,7 @@ void impl_UICommonEvent_setOnBlur(Ark_NativePointer thisPtr, uint8_t* thisArray, GetAccessors()->getUICommonEventAccessor()->setOnBlur(self, (const Opt_Callback_Void*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnBlur, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnHover(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21169,7 +21169,7 @@ void impl_UICommonEvent_setOnHover(Ark_NativePointer thisPtr, uint8_t* thisArray GetAccessors()->getUICommonEventAccessor()->setOnHover(self, (const Opt_HoverCallback*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnHover, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnMouse(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21184,7 +21184,7 @@ void impl_UICommonEvent_setOnMouse(Ark_NativePointer thisPtr, uint8_t* thisArray GetAccessors()->getUICommonEventAccessor()->setOnMouse(self, (const Opt_Callback_MouseEvent_Void*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnMouse, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnSizeChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21199,7 +21199,7 @@ void impl_UICommonEvent_setOnSizeChange(Ark_NativePointer thisPtr, uint8_t* this GetAccessors()->getUICommonEventAccessor()->setOnSizeChange(self, (const Opt_SizeChangeCallback*)&callback__value); } KOALA_INTEROP_V3(UICommonEvent_setOnSizeChange, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UICommonEvent_setOnVisibleAreaApproximateChange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UICommonEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21215,17 +21215,17 @@ void impl_UICommonEvent_setOnVisibleAreaApproximateChange(Ark_NativePointer this GetAccessors()->getUICommonEventAccessor()->setOnVisibleAreaApproximateChange(self, (const Ark_VisibleAreaEventOptions*)&options_value, (const Opt_VisibleAreaChangeCallback*)&event_value); } KOALA_INTEROP_V3(UICommonEvent_setOnVisibleAreaApproximateChange, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_GestureModifier_ctor() { return GetAccessors()->getGestureModifierAccessor()->ctor(); } KOALA_INTEROP_0(GestureModifier_ctor, Ark_NativePointer) - + Ark_NativePointer impl_GestureModifier_getFinalizer() { return GetAccessors()->getGestureModifierAccessor()->getFinalizer(); } KOALA_INTEROP_0(GestureModifier_getFinalizer, Ark_NativePointer) - + void impl_GestureModifier_applyGesture(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { GestureModifierPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21233,17 +21233,17 @@ void impl_GestureModifier_applyGesture(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getGestureModifierAccessor()->applyGesture(self, (const Ark_UIGestureEvent*)&event_value); } KOALA_INTEROP_V3(GestureModifier_applyGesture, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_GlobalScope_common_ctor() { return GetAccessors()->getGlobalScope_commonAccessor()->ctor(); } KOALA_INTEROP_0(GlobalScope_common_ctor, Ark_NativePointer) - + Ark_NativePointer impl_GlobalScope_common_getFinalizer() { return GetAccessors()->getGlobalScope_commonAccessor()->getFinalizer(); } KOALA_INTEROP_0(GlobalScope_common_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_GlobalScope_common_getContext(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const auto component_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -21257,7 +21257,7 @@ Ark_NativePointer impl_GlobalScope_common_getContext(uint8_t* thisArray, int32_t return GetAccessors()->getGlobalScope_commonAccessor()->getContext((const Opt_CustomObject*)&component_value); } KOALA_INTEROP_2(GlobalScope_common_getContext, Ark_NativePointer, uint8_t*, int32_t) - + void impl_GlobalScope_common_postCardAction(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_CustomObject component_value = static_cast(thisDeserializer.readCustomObject("Object"));; @@ -21265,7 +21265,7 @@ void impl_GlobalScope_common_postCardAction(uint8_t* thisArray, int32_t thisLeng GetAccessors()->getGlobalScope_commonAccessor()->postCardAction((const Ark_CustomObject*)&component_value, (const Ark_CustomObject*)&action_value); } KOALA_INTEROP_V2(GlobalScope_common_postCardAction, uint8_t*, int32_t) - + Ark_NativePointer impl_GlobalScope_common_dollar_r(const KStringPtr& value, uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const Ark_Int32 params_value_buf_length = thisDeserializer.readInt32(); @@ -21279,12 +21279,12 @@ Ark_NativePointer impl_GlobalScope_common_dollar_r(const KStringPtr& value, uint return GetAccessors()->getGlobalScope_commonAccessor()->dollar_r((const Ark_String*) (&value), (const Array_CustomObject*)¶ms_value); } KOALA_INTEROP_3(GlobalScope_common_dollar_r, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + Ark_NativePointer impl_GlobalScope_common_dollar_rawfile(const KStringPtr& value) { return GetAccessors()->getGlobalScope_commonAccessor()->dollar_rawfile((const Ark_String*) (&value)); } KOALA_INTEROP_1(GlobalScope_common_dollar_rawfile, Ark_NativePointer, KStringPtr) - + void impl_GlobalScope_common_animateTo(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_AnimateParam value_value = thisDeserializer.readAnimateParam();; @@ -21292,7 +21292,7 @@ void impl_GlobalScope_common_animateTo(uint8_t* thisArray, int32_t thisLength) { GetAccessors()->getGlobalScope_commonAccessor()->animateTo((const Ark_AnimateParam*)&value_value, (const Callback_Void*)&event_value); } KOALA_INTEROP_V2(GlobalScope_common_animateTo, uint8_t*, int32_t) - + void impl_GlobalScope_common_animateToImmediately(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_AnimateParam value_value = thisDeserializer.readAnimateParam();; @@ -21300,101 +21300,101 @@ void impl_GlobalScope_common_animateToImmediately(uint8_t* thisArray, int32_t th GetAccessors()->getGlobalScope_commonAccessor()->animateToImmediately((const Ark_AnimateParam*)&value_value, (const Callback_Void*)&event_value); } KOALA_INTEROP_V2(GlobalScope_common_animateToImmediately, uint8_t*, int32_t) - + Ark_Int32 impl_GlobalScope_common_vp2px(KInteropNumber value) { return GetAccessors()->getGlobalScope_commonAccessor()->vp2px((const Ark_Number*) (&value)); } KOALA_INTEROP_1(GlobalScope_common_vp2px, Ark_Int32, KInteropNumber) - + Ark_Int32 impl_GlobalScope_common_px2vp(KInteropNumber value) { return GetAccessors()->getGlobalScope_commonAccessor()->px2vp((const Ark_Number*) (&value)); } KOALA_INTEROP_1(GlobalScope_common_px2vp, Ark_Int32, KInteropNumber) - + Ark_Int32 impl_GlobalScope_common_fp2px(KInteropNumber value) { return GetAccessors()->getGlobalScope_commonAccessor()->fp2px((const Ark_Number*) (&value)); } KOALA_INTEROP_1(GlobalScope_common_fp2px, Ark_Int32, KInteropNumber) - + Ark_Int32 impl_GlobalScope_common_px2fp(KInteropNumber value) { return GetAccessors()->getGlobalScope_commonAccessor()->px2fp((const Ark_Number*) (&value)); } KOALA_INTEROP_1(GlobalScope_common_px2fp, Ark_Int32, KInteropNumber) - + Ark_Int32 impl_GlobalScope_common_lpx2px(KInteropNumber value) { return GetAccessors()->getGlobalScope_commonAccessor()->lpx2px((const Ark_Number*) (&value)); } KOALA_INTEROP_1(GlobalScope_common_lpx2px, Ark_Int32, KInteropNumber) - + Ark_Int32 impl_GlobalScope_common_px2lpx(KInteropNumber value) { return GetAccessors()->getGlobalScope_commonAccessor()->px2lpx((const Ark_Number*) (&value)); } KOALA_INTEROP_1(GlobalScope_common_px2lpx, Ark_Int32, KInteropNumber) - + Ark_Boolean impl_GlobalScope_common_requestFocus(const KStringPtr& value) { return GetAccessors()->getGlobalScope_commonAccessor()->requestFocus((const Ark_String*) (&value)); } KOALA_INTEROP_1(GlobalScope_common_requestFocus, Ark_Boolean, KStringPtr) - + void impl_GlobalScope_common_setCursor(Ark_Int32 value) { GetAccessors()->getGlobalScope_commonAccessor()->setCursor(static_cast(value)); } KOALA_INTEROP_V1(GlobalScope_common_setCursor, Ark_Int32) - + void impl_GlobalScope_common_restoreDefault() { GetAccessors()->getGlobalScope_commonAccessor()->restoreDefault(); } KOALA_INTEROP_V0(GlobalScope_common_restoreDefault) - + Ark_NativePointer impl_ContextMenu_ctor() { return GetAccessors()->getContextMenuAccessor()->ctor(); } KOALA_INTEROP_0(ContextMenu_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ContextMenu_getFinalizer() { return GetAccessors()->getContextMenuAccessor()->getFinalizer(); } KOALA_INTEROP_0(ContextMenu_getFinalizer, Ark_NativePointer) - + void impl_ContextMenu_close() { GetAccessors()->getContextMenuAccessor()->close(); } KOALA_INTEROP_V0(ContextMenu_close) - + Ark_NativePointer impl_CustomDialogController_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_CustomDialogControllerOptions value_value = thisDeserializer.readCustomDialogControllerOptions();; return GetAccessors()->getCustomDialogControllerAccessor()->ctor((const Ark_CustomDialogControllerOptions*)&value_value); } KOALA_INTEROP_2(CustomDialogController_ctor, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CustomDialogController_getFinalizer() { return GetAccessors()->getCustomDialogControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(CustomDialogController_getFinalizer, Ark_NativePointer) - + void impl_CustomDialogController_open(Ark_NativePointer thisPtr) { CustomDialogControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCustomDialogControllerAccessor()->open(self); } KOALA_INTEROP_V1(CustomDialogController_open, Ark_NativePointer) - + void impl_CustomDialogController_close(Ark_NativePointer thisPtr) { CustomDialogControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCustomDialogControllerAccessor()->close(self); } KOALA_INTEROP_V1(CustomDialogController_close, Ark_NativePointer) - + Ark_NativePointer impl_DatePickerDialog_ctor() { return GetAccessors()->getDatePickerDialogAccessor()->ctor(); } KOALA_INTEROP_0(DatePickerDialog_ctor, Ark_NativePointer) - + Ark_NativePointer impl_DatePickerDialog_getFinalizer() { return GetAccessors()->getDatePickerDialogAccessor()->getFinalizer(); } KOALA_INTEROP_0(DatePickerDialog_getFinalizer, Ark_NativePointer) - + void impl_DatePickerDialog_show(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const auto options_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -21408,17 +21408,17 @@ void impl_DatePickerDialog_show(uint8_t* thisArray, int32_t thisLength) { GetAccessors()->getDatePickerDialogAccessor()->show((const Opt_DatePickerDialogOptions*)&options_value); } KOALA_INTEROP_V2(DatePickerDialog_show, uint8_t*, int32_t) - + Ark_NativePointer impl_BaseGestureEvent_ctor() { return GetAccessors()->getBaseGestureEventAccessor()->ctor(); } KOALA_INTEROP_0(BaseGestureEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_BaseGestureEvent_getFinalizer() { return GetAccessors()->getBaseGestureEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(BaseGestureEvent_getFinalizer, Ark_NativePointer) - + void impl_BaseGestureEvent_setFingerList(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { BaseGestureEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21433,233 +21433,233 @@ void impl_BaseGestureEvent_setFingerList(Ark_NativePointer thisPtr, uint8_t* thi GetAccessors()->getBaseGestureEventAccessor()->setFingerList(self, (const Array_FingerInfo*)&fingerList_value); } KOALA_INTEROP_V3(BaseGestureEvent_setFingerList, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TapGestureEvent_ctor() { return GetAccessors()->getTapGestureEventAccessor()->ctor(); } KOALA_INTEROP_0(TapGestureEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TapGestureEvent_getFinalizer() { return GetAccessors()->getTapGestureEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(TapGestureEvent_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_LongPressGestureEvent_ctor() { return GetAccessors()->getLongPressGestureEventAccessor()->ctor(); } KOALA_INTEROP_0(LongPressGestureEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_LongPressGestureEvent_getFinalizer() { return GetAccessors()->getLongPressGestureEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(LongPressGestureEvent_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_LongPressGestureEvent_getRepeat(Ark_NativePointer thisPtr) { LongPressGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getLongPressGestureEventAccessor()->getRepeat(self); } KOALA_INTEROP_1(LongPressGestureEvent_getRepeat, Ark_Boolean, Ark_NativePointer) - + void impl_LongPressGestureEvent_setRepeat(Ark_NativePointer thisPtr, Ark_Boolean repeat) { LongPressGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getLongPressGestureEventAccessor()->setRepeat(self, repeat); } KOALA_INTEROP_V2(LongPressGestureEvent_setRepeat, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_PanGestureEvent_ctor() { return GetAccessors()->getPanGestureEventAccessor()->ctor(); } KOALA_INTEROP_0(PanGestureEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_PanGestureEvent_getFinalizer() { return GetAccessors()->getPanGestureEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(PanGestureEvent_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_PanGestureEvent_getOffsetX(Ark_NativePointer thisPtr) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPanGestureEventAccessor()->getOffsetX(self); } KOALA_INTEROP_1(PanGestureEvent_getOffsetX, Ark_Int32, Ark_NativePointer) - + void impl_PanGestureEvent_setOffsetX(Ark_NativePointer thisPtr, KInteropNumber offsetX) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPanGestureEventAccessor()->setOffsetX(self, (const Ark_Number*) (&offsetX)); } KOALA_INTEROP_V2(PanGestureEvent_setOffsetX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_PanGestureEvent_getOffsetY(Ark_NativePointer thisPtr) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPanGestureEventAccessor()->getOffsetY(self); } KOALA_INTEROP_1(PanGestureEvent_getOffsetY, Ark_Int32, Ark_NativePointer) - + void impl_PanGestureEvent_setOffsetY(Ark_NativePointer thisPtr, KInteropNumber offsetY) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPanGestureEventAccessor()->setOffsetY(self, (const Ark_Number*) (&offsetY)); } KOALA_INTEROP_V2(PanGestureEvent_setOffsetY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_PanGestureEvent_getVelocityX(Ark_NativePointer thisPtr) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPanGestureEventAccessor()->getVelocityX(self); } KOALA_INTEROP_1(PanGestureEvent_getVelocityX, Ark_Int32, Ark_NativePointer) - + void impl_PanGestureEvent_setVelocityX(Ark_NativePointer thisPtr, KInteropNumber velocityX) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPanGestureEventAccessor()->setVelocityX(self, (const Ark_Number*) (&velocityX)); } KOALA_INTEROP_V2(PanGestureEvent_setVelocityX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_PanGestureEvent_getVelocityY(Ark_NativePointer thisPtr) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPanGestureEventAccessor()->getVelocityY(self); } KOALA_INTEROP_1(PanGestureEvent_getVelocityY, Ark_Int32, Ark_NativePointer) - + void impl_PanGestureEvent_setVelocityY(Ark_NativePointer thisPtr, KInteropNumber velocityY) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPanGestureEventAccessor()->setVelocityY(self, (const Ark_Number*) (&velocityY)); } KOALA_INTEROP_V2(PanGestureEvent_setVelocityY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_PanGestureEvent_getVelocity(Ark_NativePointer thisPtr) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPanGestureEventAccessor()->getVelocity(self); } KOALA_INTEROP_1(PanGestureEvent_getVelocity, Ark_Int32, Ark_NativePointer) - + void impl_PanGestureEvent_setVelocity(Ark_NativePointer thisPtr, KInteropNumber velocity) { PanGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPanGestureEventAccessor()->setVelocity(self, (const Ark_Number*) (&velocity)); } KOALA_INTEROP_V2(PanGestureEvent_setVelocity, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_PinchGestureEvent_ctor() { return GetAccessors()->getPinchGestureEventAccessor()->ctor(); } KOALA_INTEROP_0(PinchGestureEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_PinchGestureEvent_getFinalizer() { return GetAccessors()->getPinchGestureEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(PinchGestureEvent_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_PinchGestureEvent_getScale(Ark_NativePointer thisPtr) { PinchGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPinchGestureEventAccessor()->getScale(self); } KOALA_INTEROP_1(PinchGestureEvent_getScale, Ark_Int32, Ark_NativePointer) - + void impl_PinchGestureEvent_setScale(Ark_NativePointer thisPtr, KInteropNumber scale) { PinchGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPinchGestureEventAccessor()->setScale(self, (const Ark_Number*) (&scale)); } KOALA_INTEROP_V2(PinchGestureEvent_setScale, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_PinchGestureEvent_getPinchCenterX(Ark_NativePointer thisPtr) { PinchGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPinchGestureEventAccessor()->getPinchCenterX(self); } KOALA_INTEROP_1(PinchGestureEvent_getPinchCenterX, Ark_Int32, Ark_NativePointer) - + void impl_PinchGestureEvent_setPinchCenterX(Ark_NativePointer thisPtr, KInteropNumber pinchCenterX) { PinchGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPinchGestureEventAccessor()->setPinchCenterX(self, (const Ark_Number*) (&pinchCenterX)); } KOALA_INTEROP_V2(PinchGestureEvent_setPinchCenterX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_PinchGestureEvent_getPinchCenterY(Ark_NativePointer thisPtr) { PinchGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPinchGestureEventAccessor()->getPinchCenterY(self); } KOALA_INTEROP_1(PinchGestureEvent_getPinchCenterY, Ark_Int32, Ark_NativePointer) - + void impl_PinchGestureEvent_setPinchCenterY(Ark_NativePointer thisPtr, KInteropNumber pinchCenterY) { PinchGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPinchGestureEventAccessor()->setPinchCenterY(self, (const Ark_Number*) (&pinchCenterY)); } KOALA_INTEROP_V2(PinchGestureEvent_setPinchCenterY, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_RotationGestureEvent_ctor() { return GetAccessors()->getRotationGestureEventAccessor()->ctor(); } KOALA_INTEROP_0(RotationGestureEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_RotationGestureEvent_getFinalizer() { return GetAccessors()->getRotationGestureEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(RotationGestureEvent_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_RotationGestureEvent_getAngle(Ark_NativePointer thisPtr) { RotationGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRotationGestureEventAccessor()->getAngle(self); } KOALA_INTEROP_1(RotationGestureEvent_getAngle, Ark_Int32, Ark_NativePointer) - + void impl_RotationGestureEvent_setAngle(Ark_NativePointer thisPtr, KInteropNumber angle) { RotationGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getRotationGestureEventAccessor()->setAngle(self, (const Ark_Number*) (&angle)); } KOALA_INTEROP_V2(RotationGestureEvent_setAngle, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_SwipeGestureEvent_ctor() { return GetAccessors()->getSwipeGestureEventAccessor()->ctor(); } KOALA_INTEROP_0(SwipeGestureEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_SwipeGestureEvent_getFinalizer() { return GetAccessors()->getSwipeGestureEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(SwipeGestureEvent_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_SwipeGestureEvent_getAngle(Ark_NativePointer thisPtr) { SwipeGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getSwipeGestureEventAccessor()->getAngle(self); } KOALA_INTEROP_1(SwipeGestureEvent_getAngle, Ark_Int32, Ark_NativePointer) - + void impl_SwipeGestureEvent_setAngle(Ark_NativePointer thisPtr, KInteropNumber angle) { SwipeGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSwipeGestureEventAccessor()->setAngle(self, (const Ark_Number*) (&angle)); } KOALA_INTEROP_V2(SwipeGestureEvent_setAngle, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_SwipeGestureEvent_getSpeed(Ark_NativePointer thisPtr) { SwipeGestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getSwipeGestureEventAccessor()->getSpeed(self); } KOALA_INTEROP_1(SwipeGestureEvent_getSpeed, Ark_Int32, Ark_NativePointer) - + void impl_SwipeGestureEvent_setSpeed(Ark_NativePointer thisPtr, KInteropNumber speed) { SwipeGestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSwipeGestureEventAccessor()->setSpeed(self, (const Ark_Number*) (&speed)); } KOALA_INTEROP_V2(SwipeGestureEvent_setSpeed, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_GestureEvent_ctor() { return GetAccessors()->getGestureEventAccessor()->ctor(); } KOALA_INTEROP_0(GestureEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_GestureEvent_getFinalizer() { return GetAccessors()->getGestureEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(GestureEvent_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_GestureEvent_getRepeat(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getRepeat(self); } KOALA_INTEROP_1(GestureEvent_getRepeat, Ark_Boolean, Ark_NativePointer) - + void impl_GestureEvent_setRepeat(Ark_NativePointer thisPtr, Ark_Boolean repeat) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setRepeat(self, repeat); } KOALA_INTEROP_V2(GestureEvent_setRepeat, Ark_NativePointer, Ark_Boolean) - + void impl_GestureEvent_setFingerList(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { GestureEventPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21674,127 +21674,127 @@ void impl_GestureEvent_setFingerList(Ark_NativePointer thisPtr, uint8_t* thisArr GetAccessors()->getGestureEventAccessor()->setFingerList(self, (const Array_FingerInfo*)&fingerList_value); } KOALA_INTEROP_V3(GestureEvent_setFingerList, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_GestureEvent_getOffsetX(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getOffsetX(self); } KOALA_INTEROP_1(GestureEvent_getOffsetX, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setOffsetX(Ark_NativePointer thisPtr, KInteropNumber offsetX) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setOffsetX(self, (const Ark_Number*) (&offsetX)); } KOALA_INTEROP_V2(GestureEvent_setOffsetX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_GestureEvent_getOffsetY(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getOffsetY(self); } KOALA_INTEROP_1(GestureEvent_getOffsetY, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setOffsetY(Ark_NativePointer thisPtr, KInteropNumber offsetY) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setOffsetY(self, (const Ark_Number*) (&offsetY)); } KOALA_INTEROP_V2(GestureEvent_setOffsetY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_GestureEvent_getAngle(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getAngle(self); } KOALA_INTEROP_1(GestureEvent_getAngle, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setAngle(Ark_NativePointer thisPtr, KInteropNumber angle) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setAngle(self, (const Ark_Number*) (&angle)); } KOALA_INTEROP_V2(GestureEvent_setAngle, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_GestureEvent_getSpeed(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getSpeed(self); } KOALA_INTEROP_1(GestureEvent_getSpeed, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setSpeed(Ark_NativePointer thisPtr, KInteropNumber speed) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setSpeed(self, (const Ark_Number*) (&speed)); } KOALA_INTEROP_V2(GestureEvent_setSpeed, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_GestureEvent_getScale(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getScale(self); } KOALA_INTEROP_1(GestureEvent_getScale, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setScale(Ark_NativePointer thisPtr, KInteropNumber scale) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setScale(self, (const Ark_Number*) (&scale)); } KOALA_INTEROP_V2(GestureEvent_setScale, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_GestureEvent_getPinchCenterX(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getPinchCenterX(self); } KOALA_INTEROP_1(GestureEvent_getPinchCenterX, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setPinchCenterX(Ark_NativePointer thisPtr, KInteropNumber pinchCenterX) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setPinchCenterX(self, (const Ark_Number*) (&pinchCenterX)); } KOALA_INTEROP_V2(GestureEvent_setPinchCenterX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_GestureEvent_getPinchCenterY(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getPinchCenterY(self); } KOALA_INTEROP_1(GestureEvent_getPinchCenterY, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setPinchCenterY(Ark_NativePointer thisPtr, KInteropNumber pinchCenterY) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setPinchCenterY(self, (const Ark_Number*) (&pinchCenterY)); } KOALA_INTEROP_V2(GestureEvent_setPinchCenterY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_GestureEvent_getVelocityX(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getVelocityX(self); } KOALA_INTEROP_1(GestureEvent_getVelocityX, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setVelocityX(Ark_NativePointer thisPtr, KInteropNumber velocityX) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setVelocityX(self, (const Ark_Number*) (&velocityX)); } KOALA_INTEROP_V2(GestureEvent_setVelocityX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_GestureEvent_getVelocityY(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getVelocityY(self); } KOALA_INTEROP_1(GestureEvent_getVelocityY, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setVelocityY(Ark_NativePointer thisPtr, KInteropNumber velocityY) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setVelocityY(self, (const Ark_Number*) (&velocityY)); } KOALA_INTEROP_V2(GestureEvent_setVelocityY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_GestureEvent_getVelocity(Ark_NativePointer thisPtr) { GestureEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureEventAccessor()->getVelocity(self); } KOALA_INTEROP_1(GestureEvent_getVelocity, Ark_Int32, Ark_NativePointer) - + void impl_GestureEvent_setVelocity(Ark_NativePointer thisPtr, KInteropNumber velocity) { GestureEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureEventAccessor()->setVelocity(self, (const Ark_Number*) (&velocity)); } KOALA_INTEROP_V2(GestureEvent_setVelocity, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_PanGestureOptions_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const auto value_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -21833,180 +21833,180 @@ Ark_NativePointer impl_PanGestureOptions_ctor(uint8_t* thisArray, int32_t thisLe return GetAccessors()->getPanGestureOptionsAccessor()->ctor((const Opt_Literal_Number_distance_fingers_PanDirection_direction*)&value_value); } KOALA_INTEROP_2(PanGestureOptions_ctor, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_PanGestureOptions_getFinalizer() { return GetAccessors()->getPanGestureOptionsAccessor()->getFinalizer(); } KOALA_INTEROP_0(PanGestureOptions_getFinalizer, Ark_NativePointer) - + void impl_PanGestureOptions_setDirection(Ark_NativePointer thisPtr, Ark_Int32 value) { PanGestureOptionsPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPanGestureOptionsAccessor()->setDirection(self, static_cast(value)); } KOALA_INTEROP_V2(PanGestureOptions_setDirection, Ark_NativePointer, Ark_Int32) - + void impl_PanGestureOptions_setDistance(Ark_NativePointer thisPtr, KInteropNumber value) { PanGestureOptionsPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPanGestureOptionsAccessor()->setDistance(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(PanGestureOptions_setDistance, Ark_NativePointer, KInteropNumber) - + void impl_PanGestureOptions_setFingers(Ark_NativePointer thisPtr, KInteropNumber value) { PanGestureOptionsPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPanGestureOptionsAccessor()->setFingers(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(PanGestureOptions_setFingers, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_PanGestureOptions_getDirection(Ark_NativePointer thisPtr) { PanGestureOptionsPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPanGestureOptionsAccessor()->getDirection(self); } KOALA_INTEROP_1(PanGestureOptions_getDirection, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_ScrollableTargetInfo_ctor() { return GetAccessors()->getScrollableTargetInfoAccessor()->ctor(); } KOALA_INTEROP_0(ScrollableTargetInfo_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ScrollableTargetInfo_getFinalizer() { return GetAccessors()->getScrollableTargetInfoAccessor()->getFinalizer(); } KOALA_INTEROP_0(ScrollableTargetInfo_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_ScrollableTargetInfo_isBegin(Ark_NativePointer thisPtr) { ScrollableTargetInfoPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getScrollableTargetInfoAccessor()->isBegin(self); } KOALA_INTEROP_1(ScrollableTargetInfo_isBegin, Ark_Boolean, Ark_NativePointer) - + Ark_Boolean impl_ScrollableTargetInfo_isEnd(Ark_NativePointer thisPtr) { ScrollableTargetInfoPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getScrollableTargetInfoAccessor()->isEnd(self); } KOALA_INTEROP_1(ScrollableTargetInfo_isEnd, Ark_Boolean, Ark_NativePointer) - + Ark_NativePointer impl_EventTargetInfo_ctor() { return GetAccessors()->getEventTargetInfoAccessor()->ctor(); } KOALA_INTEROP_0(EventTargetInfo_ctor, Ark_NativePointer) - + Ark_NativePointer impl_EventTargetInfo_getFinalizer() { return GetAccessors()->getEventTargetInfoAccessor()->getFinalizer(); } KOALA_INTEROP_0(EventTargetInfo_getFinalizer, Ark_NativePointer) - + void impl_EventTargetInfo_getId(Ark_NativePointer thisPtr) { EventTargetInfoPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getEventTargetInfoAccessor()->getId(self); } KOALA_INTEROP_V1(EventTargetInfo_getId, Ark_NativePointer) - + Ark_NativePointer impl_GestureRecognizer_ctor() { return GetAccessors()->getGestureRecognizerAccessor()->ctor(); } KOALA_INTEROP_0(GestureRecognizer_ctor, Ark_NativePointer) - + Ark_NativePointer impl_GestureRecognizer_getFinalizer() { return GetAccessors()->getGestureRecognizerAccessor()->getFinalizer(); } KOALA_INTEROP_0(GestureRecognizer_getFinalizer, Ark_NativePointer) - + void impl_GestureRecognizer_getTag(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureRecognizerAccessor()->getTag(self); } KOALA_INTEROP_V1(GestureRecognizer_getTag, Ark_NativePointer) - + Ark_NativePointer impl_GestureRecognizer_getType(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureRecognizerAccessor()->getType(self); } KOALA_INTEROP_1(GestureRecognizer_getType, Ark_NativePointer, Ark_NativePointer) - + Ark_Boolean impl_GestureRecognizer_isBuiltIn(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureRecognizerAccessor()->isBuiltIn(self); } KOALA_INTEROP_1(GestureRecognizer_isBuiltIn, Ark_Boolean, Ark_NativePointer) - + void impl_GestureRecognizer_setEnabled(Ark_NativePointer thisPtr, Ark_Boolean isEnabled) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getGestureRecognizerAccessor()->setEnabled(self, isEnabled); } KOALA_INTEROP_V2(GestureRecognizer_setEnabled, Ark_NativePointer, Ark_Boolean) - + Ark_Boolean impl_GestureRecognizer_isEnabled(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureRecognizerAccessor()->isEnabled(self); } KOALA_INTEROP_1(GestureRecognizer_isEnabled, Ark_Boolean, Ark_NativePointer) - + Ark_NativePointer impl_GestureRecognizer_getState(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureRecognizerAccessor()->getState(self); } KOALA_INTEROP_1(GestureRecognizer_getState, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_GestureRecognizer_getEventTargetInfo(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureRecognizerAccessor()->getEventTargetInfo(self); } KOALA_INTEROP_1(GestureRecognizer_getEventTargetInfo, Ark_NativePointer, Ark_NativePointer) - + Ark_Boolean impl_GestureRecognizer_isValid(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureRecognizerAccessor()->isValid(self); } KOALA_INTEROP_1(GestureRecognizer_isValid, Ark_Boolean, Ark_NativePointer) - + Ark_NativePointer impl_PanRecognizer_ctor() { return GetAccessors()->getPanRecognizerAccessor()->ctor(); } KOALA_INTEROP_0(PanRecognizer_ctor, Ark_NativePointer) - + Ark_NativePointer impl_PanRecognizer_getFinalizer() { return GetAccessors()->getPanRecognizerAccessor()->getFinalizer(); } KOALA_INTEROP_0(PanRecognizer_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_PanRecognizer_getPanGestureOptions(Ark_NativePointer thisPtr) { PanRecognizerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getPanRecognizerAccessor()->getPanGestureOptions(self); } KOALA_INTEROP_1(PanRecognizer_getPanGestureOptions, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_ImageAnalyzerController_ctor() { return GetAccessors()->getImageAnalyzerControllerAccessor()->ctor(); } KOALA_INTEROP_0(ImageAnalyzerController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ImageAnalyzerController_getFinalizer() { return GetAccessors()->getImageAnalyzerControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(ImageAnalyzerController_getFinalizer, Ark_NativePointer) - + void impl_ImageAnalyzerController_getImageAnalyzerSupportTypes(Ark_NativePointer thisPtr) { ImageAnalyzerControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getImageAnalyzerControllerAccessor()->getImageAnalyzerSupportTypes(self); } KOALA_INTEROP_V1(ImageAnalyzerController_getImageAnalyzerSupportTypes, Ark_NativePointer) - + Ark_NativePointer impl_ListScroller_ctor() { return GetAccessors()->getListScrollerAccessor()->ctor(); } KOALA_INTEROP_0(ListScroller_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ListScroller_getFinalizer() { return GetAccessors()->getListScrollerAccessor()->getFinalizer(); } KOALA_INTEROP_0(ListScroller_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_ListScroller_getItemRectInGroup(Ark_NativePointer thisPtr, KInteropNumber index, KInteropNumber indexInGroup) { ListScrollerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getListScrollerAccessor()->getItemRectInGroup(self, (const Ark_Number*) (&index), (const Ark_Number*) (&indexInGroup)); } KOALA_INTEROP_3(ListScroller_getItemRectInGroup, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber) - + void impl_ListScroller_scrollToItemInGroup(Ark_NativePointer thisPtr, KInteropNumber index, KInteropNumber indexInGroup, uint8_t* thisArray, int32_t thisLength) { ListScrollerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22029,7 +22029,7 @@ void impl_ListScroller_scrollToItemInGroup(Ark_NativePointer thisPtr, KInteropNu GetAccessors()->getListScrollerAccessor()->scrollToItemInGroup(self, (const Ark_Number*) (&index), (const Ark_Number*) (&indexInGroup), (const Opt_Boolean*)&smooth_value, (const Opt_ScrollAlign*)&align_value); } KOALA_INTEROP_V5(ListScroller_scrollToItemInGroup, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + void impl_ListScroller_closeAllSwipeActions(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { ListScrollerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22044,35 +22044,35 @@ void impl_ListScroller_closeAllSwipeActions(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getListScrollerAccessor()->closeAllSwipeActions(self, (const Opt_CloseSwipeActionOptions*)&options_value); } KOALA_INTEROP_V3(ListScroller_closeAllSwipeActions, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_ListScroller_getVisibleListContentInfo(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { ListScrollerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getListScrollerAccessor()->getVisibleListContentInfo(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_3(ListScroller_getVisibleListContentInfo, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_Matrix2D_ctor() { return GetAccessors()->getMatrix2DAccessor()->ctor(); } KOALA_INTEROP_0(Matrix2D_ctor, Ark_NativePointer) - + Ark_NativePointer impl_Matrix2D_getFinalizer() { return GetAccessors()->getMatrix2DAccessor()->getFinalizer(); } KOALA_INTEROP_0(Matrix2D_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_Matrix2D_identity(Ark_NativePointer thisPtr) { Matrix2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMatrix2DAccessor()->identity(self); } KOALA_INTEROP_1(Matrix2D_identity, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_Matrix2D_invert(Ark_NativePointer thisPtr) { Matrix2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMatrix2DAccessor()->invert(self); } KOALA_INTEROP_1(Matrix2D_invert, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_Matrix2D_multiply(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Matrix2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22087,7 +22087,7 @@ Ark_NativePointer impl_Matrix2D_multiply(Ark_NativePointer thisPtr, uint8_t* thi return GetAccessors()->getMatrix2DAccessor()->multiply(self, (const Opt_Matrix2D*)&other_value); } KOALA_INTEROP_3(Matrix2D_multiply, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Matrix2D_rotate0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Matrix2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22110,7 +22110,7 @@ Ark_NativePointer impl_Matrix2D_rotate0(Ark_NativePointer thisPtr, uint8_t* this return GetAccessors()->getMatrix2DAccessor()->rotate0(self, (const Opt_Number*)&rx_value, (const Opt_Number*)&ry_value); } KOALA_INTEROP_3(Matrix2D_rotate0, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Matrix2D_rotate1(Ark_NativePointer thisPtr, KInteropNumber degree, uint8_t* thisArray, int32_t thisLength) { Matrix2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22133,7 +22133,7 @@ Ark_NativePointer impl_Matrix2D_rotate1(Ark_NativePointer thisPtr, KInteropNumbe return GetAccessors()->getMatrix2DAccessor()->rotate1(self, (const Ark_Number*) (°ree), (const Opt_Number*)&rx_value, (const Opt_Number*)&ry_value); } KOALA_INTEROP_4(Matrix2D_rotate1, Ark_NativePointer, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + Ark_NativePointer impl_Matrix2D_translate(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Matrix2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22156,7 +22156,7 @@ Ark_NativePointer impl_Matrix2D_translate(Ark_NativePointer thisPtr, uint8_t* th return GetAccessors()->getMatrix2DAccessor()->translate(self, (const Opt_Number*)&tx_value, (const Opt_Number*)&ty_value); } KOALA_INTEROP_3(Matrix2D_translate, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Matrix2D_scale(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { Matrix2DPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22179,95 +22179,95 @@ Ark_NativePointer impl_Matrix2D_scale(Ark_NativePointer thisPtr, uint8_t* thisAr return GetAccessors()->getMatrix2DAccessor()->scale(self, (const Opt_Number*)&sx_value, (const Opt_Number*)&sy_value); } KOALA_INTEROP_3(Matrix2D_scale, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_Matrix2D_getScaleX(Ark_NativePointer thisPtr) { Matrix2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMatrix2DAccessor()->getScaleX(self); } KOALA_INTEROP_1(Matrix2D_getScaleX, Ark_Int32, Ark_NativePointer) - + void impl_Matrix2D_setScaleX(Ark_NativePointer thisPtr, KInteropNumber scaleX) { Matrix2DPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMatrix2DAccessor()->setScaleX(self, (const Ark_Number*) (&scaleX)); } KOALA_INTEROP_V2(Matrix2D_setScaleX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_Matrix2D_getRotateY(Ark_NativePointer thisPtr) { Matrix2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMatrix2DAccessor()->getRotateY(self); } KOALA_INTEROP_1(Matrix2D_getRotateY, Ark_Int32, Ark_NativePointer) - + void impl_Matrix2D_setRotateY(Ark_NativePointer thisPtr, KInteropNumber rotateY) { Matrix2DPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMatrix2DAccessor()->setRotateY(self, (const Ark_Number*) (&rotateY)); } KOALA_INTEROP_V2(Matrix2D_setRotateY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_Matrix2D_getRotateX(Ark_NativePointer thisPtr) { Matrix2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMatrix2DAccessor()->getRotateX(self); } KOALA_INTEROP_1(Matrix2D_getRotateX, Ark_Int32, Ark_NativePointer) - + void impl_Matrix2D_setRotateX(Ark_NativePointer thisPtr, KInteropNumber rotateX) { Matrix2DPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMatrix2DAccessor()->setRotateX(self, (const Ark_Number*) (&rotateX)); } KOALA_INTEROP_V2(Matrix2D_setRotateX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_Matrix2D_getScaleY(Ark_NativePointer thisPtr) { Matrix2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMatrix2DAccessor()->getScaleY(self); } KOALA_INTEROP_1(Matrix2D_getScaleY, Ark_Int32, Ark_NativePointer) - + void impl_Matrix2D_setScaleY(Ark_NativePointer thisPtr, KInteropNumber scaleY) { Matrix2DPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMatrix2DAccessor()->setScaleY(self, (const Ark_Number*) (&scaleY)); } KOALA_INTEROP_V2(Matrix2D_setScaleY, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_Matrix2D_getTranslateX(Ark_NativePointer thisPtr) { Matrix2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMatrix2DAccessor()->getTranslateX(self); } KOALA_INTEROP_1(Matrix2D_getTranslateX, Ark_Int32, Ark_NativePointer) - + void impl_Matrix2D_setTranslateX(Ark_NativePointer thisPtr, KInteropNumber translateX) { Matrix2DPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMatrix2DAccessor()->setTranslateX(self, (const Ark_Number*) (&translateX)); } KOALA_INTEROP_V2(Matrix2D_setTranslateX, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_Matrix2D_getTranslateY(Ark_NativePointer thisPtr) { Matrix2DPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getMatrix2DAccessor()->getTranslateY(self); } KOALA_INTEROP_1(Matrix2D_getTranslateY, Ark_Int32, Ark_NativePointer) - + void impl_Matrix2D_setTranslateY(Ark_NativePointer thisPtr, KInteropNumber translateY) { Matrix2DPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMatrix2DAccessor()->setTranslateY(self, (const Ark_Number*) (&translateY)); } KOALA_INTEROP_V2(Matrix2D_setTranslateY, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_NavDestinationContext_ctor() { return GetAccessors()->getNavDestinationContextAccessor()->ctor(); } KOALA_INTEROP_0(NavDestinationContext_ctor, Ark_NativePointer) - + Ark_NativePointer impl_NavDestinationContext_getFinalizer() { return GetAccessors()->getNavDestinationContextAccessor()->getFinalizer(); } KOALA_INTEROP_0(NavDestinationContext_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_NavDestinationContext_getConfigInRouteMap(Ark_NativePointer thisPtr) { NavDestinationContextPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getNavDestinationContextAccessor()->getConfigInRouteMap(self); } KOALA_INTEROP_1(NavDestinationContext_getConfigInRouteMap, Ark_NativePointer, Ark_NativePointer) - + void impl_NavDestinationContext_setPathInfo(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavDestinationContextPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22275,7 +22275,7 @@ void impl_NavDestinationContext_setPathInfo(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getNavDestinationContextAccessor()->setPathInfo(self, (const Ark_NavPathInfo*)&pathInfo_value); } KOALA_INTEROP_V3(NavDestinationContext_setPathInfo, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationContext_setPathStack(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavDestinationContextPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22283,29 +22283,29 @@ void impl_NavDestinationContext_setPathStack(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getNavDestinationContextAccessor()->setPathStack(self, (const Ark_NavPathStack*)&pathStack_value); } KOALA_INTEROP_V3(NavDestinationContext_setPathStack, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavDestinationContext_getNavDestinationId(Ark_NativePointer thisPtr) { NavDestinationContextPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavDestinationContextAccessor()->getNavDestinationId(self); } KOALA_INTEROP_V1(NavDestinationContext_getNavDestinationId, Ark_NativePointer) - + void impl_NavDestinationContext_setNavDestinationId(Ark_NativePointer thisPtr, const KStringPtr& navDestinationId) { NavDestinationContextPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavDestinationContextAccessor()->setNavDestinationId(self, (const Ark_String*) (&navDestinationId)); } KOALA_INTEROP_V2(NavDestinationContext_setNavDestinationId, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_NavPathStack_ctor() { return GetAccessors()->getNavPathStackAccessor()->ctor(); } KOALA_INTEROP_0(NavPathStack_ctor, Ark_NativePointer) - + Ark_NativePointer impl_NavPathStack_getFinalizer() { return GetAccessors()->getNavPathStackAccessor()->getFinalizer(); } KOALA_INTEROP_0(NavPathStack_getFinalizer, Ark_NativePointer) - + void impl_NavPathStack_pushPath0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22321,7 +22321,7 @@ void impl_NavPathStack_pushPath0(Ark_NativePointer thisPtr, uint8_t* thisArray, GetAccessors()->getNavPathStackAccessor()->pushPath0(self, (const Ark_NavPathInfo*)&info_value, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V3(NavPathStack_pushPath0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavPathStack_pushPath1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22337,7 +22337,7 @@ void impl_NavPathStack_pushPath1(Ark_NativePointer thisPtr, uint8_t* thisArray, GetAccessors()->getNavPathStackAccessor()->pushPath1(self, (const Ark_NavPathInfo*)&info_value, (const Opt_NavigationOptions*)&options_value); } KOALA_INTEROP_V3(NavPathStack_pushPath1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavPathStack_pushDestination0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22354,7 +22354,7 @@ void impl_NavPathStack_pushDestination0(Ark_NativePointer thisPtr, uint8_t* this GetAccessors()->getNavPathStackAccessor()->pushDestination0(self, (const Ark_NavPathInfo*)&info_value, (const Opt_Boolean*)&animated_value, (const Callback_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V3(NavPathStack_pushDestination0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavPathStack_pushDestination1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22371,7 +22371,7 @@ void impl_NavPathStack_pushDestination1(Ark_NativePointer thisPtr, uint8_t* this GetAccessors()->getNavPathStackAccessor()->pushDestination1(self, (const Ark_NavPathInfo*)&info_value, (const Opt_NavigationOptions*)&options_value, (const Callback_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V3(NavPathStack_pushDestination1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavPathStack_pushPathByName0(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22387,7 +22387,7 @@ void impl_NavPathStack_pushPathByName0(Ark_NativePointer thisPtr, const KStringP GetAccessors()->getNavPathStackAccessor()->pushPathByName0(self, (const Ark_String*) (&name), (const Ark_CustomObject*)¶m_value, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V4(NavPathStack_pushPathByName0, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_NavPathStack_pushPathByName1(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22404,7 +22404,7 @@ void impl_NavPathStack_pushPathByName1(Ark_NativePointer thisPtr, const KStringP GetAccessors()->getNavPathStackAccessor()->pushPathByName1(self, (const Ark_String*) (&name), (const Ark_CustomObject*)¶m_value, (const Callback_PopInfo_Void*)&onPop_value, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V4(NavPathStack_pushPathByName1, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_NavPathStack_pushDestinationByName0(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22421,7 +22421,7 @@ void impl_NavPathStack_pushDestinationByName0(Ark_NativePointer thisPtr, const K GetAccessors()->getNavPathStackAccessor()->pushDestinationByName0(self, (const Ark_String*) (&name), (const Ark_CustomObject*)¶m_value, (const Opt_Boolean*)&animated_value, (const Callback_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V4(NavPathStack_pushDestinationByName0, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_NavPathStack_pushDestinationByName1(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22439,7 +22439,7 @@ void impl_NavPathStack_pushDestinationByName1(Ark_NativePointer thisPtr, const K GetAccessors()->getNavPathStackAccessor()->pushDestinationByName1(self, (const Ark_String*) (&name), (const Ark_CustomObject*)¶m_value, (const Callback_PopInfo_Void*)&onPop_value, (const Opt_Boolean*)&animated_value, (const Callback_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V4(NavPathStack_pushDestinationByName1, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_NavPathStack_replacePath0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22455,7 +22455,7 @@ void impl_NavPathStack_replacePath0(Ark_NativePointer thisPtr, uint8_t* thisArra GetAccessors()->getNavPathStackAccessor()->replacePath0(self, (const Ark_NavPathInfo*)&info_value, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V3(NavPathStack_replacePath0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavPathStack_replacePath1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22471,7 +22471,7 @@ void impl_NavPathStack_replacePath1(Ark_NativePointer thisPtr, uint8_t* thisArra GetAccessors()->getNavPathStackAccessor()->replacePath1(self, (const Ark_NavPathInfo*)&info_value, (const Opt_NavigationOptions*)&options_value); } KOALA_INTEROP_V3(NavPathStack_replacePath1, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavPathStack_replaceDestination(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22488,7 +22488,7 @@ void impl_NavPathStack_replaceDestination(Ark_NativePointer thisPtr, uint8_t* th GetAccessors()->getNavPathStackAccessor()->replaceDestination(self, (const Ark_NavPathInfo*)&info_value, (const Opt_NavigationOptions*)&options_value, (const Callback_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V3(NavPathStack_replaceDestination, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavPathStack_replacePathByName(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22504,7 +22504,7 @@ void impl_NavPathStack_replacePathByName(Ark_NativePointer thisPtr, const KStrin GetAccessors()->getNavPathStackAccessor()->replacePathByName(self, (const Ark_String*) (&name), (const Ark_CustomObject*)¶m_value, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V4(NavPathStack_replacePathByName, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + Ark_Int32 impl_NavPathStack_removeByIndexes(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22519,19 +22519,19 @@ Ark_Int32 impl_NavPathStack_removeByIndexes(Ark_NativePointer thisPtr, uint8_t* return GetAccessors()->getNavPathStackAccessor()->removeByIndexes(self, (const Array_Number*)&indexes_value); } KOALA_INTEROP_3(NavPathStack_removeByIndexes, Ark_Int32, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_NavPathStack_removeByName(Ark_NativePointer thisPtr, const KStringPtr& name) { NavPathStackPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getNavPathStackAccessor()->removeByName(self, (const Ark_String*) (&name)); } KOALA_INTEROP_2(NavPathStack_removeByName, Ark_Int32, Ark_NativePointer, KStringPtr) - + Ark_Boolean impl_NavPathStack_removeByNavDestinationId(Ark_NativePointer thisPtr, const KStringPtr& navDestinationId) { NavPathStackPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getNavPathStackAccessor()->removeByNavDestinationId(self, (const Ark_String*) (&navDestinationId)); } KOALA_INTEROP_2(NavPathStack_removeByNavDestinationId, Ark_Boolean, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_NavPathStack_pop0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22546,7 +22546,7 @@ Ark_NativePointer impl_NavPathStack_pop0(Ark_NativePointer thisPtr, uint8_t* thi return GetAccessors()->getNavPathStackAccessor()->pop0(self, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_3(NavPathStack_pop0, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_NavPathStack_pop1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22562,7 +22562,7 @@ Ark_NativePointer impl_NavPathStack_pop1(Ark_NativePointer thisPtr, uint8_t* thi return GetAccessors()->getNavPathStackAccessor()->pop1(self, (const Ark_CustomObject*)&result_value, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_3(NavPathStack_pop1, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_NavPathStack_popToName0(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22577,7 +22577,7 @@ Ark_Int32 impl_NavPathStack_popToName0(Ark_NativePointer thisPtr, const KStringP return GetAccessors()->getNavPathStackAccessor()->popToName0(self, (const Ark_String*) (&name), (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_4(NavPathStack_popToName0, Ark_Int32, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + Ark_Int32 impl_NavPathStack_popToName1(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22593,7 +22593,7 @@ Ark_Int32 impl_NavPathStack_popToName1(Ark_NativePointer thisPtr, const KStringP return GetAccessors()->getNavPathStackAccessor()->popToName1(self, (const Ark_String*) (&name), (const Ark_CustomObject*)&result_value, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_4(NavPathStack_popToName1, Ark_Int32, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_NavPathStack_popToIndex0(Ark_NativePointer thisPtr, KInteropNumber index, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22608,7 +22608,7 @@ void impl_NavPathStack_popToIndex0(Ark_NativePointer thisPtr, KInteropNumber ind GetAccessors()->getNavPathStackAccessor()->popToIndex0(self, (const Ark_Number*) (&index), (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V4(NavPathStack_popToIndex0, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_NavPathStack_popToIndex1(Ark_NativePointer thisPtr, KInteropNumber index, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22624,7 +22624,7 @@ void impl_NavPathStack_popToIndex1(Ark_NativePointer thisPtr, KInteropNumber ind GetAccessors()->getNavPathStackAccessor()->popToIndex1(self, (const Ark_Number*) (&index), (const Ark_CustomObject*)&result_value, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V4(NavPathStack_popToIndex1, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + Ark_Int32 impl_NavPathStack_moveToTop(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22639,7 +22639,7 @@ Ark_Int32 impl_NavPathStack_moveToTop(Ark_NativePointer thisPtr, const KStringPt return GetAccessors()->getNavPathStackAccessor()->moveToTop(self, (const Ark_String*) (&name), (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_4(NavPathStack_moveToTop, Ark_Int32, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_NavPathStack_moveIndexToTop(Ark_NativePointer thisPtr, KInteropNumber index, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22654,7 +22654,7 @@ void impl_NavPathStack_moveIndexToTop(Ark_NativePointer thisPtr, KInteropNumber GetAccessors()->getNavPathStackAccessor()->moveIndexToTop(self, (const Ark_Number*) (&index), (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V4(NavPathStack_moveIndexToTop, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_NavPathStack_clear(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22669,49 +22669,49 @@ void impl_NavPathStack_clear(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetAccessors()->getNavPathStackAccessor()->clear(self, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V3(NavPathStack_clear, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavPathStack_getAllPathName(Ark_NativePointer thisPtr) { NavPathStackPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavPathStackAccessor()->getAllPathName(self); } KOALA_INTEROP_V1(NavPathStack_getAllPathName, Ark_NativePointer) - + void impl_NavPathStack_getParamByIndex(Ark_NativePointer thisPtr, KInteropNumber index) { NavPathStackPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavPathStackAccessor()->getParamByIndex(self, (const Ark_Number*) (&index)); } KOALA_INTEROP_V2(NavPathStack_getParamByIndex, Ark_NativePointer, KInteropNumber) - + void impl_NavPathStack_getParamByName(Ark_NativePointer thisPtr, const KStringPtr& name) { NavPathStackPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavPathStackAccessor()->getParamByName(self, (const Ark_String*) (&name)); } KOALA_INTEROP_V2(NavPathStack_getParamByName, Ark_NativePointer, KStringPtr) - + void impl_NavPathStack_getIndexByName(Ark_NativePointer thisPtr, const KStringPtr& name) { NavPathStackPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavPathStackAccessor()->getIndexByName(self, (const Ark_String*) (&name)); } KOALA_INTEROP_V2(NavPathStack_getIndexByName, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_NavPathStack_getParent(Ark_NativePointer thisPtr) { NavPathStackPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getNavPathStackAccessor()->getParent(self); } KOALA_INTEROP_1(NavPathStack_getParent, Ark_NativePointer, Ark_NativePointer) - + Ark_Int32 impl_NavPathStack_size(Ark_NativePointer thisPtr) { NavPathStackPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getNavPathStackAccessor()->size(self); } KOALA_INTEROP_1(NavPathStack_size, Ark_Int32, Ark_NativePointer) - + void impl_NavPathStack_disableAnimation(Ark_NativePointer thisPtr, Ark_Boolean value) { NavPathStackPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavPathStackAccessor()->disableAnimation(self, value); } KOALA_INTEROP_V2(NavPathStack_disableAnimation, Ark_NativePointer, Ark_Boolean) - + void impl_NavPathStack_setInterception(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22719,35 +22719,35 @@ void impl_NavPathStack_setInterception(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getNavPathStackAccessor()->setInterception(self, (const Ark_NavigationInterception*)&interception_value); } KOALA_INTEROP_V3(NavPathStack_setInterception, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_NavigationTransitionProxy_ctor() { return GetAccessors()->getNavigationTransitionProxyAccessor()->ctor(); } KOALA_INTEROP_0(NavigationTransitionProxy_ctor, Ark_NativePointer) - + Ark_NativePointer impl_NavigationTransitionProxy_getFinalizer() { return GetAccessors()->getNavigationTransitionProxyAccessor()->getFinalizer(); } KOALA_INTEROP_0(NavigationTransitionProxy_getFinalizer, Ark_NativePointer) - + void impl_NavigationTransitionProxy_finishTransition(Ark_NativePointer thisPtr) { NavigationTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavigationTransitionProxyAccessor()->finishTransition(self); } KOALA_INTEROP_V1(NavigationTransitionProxy_finishTransition, Ark_NativePointer) - + void impl_NavigationTransitionProxy_cancelTransition(Ark_NativePointer thisPtr) { NavigationTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavigationTransitionProxyAccessor()->cancelTransition(self); } KOALA_INTEROP_V1(NavigationTransitionProxy_cancelTransition, Ark_NativePointer) - + void impl_NavigationTransitionProxy_updateTransition(Ark_NativePointer thisPtr, KInteropNumber progress) { NavigationTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavigationTransitionProxyAccessor()->updateTransition(self, (const Ark_Number*) (&progress)); } KOALA_INTEROP_V2(NavigationTransitionProxy_updateTransition, Ark_NativePointer, KInteropNumber) - + void impl_NavigationTransitionProxy_setFrom(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavigationTransitionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22755,7 +22755,7 @@ void impl_NavigationTransitionProxy_setFrom(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getNavigationTransitionProxyAccessor()->setFrom(self, (const Ark_NavContentInfo*)&from_value); } KOALA_INTEROP_V3(NavigationTransitionProxy_setFrom, Ark_NativePointer, uint8_t*, int32_t) - + void impl_NavigationTransitionProxy_setTo(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavigationTransitionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22763,75 +22763,75 @@ void impl_NavigationTransitionProxy_setTo(Ark_NativePointer thisPtr, uint8_t* th GetAccessors()->getNavigationTransitionProxyAccessor()->setTo(self, (const Ark_NavContentInfo*)&to_value); } KOALA_INTEROP_V3(NavigationTransitionProxy_setTo, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Boolean impl_NavigationTransitionProxy_getIsInteractive(Ark_NativePointer thisPtr) { NavigationTransitionProxyPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getNavigationTransitionProxyAccessor()->getIsInteractive(self); } KOALA_INTEROP_1(NavigationTransitionProxy_getIsInteractive, Ark_Boolean, Ark_NativePointer) - + void impl_NavigationTransitionProxy_setIsInteractive(Ark_NativePointer thisPtr, Ark_Boolean isInteractive) { NavigationTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavigationTransitionProxyAccessor()->setIsInteractive(self, isInteractive); } KOALA_INTEROP_V2(NavigationTransitionProxy_setIsInteractive, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_PatternLockController_ctor() { return GetAccessors()->getPatternLockControllerAccessor()->ctor(); } KOALA_INTEROP_0(PatternLockController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_PatternLockController_getFinalizer() { return GetAccessors()->getPatternLockControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(PatternLockController_getFinalizer, Ark_NativePointer) - + void impl_PatternLockController_reset(Ark_NativePointer thisPtr) { PatternLockControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPatternLockControllerAccessor()->reset(self); } KOALA_INTEROP_V1(PatternLockController_reset, Ark_NativePointer) - + void impl_PatternLockController_setChallengeResult(Ark_NativePointer thisPtr, Ark_Int32 result) { PatternLockControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPatternLockControllerAccessor()->setChallengeResult(self, static_cast(result)); } KOALA_INTEROP_V2(PatternLockController_setChallengeResult, Ark_NativePointer, Ark_Int32) - + Ark_NativePointer impl_RichEditorBaseController_ctor() { return GetAccessors()->getRichEditorBaseControllerAccessor()->ctor(); } KOALA_INTEROP_0(RichEditorBaseController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_RichEditorBaseController_getFinalizer() { return GetAccessors()->getRichEditorBaseControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(RichEditorBaseController_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_RichEditorBaseController_getCaretOffset(Ark_NativePointer thisPtr) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRichEditorBaseControllerAccessor()->getCaretOffset(self); } KOALA_INTEROP_1(RichEditorBaseController_getCaretOffset, Ark_Int32, Ark_NativePointer) - + Ark_Boolean impl_RichEditorBaseController_setCaretOffset(Ark_NativePointer thisPtr, KInteropNumber offset) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRichEditorBaseControllerAccessor()->setCaretOffset(self, (const Ark_Number*) (&offset)); } KOALA_INTEROP_2(RichEditorBaseController_setCaretOffset, Ark_Boolean, Ark_NativePointer, KInteropNumber) - + void impl_RichEditorBaseController_closeSelectionMenu(Ark_NativePointer thisPtr) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getRichEditorBaseControllerAccessor()->closeSelectionMenu(self); } KOALA_INTEROP_V1(RichEditorBaseController_closeSelectionMenu, Ark_NativePointer) - + Ark_NativePointer impl_RichEditorBaseController_getTypingStyle(Ark_NativePointer thisPtr) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRichEditorBaseControllerAccessor()->getTypingStyle(self); } KOALA_INTEROP_1(RichEditorBaseController_getTypingStyle, Ark_NativePointer, Ark_NativePointer) - + void impl_RichEditorBaseController_setTypingStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22839,7 +22839,7 @@ void impl_RichEditorBaseController_setTypingStyle(Ark_NativePointer thisPtr, uin GetAccessors()->getRichEditorBaseControllerAccessor()->setTypingStyle(self, (const Ark_RichEditorTextStyle*)&value_value); } KOALA_INTEROP_V3(RichEditorBaseController_setTypingStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorBaseController_setSelection(Ark_NativePointer thisPtr, KInteropNumber selectionStart, KInteropNumber selectionEnd, uint8_t* thisArray, int32_t thisLength) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22854,41 +22854,41 @@ void impl_RichEditorBaseController_setSelection(Ark_NativePointer thisPtr, KInte GetAccessors()->getRichEditorBaseControllerAccessor()->setSelection(self, (const Ark_Number*) (&selectionStart), (const Ark_Number*) (&selectionEnd), (const Opt_SelectionOptions*)&options_value); } KOALA_INTEROP_V5(RichEditorBaseController_setSelection, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + Ark_Boolean impl_RichEditorBaseController_isEditing(Ark_NativePointer thisPtr) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRichEditorBaseControllerAccessor()->isEditing(self); } KOALA_INTEROP_1(RichEditorBaseController_isEditing, Ark_Boolean, Ark_NativePointer) - + void impl_RichEditorBaseController_stopEditing(Ark_NativePointer thisPtr) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getRichEditorBaseControllerAccessor()->stopEditing(self); } KOALA_INTEROP_V1(RichEditorBaseController_stopEditing, Ark_NativePointer) - + Ark_NativePointer impl_RichEditorBaseController_getLayoutManager(Ark_NativePointer thisPtr) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRichEditorBaseControllerAccessor()->getLayoutManager(self); } KOALA_INTEROP_1(RichEditorBaseController_getLayoutManager, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_RichEditorBaseController_getPreviewText(Ark_NativePointer thisPtr) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRichEditorBaseControllerAccessor()->getPreviewText(self); } KOALA_INTEROP_1(RichEditorBaseController_getPreviewText, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_RichEditorController_ctor() { return GetAccessors()->getRichEditorControllerAccessor()->ctor(); } KOALA_INTEROP_0(RichEditorController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_RichEditorController_getFinalizer() { return GetAccessors()->getRichEditorControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(RichEditorController_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_RichEditorController_addTextSpan(Ark_NativePointer thisPtr, const KStringPtr& value, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22903,7 +22903,7 @@ Ark_Int32 impl_RichEditorController_addTextSpan(Ark_NativePointer thisPtr, const return GetAccessors()->getRichEditorControllerAccessor()->addTextSpan(self, (const Ark_String*) (&value), (const Opt_RichEditorTextSpanOptions*)&options_value); } KOALA_INTEROP_4(RichEditorController_addTextSpan, Ark_Int32, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + Ark_Int32 impl_RichEditorController_addImageSpan(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22947,7 +22947,7 @@ Ark_Int32 impl_RichEditorController_addImageSpan(Ark_NativePointer thisPtr, uint return GetAccessors()->getRichEditorControllerAccessor()->addImageSpan(self, (const Ark_Union_PixelMap_ResourceStr*)&value_value, (const Opt_RichEditorImageSpanOptions*)&options_value); } KOALA_INTEROP_3(RichEditorController_addImageSpan, Ark_Int32, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_RichEditorController_addBuilderSpan(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22963,7 +22963,7 @@ Ark_Int32 impl_RichEditorController_addBuilderSpan(Ark_NativePointer thisPtr, ui return GetAccessors()->getRichEditorControllerAccessor()->addBuilderSpan(self, (const CustomNodeBuilder*)&value_value, (const Opt_RichEditorBuilderSpanOptions*)&options_value); } KOALA_INTEROP_3(RichEditorController_addBuilderSpan, Ark_Int32, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Int32 impl_RichEditorController_addSymbolSpan(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22979,7 +22979,7 @@ Ark_Int32 impl_RichEditorController_addSymbolSpan(Ark_NativePointer thisPtr, uin return GetAccessors()->getRichEditorControllerAccessor()->addSymbolSpan(self, (const Ark_Resource*)&value_value, (const Opt_RichEditorSymbolSpanOptions*)&options_value); } KOALA_INTEROP_3(RichEditorController_addSymbolSpan, Ark_Int32, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorController_updateSpanStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23005,7 +23005,7 @@ void impl_RichEditorController_updateSpanStyle(Ark_NativePointer thisPtr, uint8_ GetAccessors()->getRichEditorControllerAccessor()->updateSpanStyle(self, (const Ark_Type_RichEditorController_updateSpanStyle_value*)&value_value); } KOALA_INTEROP_V3(RichEditorController_updateSpanStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorController_updateParagraphStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23013,7 +23013,7 @@ void impl_RichEditorController_updateParagraphStyle(Ark_NativePointer thisPtr, u GetAccessors()->getRichEditorControllerAccessor()->updateParagraphStyle(self, (const Ark_RichEditorParagraphStyleOptions*)&value_value); } KOALA_INTEROP_V3(RichEditorController_updateParagraphStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorController_deleteSpans(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23028,7 +23028,7 @@ void impl_RichEditorController_deleteSpans(Ark_NativePointer thisPtr, uint8_t* t GetAccessors()->getRichEditorControllerAccessor()->deleteSpans(self, (const Opt_RichEditorRange*)&value_value); } KOALA_INTEROP_V3(RichEditorController_deleteSpans, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorController_getSpans(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23043,7 +23043,7 @@ void impl_RichEditorController_getSpans(Ark_NativePointer thisPtr, uint8_t* this GetAccessors()->getRichEditorControllerAccessor()->getSpans(self, (const Opt_RichEditorRange*)&value_value); } KOALA_INTEROP_V3(RichEditorController_getSpans, Ark_NativePointer, uint8_t*, int32_t) - + void impl_RichEditorController_getParagraphs(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23058,13 +23058,13 @@ void impl_RichEditorController_getParagraphs(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getRichEditorControllerAccessor()->getParagraphs(self, (const Opt_RichEditorRange*)&value_value); } KOALA_INTEROP_V3(RichEditorController_getParagraphs, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_RichEditorController_getSelection(Ark_NativePointer thisPtr) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRichEditorControllerAccessor()->getSelection(self); } KOALA_INTEROP_1(RichEditorController_getSelection, Ark_NativePointer, Ark_NativePointer) - + void impl_RichEditorController_fromStyledString(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23072,7 +23072,7 @@ void impl_RichEditorController_fromStyledString(Ark_NativePointer thisPtr, uint8 GetAccessors()->getRichEditorControllerAccessor()->fromStyledString(self, (const Ark_StyledString*)&value_value); } KOALA_INTEROP_V3(RichEditorController_fromStyledString, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_RichEditorController_toStyledString(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23080,17 +23080,17 @@ Ark_NativePointer impl_RichEditorController_toStyledString(Ark_NativePointer thi return GetAccessors()->getRichEditorControllerAccessor()->toStyledString(self, (const Ark_RichEditorRange*)&value_value); } KOALA_INTEROP_3(RichEditorController_toStyledString, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_RichEditorStyledStringController_ctor() { return GetAccessors()->getRichEditorStyledStringControllerAccessor()->ctor(); } KOALA_INTEROP_0(RichEditorStyledStringController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_RichEditorStyledStringController_getFinalizer() { return GetAccessors()->getRichEditorStyledStringControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(RichEditorStyledStringController_getFinalizer, Ark_NativePointer) - + void impl_RichEditorStyledStringController_setStyledString(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorStyledStringControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23098,19 +23098,19 @@ void impl_RichEditorStyledStringController_setStyledString(Ark_NativePointer thi GetAccessors()->getRichEditorStyledStringControllerAccessor()->setStyledString(self, (const Ark_StyledString*)&styledString_value); } KOALA_INTEROP_V3(RichEditorStyledStringController_setStyledString, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_RichEditorStyledStringController_getStyledString(Ark_NativePointer thisPtr) { RichEditorStyledStringControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRichEditorStyledStringControllerAccessor()->getStyledString(self); } KOALA_INTEROP_1(RichEditorStyledStringController_getStyledString, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_RichEditorStyledStringController_getSelection(Ark_NativePointer thisPtr) { RichEditorStyledStringControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getRichEditorStyledStringControllerAccessor()->getSelection(self); } KOALA_INTEROP_1(RichEditorStyledStringController_getSelection, Ark_NativePointer, Ark_NativePointer) - + void impl_RichEditorStyledStringController_onContentChanged(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorStyledStringControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23118,17 +23118,17 @@ void impl_RichEditorStyledStringController_onContentChanged(Ark_NativePointer th GetAccessors()->getRichEditorStyledStringControllerAccessor()->onContentChanged(self, (const Ark_StyledStringChangedListener*)&listener_value); } KOALA_INTEROP_V3(RichEditorStyledStringController_onContentChanged, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Scroller_ctor() { return GetAccessors()->getScrollerAccessor()->ctor(); } KOALA_INTEROP_0(Scroller_ctor, Ark_NativePointer) - + Ark_NativePointer impl_Scroller_getFinalizer() { return GetAccessors()->getScrollerAccessor()->getFinalizer(); } KOALA_INTEROP_0(Scroller_getFinalizer, Ark_NativePointer) - + void impl_Scroller_scrollTo(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { ScrollerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23136,7 +23136,7 @@ void impl_Scroller_scrollTo(Ark_NativePointer thisPtr, uint8_t* thisArray, int32 GetAccessors()->getScrollerAccessor()->scrollTo(self, (const Ark_ScrollOptions*)&options_value); } KOALA_INTEROP_V3(Scroller_scrollTo, Ark_NativePointer, uint8_t*, int32_t) - + void impl_Scroller_scrollEdge(Ark_NativePointer thisPtr, Ark_Int32 value, uint8_t* thisArray, int32_t thisLength) { ScrollerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23151,13 +23151,13 @@ void impl_Scroller_scrollEdge(Ark_NativePointer thisPtr, Ark_Int32 value, uint8_ GetAccessors()->getScrollerAccessor()->scrollEdge(self, static_cast(value), (const Opt_ScrollEdgeOptions*)&options_value); } KOALA_INTEROP_V4(Scroller_scrollEdge, Ark_NativePointer, Ark_Int32, uint8_t*, int32_t) - + void impl_Scroller_fling(Ark_NativePointer thisPtr, KInteropNumber velocity) { ScrollerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getScrollerAccessor()->fling(self, (const Ark_Number*) (&velocity)); } KOALA_INTEROP_V2(Scroller_fling, Ark_NativePointer, KInteropNumber) - + void impl_Scroller_scrollPage0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { ScrollerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23165,7 +23165,7 @@ void impl_Scroller_scrollPage0(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetAccessors()->getScrollerAccessor()->scrollPage0(self, (const Ark_ScrollPageOptions*)&value_value); } KOALA_INTEROP_V3(Scroller_scrollPage0, Ark_NativePointer, uint8_t*, int32_t) - + void impl_Scroller_scrollPage1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { ScrollerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23183,13 +23183,13 @@ void impl_Scroller_scrollPage1(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetAccessors()->getScrollerAccessor()->scrollPage1(self, (const Ark_Literal_Boolean_next_Axis_direction*)&value_value); } KOALA_INTEROP_V3(Scroller_scrollPage1, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_Scroller_currentOffset(Ark_NativePointer thisPtr) { ScrollerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getScrollerAccessor()->currentOffset(self); } KOALA_INTEROP_1(Scroller_currentOffset, Ark_NativePointer, Ark_NativePointer) - + void impl_Scroller_scrollToIndex(Ark_NativePointer thisPtr, KInteropNumber value, uint8_t* thisArray, int32_t thisLength) { ScrollerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23220,53 +23220,53 @@ void impl_Scroller_scrollToIndex(Ark_NativePointer thisPtr, KInteropNumber value GetAccessors()->getScrollerAccessor()->scrollToIndex(self, (const Ark_Number*) (&value), (const Opt_Boolean*)&smooth_value, (const Opt_ScrollAlign*)&align_value, (const Opt_ScrollToIndexOptions*)&options_value); } KOALA_INTEROP_V4(Scroller_scrollToIndex, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_Scroller_scrollBy(Ark_NativePointer thisPtr, const KLength& dx, const KLength& dy) { ScrollerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getScrollerAccessor()->scrollBy(self, (const Ark_Length*)&dx, (const Ark_Length*)&dy); } KOALA_INTEROP_V3(Scroller_scrollBy, Ark_NativePointer, KLength, KLength) - + Ark_Boolean impl_Scroller_isAtEnd(Ark_NativePointer thisPtr) { ScrollerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getScrollerAccessor()->isAtEnd(self); } KOALA_INTEROP_1(Scroller_isAtEnd, Ark_Boolean, Ark_NativePointer) - + Ark_NativePointer impl_Scroller_getItemRect(Ark_NativePointer thisPtr, KInteropNumber index) { ScrollerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getScrollerAccessor()->getItemRect(self, (const Ark_Number*) (&index)); } KOALA_INTEROP_2(Scroller_getItemRect, Ark_NativePointer, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_Scroller_getItemIndex(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { ScrollerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getScrollerAccessor()->getItemIndex(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_3(Scroller_getItemIndex, Ark_Int32, Ark_NativePointer, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_SearchController_ctor() { return GetAccessors()->getSearchControllerAccessor()->ctor(); } KOALA_INTEROP_0(SearchController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_SearchController_getFinalizer() { return GetAccessors()->getSearchControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(SearchController_getFinalizer, Ark_NativePointer) - + void impl_SearchController_caretPosition(Ark_NativePointer thisPtr, KInteropNumber value) { SearchControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSearchControllerAccessor()->caretPosition(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(SearchController_caretPosition, Ark_NativePointer, KInteropNumber) - + void impl_SearchController_stopEditing(Ark_NativePointer thisPtr) { SearchControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSearchControllerAccessor()->stopEditing(self); } KOALA_INTEROP_V1(SearchController_stopEditing, Ark_NativePointer) - + void impl_SearchController_setTextSelection(Ark_NativePointer thisPtr, KInteropNumber selectionStart, KInteropNumber selectionEnd, uint8_t* thisArray, int32_t thisLength) { SearchControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23281,29 +23281,29 @@ void impl_SearchController_setTextSelection(Ark_NativePointer thisPtr, KInteropN GetAccessors()->getSearchControllerAccessor()->setTextSelection(self, (const Ark_Number*) (&selectionStart), (const Ark_Number*) (&selectionEnd), (const Opt_SelectionOptions*)&options_value); } KOALA_INTEROP_V5(SearchController_setTextSelection, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + Ark_NativePointer impl_SwiperController_ctor() { return GetAccessors()->getSwiperControllerAccessor()->ctor(); } KOALA_INTEROP_0(SwiperController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_SwiperController_getFinalizer() { return GetAccessors()->getSwiperControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(SwiperController_getFinalizer, Ark_NativePointer) - + void impl_SwiperController_showNext(Ark_NativePointer thisPtr) { SwiperControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSwiperControllerAccessor()->showNext(self); } KOALA_INTEROP_V1(SwiperController_showNext, Ark_NativePointer) - + void impl_SwiperController_showPrevious(Ark_NativePointer thisPtr) { SwiperControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSwiperControllerAccessor()->showPrevious(self); } KOALA_INTEROP_V1(SwiperController_showPrevious, Ark_NativePointer) - + void impl_SwiperController_changeIndex(Ark_NativePointer thisPtr, KInteropNumber index, uint8_t* thisArray, int32_t thisLength) { SwiperControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23318,7 +23318,7 @@ void impl_SwiperController_changeIndex(Ark_NativePointer thisPtr, KInteropNumber GetAccessors()->getSwiperControllerAccessor()->changeIndex(self, (const Ark_Number*) (&index), (const Opt_Boolean*)&useAnimation_value); } KOALA_INTEROP_V4(SwiperController_changeIndex, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_SwiperController_finishAnimation(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { SwiperControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23333,93 +23333,93 @@ void impl_SwiperController_finishAnimation(Ark_NativePointer thisPtr, uint8_t* t GetAccessors()->getSwiperControllerAccessor()->finishAnimation(self, (const Opt_VoidCallback*)&callback__value); } KOALA_INTEROP_V3(SwiperController_finishAnimation, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_SwiperContentTransitionProxy_ctor() { return GetAccessors()->getSwiperContentTransitionProxyAccessor()->ctor(); } KOALA_INTEROP_0(SwiperContentTransitionProxy_ctor, Ark_NativePointer) - + Ark_NativePointer impl_SwiperContentTransitionProxy_getFinalizer() { return GetAccessors()->getSwiperContentTransitionProxyAccessor()->getFinalizer(); } KOALA_INTEROP_0(SwiperContentTransitionProxy_getFinalizer, Ark_NativePointer) - + void impl_SwiperContentTransitionProxy_finishTransition(Ark_NativePointer thisPtr) { SwiperContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSwiperContentTransitionProxyAccessor()->finishTransition(self); } KOALA_INTEROP_V1(SwiperContentTransitionProxy_finishTransition, Ark_NativePointer) - + Ark_Int32 impl_SwiperContentTransitionProxy_getSelectedIndex(Ark_NativePointer thisPtr) { SwiperContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getSwiperContentTransitionProxyAccessor()->getSelectedIndex(self); } KOALA_INTEROP_1(SwiperContentTransitionProxy_getSelectedIndex, Ark_Int32, Ark_NativePointer) - + void impl_SwiperContentTransitionProxy_setSelectedIndex(Ark_NativePointer thisPtr, KInteropNumber selectedIndex) { SwiperContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSwiperContentTransitionProxyAccessor()->setSelectedIndex(self, (const Ark_Number*) (&selectedIndex)); } KOALA_INTEROP_V2(SwiperContentTransitionProxy_setSelectedIndex, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_SwiperContentTransitionProxy_getIndex(Ark_NativePointer thisPtr) { SwiperContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getSwiperContentTransitionProxyAccessor()->getIndex(self); } KOALA_INTEROP_1(SwiperContentTransitionProxy_getIndex, Ark_Int32, Ark_NativePointer) - + void impl_SwiperContentTransitionProxy_setIndex(Ark_NativePointer thisPtr, KInteropNumber index) { SwiperContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSwiperContentTransitionProxyAccessor()->setIndex(self, (const Ark_Number*) (&index)); } KOALA_INTEROP_V2(SwiperContentTransitionProxy_setIndex, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_SwiperContentTransitionProxy_getPosition(Ark_NativePointer thisPtr) { SwiperContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getSwiperContentTransitionProxyAccessor()->getPosition(self); } KOALA_INTEROP_1(SwiperContentTransitionProxy_getPosition, Ark_Int32, Ark_NativePointer) - + void impl_SwiperContentTransitionProxy_setPosition(Ark_NativePointer thisPtr, KInteropNumber position) { SwiperContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSwiperContentTransitionProxyAccessor()->setPosition(self, (const Ark_Number*) (&position)); } KOALA_INTEROP_V2(SwiperContentTransitionProxy_setPosition, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_SwiperContentTransitionProxy_getMainAxisLength(Ark_NativePointer thisPtr) { SwiperContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getSwiperContentTransitionProxyAccessor()->getMainAxisLength(self); } KOALA_INTEROP_1(SwiperContentTransitionProxy_getMainAxisLength, Ark_Int32, Ark_NativePointer) - + void impl_SwiperContentTransitionProxy_setMainAxisLength(Ark_NativePointer thisPtr, KInteropNumber mainAxisLength) { SwiperContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSwiperContentTransitionProxyAccessor()->setMainAxisLength(self, (const Ark_Number*) (&mainAxisLength)); } KOALA_INTEROP_V2(SwiperContentTransitionProxy_setMainAxisLength, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_IndicatorComponentController_ctor() { return GetAccessors()->getIndicatorComponentControllerAccessor()->ctor(); } KOALA_INTEROP_0(IndicatorComponentController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_IndicatorComponentController_getFinalizer() { return GetAccessors()->getIndicatorComponentControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(IndicatorComponentController_getFinalizer, Ark_NativePointer) - + void impl_IndicatorComponentController_showNext(Ark_NativePointer thisPtr) { IndicatorComponentControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getIndicatorComponentControllerAccessor()->showNext(self); } KOALA_INTEROP_V1(IndicatorComponentController_showNext, Ark_NativePointer) - + void impl_IndicatorComponentController_showPrevious(Ark_NativePointer thisPtr) { IndicatorComponentControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getIndicatorComponentControllerAccessor()->showPrevious(self); } KOALA_INTEROP_V1(IndicatorComponentController_showPrevious, Ark_NativePointer) - + void impl_IndicatorComponentController_changeIndex(Ark_NativePointer thisPtr, KInteropNumber index, uint8_t* thisArray, int32_t thisLength) { IndicatorComponentControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23434,23 +23434,23 @@ void impl_IndicatorComponentController_changeIndex(Ark_NativePointer thisPtr, KI GetAccessors()->getIndicatorComponentControllerAccessor()->changeIndex(self, (const Ark_Number*) (&index), (const Opt_Boolean*)&useAnimation_value); } KOALA_INTEROP_V4(IndicatorComponentController_changeIndex, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + Ark_NativePointer impl_TabsController_ctor() { return GetAccessors()->getTabsControllerAccessor()->ctor(); } KOALA_INTEROP_0(TabsController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TabsController_getFinalizer() { return GetAccessors()->getTabsControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(TabsController_getFinalizer, Ark_NativePointer) - + void impl_TabsController_changeIndex(Ark_NativePointer thisPtr, KInteropNumber value) { TabsControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTabsControllerAccessor()->changeIndex(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TabsController_changeIndex, Ark_NativePointer, KInteropNumber) - + void impl_TabsController_preloadItems(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TabsControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23473,7 +23473,7 @@ void impl_TabsController_preloadItems(Ark_NativePointer thisPtr, uint8_t* thisAr GetAccessors()->getTabsControllerAccessor()->preloadItems(self, (const Opt_Array_Number*)&indices_value, (const Callback_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V3(TabsController_preloadItems, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsController_setTabBarTranslate(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TabsControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23481,69 +23481,69 @@ void impl_TabsController_setTabBarTranslate(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getTabsControllerAccessor()->setTabBarTranslate(self, (const Ark_TranslateOptions*)&translate_value); } KOALA_INTEROP_V3(TabsController_setTabBarTranslate, Ark_NativePointer, uint8_t*, int32_t) - + void impl_TabsController_setTabBarOpacity(Ark_NativePointer thisPtr, KInteropNumber opacity) { TabsControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTabsControllerAccessor()->setTabBarOpacity(self, (const Ark_Number*) (&opacity)); } KOALA_INTEROP_V2(TabsController_setTabBarOpacity, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_TabContentTransitionProxy_ctor() { return GetAccessors()->getTabContentTransitionProxyAccessor()->ctor(); } KOALA_INTEROP_0(TabContentTransitionProxy_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TabContentTransitionProxy_getFinalizer() { return GetAccessors()->getTabContentTransitionProxyAccessor()->getFinalizer(); } KOALA_INTEROP_0(TabContentTransitionProxy_getFinalizer, Ark_NativePointer) - + void impl_TabContentTransitionProxy_finishTransition(Ark_NativePointer thisPtr) { TabContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTabContentTransitionProxyAccessor()->finishTransition(self); } KOALA_INTEROP_V1(TabContentTransitionProxy_finishTransition, Ark_NativePointer) - + Ark_Int32 impl_TabContentTransitionProxy_getFrom(Ark_NativePointer thisPtr) { TabContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTabContentTransitionProxyAccessor()->getFrom(self); } KOALA_INTEROP_1(TabContentTransitionProxy_getFrom, Ark_Int32, Ark_NativePointer) - + void impl_TabContentTransitionProxy_setFrom(Ark_NativePointer thisPtr, KInteropNumber from) { TabContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTabContentTransitionProxyAccessor()->setFrom(self, (const Ark_Number*) (&from)); } KOALA_INTEROP_V2(TabContentTransitionProxy_setFrom, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_TabContentTransitionProxy_getTo(Ark_NativePointer thisPtr) { TabContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTabContentTransitionProxyAccessor()->getTo(self); } KOALA_INTEROP_1(TabContentTransitionProxy_getTo, Ark_Int32, Ark_NativePointer) - + void impl_TabContentTransitionProxy_setTo(Ark_NativePointer thisPtr, KInteropNumber to) { TabContentTransitionProxyPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTabContentTransitionProxyAccessor()->setTo(self, (const Ark_Number*) (&to)); } KOALA_INTEROP_V2(TabContentTransitionProxy_setTo, Ark_NativePointer, KInteropNumber) - + Ark_NativePointer impl_TextController_ctor() { return GetAccessors()->getTextControllerAccessor()->ctor(); } KOALA_INTEROP_0(TextController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextController_getFinalizer() { return GetAccessors()->getTextControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextController_getFinalizer, Ark_NativePointer) - + void impl_TextController_closeSelectionMenu(Ark_NativePointer thisPtr) { TextControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextControllerAccessor()->closeSelectionMenu(self); } KOALA_INTEROP_V1(TextController_closeSelectionMenu, Ark_NativePointer) - + void impl_TextController_setStyledString(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TextControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23551,29 +23551,29 @@ void impl_TextController_setStyledString(Ark_NativePointer thisPtr, uint8_t* thi GetAccessors()->getTextControllerAccessor()->setStyledString(self, (const Ark_StyledString*)&value_value); } KOALA_INTEROP_V3(TextController_setStyledString, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_TextController_getLayoutManager(Ark_NativePointer thisPtr) { TextControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextControllerAccessor()->getLayoutManager(self); } KOALA_INTEROP_1(TextController_getLayoutManager, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_TextAreaController_ctor() { return GetAccessors()->getTextAreaControllerAccessor()->ctor(); } KOALA_INTEROP_0(TextAreaController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextAreaController_getFinalizer() { return GetAccessors()->getTextAreaControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextAreaController_getFinalizer, Ark_NativePointer) - + void impl_TextAreaController_caretPosition(Ark_NativePointer thisPtr, KInteropNumber value) { TextAreaControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextAreaControllerAccessor()->caretPosition(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TextAreaController_caretPosition, Ark_NativePointer, KInteropNumber) - + void impl_TextAreaController_setTextSelection(Ark_NativePointer thisPtr, KInteropNumber selectionStart, KInteropNumber selectionEnd, uint8_t* thisArray, int32_t thisLength) { TextAreaControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23588,45 +23588,45 @@ void impl_TextAreaController_setTextSelection(Ark_NativePointer thisPtr, KIntero GetAccessors()->getTextAreaControllerAccessor()->setTextSelection(self, (const Ark_Number*) (&selectionStart), (const Ark_Number*) (&selectionEnd), (const Opt_SelectionOptions*)&options_value); } KOALA_INTEROP_V5(TextAreaController_setTextSelection, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + void impl_TextAreaController_stopEditing(Ark_NativePointer thisPtr) { TextAreaControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextAreaControllerAccessor()->stopEditing(self); } KOALA_INTEROP_V1(TextAreaController_stopEditing, Ark_NativePointer) - + Ark_NativePointer impl_TextClockController_ctor() { return GetAccessors()->getTextClockControllerAccessor()->ctor(); } KOALA_INTEROP_0(TextClockController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextClockController_getFinalizer() { return GetAccessors()->getTextClockControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextClockController_getFinalizer, Ark_NativePointer) - + void impl_TextClockController_start(Ark_NativePointer thisPtr) { TextClockControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextClockControllerAccessor()->start(self); } KOALA_INTEROP_V1(TextClockController_start, Ark_NativePointer) - + void impl_TextClockController_stop(Ark_NativePointer thisPtr) { TextClockControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextClockControllerAccessor()->stop(self); } KOALA_INTEROP_V1(TextClockController_stop, Ark_NativePointer) - + Ark_NativePointer impl_TextBaseController_ctor() { return GetAccessors()->getTextBaseControllerAccessor()->ctor(); } KOALA_INTEROP_0(TextBaseController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextBaseController_getFinalizer() { return GetAccessors()->getTextBaseControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextBaseController_getFinalizer, Ark_NativePointer) - + void impl_TextBaseController_setSelection(Ark_NativePointer thisPtr, KInteropNumber selectionStart, KInteropNumber selectionEnd, uint8_t* thisArray, int32_t thisLength) { TextBaseControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23641,69 +23641,69 @@ void impl_TextBaseController_setSelection(Ark_NativePointer thisPtr, KInteropNum GetAccessors()->getTextBaseControllerAccessor()->setSelection(self, (const Ark_Number*) (&selectionStart), (const Ark_Number*) (&selectionEnd), (const Opt_SelectionOptions*)&options_value); } KOALA_INTEROP_V5(TextBaseController_setSelection, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + void impl_TextBaseController_closeSelectionMenu(Ark_NativePointer thisPtr) { TextBaseControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextBaseControllerAccessor()->closeSelectionMenu(self); } KOALA_INTEROP_V1(TextBaseController_closeSelectionMenu, Ark_NativePointer) - + Ark_NativePointer impl_TextBaseController_getLayoutManager(Ark_NativePointer thisPtr) { TextBaseControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextBaseControllerAccessor()->getLayoutManager(self); } KOALA_INTEROP_1(TextBaseController_getLayoutManager, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_TextEditControllerEx_ctor() { return GetAccessors()->getTextEditControllerExAccessor()->ctor(); } KOALA_INTEROP_0(TextEditControllerEx_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextEditControllerEx_getFinalizer() { return GetAccessors()->getTextEditControllerExAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextEditControllerEx_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_TextEditControllerEx_isEditing(Ark_NativePointer thisPtr) { TextEditControllerExPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextEditControllerExAccessor()->isEditing(self); } KOALA_INTEROP_1(TextEditControllerEx_isEditing, Ark_Boolean, Ark_NativePointer) - + void impl_TextEditControllerEx_stopEditing(Ark_NativePointer thisPtr) { TextEditControllerExPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextEditControllerExAccessor()->stopEditing(self); } KOALA_INTEROP_V1(TextEditControllerEx_stopEditing, Ark_NativePointer) - + Ark_Boolean impl_TextEditControllerEx_setCaretOffset(Ark_NativePointer thisPtr, KInteropNumber offset) { TextEditControllerExPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextEditControllerExAccessor()->setCaretOffset(self, (const Ark_Number*) (&offset)); } KOALA_INTEROP_2(TextEditControllerEx_setCaretOffset, Ark_Boolean, Ark_NativePointer, KInteropNumber) - + Ark_Int32 impl_TextEditControllerEx_getCaretOffset(Ark_NativePointer thisPtr) { TextEditControllerExPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextEditControllerExAccessor()->getCaretOffset(self); } KOALA_INTEROP_1(TextEditControllerEx_getCaretOffset, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_TextEditControllerEx_getPreviewText(Ark_NativePointer thisPtr) { TextEditControllerExPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextEditControllerExAccessor()->getPreviewText(self); } KOALA_INTEROP_1(TextEditControllerEx_getPreviewText, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_StyledStringController_ctor() { return GetAccessors()->getStyledStringControllerAccessor()->ctor(); } KOALA_INTEROP_0(StyledStringController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_StyledStringController_getFinalizer() { return GetAccessors()->getStyledStringControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(StyledStringController_getFinalizer, Ark_NativePointer) - + void impl_StyledStringController_setStyledString(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { StyledStringControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23711,41 +23711,41 @@ void impl_StyledStringController_setStyledString(Ark_NativePointer thisPtr, uint GetAccessors()->getStyledStringControllerAccessor()->setStyledString(self, (const Ark_StyledString*)&styledString_value); } KOALA_INTEROP_V3(StyledStringController_setStyledString, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_StyledStringController_getStyledString(Ark_NativePointer thisPtr) { StyledStringControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getStyledStringControllerAccessor()->getStyledString(self); } KOALA_INTEROP_1(StyledStringController_getStyledString, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_LayoutManager_ctor() { return GetAccessors()->getLayoutManagerAccessor()->ctor(); } KOALA_INTEROP_0(LayoutManager_ctor, Ark_NativePointer) - + Ark_NativePointer impl_LayoutManager_getFinalizer() { return GetAccessors()->getLayoutManagerAccessor()->getFinalizer(); } KOALA_INTEROP_0(LayoutManager_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_LayoutManager_getLineCount(Ark_NativePointer thisPtr) { LayoutManagerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getLayoutManagerAccessor()->getLineCount(self); } KOALA_INTEROP_1(LayoutManager_getLineCount, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_LayoutManager_getGlyphPositionAtCoordinate(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { LayoutManagerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getLayoutManagerAccessor()->getGlyphPositionAtCoordinate(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); } KOALA_INTEROP_3(LayoutManager_getGlyphPositionAtCoordinate, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber) - + Ark_NativePointer impl_LayoutManager_getLineMetrics(Ark_NativePointer thisPtr, KInteropNumber lineNumber) { LayoutManagerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getLayoutManagerAccessor()->getLineMetrics(self, (const Ark_Number*) (&lineNumber)); } KOALA_INTEROP_2(LayoutManager_getLineMetrics, Ark_NativePointer, Ark_NativePointer, KInteropNumber) - + void impl_LayoutManager_getRectsForRange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, Ark_Int32 widthStyle, Ark_Int32 heightStyle) { LayoutManagerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23753,17 +23753,17 @@ void impl_LayoutManager_getRectsForRange(Ark_NativePointer thisPtr, uint8_t* thi GetAccessors()->getLayoutManagerAccessor()->getRectsForRange(self, (const Ark_TextRange*)&range_value, static_cast(widthStyle), static_cast(heightStyle)); } KOALA_INTEROP_V5(LayoutManager_getRectsForRange, Ark_NativePointer, uint8_t*, int32_t, Ark_Int32, Ark_Int32) - + Ark_NativePointer impl_TextMenuItemId_ctor() { return GetAccessors()->getTextMenuItemIdAccessor()->ctor(); } KOALA_INTEROP_0(TextMenuItemId_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextMenuItemId_getFinalizer() { return GetAccessors()->getTextMenuItemIdAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextMenuItemId_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_TextMenuItemId_of(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const Ark_Int8 id_value_buf_selector = thisDeserializer.readInt8(); @@ -23784,7 +23784,7 @@ Ark_NativePointer impl_TextMenuItemId_of(uint8_t* thisArray, int32_t thisLength) return GetAccessors()->getTextMenuItemIdAccessor()->of((const Ark_ResourceStr*)&id_value); } KOALA_INTEROP_2(TextMenuItemId_of, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Boolean impl_TextMenuItemId_equals(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { TextMenuItemIdPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23792,17 +23792,17 @@ Ark_Boolean impl_TextMenuItemId_equals(Ark_NativePointer thisPtr, uint8_t* thisA return GetAccessors()->getTextMenuItemIdAccessor()->equals(self, (const Ark_TextMenuItemId*)&id_value); } KOALA_INTEROP_3(TextMenuItemId_equals, Ark_Boolean, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_EditMenuOptions_ctor() { return GetAccessors()->getEditMenuOptionsAccessor()->ctor(); } KOALA_INTEROP_0(EditMenuOptions_ctor, Ark_NativePointer) - + Ark_NativePointer impl_EditMenuOptions_getFinalizer() { return GetAccessors()->getEditMenuOptionsAccessor()->getFinalizer(); } KOALA_INTEROP_0(EditMenuOptions_getFinalizer, Ark_NativePointer) - + void impl_EditMenuOptions_onCreateMenu(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { EditMenuOptionsPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23817,7 +23817,7 @@ void impl_EditMenuOptions_onCreateMenu(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getEditMenuOptionsAccessor()->onCreateMenu(self, (const Array_TextMenuItem*)&menuItems_value); } KOALA_INTEROP_V3(EditMenuOptions_onCreateMenu, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Boolean impl_EditMenuOptions_onMenuItemClick(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { EditMenuOptionsPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23826,51 +23826,51 @@ Ark_Boolean impl_EditMenuOptions_onMenuItemClick(Ark_NativePointer thisPtr, uint return GetAccessors()->getEditMenuOptionsAccessor()->onMenuItemClick(self, (const Ark_TextMenuItem*)&menuItem_value, (const Ark_TextRange*)&range_value); } KOALA_INTEROP_3(EditMenuOptions_onMenuItemClick, Ark_Boolean, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_SubmitEvent_ctor() { return GetAccessors()->getSubmitEventAccessor()->ctor(); } KOALA_INTEROP_0(SubmitEvent_ctor, Ark_NativePointer) - + Ark_NativePointer impl_SubmitEvent_getFinalizer() { return GetAccessors()->getSubmitEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(SubmitEvent_getFinalizer, Ark_NativePointer) - + void impl_SubmitEvent_keepEditableState(Ark_NativePointer thisPtr) { SubmitEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSubmitEventAccessor()->keepEditableState(self); } KOALA_INTEROP_V1(SubmitEvent_keepEditableState, Ark_NativePointer) - + void impl_SubmitEvent_getText(Ark_NativePointer thisPtr) { SubmitEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSubmitEventAccessor()->getText(self); } KOALA_INTEROP_V1(SubmitEvent_getText, Ark_NativePointer) - + void impl_SubmitEvent_setText(Ark_NativePointer thisPtr, const KStringPtr& text) { SubmitEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSubmitEventAccessor()->setText(self, (const Ark_String*) (&text)); } KOALA_INTEROP_V2(SubmitEvent_setText, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_TextInputController_ctor() { return GetAccessors()->getTextInputControllerAccessor()->ctor(); } KOALA_INTEROP_0(TextInputController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextInputController_getFinalizer() { return GetAccessors()->getTextInputControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextInputController_getFinalizer, Ark_NativePointer) - + void impl_TextInputController_caretPosition(Ark_NativePointer thisPtr, KInteropNumber value) { TextInputControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextInputControllerAccessor()->caretPosition(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(TextInputController_caretPosition, Ark_NativePointer, KInteropNumber) - + void impl_TextInputController_setTextSelection(Ark_NativePointer thisPtr, KInteropNumber selectionStart, KInteropNumber selectionEnd, uint8_t* thisArray, int32_t thisLength) { TextInputControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23885,23 +23885,23 @@ void impl_TextInputController_setTextSelection(Ark_NativePointer thisPtr, KInter GetAccessors()->getTextInputControllerAccessor()->setTextSelection(self, (const Ark_Number*) (&selectionStart), (const Ark_Number*) (&selectionEnd), (const Opt_SelectionOptions*)&options_value); } KOALA_INTEROP_V5(TextInputController_setTextSelection, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + void impl_TextInputController_stopEditing(Ark_NativePointer thisPtr) { TextInputControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextInputControllerAccessor()->stopEditing(self); } KOALA_INTEROP_V1(TextInputController_stopEditing, Ark_NativePointer) - + Ark_NativePointer impl_TextPickerDialog_ctor() { return GetAccessors()->getTextPickerDialogAccessor()->ctor(); } KOALA_INTEROP_0(TextPickerDialog_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextPickerDialog_getFinalizer() { return GetAccessors()->getTextPickerDialogAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextPickerDialog_getFinalizer, Ark_NativePointer) - + void impl_TextPickerDialog_show(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const auto options_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -23915,45 +23915,45 @@ void impl_TextPickerDialog_show(uint8_t* thisArray, int32_t thisLength) { GetAccessors()->getTextPickerDialogAccessor()->show((const Opt_TextPickerDialogOptions*)&options_value); } KOALA_INTEROP_V2(TextPickerDialog_show, uint8_t*, int32_t) - + Ark_NativePointer impl_TextTimerController_ctor() { return GetAccessors()->getTextTimerControllerAccessor()->ctor(); } KOALA_INTEROP_0(TextTimerController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TextTimerController_getFinalizer() { return GetAccessors()->getTextTimerControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextTimerController_getFinalizer, Ark_NativePointer) - + void impl_TextTimerController_start(Ark_NativePointer thisPtr) { TextTimerControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextTimerControllerAccessor()->start(self); } KOALA_INTEROP_V1(TextTimerController_start, Ark_NativePointer) - + void impl_TextTimerController_pause(Ark_NativePointer thisPtr) { TextTimerControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextTimerControllerAccessor()->pause(self); } KOALA_INTEROP_V1(TextTimerController_pause, Ark_NativePointer) - + void impl_TextTimerController_reset(Ark_NativePointer thisPtr) { TextTimerControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTextTimerControllerAccessor()->reset(self); } KOALA_INTEROP_V1(TextTimerController_reset, Ark_NativePointer) - + Ark_NativePointer impl_TimePickerDialog_ctor() { return GetAccessors()->getTimePickerDialogAccessor()->ctor(); } KOALA_INTEROP_0(TimePickerDialog_ctor, Ark_NativePointer) - + Ark_NativePointer impl_TimePickerDialog_getFinalizer() { return GetAccessors()->getTimePickerDialogAccessor()->getFinalizer(); } KOALA_INTEROP_0(TimePickerDialog_getFinalizer, Ark_NativePointer) - + void impl_TimePickerDialog_show(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const auto options_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -23967,193 +23967,193 @@ void impl_TimePickerDialog_show(uint8_t* thisArray, int32_t thisLength) { GetAccessors()->getTimePickerDialogAccessor()->show((const Opt_TimePickerDialogOptions*)&options_value); } KOALA_INTEROP_V2(TimePickerDialog_show, uint8_t*, int32_t) - + Ark_NativePointer impl_VideoController_ctor() { return GetAccessors()->getVideoControllerAccessor()->ctor(); } KOALA_INTEROP_0(VideoController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_VideoController_getFinalizer() { return GetAccessors()->getVideoControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(VideoController_getFinalizer, Ark_NativePointer) - + void impl_VideoController_start(Ark_NativePointer thisPtr) { VideoControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getVideoControllerAccessor()->start(self); } KOALA_INTEROP_V1(VideoController_start, Ark_NativePointer) - + void impl_VideoController_pause(Ark_NativePointer thisPtr) { VideoControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getVideoControllerAccessor()->pause(self); } KOALA_INTEROP_V1(VideoController_pause, Ark_NativePointer) - + void impl_VideoController_stop(Ark_NativePointer thisPtr) { VideoControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getVideoControllerAccessor()->stop(self); } KOALA_INTEROP_V1(VideoController_stop, Ark_NativePointer) - + void impl_VideoController_setCurrentTime0(Ark_NativePointer thisPtr, KInteropNumber value) { VideoControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getVideoControllerAccessor()->setCurrentTime0(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(VideoController_setCurrentTime0, Ark_NativePointer, KInteropNumber) - + void impl_VideoController_requestFullscreen(Ark_NativePointer thisPtr, Ark_Boolean value) { VideoControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getVideoControllerAccessor()->requestFullscreen(self, value); } KOALA_INTEROP_V2(VideoController_requestFullscreen, Ark_NativePointer, Ark_Boolean) - + void impl_VideoController_exitFullscreen(Ark_NativePointer thisPtr) { VideoControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getVideoControllerAccessor()->exitFullscreen(self); } KOALA_INTEROP_V1(VideoController_exitFullscreen, Ark_NativePointer) - + void impl_VideoController_setCurrentTime1(Ark_NativePointer thisPtr, KInteropNumber value, Ark_Int32 seekMode) { VideoControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getVideoControllerAccessor()->setCurrentTime1(self, (const Ark_Number*) (&value), static_cast(seekMode)); } KOALA_INTEROP_V3(VideoController_setCurrentTime1, Ark_NativePointer, KInteropNumber, Ark_Int32) - + void impl_VideoController_reset(Ark_NativePointer thisPtr) { VideoControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getVideoControllerAccessor()->reset(self); } KOALA_INTEROP_V1(VideoController_reset, Ark_NativePointer) - + Ark_NativePointer impl_WebKeyboardController_ctor() { return GetAccessors()->getWebKeyboardControllerAccessor()->ctor(); } KOALA_INTEROP_0(WebKeyboardController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_WebKeyboardController_getFinalizer() { return GetAccessors()->getWebKeyboardControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(WebKeyboardController_getFinalizer, Ark_NativePointer) - + void impl_WebKeyboardController_insertText(Ark_NativePointer thisPtr, const KStringPtr& text) { WebKeyboardControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebKeyboardControllerAccessor()->insertText(self, (const Ark_String*) (&text)); } KOALA_INTEROP_V2(WebKeyboardController_insertText, Ark_NativePointer, KStringPtr) - + void impl_WebKeyboardController_deleteForward(Ark_NativePointer thisPtr, KInteropNumber length) { WebKeyboardControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebKeyboardControllerAccessor()->deleteForward(self, (const Ark_Number*) (&length)); } KOALA_INTEROP_V2(WebKeyboardController_deleteForward, Ark_NativePointer, KInteropNumber) - + void impl_WebKeyboardController_deleteBackward(Ark_NativePointer thisPtr, KInteropNumber length) { WebKeyboardControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebKeyboardControllerAccessor()->deleteBackward(self, (const Ark_Number*) (&length)); } KOALA_INTEROP_V2(WebKeyboardController_deleteBackward, Ark_NativePointer, KInteropNumber) - + void impl_WebKeyboardController_sendFunctionKey(Ark_NativePointer thisPtr, KInteropNumber key) { WebKeyboardControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebKeyboardControllerAccessor()->sendFunctionKey(self, (const Ark_Number*) (&key)); } KOALA_INTEROP_V2(WebKeyboardController_sendFunctionKey, Ark_NativePointer, KInteropNumber) - + void impl_WebKeyboardController_close(Ark_NativePointer thisPtr) { WebKeyboardControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebKeyboardControllerAccessor()->close(self); } KOALA_INTEROP_V1(WebKeyboardController_close, Ark_NativePointer) - + Ark_NativePointer impl_FullScreenExitHandler_ctor() { return GetAccessors()->getFullScreenExitHandlerAccessor()->ctor(); } KOALA_INTEROP_0(FullScreenExitHandler_ctor, Ark_NativePointer) - + Ark_NativePointer impl_FullScreenExitHandler_getFinalizer() { return GetAccessors()->getFullScreenExitHandlerAccessor()->getFinalizer(); } KOALA_INTEROP_0(FullScreenExitHandler_getFinalizer, Ark_NativePointer) - + void impl_FullScreenExitHandler_exitFullScreen(Ark_NativePointer thisPtr) { FullScreenExitHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getFullScreenExitHandlerAccessor()->exitFullScreen(self); } KOALA_INTEROP_V1(FullScreenExitHandler_exitFullScreen, Ark_NativePointer) - + Ark_NativePointer impl_FileSelectorParam_ctor() { return GetAccessors()->getFileSelectorParamAccessor()->ctor(); } KOALA_INTEROP_0(FileSelectorParam_ctor, Ark_NativePointer) - + Ark_NativePointer impl_FileSelectorParam_getFinalizer() { return GetAccessors()->getFileSelectorParamAccessor()->getFinalizer(); } KOALA_INTEROP_0(FileSelectorParam_getFinalizer, Ark_NativePointer) - + void impl_FileSelectorParam_getTitle(Ark_NativePointer thisPtr) { FileSelectorParamPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getFileSelectorParamAccessor()->getTitle(self); } KOALA_INTEROP_V1(FileSelectorParam_getTitle, Ark_NativePointer) - + Ark_NativePointer impl_FileSelectorParam_getMode(Ark_NativePointer thisPtr) { FileSelectorParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFileSelectorParamAccessor()->getMode(self); } KOALA_INTEROP_1(FileSelectorParam_getMode, Ark_NativePointer, Ark_NativePointer) - + void impl_FileSelectorParam_getAcceptType(Ark_NativePointer thisPtr) { FileSelectorParamPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getFileSelectorParamAccessor()->getAcceptType(self); } KOALA_INTEROP_V1(FileSelectorParam_getAcceptType, Ark_NativePointer) - + Ark_Boolean impl_FileSelectorParam_isCapture(Ark_NativePointer thisPtr) { FileSelectorParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFileSelectorParamAccessor()->isCapture(self); } KOALA_INTEROP_1(FileSelectorParam_isCapture, Ark_Boolean, Ark_NativePointer) - + Ark_NativePointer impl_JsResult_ctor() { return GetAccessors()->getJsResultAccessor()->ctor(); } KOALA_INTEROP_0(JsResult_ctor, Ark_NativePointer) - + Ark_NativePointer impl_JsResult_getFinalizer() { return GetAccessors()->getJsResultAccessor()->getFinalizer(); } KOALA_INTEROP_0(JsResult_getFinalizer, Ark_NativePointer) - + void impl_JsResult_handleCancel(Ark_NativePointer thisPtr) { JsResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getJsResultAccessor()->handleCancel(self); } KOALA_INTEROP_V1(JsResult_handleCancel, Ark_NativePointer) - + void impl_JsResult_handleConfirm(Ark_NativePointer thisPtr) { JsResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getJsResultAccessor()->handleConfirm(self); } KOALA_INTEROP_V1(JsResult_handleConfirm, Ark_NativePointer) - + void impl_JsResult_handlePromptConfirm(Ark_NativePointer thisPtr, const KStringPtr& result) { JsResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getJsResultAccessor()->handlePromptConfirm(self, (const Ark_String*) (&result)); } KOALA_INTEROP_V2(JsResult_handlePromptConfirm, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_FileSelectorResult_ctor() { return GetAccessors()->getFileSelectorResultAccessor()->ctor(); } KOALA_INTEROP_0(FileSelectorResult_ctor, Ark_NativePointer) - + Ark_NativePointer impl_FileSelectorResult_getFinalizer() { return GetAccessors()->getFileSelectorResultAccessor()->getFinalizer(); } KOALA_INTEROP_0(FileSelectorResult_getFinalizer, Ark_NativePointer) - + void impl_FileSelectorResult_handleFileList(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { FileSelectorResultPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24168,119 +24168,119 @@ void impl_FileSelectorResult_handleFileList(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getFileSelectorResultAccessor()->handleFileList(self, (const Array_String*)&fileList_value); } KOALA_INTEROP_V3(FileSelectorResult_handleFileList, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_HttpAuthHandler_ctor() { return GetAccessors()->getHttpAuthHandlerAccessor()->ctor(); } KOALA_INTEROP_0(HttpAuthHandler_ctor, Ark_NativePointer) - + Ark_NativePointer impl_HttpAuthHandler_getFinalizer() { return GetAccessors()->getHttpAuthHandlerAccessor()->getFinalizer(); } KOALA_INTEROP_0(HttpAuthHandler_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_HttpAuthHandler_confirm(Ark_NativePointer thisPtr, const KStringPtr& userName, const KStringPtr& password) { HttpAuthHandlerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getHttpAuthHandlerAccessor()->confirm(self, (const Ark_String*) (&userName), (const Ark_String*) (&password)); } KOALA_INTEROP_3(HttpAuthHandler_confirm, Ark_Boolean, Ark_NativePointer, KStringPtr, KStringPtr) - + void impl_HttpAuthHandler_cancel(Ark_NativePointer thisPtr) { HttpAuthHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getHttpAuthHandlerAccessor()->cancel(self); } KOALA_INTEROP_V1(HttpAuthHandler_cancel, Ark_NativePointer) - + Ark_Boolean impl_HttpAuthHandler_isHttpAuthInfoSaved(Ark_NativePointer thisPtr) { HttpAuthHandlerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getHttpAuthHandlerAccessor()->isHttpAuthInfoSaved(self); } KOALA_INTEROP_1(HttpAuthHandler_isHttpAuthInfoSaved, Ark_Boolean, Ark_NativePointer) - + Ark_NativePointer impl_SslErrorHandler_ctor() { return GetAccessors()->getSslErrorHandlerAccessor()->ctor(); } KOALA_INTEROP_0(SslErrorHandler_ctor, Ark_NativePointer) - + Ark_NativePointer impl_SslErrorHandler_getFinalizer() { return GetAccessors()->getSslErrorHandlerAccessor()->getFinalizer(); } KOALA_INTEROP_0(SslErrorHandler_getFinalizer, Ark_NativePointer) - + void impl_SslErrorHandler_handleConfirm(Ark_NativePointer thisPtr) { SslErrorHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSslErrorHandlerAccessor()->handleConfirm(self); } KOALA_INTEROP_V1(SslErrorHandler_handleConfirm, Ark_NativePointer) - + void impl_SslErrorHandler_handleCancel(Ark_NativePointer thisPtr) { SslErrorHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getSslErrorHandlerAccessor()->handleCancel(self); } KOALA_INTEROP_V1(SslErrorHandler_handleCancel, Ark_NativePointer) - + Ark_NativePointer impl_ClientAuthenticationHandler_ctor() { return GetAccessors()->getClientAuthenticationHandlerAccessor()->ctor(); } KOALA_INTEROP_0(ClientAuthenticationHandler_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ClientAuthenticationHandler_getFinalizer() { return GetAccessors()->getClientAuthenticationHandlerAccessor()->getFinalizer(); } KOALA_INTEROP_0(ClientAuthenticationHandler_getFinalizer, Ark_NativePointer) - + void impl_ClientAuthenticationHandler_confirm0(Ark_NativePointer thisPtr, const KStringPtr& priKeyFile, const KStringPtr& certChainFile) { ClientAuthenticationHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClientAuthenticationHandlerAccessor()->confirm0(self, (const Ark_String*) (&priKeyFile), (const Ark_String*) (&certChainFile)); } KOALA_INTEROP_V3(ClientAuthenticationHandler_confirm0, Ark_NativePointer, KStringPtr, KStringPtr) - + void impl_ClientAuthenticationHandler_confirm1(Ark_NativePointer thisPtr, const KStringPtr& authUri) { ClientAuthenticationHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClientAuthenticationHandlerAccessor()->confirm1(self, (const Ark_String*) (&authUri)); } KOALA_INTEROP_V2(ClientAuthenticationHandler_confirm1, Ark_NativePointer, KStringPtr) - + void impl_ClientAuthenticationHandler_cancel(Ark_NativePointer thisPtr) { ClientAuthenticationHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClientAuthenticationHandlerAccessor()->cancel(self); } KOALA_INTEROP_V1(ClientAuthenticationHandler_cancel, Ark_NativePointer) - + void impl_ClientAuthenticationHandler_ignore(Ark_NativePointer thisPtr) { ClientAuthenticationHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getClientAuthenticationHandlerAccessor()->ignore(self); } KOALA_INTEROP_V1(ClientAuthenticationHandler_ignore, Ark_NativePointer) - + Ark_NativePointer impl_PermissionRequest_ctor() { return GetAccessors()->getPermissionRequestAccessor()->ctor(); } KOALA_INTEROP_0(PermissionRequest_ctor, Ark_NativePointer) - + Ark_NativePointer impl_PermissionRequest_getFinalizer() { return GetAccessors()->getPermissionRequestAccessor()->getFinalizer(); } KOALA_INTEROP_0(PermissionRequest_getFinalizer, Ark_NativePointer) - + void impl_PermissionRequest_deny(Ark_NativePointer thisPtr) { PermissionRequestPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPermissionRequestAccessor()->deny(self); } KOALA_INTEROP_V1(PermissionRequest_deny, Ark_NativePointer) - + void impl_PermissionRequest_getOrigin(Ark_NativePointer thisPtr) { PermissionRequestPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPermissionRequestAccessor()->getOrigin(self); } KOALA_INTEROP_V1(PermissionRequest_getOrigin, Ark_NativePointer) - + void impl_PermissionRequest_getAccessibleResource(Ark_NativePointer thisPtr) { PermissionRequestPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPermissionRequestAccessor()->getAccessibleResource(self); } KOALA_INTEROP_V1(PermissionRequest_getAccessibleResource, Ark_NativePointer) - + void impl_PermissionRequest_grant(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { PermissionRequestPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24295,23 +24295,23 @@ void impl_PermissionRequest_grant(Ark_NativePointer thisPtr, uint8_t* thisArray, GetAccessors()->getPermissionRequestAccessor()->grant(self, (const Array_String*)&resources_value); } KOALA_INTEROP_V3(PermissionRequest_grant, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_ScreenCaptureHandler_ctor() { return GetAccessors()->getScreenCaptureHandlerAccessor()->ctor(); } KOALA_INTEROP_0(ScreenCaptureHandler_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ScreenCaptureHandler_getFinalizer() { return GetAccessors()->getScreenCaptureHandlerAccessor()->getFinalizer(); } KOALA_INTEROP_0(ScreenCaptureHandler_getFinalizer, Ark_NativePointer) - + void impl_ScreenCaptureHandler_getOrigin(Ark_NativePointer thisPtr) { ScreenCaptureHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getScreenCaptureHandlerAccessor()->getOrigin(self); } KOALA_INTEROP_V1(ScreenCaptureHandler_getOrigin, Ark_NativePointer) - + void impl_ScreenCaptureHandler_grant(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { ScreenCaptureHandlerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24319,45 +24319,45 @@ void impl_ScreenCaptureHandler_grant(Ark_NativePointer thisPtr, uint8_t* thisArr GetAccessors()->getScreenCaptureHandlerAccessor()->grant(self, (const Ark_ScreenCaptureConfig*)&config_value); } KOALA_INTEROP_V3(ScreenCaptureHandler_grant, Ark_NativePointer, uint8_t*, int32_t) - + void impl_ScreenCaptureHandler_deny(Ark_NativePointer thisPtr) { ScreenCaptureHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getScreenCaptureHandlerAccessor()->deny(self); } KOALA_INTEROP_V1(ScreenCaptureHandler_deny, Ark_NativePointer) - + Ark_NativePointer impl_DataResubmissionHandler_ctor() { return GetAccessors()->getDataResubmissionHandlerAccessor()->ctor(); } KOALA_INTEROP_0(DataResubmissionHandler_ctor, Ark_NativePointer) - + Ark_NativePointer impl_DataResubmissionHandler_getFinalizer() { return GetAccessors()->getDataResubmissionHandlerAccessor()->getFinalizer(); } KOALA_INTEROP_0(DataResubmissionHandler_getFinalizer, Ark_NativePointer) - + void impl_DataResubmissionHandler_resend(Ark_NativePointer thisPtr) { DataResubmissionHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDataResubmissionHandlerAccessor()->resend(self); } KOALA_INTEROP_V1(DataResubmissionHandler_resend, Ark_NativePointer) - + void impl_DataResubmissionHandler_cancel(Ark_NativePointer thisPtr) { DataResubmissionHandlerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDataResubmissionHandlerAccessor()->cancel(self); } KOALA_INTEROP_V1(DataResubmissionHandler_cancel, Ark_NativePointer) - + Ark_NativePointer impl_ControllerHandler_ctor() { return GetAccessors()->getControllerHandlerAccessor()->ctor(); } KOALA_INTEROP_0(ControllerHandler_ctor, Ark_NativePointer) - + Ark_NativePointer impl_ControllerHandler_getFinalizer() { return GetAccessors()->getControllerHandlerAccessor()->getFinalizer(); } KOALA_INTEROP_0(ControllerHandler_getFinalizer, Ark_NativePointer) - + void impl_ControllerHandler_setWebController(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { ControllerHandlerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24365,279 +24365,279 @@ void impl_ControllerHandler_setWebController(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getControllerHandlerAccessor()->setWebController(self, (const Ark_WebviewController*)&controller_value); } KOALA_INTEROP_V3(ControllerHandler_setWebController, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_WebContextMenuParam_ctor() { return GetAccessors()->getWebContextMenuParamAccessor()->ctor(); } KOALA_INTEROP_0(WebContextMenuParam_ctor, Ark_NativePointer) - + Ark_NativePointer impl_WebContextMenuParam_getFinalizer() { return GetAccessors()->getWebContextMenuParamAccessor()->getFinalizer(); } KOALA_INTEROP_0(WebContextMenuParam_getFinalizer, Ark_NativePointer) - + Ark_Int32 impl_WebContextMenuParam_x(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->x(self); } KOALA_INTEROP_1(WebContextMenuParam_x, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_WebContextMenuParam_y(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->y(self); } KOALA_INTEROP_1(WebContextMenuParam_y, Ark_Int32, Ark_NativePointer) - + void impl_WebContextMenuParam_getLinkUrl(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuParamAccessor()->getLinkUrl(self); } KOALA_INTEROP_V1(WebContextMenuParam_getLinkUrl, Ark_NativePointer) - + void impl_WebContextMenuParam_getUnfilteredLinkUrl(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuParamAccessor()->getUnfilteredLinkUrl(self); } KOALA_INTEROP_V1(WebContextMenuParam_getUnfilteredLinkUrl, Ark_NativePointer) - + void impl_WebContextMenuParam_getSourceUrl(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuParamAccessor()->getSourceUrl(self); } KOALA_INTEROP_V1(WebContextMenuParam_getSourceUrl, Ark_NativePointer) - + Ark_Boolean impl_WebContextMenuParam_existsImageContents(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->existsImageContents(self); } KOALA_INTEROP_1(WebContextMenuParam_existsImageContents, Ark_Boolean, Ark_NativePointer) - + Ark_NativePointer impl_WebContextMenuParam_getMediaType(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->getMediaType(self); } KOALA_INTEROP_1(WebContextMenuParam_getMediaType, Ark_NativePointer, Ark_NativePointer) - + void impl_WebContextMenuParam_getSelectionText(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuParamAccessor()->getSelectionText(self); } KOALA_INTEROP_V1(WebContextMenuParam_getSelectionText, Ark_NativePointer) - + Ark_NativePointer impl_WebContextMenuParam_getSourceType(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->getSourceType(self); } KOALA_INTEROP_1(WebContextMenuParam_getSourceType, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_WebContextMenuParam_getInputFieldType(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->getInputFieldType(self); } KOALA_INTEROP_1(WebContextMenuParam_getInputFieldType, Ark_NativePointer, Ark_NativePointer) - + Ark_Boolean impl_WebContextMenuParam_isEditable(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->isEditable(self); } KOALA_INTEROP_1(WebContextMenuParam_isEditable, Ark_Boolean, Ark_NativePointer) - + Ark_Int32 impl_WebContextMenuParam_getEditStateFlags(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->getEditStateFlags(self); } KOALA_INTEROP_1(WebContextMenuParam_getEditStateFlags, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_WebContextMenuParam_getPreviewWidth(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->getPreviewWidth(self); } KOALA_INTEROP_1(WebContextMenuParam_getPreviewWidth, Ark_Int32, Ark_NativePointer) - + Ark_Int32 impl_WebContextMenuParam_getPreviewHeight(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->getPreviewHeight(self); } KOALA_INTEROP_1(WebContextMenuParam_getPreviewHeight, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_WebContextMenuResult_ctor() { return GetAccessors()->getWebContextMenuResultAccessor()->ctor(); } KOALA_INTEROP_0(WebContextMenuResult_ctor, Ark_NativePointer) - + Ark_NativePointer impl_WebContextMenuResult_getFinalizer() { return GetAccessors()->getWebContextMenuResultAccessor()->getFinalizer(); } KOALA_INTEROP_0(WebContextMenuResult_getFinalizer, Ark_NativePointer) - + void impl_WebContextMenuResult_closeContextMenu(Ark_NativePointer thisPtr) { WebContextMenuResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuResultAccessor()->closeContextMenu(self); } KOALA_INTEROP_V1(WebContextMenuResult_closeContextMenu, Ark_NativePointer) - + void impl_WebContextMenuResult_copyImage(Ark_NativePointer thisPtr) { WebContextMenuResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuResultAccessor()->copyImage(self); } KOALA_INTEROP_V1(WebContextMenuResult_copyImage, Ark_NativePointer) - + void impl_WebContextMenuResult_copy(Ark_NativePointer thisPtr) { WebContextMenuResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuResultAccessor()->copy(self); } KOALA_INTEROP_V1(WebContextMenuResult_copy, Ark_NativePointer) - + void impl_WebContextMenuResult_paste(Ark_NativePointer thisPtr) { WebContextMenuResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuResultAccessor()->paste(self); } KOALA_INTEROP_V1(WebContextMenuResult_paste, Ark_NativePointer) - + void impl_WebContextMenuResult_cut(Ark_NativePointer thisPtr) { WebContextMenuResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuResultAccessor()->cut(self); } KOALA_INTEROP_V1(WebContextMenuResult_cut, Ark_NativePointer) - + void impl_WebContextMenuResult_selectAll(Ark_NativePointer thisPtr) { WebContextMenuResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuResultAccessor()->selectAll(self); } KOALA_INTEROP_V1(WebContextMenuResult_selectAll, Ark_NativePointer) - + Ark_NativePointer impl_ConsoleMessage_ctor(const KStringPtr& message, const KStringPtr& sourceId, KInteropNumber lineNumber, Ark_Int32 messageLevel) { return GetAccessors()->getConsoleMessageAccessor()->ctor((const Ark_String*) (&message), (const Ark_String*) (&sourceId), (const Ark_Number*) (&lineNumber), static_cast(messageLevel)); } KOALA_INTEROP_4(ConsoleMessage_ctor, Ark_NativePointer, KStringPtr, KStringPtr, KInteropNumber, Ark_Int32) - + Ark_NativePointer impl_ConsoleMessage_getFinalizer() { return GetAccessors()->getConsoleMessageAccessor()->getFinalizer(); } KOALA_INTEROP_0(ConsoleMessage_getFinalizer, Ark_NativePointer) - + void impl_ConsoleMessage_getMessage(Ark_NativePointer thisPtr) { ConsoleMessagePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getConsoleMessageAccessor()->getMessage(self); } KOALA_INTEROP_V1(ConsoleMessage_getMessage, Ark_NativePointer) - + void impl_ConsoleMessage_getSourceId(Ark_NativePointer thisPtr) { ConsoleMessagePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getConsoleMessageAccessor()->getSourceId(self); } KOALA_INTEROP_V1(ConsoleMessage_getSourceId, Ark_NativePointer) - + Ark_Int32 impl_ConsoleMessage_getLineNumber(Ark_NativePointer thisPtr) { ConsoleMessagePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getConsoleMessageAccessor()->getLineNumber(self); } KOALA_INTEROP_1(ConsoleMessage_getLineNumber, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_ConsoleMessage_getMessageLevel(Ark_NativePointer thisPtr) { ConsoleMessagePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getConsoleMessageAccessor()->getMessageLevel(self); } KOALA_INTEROP_1(ConsoleMessage_getMessageLevel, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_WebResourceRequest_ctor() { return GetAccessors()->getWebResourceRequestAccessor()->ctor(); } KOALA_INTEROP_0(WebResourceRequest_ctor, Ark_NativePointer) - + Ark_NativePointer impl_WebResourceRequest_getFinalizer() { return GetAccessors()->getWebResourceRequestAccessor()->getFinalizer(); } KOALA_INTEROP_0(WebResourceRequest_getFinalizer, Ark_NativePointer) - + void impl_WebResourceRequest_getRequestHeader(Ark_NativePointer thisPtr) { WebResourceRequestPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceRequestAccessor()->getRequestHeader(self); } KOALA_INTEROP_V1(WebResourceRequest_getRequestHeader, Ark_NativePointer) - + void impl_WebResourceRequest_getRequestUrl(Ark_NativePointer thisPtr) { WebResourceRequestPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceRequestAccessor()->getRequestUrl(self); } KOALA_INTEROP_V1(WebResourceRequest_getRequestUrl, Ark_NativePointer) - + Ark_Boolean impl_WebResourceRequest_isRequestGesture(Ark_NativePointer thisPtr) { WebResourceRequestPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebResourceRequestAccessor()->isRequestGesture(self); } KOALA_INTEROP_1(WebResourceRequest_isRequestGesture, Ark_Boolean, Ark_NativePointer) - + Ark_Boolean impl_WebResourceRequest_isMainFrame(Ark_NativePointer thisPtr) { WebResourceRequestPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebResourceRequestAccessor()->isMainFrame(self); } KOALA_INTEROP_1(WebResourceRequest_isMainFrame, Ark_Boolean, Ark_NativePointer) - + Ark_Boolean impl_WebResourceRequest_isRedirect(Ark_NativePointer thisPtr) { WebResourceRequestPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebResourceRequestAccessor()->isRedirect(self); } KOALA_INTEROP_1(WebResourceRequest_isRedirect, Ark_Boolean, Ark_NativePointer) - + void impl_WebResourceRequest_getRequestMethod(Ark_NativePointer thisPtr) { WebResourceRequestPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceRequestAccessor()->getRequestMethod(self); } KOALA_INTEROP_V1(WebResourceRequest_getRequestMethod, Ark_NativePointer) - + Ark_NativePointer impl_WebResourceResponse_ctor() { return GetAccessors()->getWebResourceResponseAccessor()->ctor(); } KOALA_INTEROP_0(WebResourceResponse_ctor, Ark_NativePointer) - + Ark_NativePointer impl_WebResourceResponse_getFinalizer() { return GetAccessors()->getWebResourceResponseAccessor()->getFinalizer(); } KOALA_INTEROP_0(WebResourceResponse_getFinalizer, Ark_NativePointer) - + void impl_WebResourceResponse_getResponseData(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->getResponseData(self); } KOALA_INTEROP_V1(WebResourceResponse_getResponseData, Ark_NativePointer) - + Ark_NativePointer impl_WebResourceResponse_getResponseDataEx(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebResourceResponseAccessor()->getResponseDataEx(self); } KOALA_INTEROP_1(WebResourceResponse_getResponseDataEx, Ark_NativePointer, Ark_NativePointer) - + void impl_WebResourceResponse_getResponseEncoding(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->getResponseEncoding(self); } KOALA_INTEROP_V1(WebResourceResponse_getResponseEncoding, Ark_NativePointer) - + void impl_WebResourceResponse_getResponseMimeType(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->getResponseMimeType(self); } KOALA_INTEROP_V1(WebResourceResponse_getResponseMimeType, Ark_NativePointer) - + void impl_WebResourceResponse_getReasonMessage(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->getReasonMessage(self); } KOALA_INTEROP_V1(WebResourceResponse_getReasonMessage, Ark_NativePointer) - + void impl_WebResourceResponse_getResponseHeader(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->getResponseHeader(self); } KOALA_INTEROP_V1(WebResourceResponse_getResponseHeader, Ark_NativePointer) - + Ark_Int32 impl_WebResourceResponse_getResponseCode(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebResourceResponseAccessor()->getResponseCode(self); } KOALA_INTEROP_1(WebResourceResponse_getResponseCode, Ark_Int32, Ark_NativePointer) - + void impl_WebResourceResponse_setResponseData(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24667,25 +24667,25 @@ void impl_WebResourceResponse_setResponseData(Ark_NativePointer thisPtr, uint8_t GetAccessors()->getWebResourceResponseAccessor()->setResponseData(self, (const Ark_Union_String_Number_Resource_Buffer*)&data_value); } KOALA_INTEROP_V3(WebResourceResponse_setResponseData, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebResourceResponse_setResponseEncoding(Ark_NativePointer thisPtr, const KStringPtr& encoding) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->setResponseEncoding(self, (const Ark_String*) (&encoding)); } KOALA_INTEROP_V2(WebResourceResponse_setResponseEncoding, Ark_NativePointer, KStringPtr) - + void impl_WebResourceResponse_setResponseMimeType(Ark_NativePointer thisPtr, const KStringPtr& mimeType) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->setResponseMimeType(self, (const Ark_String*) (&mimeType)); } KOALA_INTEROP_V2(WebResourceResponse_setResponseMimeType, Ark_NativePointer, KStringPtr) - + void impl_WebResourceResponse_setReasonMessage(Ark_NativePointer thisPtr, const KStringPtr& reason) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->setReasonMessage(self, (const Ark_String*) (&reason)); } KOALA_INTEROP_V2(WebResourceResponse_setReasonMessage, Ark_NativePointer, KStringPtr) - + void impl_WebResourceResponse_setResponseHeader(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24700,135 +24700,135 @@ void impl_WebResourceResponse_setResponseHeader(Ark_NativePointer thisPtr, uint8 GetAccessors()->getWebResourceResponseAccessor()->setResponseHeader(self, (const Array_Header*)&header_value); } KOALA_INTEROP_V3(WebResourceResponse_setResponseHeader, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebResourceResponse_setResponseCode(Ark_NativePointer thisPtr, KInteropNumber code) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->setResponseCode(self, (const Ark_Number*) (&code)); } KOALA_INTEROP_V2(WebResourceResponse_setResponseCode, Ark_NativePointer, KInteropNumber) - + void impl_WebResourceResponse_setResponseIsReady(Ark_NativePointer thisPtr, Ark_Boolean IsReady) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->setResponseIsReady(self, IsReady); } KOALA_INTEROP_V2(WebResourceResponse_setResponseIsReady, Ark_NativePointer, Ark_Boolean) - + Ark_Boolean impl_WebResourceResponse_getResponseIsReady(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebResourceResponseAccessor()->getResponseIsReady(self); } KOALA_INTEROP_1(WebResourceResponse_getResponseIsReady, Ark_Boolean, Ark_NativePointer) - + Ark_NativePointer impl_WebResourceError_ctor() { return GetAccessors()->getWebResourceErrorAccessor()->ctor(); } KOALA_INTEROP_0(WebResourceError_ctor, Ark_NativePointer) - + Ark_NativePointer impl_WebResourceError_getFinalizer() { return GetAccessors()->getWebResourceErrorAccessor()->getFinalizer(); } KOALA_INTEROP_0(WebResourceError_getFinalizer, Ark_NativePointer) - + void impl_WebResourceError_getErrorInfo(Ark_NativePointer thisPtr) { WebResourceErrorPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceErrorAccessor()->getErrorInfo(self); } KOALA_INTEROP_V1(WebResourceError_getErrorInfo, Ark_NativePointer) - + Ark_Int32 impl_WebResourceError_getErrorCode(Ark_NativePointer thisPtr) { WebResourceErrorPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebResourceErrorAccessor()->getErrorCode(self); } KOALA_INTEROP_1(WebResourceError_getErrorCode, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_JsGeolocation_ctor() { return GetAccessors()->getJsGeolocationAccessor()->ctor(); } KOALA_INTEROP_0(JsGeolocation_ctor, Ark_NativePointer) - + Ark_NativePointer impl_JsGeolocation_getFinalizer() { return GetAccessors()->getJsGeolocationAccessor()->getFinalizer(); } KOALA_INTEROP_0(JsGeolocation_getFinalizer, Ark_NativePointer) - + void impl_JsGeolocation_invoke(Ark_NativePointer thisPtr, const KStringPtr& origin, Ark_Boolean allow, Ark_Boolean retain) { JsGeolocationPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getJsGeolocationAccessor()->invoke(self, (const Ark_String*) (&origin), allow, retain); } KOALA_INTEROP_V4(JsGeolocation_invoke, Ark_NativePointer, KStringPtr, Ark_Boolean, Ark_Boolean) - + Ark_NativePointer impl_WebCookie_ctor() { return GetAccessors()->getWebCookieAccessor()->ctor(); } KOALA_INTEROP_0(WebCookie_ctor, Ark_NativePointer) - + Ark_NativePointer impl_WebCookie_getFinalizer() { return GetAccessors()->getWebCookieAccessor()->getFinalizer(); } KOALA_INTEROP_0(WebCookie_getFinalizer, Ark_NativePointer) - + void impl_WebCookie_setCookie(Ark_NativePointer thisPtr) { WebCookiePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebCookieAccessor()->setCookie(self); } KOALA_INTEROP_V1(WebCookie_setCookie, Ark_NativePointer) - + void impl_WebCookie_saveCookie(Ark_NativePointer thisPtr) { WebCookiePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebCookieAccessor()->saveCookie(self); } KOALA_INTEROP_V1(WebCookie_saveCookie, Ark_NativePointer) - + Ark_NativePointer impl_EventResult_ctor() { return GetAccessors()->getEventResultAccessor()->ctor(); } KOALA_INTEROP_0(EventResult_ctor, Ark_NativePointer) - + Ark_NativePointer impl_EventResult_getFinalizer() { return GetAccessors()->getEventResultAccessor()->getFinalizer(); } KOALA_INTEROP_0(EventResult_getFinalizer, Ark_NativePointer) - + void impl_EventResult_setGestureEventResult(Ark_NativePointer thisPtr, Ark_Boolean result) { EventResultPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getEventResultAccessor()->setGestureEventResult(self, result); } KOALA_INTEROP_V2(EventResult_setGestureEventResult, Ark_NativePointer, Ark_Boolean) - + Ark_NativePointer impl_WebController_ctor() { return GetAccessors()->getWebControllerAccessor()->ctor(); } KOALA_INTEROP_0(WebController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_WebController_getFinalizer() { return GetAccessors()->getWebControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(WebController_getFinalizer, Ark_NativePointer) - + void impl_WebController_onInactive(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->onInactive(self); } KOALA_INTEROP_V1(WebController_onInactive, Ark_NativePointer) - + void impl_WebController_onActive(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->onActive(self); } KOALA_INTEROP_V1(WebController_onActive, Ark_NativePointer) - + void impl_WebController_zoom(Ark_NativePointer thisPtr, KInteropNumber factor) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->zoom(self, (const Ark_Number*) (&factor)); } KOALA_INTEROP_V2(WebController_zoom, Ark_NativePointer, KInteropNumber) - + void impl_WebController_clearHistory(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->clearHistory(self); } KOALA_INTEROP_V1(WebController_clearHistory, Ark_NativePointer) - + void impl_WebController_runJavaScript(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { WebControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24846,7 +24846,7 @@ void impl_WebController_runJavaScript(Ark_NativePointer thisPtr, uint8_t* thisAr GetAccessors()->getWebControllerAccessor()->runJavaScript(self, (const Ark_Literal_String_script_Callback_String_Void_callback_*)&options_value); } KOALA_INTEROP_V3(WebController_runJavaScript, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebController_loadData(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { WebControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24874,7 +24874,7 @@ void impl_WebController_loadData(Ark_NativePointer thisPtr, uint8_t* thisArray, GetAccessors()->getWebControllerAccessor()->loadData(self, (const Ark_Literal_String_baseUrl_data_encoding_historyUrl_mimeType*)&options_value); } KOALA_INTEROP_V3(WebController_loadData, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebController_loadUrl(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { WebControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24913,19 +24913,19 @@ void impl_WebController_loadUrl(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetAccessors()->getWebControllerAccessor()->loadUrl(self, (const Ark_Literal_Union_String_Resource_url_Array_Header_headers*)&options_value); } KOALA_INTEROP_V3(WebController_loadUrl, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebController_refresh(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->refresh(self); } KOALA_INTEROP_V1(WebController_refresh, Ark_NativePointer) - + void impl_WebController_stop(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->stop(self); } KOALA_INTEROP_V1(WebController_stop, Ark_NativePointer) - + void impl_WebController_registerJavaScriptProxy(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { WebControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24944,83 +24944,83 @@ void impl_WebController_registerJavaScriptProxy(Ark_NativePointer thisPtr, uint8 GetAccessors()->getWebControllerAccessor()->registerJavaScriptProxy(self, (const Ark_Literal_Object_object__String_name_Array_String_methodList*)&options_value); } KOALA_INTEROP_V3(WebController_registerJavaScriptProxy, Ark_NativePointer, uint8_t*, int32_t) - + void impl_WebController_deleteJavaScriptRegister(Ark_NativePointer thisPtr, const KStringPtr& name) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->deleteJavaScriptRegister(self, (const Ark_String*) (&name)); } KOALA_INTEROP_V2(WebController_deleteJavaScriptRegister, Ark_NativePointer, KStringPtr) - + Ark_NativePointer impl_WebController_getHitTest(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebControllerAccessor()->getHitTest(self); } KOALA_INTEROP_1(WebController_getHitTest, Ark_NativePointer, Ark_NativePointer) - + void impl_WebController_requestFocus(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->requestFocus(self); } KOALA_INTEROP_V1(WebController_requestFocus, Ark_NativePointer) - + Ark_Boolean impl_WebController_accessBackward(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebControllerAccessor()->accessBackward(self); } KOALA_INTEROP_1(WebController_accessBackward, Ark_Boolean, Ark_NativePointer) - + Ark_Boolean impl_WebController_accessForward(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebControllerAccessor()->accessForward(self); } KOALA_INTEROP_1(WebController_accessForward, Ark_Boolean, Ark_NativePointer) - + Ark_Boolean impl_WebController_accessStep(Ark_NativePointer thisPtr, KInteropNumber step) { WebControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebControllerAccessor()->accessStep(self, (const Ark_Number*) (&step)); } KOALA_INTEROP_2(WebController_accessStep, Ark_Boolean, Ark_NativePointer, KInteropNumber) - + void impl_WebController_backward(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->backward(self); } KOALA_INTEROP_V1(WebController_backward, Ark_NativePointer) - + void impl_WebController_forward(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->forward(self); } KOALA_INTEROP_V1(WebController_forward, Ark_NativePointer) - + Ark_NativePointer impl_WebController_getCookieManager(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebControllerAccessor()->getCookieManager(self); } KOALA_INTEROP_1(WebController_getCookieManager, Ark_NativePointer, Ark_NativePointer) - + Ark_NativePointer impl_XComponentController_ctor() { return GetAccessors()->getXComponentControllerAccessor()->ctor(); } KOALA_INTEROP_0(XComponentController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_XComponentController_getFinalizer() { return GetAccessors()->getXComponentControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(XComponentController_getFinalizer, Ark_NativePointer) - + void impl_XComponentController_getXComponentSurfaceId(Ark_NativePointer thisPtr) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getXComponentControllerAccessor()->getXComponentSurfaceId(self); } KOALA_INTEROP_V1(XComponentController_getXComponentSurfaceId, Ark_NativePointer) - + Ark_NativePointer impl_XComponentController_getXComponentContext(Ark_NativePointer thisPtr) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getXComponentControllerAccessor()->getXComponentContext(self); } KOALA_INTEROP_1(XComponentController_getXComponentContext, Ark_NativePointer, Ark_NativePointer) - + void impl_XComponentController_setXComponentSurfaceSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25031,7 +25031,7 @@ void impl_XComponentController_setXComponentSurfaceSize(Ark_NativePointer thisPt GetAccessors()->getXComponentControllerAccessor()->setXComponentSurfaceSize(self, (const Ark_Literal_Number_surfaceHeight_surfaceWidth*)&value_value); } KOALA_INTEROP_V3(XComponentController_setXComponentSurfaceSize, Ark_NativePointer, uint8_t*, int32_t) - + void impl_XComponentController_setXComponentSurfaceRect(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25039,13 +25039,13 @@ void impl_XComponentController_setXComponentSurfaceRect(Ark_NativePointer thisPt GetAccessors()->getXComponentControllerAccessor()->setXComponentSurfaceRect(self, (const Ark_SurfaceRect*)&rect_value); } KOALA_INTEROP_V3(XComponentController_setXComponentSurfaceRect, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_XComponentController_getXComponentSurfaceRect(Ark_NativePointer thisPtr) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getXComponentControllerAccessor()->getXComponentSurfaceRect(self); } KOALA_INTEROP_1(XComponentController_getXComponentSurfaceRect, Ark_NativePointer, Ark_NativePointer) - + void impl_XComponentController_setXComponentSurfaceRotation(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25053,19 +25053,19 @@ void impl_XComponentController_setXComponentSurfaceRotation(Ark_NativePointer th GetAccessors()->getXComponentControllerAccessor()->setXComponentSurfaceRotation(self, (const Ark_SurfaceRotationOptions*)&rotationOptions_value); } KOALA_INTEROP_V3(XComponentController_setXComponentSurfaceRotation, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_XComponentController_getXComponentSurfaceRotation(Ark_NativePointer thisPtr) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getXComponentControllerAccessor()->getXComponentSurfaceRotation(self); } KOALA_INTEROP_1(XComponentController_getXComponentSurfaceRotation, Ark_NativePointer, Ark_NativePointer) - + void impl_XComponentController_onSurfaceCreated(Ark_NativePointer thisPtr, const KStringPtr& surfaceId) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getXComponentControllerAccessor()->onSurfaceCreated(self, (const Ark_String*) (&surfaceId)); } KOALA_INTEROP_V2(XComponentController_onSurfaceCreated, Ark_NativePointer, KStringPtr) - + void impl_XComponentController_onSurfaceChanged(Ark_NativePointer thisPtr, const KStringPtr& surfaceId, uint8_t* thisArray, int32_t thisLength) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25073,13 +25073,13 @@ void impl_XComponentController_onSurfaceChanged(Ark_NativePointer thisPtr, const GetAccessors()->getXComponentControllerAccessor()->onSurfaceChanged(self, (const Ark_String*) (&surfaceId), (const Ark_SurfaceRect*)&rect_value); } KOALA_INTEROP_V4(XComponentController_onSurfaceChanged, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) - + void impl_XComponentController_onSurfaceDestroyed(Ark_NativePointer thisPtr, const KStringPtr& surfaceId) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getXComponentControllerAccessor()->onSurfaceDestroyed(self, (const Ark_String*) (&surfaceId)); } KOALA_INTEROP_V2(XComponentController_onSurfaceDestroyed, Ark_NativePointer, KStringPtr) - + void impl_XComponentController_startImageAnalyzer(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25088,23 +25088,23 @@ void impl_XComponentController_startImageAnalyzer(Ark_NativePointer thisPtr, uin GetAccessors()->getXComponentControllerAccessor()->startImageAnalyzer(self, (const Ark_ImageAnalyzerConfig*)&config_value, (const Callback_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V3(XComponentController_startImageAnalyzer, Ark_NativePointer, uint8_t*, int32_t) - + void impl_XComponentController_stopImageAnalyzer(Ark_NativePointer thisPtr) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getXComponentControllerAccessor()->stopImageAnalyzer(self); } KOALA_INTEROP_V1(XComponentController_stopImageAnalyzer, Ark_NativePointer) - + Ark_NativePointer impl_WaterFlowSections_ctor() { return GetAccessors()->getWaterFlowSectionsAccessor()->ctor(); } KOALA_INTEROP_0(WaterFlowSections_ctor, Ark_NativePointer) - + Ark_NativePointer impl_WaterFlowSections_getFinalizer() { return GetAccessors()->getWaterFlowSectionsAccessor()->getFinalizer(); } KOALA_INTEROP_0(WaterFlowSections_getFinalizer, Ark_NativePointer) - + Ark_Boolean impl_WaterFlowSections_splice(Ark_NativePointer thisPtr, KInteropNumber start, uint8_t* thisArray, int32_t thisLength) { WaterFlowSectionsPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25134,7 +25134,7 @@ Ark_Boolean impl_WaterFlowSections_splice(Ark_NativePointer thisPtr, KInteropNum return GetAccessors()->getWaterFlowSectionsAccessor()->splice(self, (const Ark_Number*) (&start), (const Opt_Number*)&deleteCount_value, (const Opt_Array_SectionOptions*)§ions_value); } KOALA_INTEROP_4(WaterFlowSections_splice, Ark_Boolean, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + Ark_Boolean impl_WaterFlowSections_push(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { WaterFlowSectionsPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25142,7 +25142,7 @@ Ark_Boolean impl_WaterFlowSections_push(Ark_NativePointer thisPtr, uint8_t* this return GetAccessors()->getWaterFlowSectionsAccessor()->push(self, (const Ark_SectionOptions*)§ion_value); } KOALA_INTEROP_3(WaterFlowSections_push, Ark_Boolean, Ark_NativePointer, uint8_t*, int32_t) - + Ark_Boolean impl_WaterFlowSections_update(Ark_NativePointer thisPtr, KInteropNumber sectionIndex, uint8_t* thisArray, int32_t thisLength) { WaterFlowSectionsPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25150,29 +25150,29 @@ Ark_Boolean impl_WaterFlowSections_update(Ark_NativePointer thisPtr, KInteropNum return GetAccessors()->getWaterFlowSectionsAccessor()->update(self, (const Ark_Number*) (§ionIndex), (const Ark_SectionOptions*)§ion_value); } KOALA_INTEROP_4(WaterFlowSections_update, Ark_Boolean, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_WaterFlowSections_values(Ark_NativePointer thisPtr) { WaterFlowSectionsPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWaterFlowSectionsAccessor()->values(self); } KOALA_INTEROP_V1(WaterFlowSections_values, Ark_NativePointer) - + Ark_Int32 impl_WaterFlowSections_length(Ark_NativePointer thisPtr) { WaterFlowSectionsPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWaterFlowSectionsAccessor()->length(self); } KOALA_INTEROP_1(WaterFlowSections_length, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_UIExtensionProxy_ctor() { return GetAccessors()->getUIExtensionProxyAccessor()->ctor(); } KOALA_INTEROP_0(UIExtensionProxy_ctor, Ark_NativePointer) - + Ark_NativePointer impl_UIExtensionProxy_getFinalizer() { return GetAccessors()->getUIExtensionProxyAccessor()->getFinalizer(); } KOALA_INTEROP_0(UIExtensionProxy_getFinalizer, Ark_NativePointer) - + void impl_UIExtensionProxy_send(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UIExtensionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25189,7 +25189,7 @@ void impl_UIExtensionProxy_send(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetAccessors()->getUIExtensionProxyAccessor()->send(self, (const Map_String_CustomObject*)&data_value); } KOALA_INTEROP_V3(UIExtensionProxy_send, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_UIExtensionProxy_sendSync(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UIExtensionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25206,7 +25206,7 @@ Ark_NativePointer impl_UIExtensionProxy_sendSync(Ark_NativePointer thisPtr, uint return GetAccessors()->getUIExtensionProxyAccessor()->sendSync(self, (const Map_String_CustomObject*)&data_value); } KOALA_INTEROP_3(UIExtensionProxy_sendSync, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionProxy_onAsyncReceiverRegister(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UIExtensionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25214,7 +25214,7 @@ void impl_UIExtensionProxy_onAsyncReceiverRegister(Ark_NativePointer thisPtr, ui GetAccessors()->getUIExtensionProxyAccessor()->onAsyncReceiverRegister(self, (const Callback_UIExtensionProxy_Void*)&callback__value); } KOALA_INTEROP_V3(UIExtensionProxy_onAsyncReceiverRegister, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionProxy_onSyncReceiverRegister(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UIExtensionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25222,7 +25222,7 @@ void impl_UIExtensionProxy_onSyncReceiverRegister(Ark_NativePointer thisPtr, uin GetAccessors()->getUIExtensionProxyAccessor()->onSyncReceiverRegister(self, (const Callback_UIExtensionProxy_Void*)&callback__value); } KOALA_INTEROP_V3(UIExtensionProxy_onSyncReceiverRegister, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionProxy_offAsyncReceiverRegister(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UIExtensionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25237,7 +25237,7 @@ void impl_UIExtensionProxy_offAsyncReceiverRegister(Ark_NativePointer thisPtr, u GetAccessors()->getUIExtensionProxyAccessor()->offAsyncReceiverRegister(self, (const Opt_Callback_UIExtensionProxy_Void*)&callback__value); } KOALA_INTEROP_V3(UIExtensionProxy_offAsyncReceiverRegister, Ark_NativePointer, uint8_t*, int32_t) - + void impl_UIExtensionProxy_offSyncReceiverRegister(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UIExtensionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25252,7 +25252,7 @@ void impl_UIExtensionProxy_offSyncReceiverRegister(Ark_NativePointer thisPtr, ui GetAccessors()->getUIExtensionProxyAccessor()->offSyncReceiverRegister(self, (const Opt_Callback_UIExtensionProxy_Void*)&callback__value); } KOALA_INTEROP_V3(UIExtensionProxy_offSyncReceiverRegister, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_StyledString_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const Ark_Int8 value_value_buf_selector = thisDeserializer.readInt8(); @@ -25292,18 +25292,18 @@ Ark_NativePointer impl_StyledString_ctor(uint8_t* thisArray, int32_t thisLength) return GetAccessors()->getStyledStringAccessor()->ctor((const Ark_Union_String_ImageAttachment_CustomSpan*)&value_value, (const Opt_Array_StyleOptions*)&styles_value); } KOALA_INTEROP_2(StyledString_ctor, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_StyledString_getFinalizer() { return GetAccessors()->getStyledStringAccessor()->getFinalizer(); } KOALA_INTEROP_0(StyledString_getFinalizer, Ark_NativePointer) - + void impl_StyledString_getString(Ark_NativePointer thisPtr) { StyledStringPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getStyledStringAccessor()->getString(self); } KOALA_INTEROP_V1(StyledString_getString, Ark_NativePointer) - + void impl_StyledString_getStyles(Ark_NativePointer thisPtr, KInteropNumber start, KInteropNumber length, uint8_t* thisArray, int32_t thisLength) { StyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25318,7 +25318,7 @@ void impl_StyledString_getStyles(Ark_NativePointer thisPtr, KInteropNumber start GetAccessors()->getStyledStringAccessor()->getStyles(self, (const Ark_Number*) (&start), (const Ark_Number*) (&length), (const Opt_StyledStringKey*)&styledKey_value); } KOALA_INTEROP_V5(StyledString_getStyles, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + Ark_Boolean impl_StyledString_equals(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { StyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25326,7 +25326,7 @@ Ark_Boolean impl_StyledString_equals(Ark_NativePointer thisPtr, uint8_t* thisArr return GetAccessors()->getStyledStringAccessor()->equals(self, (const Ark_StyledString*)&other_value); } KOALA_INTEROP_3(StyledString_equals, Ark_Boolean, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_StyledString_subStyledString(Ark_NativePointer thisPtr, KInteropNumber start, uint8_t* thisArray, int32_t thisLength) { StyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25341,28 +25341,28 @@ Ark_NativePointer impl_StyledString_subStyledString(Ark_NativePointer thisPtr, K return GetAccessors()->getStyledStringAccessor()->subStyledString(self, (const Ark_Number*) (&start), (const Opt_Number*)&length_value); } KOALA_INTEROP_4(StyledString_subStyledString, Ark_NativePointer, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_StyledString_fromHtml(const KStringPtr& html, uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Callback_Opt_StyledString_Opt_Array_String_Void outputArgumentForReturningPromise_value = {thisDeserializer.readCallbackResource(), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCaller(Kind_Callback_Opt_StyledString_Opt_Array_String_Void)))), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCallerSync(Kind_Callback_Opt_StyledString_Opt_Array_String_Void))))};; GetAccessors()->getStyledStringAccessor()->fromHtml((const Ark_String*) (&html), (const Callback_Opt_StyledString_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V3(StyledString_fromHtml, KStringPtr, uint8_t*, int32_t) - + void impl_StyledString_toHtml(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_StyledString styledString_value = static_cast(thisDeserializer.readStyledString());; GetAccessors()->getStyledStringAccessor()->toHtml((const Ark_StyledString*)&styledString_value); } KOALA_INTEROP_V2(StyledString_toHtml, uint8_t*, int32_t) - + void impl_StyledString_marshalling(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_StyledString styledString_value = static_cast(thisDeserializer.readStyledString());; GetAccessors()->getStyledStringAccessor()->marshalling((const Ark_StyledString*)&styledString_value); } KOALA_INTEROP_V2(StyledString_marshalling, uint8_t*, int32_t) - + void impl_StyledString_unmarshalling(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_Buffer buffer_value = static_cast(thisDeserializer.readBuffer());; @@ -25370,41 +25370,41 @@ void impl_StyledString_unmarshalling(uint8_t* thisArray, int32_t thisLength) { GetAccessors()->getStyledStringAccessor()->unmarshalling((const Ark_Buffer*)&buffer_value, (const Callback_Opt_StyledString_Opt_Array_String_Void*)&outputArgumentForReturningPromise_value); } KOALA_INTEROP_V2(StyledString_unmarshalling, uint8_t*, int32_t) - + Ark_Int32 impl_StyledString_getLength(Ark_NativePointer thisPtr) { StyledStringPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getStyledStringAccessor()->getLength(self); } KOALA_INTEROP_1(StyledString_getLength, Ark_Int32, Ark_NativePointer) - + Ark_NativePointer impl_MutableStyledString_ctor() { return GetAccessors()->getMutableStyledStringAccessor()->ctor(); } KOALA_INTEROP_0(MutableStyledString_ctor, Ark_NativePointer) - + Ark_NativePointer impl_MutableStyledString_getFinalizer() { return GetAccessors()->getMutableStyledStringAccessor()->getFinalizer(); } KOALA_INTEROP_0(MutableStyledString_getFinalizer, Ark_NativePointer) - + void impl_MutableStyledString_replaceString(Ark_NativePointer thisPtr, KInteropNumber start, KInteropNumber length, const KStringPtr& other) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMutableStyledStringAccessor()->replaceString(self, (const Ark_Number*) (&start), (const Ark_Number*) (&length), (const Ark_String*) (&other)); } KOALA_INTEROP_V4(MutableStyledString_replaceString, Ark_NativePointer, KInteropNumber, KInteropNumber, KStringPtr) - + void impl_MutableStyledString_insertString(Ark_NativePointer thisPtr, KInteropNumber start, const KStringPtr& other) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMutableStyledStringAccessor()->insertString(self, (const Ark_Number*) (&start), (const Ark_String*) (&other)); } KOALA_INTEROP_V3(MutableStyledString_insertString, Ark_NativePointer, KInteropNumber, KStringPtr) - + void impl_MutableStyledString_removeString(Ark_NativePointer thisPtr, KInteropNumber start, KInteropNumber length) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMutableStyledStringAccessor()->removeString(self, (const Ark_Number*) (&start), (const Ark_Number*) (&length)); } KOALA_INTEROP_V3(MutableStyledString_removeString, Ark_NativePointer, KInteropNumber, KInteropNumber) - + void impl_MutableStyledString_replaceStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25412,7 +25412,7 @@ void impl_MutableStyledString_replaceStyle(Ark_NativePointer thisPtr, uint8_t* t GetAccessors()->getMutableStyledStringAccessor()->replaceStyle(self, (const Ark_SpanStyle*)&spanStyle_value); } KOALA_INTEROP_V3(MutableStyledString_replaceStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MutableStyledString_setStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25420,25 +25420,25 @@ void impl_MutableStyledString_setStyle(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getMutableStyledStringAccessor()->setStyle(self, (const Ark_SpanStyle*)&spanStyle_value); } KOALA_INTEROP_V3(MutableStyledString_setStyle, Ark_NativePointer, uint8_t*, int32_t) - + void impl_MutableStyledString_removeStyle(Ark_NativePointer thisPtr, KInteropNumber start, KInteropNumber length, Ark_Int32 styledKey) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMutableStyledStringAccessor()->removeStyle(self, (const Ark_Number*) (&start), (const Ark_Number*) (&length), static_cast(styledKey)); } KOALA_INTEROP_V4(MutableStyledString_removeStyle, Ark_NativePointer, KInteropNumber, KInteropNumber, Ark_Int32) - + void impl_MutableStyledString_removeStyles(Ark_NativePointer thisPtr, KInteropNumber start, KInteropNumber length) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMutableStyledStringAccessor()->removeStyles(self, (const Ark_Number*) (&start), (const Ark_Number*) (&length)); } KOALA_INTEROP_V3(MutableStyledString_removeStyles, Ark_NativePointer, KInteropNumber, KInteropNumber) - + void impl_MutableStyledString_clearStyles(Ark_NativePointer thisPtr) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMutableStyledStringAccessor()->clearStyles(self); } KOALA_INTEROP_V1(MutableStyledString_clearStyles, Ark_NativePointer) - + void impl_MutableStyledString_replaceStyledString(Ark_NativePointer thisPtr, KInteropNumber start, KInteropNumber length, uint8_t* thisArray, int32_t thisLength) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25446,7 +25446,7 @@ void impl_MutableStyledString_replaceStyledString(Ark_NativePointer thisPtr, KIn GetAccessors()->getMutableStyledStringAccessor()->replaceStyledString(self, (const Ark_Number*) (&start), (const Ark_Number*) (&length), (const Ark_StyledString*)&other_value); } KOALA_INTEROP_V5(MutableStyledString_replaceStyledString, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) - + void impl_MutableStyledString_insertStyledString(Ark_NativePointer thisPtr, KInteropNumber start, uint8_t* thisArray, int32_t thisLength) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25454,7 +25454,7 @@ void impl_MutableStyledString_insertStyledString(Ark_NativePointer thisPtr, KInt GetAccessors()->getMutableStyledStringAccessor()->insertStyledString(self, (const Ark_Number*) (&start), (const Ark_StyledString*)&other_value); } KOALA_INTEROP_V4(MutableStyledString_insertStyledString, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) - + void impl_MutableStyledString_appendStyledString(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { MutableStyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25462,17 +25462,17 @@ void impl_MutableStyledString_appendStyledString(Ark_NativePointer thisPtr, uint GetAccessors()->getMutableStyledStringAccessor()->appendStyledString(self, (const Ark_StyledString*)&other_value); } KOALA_INTEROP_V3(MutableStyledString_appendStyledString, Ark_NativePointer, uint8_t*, int32_t) - + Ark_NativePointer impl_CustomSpan_ctor() { return GetAccessors()->getCustomSpanAccessor()->ctor(); } KOALA_INTEROP_0(CustomSpan_ctor, Ark_NativePointer) - + Ark_NativePointer impl_CustomSpan_getFinalizer() { return GetAccessors()->getCustomSpanAccessor()->getFinalizer(); } KOALA_INTEROP_0(CustomSpan_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_CustomSpan_onMeasure(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CustomSpanPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25480,7 +25480,7 @@ Ark_NativePointer impl_CustomSpan_onMeasure(Ark_NativePointer thisPtr, uint8_t* return GetAccessors()->getCustomSpanAccessor()->onMeasure(self, (const Ark_CustomSpanMeasureInfo*)&measureInfo_value); } KOALA_INTEROP_3(CustomSpan_onMeasure, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CustomSpan_onDraw(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CustomSpanPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25489,29 +25489,29 @@ void impl_CustomSpan_onDraw(Ark_NativePointer thisPtr, uint8_t* thisArray, int32 GetAccessors()->getCustomSpanAccessor()->onDraw(self, (const Ark_DrawContext*)&context_value, (const Ark_CustomSpanDrawInfo*)&drawInfo_value); } KOALA_INTEROP_V3(CustomSpan_onDraw, Ark_NativePointer, uint8_t*, int32_t) - + void impl_CustomSpan_invalidate(Ark_NativePointer thisPtr) { CustomSpanPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCustomSpanAccessor()->invalidate(self); } KOALA_INTEROP_V1(CustomSpan_invalidate, Ark_NativePointer) - + Ark_NativePointer impl_LinearIndicatorController_ctor() { return GetAccessors()->getLinearIndicatorControllerAccessor()->ctor(); } KOALA_INTEROP_0(LinearIndicatorController_ctor, Ark_NativePointer) - + Ark_NativePointer impl_LinearIndicatorController_getFinalizer() { return GetAccessors()->getLinearIndicatorControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(LinearIndicatorController_getFinalizer, Ark_NativePointer) - + void impl_LinearIndicatorController_setProgress(Ark_NativePointer thisPtr, KInteropNumber index, KInteropNumber progress) { LinearIndicatorControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getLinearIndicatorControllerAccessor()->setProgress(self, (const Ark_Number*) (&index), (const Ark_Number*) (&progress)); } KOALA_INTEROP_V3(LinearIndicatorController_setProgress, Ark_NativePointer, KInteropNumber, KInteropNumber) - + void impl_LinearIndicatorController_start(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { LinearIndicatorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -25526,53 +25526,52 @@ void impl_LinearIndicatorController_start(Ark_NativePointer thisPtr, uint8_t* th GetAccessors()->getLinearIndicatorControllerAccessor()->start(self, (const Opt_LinearIndicatorStartOptions*)&options_value); } KOALA_INTEROP_V3(LinearIndicatorController_start, Ark_NativePointer, uint8_t*, int32_t) - + void impl_LinearIndicatorController_pause(Ark_NativePointer thisPtr) { LinearIndicatorControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getLinearIndicatorControllerAccessor()->pause(self); } KOALA_INTEROP_V1(LinearIndicatorController_pause, Ark_NativePointer) - + void impl_LinearIndicatorController_stop(Ark_NativePointer thisPtr) { LinearIndicatorControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getLinearIndicatorControllerAccessor()->stop(self); } KOALA_INTEROP_V1(LinearIndicatorController_stop, Ark_NativePointer) - + Ark_NativePointer impl_GlobalScope_inspector_ctor() { return GetAccessors()->getGlobalScope_inspectorAccessor()->ctor(); } KOALA_INTEROP_0(GlobalScope_inspector_ctor, Ark_NativePointer) - + Ark_NativePointer impl_GlobalScope_inspector_getFinalizer() { return GetAccessors()->getGlobalScope_inspectorAccessor()->getFinalizer(); } KOALA_INTEROP_0(GlobalScope_inspector_getFinalizer, Ark_NativePointer) - + Ark_NativePointer impl_GlobalScope_inspector_getInspectorNodes() { return GetAccessors()->getGlobalScope_inspectorAccessor()->getInspectorNodes(); } KOALA_INTEROP_0(GlobalScope_inspector_getInspectorNodes, Ark_NativePointer) - + Ark_NativePointer impl_GlobalScope_inspector_getInspectorNodeById(KInteropNumber id) { return GetAccessors()->getGlobalScope_inspectorAccessor()->getInspectorNodeById((const Ark_Number*) (&id)); } KOALA_INTEROP_1(GlobalScope_inspector_getInspectorNodeById, Ark_NativePointer, KInteropNumber) - + void impl_GlobalScope_inspector_registerVsyncCallback(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Callback_String_Void callback__value = {thisDeserializer.readCallbackResource(), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCaller(Kind_Callback_String_Void)))), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCallerSync(Kind_Callback_String_Void))))};; GetAccessors()->getGlobalScope_inspectorAccessor()->registerVsyncCallback((const Callback_String_Void*)&callback__value); } KOALA_INTEROP_V2(GlobalScope_inspector_registerVsyncCallback, uint8_t*, int32_t) - + void impl_GlobalScope_inspector_unregisterVsyncCallback() { GetAccessors()->getGlobalScope_inspectorAccessor()->unregisterVsyncCallback(); } KOALA_INTEROP_V0(GlobalScope_inspector_unregisterVsyncCallback) - + void impl_GlobalScope_inspector_setAppBgColor(const KStringPtr& value) { GetAccessors()->getGlobalScope_inspectorAccessor()->setAppBgColor((const Ark_String*) (&value)); } KOALA_INTEROP_V1(GlobalScope_inspector_setAppBgColor, KStringPtr) - \ No newline at end of file