mirror of
https://github.com/quelsolaar/MergeSource
synced 2025-02-08 11:08:41 -05:00
2300 lines
110 KiB
C
2300 lines
110 KiB
C
/*
|
|
This file has been automatically generated by the shimmer industries c-ocoa API generator
|
|
Thus, manual changes to this file will be lost if the file is re-generated.
|
|
*/
|
|
|
|
#if defined(__OBJC__) && __has_feature(objc_arc)
|
|
#define ARC_AVAILABLE
|
|
#endif
|
|
|
|
// ABI is a bit different between platforms
|
|
#ifdef __arm64__
|
|
#define abi_objc_msgSend_stret objc_msgSend
|
|
#else
|
|
#define abi_objc_msgSend_stret objc_msgSend_stret
|
|
#endif
|
|
#ifdef __i386__
|
|
#define abi_objc_msgSend_fpret objc_msgSend_fpret
|
|
#else
|
|
#define abi_objc_msgSend_fpret objc_msgSend
|
|
#endif
|
|
|
|
#include "uitouch.h"
|
|
|
|
void uitouch_dealloc( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dealloc" );
|
|
#define uitouch_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_dealloc_call( (id)object, methodSelector );
|
|
#undef uitouch_dealloc_call
|
|
}
|
|
|
|
nsobject_t uitouch_description( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "description" );
|
|
#define uitouch_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_description_call( (id)object, methodSelector );
|
|
#undef uitouch_description_call
|
|
}
|
|
|
|
long long uitouch_type( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "type" );
|
|
#define uitouch_type_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_type_call( (id)object, methodSelector );
|
|
#undef uitouch_type_call
|
|
}
|
|
|
|
double uitouch_timestamp( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "timestamp" );
|
|
#define uitouch_timestamp_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitouch_timestamp_call( (id)object, methodSelector );
|
|
#undef uitouch_timestamp_call
|
|
}
|
|
|
|
nsobject_t uitouch_view( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "view" );
|
|
#define uitouch_view_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_view_call( (id)object, methodSelector );
|
|
#undef uitouch_view_call
|
|
}
|
|
|
|
void uitouch_setTimestamp( uitouch_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTimestamp:" );
|
|
#define uitouch_setTimestamp_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setTimestamp_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setTimestamp_call
|
|
}
|
|
|
|
long long uitouch_info( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "info" );
|
|
#define uitouch_info_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_info_call( (id)object, methodSelector );
|
|
#undef uitouch_info_call
|
|
}
|
|
|
|
void uitouch_setView( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setView:" );
|
|
#define uitouch_setView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setView_call
|
|
}
|
|
|
|
nsobject_t uitouch_window( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "window" );
|
|
#define uitouch_window_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_window_call( (id)object, methodSelector );
|
|
#undef uitouch_window_call
|
|
}
|
|
|
|
long long uitouch_phase( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "phase" );
|
|
#define uitouch_phase_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_phase_call( (id)object, methodSelector );
|
|
#undef uitouch_phase_call
|
|
}
|
|
|
|
nsobject_t uitouch_gestureRecognizers( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureRecognizers" );
|
|
#define uitouch_gestureRecognizers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_gestureRecognizers_call( (id)object, methodSelector );
|
|
#undef uitouch_gestureRecognizers_call
|
|
}
|
|
|
|
CGPoint uitouch_locationInView( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "locationInView:" );
|
|
#define uitouch_locationInView_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_locationInView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_locationInView_call
|
|
}
|
|
|
|
CGPoint uitouch_previousLocationInView( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "previousLocationInView:" );
|
|
#define uitouch_previousLocationInView_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_previousLocationInView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_previousLocationInView_call
|
|
}
|
|
|
|
void uitouch_setWindow( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWindow:" );
|
|
#define uitouch_setWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setWindow_call
|
|
}
|
|
|
|
unsigned long long uitouch_tapCount( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tapCount" );
|
|
#define uitouch_tapCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_tapCount_call( (id)object, methodSelector );
|
|
#undef uitouch_tapCount_call
|
|
}
|
|
|
|
double uitouch_majorRadius( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "majorRadius" );
|
|
#define uitouch_majorRadius_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitouch_majorRadius_call( (id)object, methodSelector );
|
|
#undef uitouch_majorRadius_call
|
|
}
|
|
|
|
double uitouch_force( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "force" );
|
|
#define uitouch_force_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitouch_force_call( (id)object, methodSelector );
|
|
#undef uitouch_force_call
|
|
}
|
|
|
|
void uitouch_setPhase( uitouch_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPhase:" );
|
|
#define uitouch_setPhase_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setPhase_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setPhase_call
|
|
}
|
|
|
|
void uitouch_setIsDelayed( uitouch_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsDelayed:" );
|
|
#define uitouch_setIsDelayed_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setIsDelayed_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setIsDelayed_call
|
|
}
|
|
|
|
bool uitouch_isDelayed( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isDelayed" );
|
|
#define uitouch_isDelayed_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isDelayed_call( (id)object, methodSelector );
|
|
#undef uitouch_isDelayed_call
|
|
}
|
|
|
|
void uitouch_setTapCount( uitouch_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTapCount:" );
|
|
#define uitouch_setTapCount_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setTapCount_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setTapCount_call
|
|
}
|
|
|
|
double uitouch_maximumPossibleForce( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "maximumPossibleForce" );
|
|
#define uitouch_maximumPossibleForce_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitouch_maximumPossibleForce_call( (id)object, methodSelector );
|
|
#undef uitouch_maximumPossibleForce_call
|
|
}
|
|
|
|
double uitouch_initialTouchTimestamp( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialTouchTimestamp" );
|
|
#define uitouch_initialTouchTimestamp_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitouch_initialTouchTimestamp_call( (id)object, methodSelector );
|
|
#undef uitouch_initialTouchTimestamp_call
|
|
}
|
|
|
|
CGVector uitouch_azimuthUnitVectorInView( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "azimuthUnitVectorInView:" );
|
|
#define uitouch_azimuthUnitVectorInView_call( obj, selector, arg0 ) ((CGVector (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_azimuthUnitVectorInView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_azimuthUnitVectorInView_call
|
|
}
|
|
|
|
CGPoint uitouch_preciseLocationInView( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preciseLocationInView:" );
|
|
#define uitouch_preciseLocationInView_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_preciseLocationInView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_preciseLocationInView_call
|
|
}
|
|
|
|
CGPoint uitouch_precisePreviousLocationInView( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "precisePreviousLocationInView:" );
|
|
#define uitouch_precisePreviousLocationInView_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_precisePreviousLocationInView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_precisePreviousLocationInView_call
|
|
}
|
|
|
|
double uitouch_azimuthAngleInView( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "azimuthAngleInView:" );
|
|
#define uitouch_azimuthAngleInView_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return uitouch_azimuthAngleInView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_azimuthAngleInView_call
|
|
}
|
|
|
|
double uitouch_altitudeAngle( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "altitudeAngle" );
|
|
#define uitouch_altitudeAngle_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitouch_altitudeAngle_call( (id)object, methodSelector );
|
|
#undef uitouch_altitudeAngle_call
|
|
}
|
|
|
|
nsobject_t uitouch_estimationUpdateIndex( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "estimationUpdateIndex" );
|
|
#define uitouch_estimationUpdateIndex_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_estimationUpdateIndex_call( (id)object, methodSelector );
|
|
#undef uitouch_estimationUpdateIndex_call
|
|
}
|
|
|
|
long long uitouch_estimatedProperties( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "estimatedProperties" );
|
|
#define uitouch_estimatedProperties_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_estimatedProperties_call( (id)object, methodSelector );
|
|
#undef uitouch_estimatedProperties_call
|
|
}
|
|
|
|
long long uitouch_estimatedPropertiesExpectingUpdates( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "estimatedPropertiesExpectingUpdates" );
|
|
#define uitouch_estimatedPropertiesExpectingUpdates_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_estimatedPropertiesExpectingUpdates_call( (id)object, methodSelector );
|
|
#undef uitouch_estimatedPropertiesExpectingUpdates_call
|
|
}
|
|
|
|
double uitouch_majorRadiusTolerance( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "majorRadiusTolerance" );
|
|
#define uitouch_majorRadiusTolerance_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitouch_majorRadiusTolerance_call( (id)object, methodSelector );
|
|
#undef uitouch_majorRadiusTolerance_call
|
|
}
|
|
|
|
void uitouch_setInitialTouchTimestamp( uitouch_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInitialTouchTimestamp:" );
|
|
#define uitouch_setInitialTouchTimestamp_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setInitialTouchTimestamp_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setInitialTouchTimestamp_call
|
|
}
|
|
|
|
nsclass_t uitouch_classForCoder( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForCoder" );
|
|
#define uitouch_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_classForCoder_call( (id)object, methodSelector );
|
|
#undef uitouch_classForCoder_call
|
|
}
|
|
|
|
nsobject_t uitouch_replacementObjectForCoder( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
|
|
#define uitouch_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_replacementObjectForCoder_call
|
|
}
|
|
|
|
nsobject_t uitouch_awakeAfterUsingCoder( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
|
|
#define uitouch_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_awakeAfterUsingCoder_call
|
|
}
|
|
|
|
bool uitouch_implementsSelector( uitouch_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "implementsSelector:" );
|
|
#define uitouch_implementsSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_implementsSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_implementsSelector_call
|
|
}
|
|
|
|
void uitouch_setObservationInfo( uitouch_t object, void* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservationInfo:" );
|
|
#define uitouch_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setObservationInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setObservationInfo_call
|
|
}
|
|
|
|
void uitouch_setValue( uitouch_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValue:forKey:" );
|
|
#define uitouch_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitouch_setValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitouch_setValue_call
|
|
}
|
|
|
|
nsobject_t uitouch_replacementObjectForPortCoder( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
|
|
#define uitouch_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_replacementObjectForPortCoder_call
|
|
}
|
|
|
|
void uitouch_willChangeValueForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
|
|
#define uitouch_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_willChangeValueForKey_call
|
|
}
|
|
|
|
void uitouch_didChangeValueForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
|
|
#define uitouch_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_didChangeValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitouch_replacementObjectForArchiver( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
|
|
#define uitouch_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_replacementObjectForArchiver_call
|
|
}
|
|
|
|
nsclass_t uitouch_classForArchiver( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForArchiver" );
|
|
#define uitouch_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_classForArchiver_call( (id)object, methodSelector );
|
|
#undef uitouch_classForArchiver_call
|
|
}
|
|
|
|
nsobject_t uitouch_valueForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKey:" );
|
|
#define uitouch_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_valueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_valueForKey_call
|
|
}
|
|
|
|
nsclass_t uitouch_classForKeyedArchiver( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
|
|
#define uitouch_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_classForKeyedArchiver_call( (id)object, methodSelector );
|
|
#undef uitouch_classForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t uitouch_replacementObjectForKeyedArchiver( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
|
|
#define uitouch_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_replacementObjectForKeyedArchiver_call
|
|
}
|
|
|
|
objc_method_description* uitouch_methodDescriptionForSelector( uitouch_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
|
|
#define uitouch_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_methodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t uitouch_valueForKeyPath( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
|
|
#define uitouch_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_valueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_valueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uitouch_mutableArrayValueForKeyPath( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
|
|
#define uitouch_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_mutableArrayValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uitouch_mutableOrderedSetValueForKeyPath( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
|
|
#define uitouch_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_mutableOrderedSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uitouch_mutableSetValueForKeyPath( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
|
|
#define uitouch_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_mutableSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uitouch_addObserver( uitouch_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserver:forObservableKeyPath:" );
|
|
#define uitouch_addObserver_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitouch_addObserver_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitouch_addObserver_call
|
|
}
|
|
|
|
void uitouch_removeObservation( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObservation:" );
|
|
#define uitouch_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_removeObservation_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_removeObservation_call
|
|
}
|
|
|
|
void uitouch_receiveObservedValue( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
|
|
#define uitouch_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_receiveObservedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_receiveObservedValue_call
|
|
}
|
|
|
|
void uitouch_receiveObservedError( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedError:" );
|
|
#define uitouch_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_receiveObservedError_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_receiveObservedError_call
|
|
}
|
|
|
|
void uitouch_finishObserving( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishObserving" );
|
|
#define uitouch_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_finishObserving_call( (id)object, methodSelector );
|
|
#undef uitouch_finishObserving_call
|
|
}
|
|
|
|
void uitouch_setObservation( uitouch_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
|
|
#define uitouch_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitouch_setObservation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitouch_setObservation_call
|
|
}
|
|
|
|
void uitouch_observeValueForKeyPath( uitouch_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
|
|
#define uitouch_observeValueForKeyPath_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
uitouch_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitouch_observeValueForKeyPath_call
|
|
}
|
|
|
|
void uitouch_removeObserver( uitouch_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
|
|
#define uitouch_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitouch_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitouch_removeObserver_call
|
|
}
|
|
|
|
nsobject_t uitouch_addChainedObservers( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addChainedObservers:" );
|
|
#define uitouch_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_addChainedObservers_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_addChainedObservers_call
|
|
}
|
|
|
|
nsobject_t uitouch_addObserverBlock( uitouch_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserverBlock:" );
|
|
#define uitouch_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_addObserverBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_addObserverBlock_call
|
|
}
|
|
|
|
nsobject_t uitouch_addObservationTransformer( uitouch_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
|
|
#define uitouch_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_addObservationTransformer_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_addObservationTransformer_call
|
|
}
|
|
|
|
nsobject_t uitouch_valueForUndefinedKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
|
|
#define uitouch_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_valueForUndefinedKey_call
|
|
}
|
|
|
|
void uitouch_setNilValueForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
|
|
#define uitouch_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setNilValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setNilValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitouch_mutableArrayValueForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
|
|
#define uitouch_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_mutableArrayValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitouch_mutableOrderedSetValueForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
|
|
#define uitouch_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_mutableOrderedSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitouch_mutableSetValueForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
|
|
#define uitouch_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_mutableSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitouch_dictionaryWithValuesForKeys( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
|
|
#define uitouch_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_dictionaryWithValuesForKeys_call
|
|
}
|
|
|
|
void uitouch_setValuesForKeysWithDictionary( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
|
|
#define uitouch_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setValuesForKeysWithDictionary_call
|
|
}
|
|
|
|
void uitouch_willChange( uitouch_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
|
|
#define uitouch_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitouch_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitouch_willChange_call
|
|
}
|
|
|
|
void uitouch_didChange( uitouch_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
|
|
#define uitouch_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitouch_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitouch_didChange_call
|
|
}
|
|
|
|
void* uitouch_observationInfo( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observationInfo" );
|
|
#define uitouch_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_observationInfo_call( (id)object, methodSelector );
|
|
#undef uitouch_observationInfo_call
|
|
}
|
|
|
|
nsobject_t uitouch_autoContentAccessingProxy( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
|
|
#define uitouch_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_autoContentAccessingProxy_call( (id)object, methodSelector );
|
|
#undef uitouch_autoContentAccessingProxy_call
|
|
}
|
|
|
|
nsclass_t uitouch_classForPortCoder( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForPortCoder" );
|
|
#define uitouch_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_classForPortCoder_call( (id)object, methodSelector );
|
|
#undef uitouch_classForPortCoder_call
|
|
}
|
|
|
|
void uitouch_performSelector( uitouch_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
|
|
#define uitouch_performSelector_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, double, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
uitouch_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitouch_performSelector_call
|
|
}
|
|
|
|
void uitouch_performSelectorOnMainThread( uitouch_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
|
|
#define uitouch_performSelectorOnMainThread_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
uitouch_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitouch_performSelectorOnMainThread_call
|
|
}
|
|
|
|
void uitouch_performSelectorInBackground( uitouch_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
|
|
#define uitouch_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitouch_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitouch_performSelectorInBackground_call
|
|
}
|
|
|
|
bool uitouch_isNSDate__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDate__" );
|
|
#define uitouch_isNSDate___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSDate___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSDate___call
|
|
}
|
|
|
|
bool uitouch_isNSString__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSString__" );
|
|
#define uitouch_isNSString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSString___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSString___call
|
|
}
|
|
|
|
bool uitouch_isNSCFConstantString__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
|
|
#define uitouch_isNSCFConstantString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSCFConstantString___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSCFConstantString___call
|
|
}
|
|
|
|
bool uitouch_isNSNumber__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSNumber__" );
|
|
#define uitouch_isNSNumber___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSNumber___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSNumber___call
|
|
}
|
|
|
|
bool uitouch_isNSArray__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSArray__" );
|
|
#define uitouch_isNSArray___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSArray___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSArray___call
|
|
}
|
|
|
|
bool uitouch_isNSDictionary__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDictionary__" );
|
|
#define uitouch_isNSDictionary___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSDictionary___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSDictionary___call
|
|
}
|
|
|
|
bool uitouch_isNSData__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSData__" );
|
|
#define uitouch_isNSData___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSData___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSData___call
|
|
}
|
|
|
|
bool uitouch_isNSObject__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSObject__" );
|
|
#define uitouch_isNSObject___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSObject___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSObject___call
|
|
}
|
|
|
|
bool uitouch_isNSOrderedSet__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
|
|
#define uitouch_isNSOrderedSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSOrderedSet___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSOrderedSet___call
|
|
}
|
|
|
|
bool uitouch_isNSSet__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSSet__" );
|
|
#define uitouch_isNSSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSSet___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSSet___call
|
|
}
|
|
|
|
bool uitouch_isNSTimeZone__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
|
|
#define uitouch_isNSTimeZone___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSTimeZone___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSTimeZone___call
|
|
}
|
|
|
|
bool uitouch_isNSValue__( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSValue__" );
|
|
#define uitouch_isNSValue___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isNSValue___call( (id)object, methodSelector );
|
|
#undef uitouch_isNSValue___call
|
|
}
|
|
|
|
void uitouch_doesNotRecognizeSelector( uitouch_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
|
|
#define uitouch_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_doesNotRecognizeSelector_call
|
|
}
|
|
|
|
nsobject_t uitouch_methodSignatureForSelector( uitouch_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
|
|
#define uitouch_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_methodSignatureForSelector_call
|
|
}
|
|
|
|
double uitouch_CA_distanceToValue( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
|
|
#define uitouch_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return uitouch_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_CA_distanceToValue_call
|
|
}
|
|
|
|
Object* uitouch_CA_copyRenderValueWithColorspace( uitouch_t object, CGColorSpace* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValueWithColorspace:" );
|
|
#define uitouch_CA_copyRenderValueWithColorspace_call( obj, selector, arg0 ) ((Object* (*)( id, SEL, CGColorSpace* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_CA_copyRenderValueWithColorspace_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_CA_copyRenderValueWithColorspace_call
|
|
}
|
|
|
|
Object* uitouch_CA_copyRenderValue( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
|
|
#define uitouch_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_CA_copyRenderValue_call( (id)object, methodSelector );
|
|
#undef uitouch_CA_copyRenderValue_call
|
|
}
|
|
|
|
nsobject_t uitouch_CA_interpolateValue( uitouch_t object, nsobject_t arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
|
|
#define uitouch_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitouch_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitouch_CA_interpolateValue_call
|
|
}
|
|
|
|
nsobject_t uitouch_CA_addValue( uitouch_t object, nsobject_t arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
|
|
#define uitouch_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitouch_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitouch_CA_addValue_call
|
|
}
|
|
|
|
bool uitouch_CAMLTypeSupportedForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
|
|
#define uitouch_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_CAMLTypeSupportedForKey_call
|
|
}
|
|
|
|
nsobject_t uitouch_CAMLTypeForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
|
|
#define uitouch_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_CAMLTypeForKey_call
|
|
}
|
|
|
|
bool uitouch_CA_validateValue( uitouch_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
|
|
#define uitouch_CA_validateValue_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitouch_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitouch_CA_validateValue_call
|
|
}
|
|
|
|
void uitouch_encodeWithCAMLWriter( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
|
|
#define uitouch_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_encodeWithCAMLWriter_call
|
|
}
|
|
|
|
nsobject_t uitouch_CA_interpolateValues( uitouch_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
|
|
#define uitouch_CA_interpolateValues_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, ValueInterpolator* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uitouch_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitouch_CA_interpolateValues_call
|
|
}
|
|
|
|
nsobject_t uitouch_CAMLType( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLType" );
|
|
#define uitouch_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_CAMLType_call( (id)object, methodSelector );
|
|
#undef uitouch_CAMLType_call
|
|
}
|
|
|
|
void uitouch_CA_prepareRenderValue( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
|
|
#define uitouch_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_CA_prepareRenderValue_call( (id)object, methodSelector );
|
|
#undef uitouch_CA_prepareRenderValue_call
|
|
}
|
|
|
|
nsobject_t uitouch_CA_archivingValueForKey( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
|
|
#define uitouch_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_CA_archivingValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitouch_CA_roundToIntegerFromValue( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
|
|
#define uitouch_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_CA_roundToIntegerFromValue_call
|
|
}
|
|
|
|
nsobject_t uitouch_className( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "className" );
|
|
#define uitouch_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_className_call( (id)object, methodSelector );
|
|
#undef uitouch_className_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityLabel( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabel" );
|
|
#define uitouch_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityLabel_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityLabel_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityLabel( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
|
|
#define uitouch_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityLabel_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityIdentifier( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
|
|
#define uitouch_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityIdentifier_call
|
|
}
|
|
|
|
CGRect uitouch_accessibilityFrame( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrame" );
|
|
#define uitouch_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitouch_accessibilityFrame_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedAccessibilityViewIsModal( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityViewIsModal" );
|
|
#define uitouch_storedAccessibilityViewIsModal_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedAccessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef uitouch_storedAccessibilityViewIsModal_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedAccessibilityElementsHidden( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityElementsHidden" );
|
|
#define uitouch_storedAccessibilityElementsHidden_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedAccessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef uitouch_storedAccessibilityElementsHidden_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedShouldGroupAccessibilityChildren( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedShouldGroupAccessibilityChildren" );
|
|
#define uitouch_storedShouldGroupAccessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedShouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef uitouch_storedShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedAccessibilityNavigationStyle( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityNavigationStyle" );
|
|
#define uitouch_storedAccessibilityNavigationStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedAccessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef uitouch_storedAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedAccessibilityRespondsToUserInteraction( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityRespondsToUserInteraction" );
|
|
#define uitouch_storedAccessibilityRespondsToUserInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef uitouch_storedAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityAttributedLabel( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedLabel" );
|
|
#define uitouch_accessibilityAttributedLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityAttributedLabel_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityAttributedLabel_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityValue( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValue" );
|
|
#define uitouch_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityValue_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityValue_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityAttributedValue( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedValue" );
|
|
#define uitouch_accessibilityAttributedValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityAttributedValue_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityAttributedValue_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityHint( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHint" );
|
|
#define uitouch_accessibilityHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityHint_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityHint_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityAttributedHint( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedHint" );
|
|
#define uitouch_accessibilityAttributedHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityAttributedHint_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityAttributedHint_call
|
|
}
|
|
|
|
CGPoint uitouch_accessibilityActivationPoint( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
|
|
#define uitouch_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityActivationPoint_call
|
|
}
|
|
|
|
unsigned long long uitouch_accessibilityTraits( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTraits" );
|
|
#define uitouch_accessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityTraits_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityTraits_call
|
|
}
|
|
|
|
bool uitouch_isAccessibilityElement( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
|
|
#define uitouch_isAccessibilityElement_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef uitouch_isAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityContainer( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainer" );
|
|
#define uitouch_accessibilityContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityContainer_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityContainer_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityLanguage( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLanguage" );
|
|
#define uitouch_accessibilityLanguage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityLanguage_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityLanguage_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityPath( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPath" );
|
|
#define uitouch_accessibilityPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityPath_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityPath_call
|
|
}
|
|
|
|
bool uitouch_accessibilityViewIsModal( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityViewIsModal" );
|
|
#define uitouch_accessibilityViewIsModal_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityViewIsModal_call
|
|
}
|
|
|
|
bool uitouch_accessibilityElementsHidden( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementsHidden" );
|
|
#define uitouch_accessibilityElementsHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityElementsHidden_call
|
|
}
|
|
|
|
bool uitouch_shouldGroupAccessibilityChildren( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldGroupAccessibilityChildren" );
|
|
#define uitouch_shouldGroupAccessibilityChildren_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_shouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef uitouch_shouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
long long uitouch_accessibilityNavigationStyle( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNavigationStyle" );
|
|
#define uitouch_accessibilityNavigationStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityNavigationStyle_call
|
|
}
|
|
|
|
bool uitouch_accessibilityRespondsToUserInteraction( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRespondsToUserInteraction" );
|
|
#define uitouch_accessibilityRespondsToUserInteraction_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityUserInputLabels( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
|
|
#define uitouch_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityUserInputLabels_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityAttributedUserInputLabels( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
|
|
#define uitouch_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedAccessibilityIdentifier( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityIdentifier" );
|
|
#define uitouch_storedAccessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedAccessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef uitouch_storedAccessibilityIdentifier_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedAccessibilityTraits( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityTraits" );
|
|
#define uitouch_storedAccessibilityTraits_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef uitouch_storedAccessibilityTraits_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedIsAccessibilityElement( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedIsAccessibilityElement" );
|
|
#define uitouch_storedIsAccessibilityElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedIsAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef uitouch_storedIsAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedAccessibilityFrame( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityFrame" );
|
|
#define uitouch_storedAccessibilityFrame_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedAccessibilityFrame_call( (id)object, methodSelector );
|
|
#undef uitouch_storedAccessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedAccessibilityActivationPoint( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityActivationPoint" );
|
|
#define uitouch_storedAccessibilityActivationPoint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedAccessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef uitouch_storedAccessibilityActivationPoint_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityHeaderElements( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderElements" );
|
|
#define uitouch_accessibilityHeaderElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityHeaderElements_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityHeaderElements_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityElementsHidden( uitouch_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElementsHidden:" );
|
|
#define uitouch_setAccessibilityElementsHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityElementsHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityElementsHidden_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityViewIsModal( uitouch_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityViewIsModal:" );
|
|
#define uitouch_setAccessibilityViewIsModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityViewIsModal_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityViewIsModal_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityAttributedLabel( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedLabel:" );
|
|
#define uitouch_setAccessibilityAttributedLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityAttributedLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityAttributedLabel_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityValue( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
|
|
#define uitouch_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityValue_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityAttributedValue( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedValue:" );
|
|
#define uitouch_setAccessibilityAttributedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityAttributedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityAttributedValue_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityHint( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHint:" );
|
|
#define uitouch_setAccessibilityHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityHint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityHint_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityAttributedHint( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedHint:" );
|
|
#define uitouch_setAccessibilityAttributedHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityAttributedHint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityAttributedHint_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityFrame( uitouch_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
|
|
#define uitouch_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityFrame_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityPath( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPath:" );
|
|
#define uitouch_setAccessibilityPath_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityPath_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityActivationPoint( uitouch_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
|
|
#define uitouch_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityActivationPoint_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityTraits( uitouch_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTraits:" );
|
|
#define uitouch_setAccessibilityTraits_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityTraits_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityTraits_call
|
|
}
|
|
|
|
void uitouch_setIsAccessibilityElement( uitouch_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsAccessibilityElement:" );
|
|
#define uitouch_setIsAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setIsAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setIsAccessibilityElement_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityContainer( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainer:" );
|
|
#define uitouch_setAccessibilityContainer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityContainer_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityContainer_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityLanguage( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLanguage:" );
|
|
#define uitouch_setAccessibilityLanguage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityLanguage_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityLanguage_call
|
|
}
|
|
|
|
void uitouch_setShouldGroupAccessibilityChildren( uitouch_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShouldGroupAccessibilityChildren:" );
|
|
#define uitouch_setShouldGroupAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setShouldGroupAccessibilityChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityNavigationStyle( uitouch_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNavigationStyle:" );
|
|
#define uitouch_setAccessibilityNavigationStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityNavigationStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityRespondsToUserInteraction( uitouch_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRespondsToUserInteraction:" );
|
|
#define uitouch_setAccessibilityRespondsToUserInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityUserInputLabels( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
|
|
#define uitouch_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityUserInputLabels_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityAttributedUserInputLabels( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
|
|
#define uitouch_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityTextualContext( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTextualContext" );
|
|
#define uitouch_accessibilityTextualContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityTextualContext_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityTextualContext_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityTextualContext( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTextualContext:" );
|
|
#define uitouch_setAccessibilityTextualContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityTextualContext_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityTextualContext_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityHeaderElements( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeaderElements:" );
|
|
#define uitouch_setAccessibilityHeaderElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityHeaderElements_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityHeaderElements_call
|
|
}
|
|
|
|
void uitouch_accessibilityElementDidBecomeFocused( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidBecomeFocused" );
|
|
#define uitouch_accessibilityElementDidBecomeFocused_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_accessibilityElementDidBecomeFocused_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityElementDidBecomeFocused_call
|
|
}
|
|
|
|
void uitouch_accessibilityElementDidLoseFocus( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidLoseFocus" );
|
|
#define uitouch_accessibilityElementDidLoseFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_accessibilityElementDidLoseFocus_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityElementDidLoseFocus_call
|
|
}
|
|
|
|
bool uitouch_accessibilityElementIsFocused( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementIsFocused" );
|
|
#define uitouch_accessibilityElementIsFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityElementIsFocused_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityElementIsFocused_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityAssistiveTechnologyFocusedIdentifiers( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAssistiveTechnologyFocusedIdentifiers" );
|
|
#define uitouch_accessibilityAssistiveTechnologyFocusedIdentifiers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityAssistiveTechnologyFocusedIdentifiers_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityAssistiveTechnologyFocusedIdentifiers_call
|
|
}
|
|
|
|
void uitouch_accessibilityIncrement( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIncrement" );
|
|
#define uitouch_accessibilityIncrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_accessibilityIncrement_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityIncrement_call
|
|
}
|
|
|
|
void uitouch_accessibilityDecrement( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecrement" );
|
|
#define uitouch_accessibilityDecrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_accessibilityDecrement_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityDecrement_call
|
|
}
|
|
|
|
bool uitouch_accessibilityScroll( uitouch_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScroll:" );
|
|
#define uitouch_accessibilityScroll_call( obj, selector, arg0 ) ((bool (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_accessibilityScroll_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_accessibilityScroll_call
|
|
}
|
|
|
|
bool uitouch_accessibilityPerformEscape( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformEscape" );
|
|
#define uitouch_accessibilityPerformEscape_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityPerformEscape_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityPerformEscape_call
|
|
}
|
|
|
|
bool uitouch_accessibilityPerformMagicTap( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformMagicTap" );
|
|
#define uitouch_accessibilityPerformMagicTap_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityPerformMagicTap_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityPerformMagicTap_call
|
|
}
|
|
|
|
bool uitouch_accessibilityActivate( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivate" );
|
|
#define uitouch_accessibilityActivate_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityActivate_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityActivate_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityCustomActions( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
|
|
#define uitouch_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityCustomActions( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
|
|
#define uitouch_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityCustomActions_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityIdentification( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentification" );
|
|
#define uitouch_accessibilityIdentification_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityIdentification_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityIdentification_call
|
|
}
|
|
|
|
void uitouch_accessibilitySetIdentification( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetIdentification:" );
|
|
#define uitouch_accessibilitySetIdentification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_accessibilitySetIdentification_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_accessibilitySetIdentification_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityIdentifier( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
|
|
#define uitouch_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityIdentifier_call
|
|
}
|
|
|
|
unsigned long long uitouch_defaultAccessibilityTraits( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultAccessibilityTraits" );
|
|
#define uitouch_defaultAccessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_defaultAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef uitouch_defaultAccessibilityTraits_call
|
|
}
|
|
|
|
bool uitouch_isAccessibilityElementByDefault( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElementByDefault" );
|
|
#define uitouch_isAccessibilityElementByDefault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isAccessibilityElementByDefault_call( (id)object, methodSelector );
|
|
#undef uitouch_isAccessibilityElementByDefault_call
|
|
}
|
|
|
|
bool uitouch_isElementAccessibilityExposedToInterfaceBuilder( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isElementAccessibilityExposedToInterfaceBuilder" );
|
|
#define uitouch_isElementAccessibilityExposedToInterfaceBuilder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isElementAccessibilityExposedToInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef uitouch_isElementAccessibilityExposedToInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityLocalizedStringKey( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLocalizedStringKey" );
|
|
#define uitouch_accessibilityLocalizedStringKey_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityLocalizedStringKey_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityLocalizedStringKey_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityDragSourceDescriptors( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDragSourceDescriptors:" );
|
|
#define uitouch_setAccessibilityDragSourceDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityDragSourceDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityDragSourceDescriptors( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDragSourceDescriptors" );
|
|
#define uitouch_accessibilityDragSourceDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityDragSourceDescriptors_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityDropPointDescriptors( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDropPointDescriptors:" );
|
|
#define uitouch_setAccessibilityDropPointDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityDropPointDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityDropPointDescriptors( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDropPointDescriptors" );
|
|
#define uitouch_accessibilityDropPointDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityDropPointDescriptors_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t uitouch_storedAccessibilityContainerType( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityContainerType" );
|
|
#define uitouch_storedAccessibilityContainerType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_storedAccessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef uitouch_storedAccessibilityContainerType_call
|
|
}
|
|
|
|
long long uitouch_accessibilityElementCount( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementCount" );
|
|
#define uitouch_accessibilityElementCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityElementCount_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityElementCount_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityElementAtIndex( uitouch_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementAtIndex:" );
|
|
#define uitouch_accessibilityElementAtIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_accessibilityElementAtIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_accessibilityElementAtIndex_call
|
|
}
|
|
|
|
long long uitouch_indexOfAccessibilityElement( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "indexOfAccessibilityElement:" );
|
|
#define uitouch_indexOfAccessibilityElement_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_indexOfAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_indexOfAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityElements( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElements" );
|
|
#define uitouch_accessibilityElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityElements_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityElements_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityElements( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElements:" );
|
|
#define uitouch_setAccessibilityElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityElements_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityElements_call
|
|
}
|
|
|
|
long long uitouch_accessibilityContainerType( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
|
|
#define uitouch_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityContainerType_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityContainerType( uitouch_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
|
|
#define uitouch_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityContainerType_call
|
|
}
|
|
|
|
void uitouch_setAccessibilityCustomRotors( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
|
|
#define uitouch_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_setAccessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t uitouch_accessibilityCustomRotors( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
|
|
#define uitouch_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessibilityCustomRotors_call( (id)object, methodSelector );
|
|
#undef uitouch_accessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t uitouch_uiPresentationManager( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "uiPresentationManager" );
|
|
#define uitouch_uiPresentationManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_uiPresentationManager_call( (id)object, methodSelector );
|
|
#undef uitouch_uiPresentationManager_call
|
|
}
|
|
|
|
void uitouch_awakeFromNib( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeFromNib" );
|
|
#define uitouch_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_awakeFromNib_call( (id)object, methodSelector );
|
|
#undef uitouch_awakeFromNib_call
|
|
}
|
|
|
|
bool uitouch_conformsToProtocolCached( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocolCached:" );
|
|
#define uitouch_conformsToProtocolCached_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_conformsToProtocolCached_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_conformsToProtocolCached_call
|
|
}
|
|
|
|
void uitouch_prepareForInterfaceBuilder( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
|
|
#define uitouch_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_prepareForInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef uitouch_prepareForInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t uitouch_initFromPQLResultSet( uitouch_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initFromPQLResultSet:error:" );
|
|
#define uitouch_initFromPQLResultSet_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitouch_initFromPQLResultSet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitouch_initFromPQLResultSet_call
|
|
}
|
|
|
|
bool uitouch_supportsRBSXPCSecureCoding( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
|
|
#define uitouch_supportsRBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef uitouch_supportsRBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool uitouch_RBSIsXPCObject( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
|
|
#define uitouch_RBSIsXPCObject_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_RBSIsXPCObject_call( (id)object, methodSelector );
|
|
#undef uitouch_RBSIsXPCObject_call
|
|
}
|
|
|
|
nsobject_t uitouch_NSRepresentation( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSRepresentation" );
|
|
#define uitouch_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_NSRepresentation_call( (id)object, methodSelector );
|
|
#undef uitouch_NSRepresentation_call
|
|
}
|
|
|
|
nsobject_t uitouch_pep_onMainThread( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThread" );
|
|
#define uitouch_pep_onMainThread_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_pep_onMainThread_call( (id)object, methodSelector );
|
|
#undef uitouch_pep_onMainThread_call
|
|
}
|
|
|
|
nsobject_t uitouch_pep_onThread( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onThread:" );
|
|
#define uitouch_pep_onThread_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_pep_onThread_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_pep_onThread_call
|
|
}
|
|
|
|
nsobject_t uitouch_pep_onOperationQueue( uitouch_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onOperationQueue:priority:" );
|
|
#define uitouch_pep_onOperationQueue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitouch_pep_onOperationQueue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitouch_pep_onOperationQueue_call
|
|
}
|
|
|
|
nsobject_t uitouch_pep_onMainThreadIfNecessary( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThreadIfNecessary" );
|
|
#define uitouch_pep_onMainThreadIfNecessary_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_pep_onMainThreadIfNecessary_call( (id)object, methodSelector );
|
|
#undef uitouch_pep_onMainThreadIfNecessary_call
|
|
}
|
|
|
|
nsobject_t uitouch_pep_afterDelay( uitouch_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_afterDelay:" );
|
|
#define uitouch_pep_afterDelay_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_pep_afterDelay_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_pep_afterDelay_call
|
|
}
|
|
|
|
nsobject_t uitouch_pep_getInvocation( uitouch_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_getInvocation:" );
|
|
#define uitouch_pep_getInvocation_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_pep_getInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_pep_getInvocation_call
|
|
}
|
|
|
|
nsobject_t uitouch_stringValueSafe( uitouch_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "stringValueSafe:" );
|
|
#define uitouch_stringValueSafe_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_stringValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_stringValueSafe_call
|
|
}
|
|
|
|
char* uitouch_utf8ValueSafe( uitouch_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "utf8ValueSafe:" );
|
|
#define uitouch_utf8ValueSafe_call( obj, selector, arg0 ) ((char* (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_utf8ValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_utf8ValueSafe_call
|
|
}
|
|
|
|
bool uitouch_boolValueSafe( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boolValueSafe" );
|
|
#define uitouch_boolValueSafe_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_boolValueSafe_call( (id)object, methodSelector );
|
|
#undef uitouch_boolValueSafe_call
|
|
}
|
|
|
|
long long uitouch_int64ValueSafe( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "int64ValueSafe" );
|
|
#define uitouch_int64ValueSafe_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_int64ValueSafe_call( (id)object, methodSelector );
|
|
#undef uitouch_int64ValueSafe_call
|
|
}
|
|
|
|
double uitouch_doubleValueSafe( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doubleValueSafe" );
|
|
#define uitouch_doubleValueSafe_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitouch_doubleValueSafe_call( (id)object, methodSelector );
|
|
#undef uitouch_doubleValueSafe_call
|
|
}
|
|
|
|
bool uitouch_un_safeBoolValue( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "un_safeBoolValue" );
|
|
#define uitouch_un_safeBoolValue_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_un_safeBoolValue_call( (id)object, methodSelector );
|
|
#undef uitouch_un_safeBoolValue_call
|
|
}
|
|
|
|
bool uitouch_supportsBSXPCSecureCoding( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
|
|
#define uitouch_supportsBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef uitouch_supportsBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool uitouch_bs_isPlistableType( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
|
|
#define uitouch_bs_isPlistableType_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_bs_isPlistableType_call( (id)object, methodSelector );
|
|
#undef uitouch_bs_isPlistableType_call
|
|
}
|
|
|
|
nsobject_t uitouch_bs_secureEncoded( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
|
|
#define uitouch_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_bs_secureEncoded_call( (id)object, methodSelector );
|
|
#undef uitouch_bs_secureEncoded_call
|
|
}
|
|
|
|
nsobject_t uitouch_bs_encoded( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_encoded" );
|
|
#define uitouch_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_bs_encoded_call( (id)object, methodSelector );
|
|
#undef uitouch_bs_encoded_call
|
|
}
|
|
|
|
void uitouch_releaseOnMainThread( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "releaseOnMainThread" );
|
|
#define uitouch_releaseOnMainThread_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_releaseOnMainThread_call( (id)object, methodSelector );
|
|
#undef uitouch_releaseOnMainThread_call
|
|
}
|
|
|
|
bool uitouch_isProxy( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isProxy" );
|
|
#define uitouch_isProxy_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isProxy_call( (id)object, methodSelector );
|
|
#undef uitouch_isProxy_call
|
|
}
|
|
|
|
unsigned long long uitouch_retainCount( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainCount" );
|
|
#define uitouch_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_retainCount_call( (id)object, methodSelector );
|
|
#undef uitouch_retainCount_call
|
|
}
|
|
|
|
bool uitouch_isEqual( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqual:" );
|
|
#define uitouch_isEqual_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_isEqual_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_isEqual_call
|
|
}
|
|
|
|
nsclass_t uitouch_class( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "class" );
|
|
#define uitouch_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_class_call( (id)object, methodSelector );
|
|
#undef uitouch_class_call
|
|
}
|
|
|
|
nsobject_t uitouch_self( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "self" );
|
|
#define uitouch_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_self_call( (id)object, methodSelector );
|
|
#undef uitouch_self_call
|
|
}
|
|
|
|
bool uitouch_isKindOfClass( uitouch_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKindOfClass:" );
|
|
#define uitouch_isKindOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_isKindOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_isKindOfClass_call
|
|
}
|
|
|
|
bool uitouch_isMemberOfClass( uitouch_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
|
|
#define uitouch_isMemberOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_isMemberOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_isMemberOfClass_call
|
|
}
|
|
|
|
bool uitouch_conformsToProtocol( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
|
|
#define uitouch_conformsToProtocol_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_conformsToProtocol_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_conformsToProtocol_call
|
|
}
|
|
|
|
bool uitouch_respondsToSelector( uitouch_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "respondsToSelector:" );
|
|
#define uitouch_respondsToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_respondsToSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_respondsToSelector_call
|
|
}
|
|
|
|
nsobject_t uitouch_retain( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retain" );
|
|
#define uitouch_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_retain_call( (id)object, methodSelector );
|
|
#undef uitouch_retain_call
|
|
}
|
|
|
|
nsobject_t uitouch_autorelease( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorelease" );
|
|
#define uitouch_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_autorelease_call( (id)object, methodSelector );
|
|
#undef uitouch_autorelease_call
|
|
}
|
|
|
|
_NSZone* uitouch_zone( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "zone" );
|
|
#define uitouch_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_zone_call( (id)object, methodSelector );
|
|
#undef uitouch_zone_call
|
|
}
|
|
|
|
unsigned long long uitouch_hash( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hash" );
|
|
#define uitouch_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_hash_call( (id)object, methodSelector );
|
|
#undef uitouch_hash_call
|
|
}
|
|
|
|
nsclass_t uitouch_superclass( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superclass" );
|
|
#define uitouch_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_superclass_call( (id)object, methodSelector );
|
|
#undef uitouch_superclass_call
|
|
}
|
|
|
|
nsobject_t uitouch_debugDescription( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugDescription" );
|
|
#define uitouch_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_debugDescription_call( (id)object, methodSelector );
|
|
#undef uitouch_debugDescription_call
|
|
}
|
|
|
|
nsobject_t uitouch_init( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "init" );
|
|
#define uitouch_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_init_call( (id)object, methodSelector );
|
|
#undef uitouch_init_call
|
|
}
|
|
|
|
bool uitouch_retainWeakReference( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainWeakReference" );
|
|
#define uitouch_retainWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_retainWeakReference_call( (id)object, methodSelector );
|
|
#undef uitouch_retainWeakReference_call
|
|
}
|
|
|
|
bool uitouch_allowsWeakReference( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsWeakReference" );
|
|
#define uitouch_allowsWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_allowsWeakReference_call( (id)object, methodSelector );
|
|
#undef uitouch_allowsWeakReference_call
|
|
}
|
|
|
|
nsobject_t uitouch_copy( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copy" );
|
|
#define uitouch_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_copy_call( (id)object, methodSelector );
|
|
#undef uitouch_copy_call
|
|
}
|
|
|
|
void uitouch_finalize( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finalize" );
|
|
#define uitouch_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_finalize_call( (id)object, methodSelector );
|
|
#undef uitouch_finalize_call
|
|
}
|
|
|
|
bool uitouch_isFault( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFault" );
|
|
#define uitouch_isFault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_isFault_call( (id)object, methodSelector );
|
|
#undef uitouch_isFault_call
|
|
}
|
|
|
|
void uitouch_forwardInvocation( uitouch_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardInvocation:" );
|
|
#define uitouch_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_forwardInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_forwardInvocation_call
|
|
}
|
|
|
|
nsobject_t uitouch_forwardingTargetForSelector( uitouch_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
|
|
#define uitouch_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitouch_forwardingTargetForSelector_call
|
|
}
|
|
|
|
nsobject_t uitouch_mutableCopy( uitouch_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopy" );
|
|
#define uitouch_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_mutableCopy_call( (id)object, methodSelector );
|
|
#undef uitouch_mutableCopy_call
|
|
}
|
|
|
|
void uitouch_load( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "load" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_load_call( (id)internalClassObject, methodSelector );
|
|
#undef uitouch_load_call
|
|
}
|
|
|
|
long long uitouch_version( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "version" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_version_call( (id)internalClassObject, methodSelector );
|
|
#undef uitouch_version_call
|
|
}
|
|
|
|
bool uitouch_instancesImplementSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_instancesImplementSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_instancesImplementSelector_call
|
|
}
|
|
|
|
void uitouch_setVersion( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVersion:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitouch_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_setVersion_call
|
|
}
|
|
|
|
bool uitouch_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_automaticallyNotifiesObserversForKey_call
|
|
}
|
|
|
|
objc_method_description* uitouch_instanceMethodDescriptionForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_instanceMethodDescriptionForSelector_call
|
|
}
|
|
|
|
bool uitouch_accessInstanceVariablesDirectly( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_accessInstanceVariablesDirectly_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
|
|
#undef uitouch_accessInstanceVariablesDirectly_call
|
|
}
|
|
|
|
nsobject_t uitouch_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_keyPathsForValuesAffectingValueForKey_call
|
|
}
|
|
|
|
void uitouch_setKeys( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitouch_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitouch_setKeys_call
|
|
}
|
|
|
|
nsobject_t uitouch_classFallbacksForKeyedArchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef uitouch_classFallbacksForKeyedArchiver_call
|
|
}
|
|
|
|
nsclass_t uitouch_classForKeyedUnarchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef uitouch_classForKeyedUnarchiver_call
|
|
}
|
|
|
|
void uitouch_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitouch_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitouch_cancelPreviousPerformRequestsWithTarget_call
|
|
}
|
|
|
|
nsobject_t uitouch_instanceMethodSignatureForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_instanceMethodSignatureForSelector_call
|
|
}
|
|
|
|
bool uitouch_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_CA_automaticallyNotifiesObservers_call
|
|
}
|
|
|
|
bool uitouch_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitouch_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitouch_CA_encodesPropertyConditionally_call
|
|
}
|
|
|
|
nsobject_t uitouch_CA_CAMLPropertyForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_CA_CAMLPropertyForKey_call
|
|
}
|
|
|
|
nsobject_t uitouch_SFSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef uitouch_SFSQLiteClassName_call
|
|
}
|
|
|
|
bool uitouch_isSelectorExcludedFromWebScript( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSelectorExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_isSelectorExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_isSelectorExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_isSelectorExcludedFromWebScript_call
|
|
}
|
|
|
|
bool uitouch_isKeyExcludedFromWebScript( char* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKeyExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_isKeyExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, char* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_isKeyExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_isKeyExcludedFromWebScript_call
|
|
}
|
|
|
|
nsobject_t uitouch_bs_secureDecodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_bs_secureDecodedFromData_call
|
|
}
|
|
|
|
nsobject_t uitouch_bs_secureDataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_bs_secureDataFromObject_call
|
|
}
|
|
|
|
nsobject_t uitouch_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitouch_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitouch_bs_secureObjectFromData_call
|
|
}
|
|
|
|
nsobject_t uitouch_bs_dataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_bs_dataFromObject_call
|
|
}
|
|
|
|
nsobject_t uitouch_bs_objectFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_bs_objectFromData_call
|
|
}
|
|
|
|
nsobject_t uitouch_bs_decodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_bs_decodedFromData_call
|
|
}
|
|
|
|
nsobject_t uitouch_copyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_copyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_copyWithZone_call
|
|
}
|
|
|
|
nsobject_t uitouch_allocWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allocWithZone:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_allocWithZone_call
|
|
}
|
|
|
|
void uitouch_initialize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialize" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitouch_initialize_call( (id)internalClassObject, methodSelector );
|
|
#undef uitouch_initialize_call
|
|
}
|
|
|
|
nsobject_t uitouch_new( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "new" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_new_call( (id)internalClassObject, methodSelector );
|
|
#undef uitouch_new_call
|
|
}
|
|
|
|
bool uitouch_resolveInstanceMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_resolveInstanceMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_resolveInstanceMethod_call
|
|
}
|
|
|
|
bool uitouch_resolveClassMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_resolveClassMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_resolveClassMethod_call
|
|
}
|
|
|
|
uitouch_t uitouch_alloc( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alloc" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitouch_alloc_call( (id)internalClassObject, methodSelector );
|
|
#undef uitouch_alloc_call
|
|
}
|
|
|
|
nsobject_t uitouch_mutableCopyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_mutableCopyWithZone_call
|
|
}
|
|
|
|
bool uitouch_isSubclassOfClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_isSubclassOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_isSubclassOfClass_call
|
|
}
|
|
|
|
bool uitouch_isAncestorOfObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_isAncestorOfObject_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_isAncestorOfObject_call
|
|
}
|
|
|
|
bool uitouch_instancesRespondToSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITouch" );
|
|
#define uitouch_instancesRespondToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitouch_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitouch_instancesRespondToSelector_call
|
|
}
|
|
|