mirror of
https://github.com/quelsolaar/MergeSource
synced 2025-02-08 11:08:41 -05:00
9083 lines
458 KiB
C
9083 lines
458 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 "uitextfield.h"
|
|
|
|
nsobject_t uitextfield_ab_text( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ab_text" );
|
|
#define uitextfield_ab_text_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_ab_text_call( (id)object, methodSelector );
|
|
#undef uitextfield_ab_text_call
|
|
}
|
|
|
|
void uitextfield_setAb_text( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAb_text:" );
|
|
#define uitextfield_setAb_text_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAb_text_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAb_text_call
|
|
}
|
|
|
|
nsobject_t uitextfield_ab_textAttributes( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ab_textAttributes" );
|
|
#define uitextfield_ab_textAttributes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_ab_textAttributes_call( (id)object, methodSelector );
|
|
#undef uitextfield_ab_textAttributes_call
|
|
}
|
|
|
|
void uitextfield_setAb_textAttributes( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAb_textAttributes:" );
|
|
#define uitextfield_setAb_textAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAb_textAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAb_textAttributes_call
|
|
}
|
|
|
|
void uitextfield_dealloc( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dealloc" );
|
|
#define uitextfield_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_dealloc_call( (id)object, methodSelector );
|
|
#undef uitextfield_dealloc_call
|
|
}
|
|
|
|
bool uitextfield_respondsToSelector( uitextfield_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "respondsToSelector:" );
|
|
#define uitextfield_respondsToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_respondsToSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_respondsToSelector_call
|
|
}
|
|
|
|
nsobject_t uitextfield_description( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "description" );
|
|
#define uitextfield_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_description_call( (id)object, methodSelector );
|
|
#undef uitextfield_description_call
|
|
}
|
|
|
|
nsobject_t uitextfield_debugDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugDescription" );
|
|
#define uitextfield_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_debugDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_debugDescription_call
|
|
}
|
|
|
|
nsobject_t uitextfield_methodSignatureForSelector( uitextfield_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
|
|
#define uitextfield_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_methodSignatureForSelector_call
|
|
}
|
|
|
|
nsobject_t uitextfield_forwardingTargetForSelector( uitextfield_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
|
|
#define uitextfield_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_forwardingTargetForSelector_call
|
|
}
|
|
|
|
void uitextfield_setAttributes( uitextfield_t object, nsobject_t arg0, _NSRange arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAttributes:range:" );
|
|
#define uitextfield_setAttributes_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, _NSRange ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setAttributes_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setAttributes_call
|
|
}
|
|
|
|
void uitextfield_encodeWithCoder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCoder:" );
|
|
#define uitextfield_encodeWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_encodeWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_encodeWithCoder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_initWithCoder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithCoder:" );
|
|
#define uitextfield_initWithCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_initWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_initWithCoder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_delegate( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "delegate" );
|
|
#define uitextfield_delegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_delegate_call( (id)object, methodSelector );
|
|
#undef uitextfield_delegate_call
|
|
}
|
|
|
|
void uitextfield_setDelegate( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDelegate:" );
|
|
#define uitextfield_setDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setDelegate_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setDelegate_call
|
|
}
|
|
|
|
void uitextfield_setEnabled( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setEnabled:" );
|
|
#define uitextfield_setEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setEnabled_call
|
|
}
|
|
|
|
nsobject_t uitextfield_valueForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKey:" );
|
|
#define uitextfield_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_valueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_valueForKey_call
|
|
}
|
|
|
|
void uitextfield_observeValueForKeyPath( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
|
|
#define uitextfield_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 )
|
|
uitextfield_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_observeValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uitextfield_valueForUndefinedKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
|
|
#define uitextfield_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_valueForUndefinedKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_placeholder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "placeholder" );
|
|
#define uitextfield_placeholder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_placeholder_call( (id)object, methodSelector );
|
|
#undef uitextfield_placeholder_call
|
|
}
|
|
|
|
CGSize uitextfield_shadowOffset( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shadowOffset" );
|
|
#define uitextfield_shadowOffset_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_shadowOffset_call( (id)object, methodSelector );
|
|
#undef uitextfield_shadowOffset_call
|
|
}
|
|
|
|
nsobject_t uitextfield_shadowColor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shadowColor" );
|
|
#define uitextfield_shadowColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_shadowColor_call( (id)object, methodSelector );
|
|
#undef uitextfield_shadowColor_call
|
|
}
|
|
|
|
void uitextfield_setBounds( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBounds:" );
|
|
#define uitextfield_setBounds_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setBounds_call
|
|
}
|
|
|
|
void uitextfield_setLabel( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLabel:" );
|
|
#define uitextfield_setLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLabel_call
|
|
}
|
|
|
|
nsobject_t uitextfield_background( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "background" );
|
|
#define uitextfield_background_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_background_call( (id)object, methodSelector );
|
|
#undef uitextfield_background_call
|
|
}
|
|
|
|
nsobject_t uitextfield_text( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "text" );
|
|
#define uitextfield_text_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_text_call( (id)object, methodSelector );
|
|
#undef uitextfield_text_call
|
|
}
|
|
|
|
void uitextfield_setShadowOffset( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShadowOffset:" );
|
|
#define uitextfield_setShadowOffset_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setShadowOffset_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setShadowOffset_call
|
|
}
|
|
|
|
void uitextfield_setText( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setText:" );
|
|
#define uitextfield_setText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setText_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setText_call
|
|
}
|
|
|
|
void uitextfield_setNeedsLayout( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsLayout" );
|
|
#define uitextfield_setNeedsLayout_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_setNeedsLayout_call( (id)object, methodSelector );
|
|
#undef uitextfield_setNeedsLayout_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textStorage( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textStorage" );
|
|
#define uitextfield_textStorage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textStorage_call( (id)object, methodSelector );
|
|
#undef uitextfield_textStorage_call
|
|
}
|
|
|
|
nsobject_t uitextfield_linkTextAttributes( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "linkTextAttributes" );
|
|
#define uitextfield_linkTextAttributes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_linkTextAttributes_call( (id)object, methodSelector );
|
|
#undef uitextfield_linkTextAttributes_call
|
|
}
|
|
|
|
CGPoint uitextfield_textContainerOrigin( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textContainerOrigin" );
|
|
#define uitextfield_textContainerOrigin_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textContainerOrigin_call( (id)object, methodSelector );
|
|
#undef uitextfield_textContainerOrigin_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textContainer( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textContainer" );
|
|
#define uitextfield_textContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textContainer_call( (id)object, methodSelector );
|
|
#undef uitextfield_textContainer_call
|
|
}
|
|
|
|
nsobject_t uitextfield_markedTextStyle( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "markedTextStyle" );
|
|
#define uitextfield_markedTextStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_markedTextStyle_call( (id)object, methodSelector );
|
|
#undef uitextfield_markedTextStyle_call
|
|
}
|
|
|
|
nsobject_t uitextfield_typingAttributes( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "typingAttributes" );
|
|
#define uitextfield_typingAttributes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_typingAttributes_call( (id)object, methodSelector );
|
|
#undef uitextfield_typingAttributes_call
|
|
}
|
|
|
|
void uitextfield_setShadowColor( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShadowColor:" );
|
|
#define uitextfield_setShadowColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setShadowColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setShadowColor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_tokenizer( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tokenizer" );
|
|
#define uitextfield_tokenizer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_tokenizer_call( (id)object, methodSelector );
|
|
#undef uitextfield_tokenizer_call
|
|
}
|
|
|
|
nsobject_t uitextfield_endOfDocument( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endOfDocument" );
|
|
#define uitextfield_endOfDocument_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_endOfDocument_call( (id)object, methodSelector );
|
|
#undef uitextfield_endOfDocument_call
|
|
}
|
|
|
|
UIEdgeInsets uitextfield_textContainerInset( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textContainerInset" );
|
|
#define uitextfield_textContainerInset_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_textContainerInset_call( (id)object, methodSelector );
|
|
#undef uitextfield_textContainerInset_call
|
|
}
|
|
|
|
nsobject_t uitextfield_backgroundColor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backgroundColor" );
|
|
#define uitextfield_backgroundColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_backgroundColor_call( (id)object, methodSelector );
|
|
#undef uitextfield_backgroundColor_call
|
|
}
|
|
|
|
void uitextfield_setBackgroundColor( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBackgroundColor:" );
|
|
#define uitextfield_setBackgroundColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setBackgroundColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setBackgroundColor_call
|
|
}
|
|
|
|
void uitextfield_removeFromSuperview( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeFromSuperview" );
|
|
#define uitextfield_removeFromSuperview_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_removeFromSuperview_call( (id)object, methodSelector );
|
|
#undef uitextfield_removeFromSuperview_call
|
|
}
|
|
|
|
void uitextfield_setFrame( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrame:" );
|
|
#define uitextfield_setFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setFrame_call
|
|
}
|
|
|
|
nsobject_t uitextfield_initWithFrame( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithFrame:" );
|
|
#define uitextfield_initWithFrame_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_initWithFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_initWithFrame_call
|
|
}
|
|
|
|
double uitextfield_minimumFontSize( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "minimumFontSize" );
|
|
#define uitextfield_minimumFontSize_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_minimumFontSize_call( (id)object, methodSelector );
|
|
#undef uitextfield_minimumFontSize_call
|
|
}
|
|
|
|
nsobject_t uitextfield_webView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "webView" );
|
|
#define uitextfield_webView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_webView_call( (id)object, methodSelector );
|
|
#undef uitextfield_webView_call
|
|
}
|
|
|
|
void uitextfield_setTypingAttributes( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTypingAttributes:" );
|
|
#define uitextfield_setTypingAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTypingAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTypingAttributes_call
|
|
}
|
|
|
|
void uitextfield_layoutSubviews( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutSubviews" );
|
|
#define uitextfield_layoutSubviews_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_layoutSubviews_call( (id)object, methodSelector );
|
|
#undef uitextfield_layoutSubviews_call
|
|
}
|
|
|
|
CGSize uitextfield_sizeThatFits( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sizeThatFits:" );
|
|
#define uitextfield_sizeThatFits_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_sizeThatFits_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_sizeThatFits_call
|
|
}
|
|
|
|
void uitextfield_setTextColor( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTextColor:" );
|
|
#define uitextfield_setTextColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTextColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTextColor_call
|
|
}
|
|
|
|
void uitextfield_setFont( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFont:" );
|
|
#define uitextfield_setFont_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setFont_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setFont_call
|
|
}
|
|
|
|
void uitextfield_setAdjustsFontSizeToFitWidth( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAdjustsFontSizeToFitWidth:" );
|
|
#define uitextfield_setAdjustsFontSizeToFitWidth_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAdjustsFontSizeToFitWidth_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAdjustsFontSizeToFitWidth_call
|
|
}
|
|
|
|
void uitextfield_setTextAlignment( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTextAlignment:" );
|
|
#define uitextfield_setTextAlignment_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTextAlignment_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTextAlignment_call
|
|
}
|
|
|
|
void uitextfield_traitCollectionDidChange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "traitCollectionDidChange:" );
|
|
#define uitextfield_traitCollectionDidChange_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_traitCollectionDidChange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_traitCollectionDidChange_call
|
|
}
|
|
|
|
bool uitextfield_isAccessibilityElementByDefault( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElementByDefault" );
|
|
#define uitextfield_isAccessibilityElementByDefault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isAccessibilityElementByDefault_call( (id)object, methodSelector );
|
|
#undef uitextfield_isAccessibilityElementByDefault_call
|
|
}
|
|
|
|
bool uitextfield_isElementAccessibilityExposedToInterfaceBuilder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isElementAccessibilityExposedToInterfaceBuilder" );
|
|
#define uitextfield_isElementAccessibilityExposedToInterfaceBuilder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isElementAccessibilityExposedToInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef uitextfield_isElementAccessibilityExposedToInterfaceBuilder_call
|
|
}
|
|
|
|
void uitextfield_didUpdateFocusInContext( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didUpdateFocusInContext:withAnimationCoordinator:" );
|
|
#define uitextfield_didUpdateFocusInContext_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_didUpdateFocusInContext_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_didUpdateFocusInContext_call
|
|
}
|
|
|
|
bool uitextfield_canBecomeFocused( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canBecomeFocused" );
|
|
#define uitextfield_canBecomeFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_canBecomeFocused_call( (id)object, methodSelector );
|
|
#undef uitextfield_canBecomeFocused_call
|
|
}
|
|
|
|
bool uitextfield_gestureRecognizerShouldBegin( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureRecognizerShouldBegin:" );
|
|
#define uitextfield_gestureRecognizerShouldBegin_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_gestureRecognizerShouldBegin_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_gestureRecognizerShouldBegin_call
|
|
}
|
|
|
|
void uitextfield_setHighlighted( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setHighlighted:" );
|
|
#define uitextfield_setHighlighted_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setHighlighted_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setHighlighted_call
|
|
}
|
|
|
|
nsobject_t uitextfield_largeContentTitle( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "largeContentTitle" );
|
|
#define uitextfield_largeContentTitle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_largeContentTitle_call( (id)object, methodSelector );
|
|
#undef uitextfield_largeContentTitle_call
|
|
}
|
|
|
|
void uitextfield_setClipsToBounds( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClipsToBounds:" );
|
|
#define uitextfield_setClipsToBounds_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClipsToBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClipsToBounds_call
|
|
}
|
|
|
|
nsobject_t uitextfield_font( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "font" );
|
|
#define uitextfield_font_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_font_call( (id)object, methodSelector );
|
|
#undef uitextfield_font_call
|
|
}
|
|
|
|
void uitextfield_setSecureTextEntry( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSecureTextEntry:" );
|
|
#define uitextfield_setSecureTextEntry_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setSecureTextEntry_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setSecureTextEntry_call
|
|
}
|
|
|
|
void uitextfield_setPlaceholder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPlaceholder:" );
|
|
#define uitextfield_setPlaceholder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setPlaceholder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setPlaceholder_call
|
|
}
|
|
|
|
bool uitextfield_becomeFirstResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "becomeFirstResponder" );
|
|
#define uitextfield_becomeFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_becomeFirstResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_becomeFirstResponder_call
|
|
}
|
|
|
|
void uitextfield_setAdjustsFontForContentSizeCategory( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAdjustsFontForContentSizeCategory:" );
|
|
#define uitextfield_setAdjustsFontForContentSizeCategory_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAdjustsFontForContentSizeCategory_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAdjustsFontForContentSizeCategory_call
|
|
}
|
|
|
|
void uitextfield_setSemanticContentAttribute( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSemanticContentAttribute:" );
|
|
#define uitextfield_setSemanticContentAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setSemanticContentAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setSemanticContentAttribute_call
|
|
}
|
|
|
|
void uitextfield_setAttributedText( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAttributedText:" );
|
|
#define uitextfield_setAttributedText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAttributedText_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAttributedText_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textColor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textColor" );
|
|
#define uitextfield_textColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textColor_call( (id)object, methodSelector );
|
|
#undef uitextfield_textColor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_visualStyle( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "visualStyle" );
|
|
#define uitextfield_visualStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_visualStyle_call( (id)object, methodSelector );
|
|
#undef uitextfield_visualStyle_call
|
|
}
|
|
|
|
void uitextfield_touchesEnded( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesEnded:withEvent:" );
|
|
#define uitextfield_touchesEnded_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_touchesEnded_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_touchesEnded_call
|
|
}
|
|
|
|
void uitextfield_touchesCancelled( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesCancelled:withEvent:" );
|
|
#define uitextfield_touchesCancelled_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_touchesCancelled_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_touchesCancelled_call
|
|
}
|
|
|
|
void uitextfield_setVisualStyle( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVisualStyle:" );
|
|
#define uitextfield_setVisualStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setVisualStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setVisualStyle_call
|
|
}
|
|
|
|
void uitextfield_tintColorDidChange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tintColorDidChange" );
|
|
#define uitextfield_tintColorDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_tintColorDidChange_call( (id)object, methodSelector );
|
|
#undef uitextfield_tintColorDidChange_call
|
|
}
|
|
|
|
void uitextfield_pressesBegan( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pressesBegan:withEvent:" );
|
|
#define uitextfield_pressesBegan_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_pressesBegan_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_pressesBegan_call
|
|
}
|
|
|
|
void uitextfield_pressesChanged( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pressesChanged:withEvent:" );
|
|
#define uitextfield_pressesChanged_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_pressesChanged_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_pressesChanged_call
|
|
}
|
|
|
|
void uitextfield_pressesEnded( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pressesEnded:withEvent:" );
|
|
#define uitextfield_pressesEnded_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_pressesEnded_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_pressesEnded_call
|
|
}
|
|
|
|
void uitextfield_pressesCancelled( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pressesCancelled:withEvent:" );
|
|
#define uitextfield_pressesCancelled_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_pressesCancelled_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_pressesCancelled_call
|
|
}
|
|
|
|
bool uitextfield_resignFirstResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resignFirstResponder" );
|
|
#define uitextfield_resignFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_resignFirstResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_resignFirstResponder_call
|
|
}
|
|
|
|
bool uitextfield_canPerformAction( uitextfield_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canPerformAction:withSender:" );
|
|
#define uitextfield_canPerformAction_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_canPerformAction_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_canPerformAction_call
|
|
}
|
|
|
|
bool uitextfield_canBecomeFirstResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canBecomeFirstResponder" );
|
|
#define uitextfield_canBecomeFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_canBecomeFirstResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_canBecomeFirstResponder_call
|
|
}
|
|
|
|
void uitextfield_cut( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cut:" );
|
|
#define uitextfield_cut_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_cut_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_cut_call
|
|
}
|
|
|
|
void uitextfield_copy( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copy:" );
|
|
#define uitextfield_copy_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_copy_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_copy_call
|
|
}
|
|
|
|
void uitextfield_paste( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "paste:" );
|
|
#define uitextfield_paste_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_paste_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_paste_call
|
|
}
|
|
|
|
void uitextfield_pasteAndMatchStyle( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pasteAndMatchStyle:" );
|
|
#define uitextfield_pasteAndMatchStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_pasteAndMatchStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_pasteAndMatchStyle_call
|
|
}
|
|
|
|
void uitextfield_selectAll( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectAll:" );
|
|
#define uitextfield_selectAll_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_selectAll_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_selectAll_call
|
|
}
|
|
|
|
void uitextfield_toggleBoldface( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toggleBoldface:" );
|
|
#define uitextfield_toggleBoldface_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_toggleBoldface_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_toggleBoldface_call
|
|
}
|
|
|
|
void uitextfield_toggleItalics( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toggleItalics:" );
|
|
#define uitextfield_toggleItalics_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_toggleItalics_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_toggleItalics_call
|
|
}
|
|
|
|
void uitextfield_toggleUnderline( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toggleUnderline:" );
|
|
#define uitextfield_toggleUnderline_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_toggleUnderline_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_toggleUnderline_call
|
|
}
|
|
|
|
void uitextfield_increaseSize( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "increaseSize:" );
|
|
#define uitextfield_increaseSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_increaseSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_increaseSize_call
|
|
}
|
|
|
|
void uitextfield_decreaseSize( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "decreaseSize:" );
|
|
#define uitextfield_decreaseSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_decreaseSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_decreaseSize_call
|
|
}
|
|
|
|
void uitextfield_makeTextWritingDirectionNatural( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeTextWritingDirectionNatural:" );
|
|
#define uitextfield_makeTextWritingDirectionNatural_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_makeTextWritingDirectionNatural_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_makeTextWritingDirectionNatural_call
|
|
}
|
|
|
|
void uitextfield_makeTextWritingDirectionRightToLeft( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeTextWritingDirectionRightToLeft:" );
|
|
#define uitextfield_makeTextWritingDirectionRightToLeft_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_makeTextWritingDirectionRightToLeft_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_makeTextWritingDirectionRightToLeft_call
|
|
}
|
|
|
|
void uitextfield_makeTextWritingDirectionLeftToRight( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeTextWritingDirectionLeftToRight:" );
|
|
#define uitextfield_makeTextWritingDirectionLeftToRight_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_makeTextWritingDirectionLeftToRight_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_makeTextWritingDirectionLeftToRight_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textLayoutController( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textLayoutController" );
|
|
#define uitextfield_textLayoutController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textLayoutController_call( (id)object, methodSelector );
|
|
#undef uitextfield_textLayoutController_call
|
|
}
|
|
|
|
nsobject_t uitextfield_inputAccessoryView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inputAccessoryView" );
|
|
#define uitextfield_inputAccessoryView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_inputAccessoryView_call( (id)object, methodSelector );
|
|
#undef uitextfield_inputAccessoryView_call
|
|
}
|
|
|
|
nsobject_t uitextfield_inputView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inputView" );
|
|
#define uitextfield_inputView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_inputView_call( (id)object, methodSelector );
|
|
#undef uitextfield_inputView_call
|
|
}
|
|
|
|
void uitextfield_setInputView( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInputView:" );
|
|
#define uitextfield_setInputView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setInputView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setInputView_call
|
|
}
|
|
|
|
void uitextfield_setInputAccessoryView( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInputAccessoryView:" );
|
|
#define uitextfield_setInputAccessoryView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setInputAccessoryView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setInputAccessoryView_call
|
|
}
|
|
|
|
void uitextfield_setKeyboardAppearance( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeyboardAppearance:" );
|
|
#define uitextfield_setKeyboardAppearance_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setKeyboardAppearance_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setKeyboardAppearance_call
|
|
}
|
|
|
|
void uitextfield_setPasswordRules( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPasswordRules:" );
|
|
#define uitextfield_setPasswordRules_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setPasswordRules_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setPasswordRules_call
|
|
}
|
|
|
|
void uitextfield_insertText( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertText:" );
|
|
#define uitextfield_insertText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_insertText_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_insertText_call
|
|
}
|
|
|
|
void uitextfield_deleteBackward( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "deleteBackward" );
|
|
#define uitextfield_deleteBackward_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_deleteBackward_call( (id)object, methodSelector );
|
|
#undef uitextfield_deleteBackward_call
|
|
}
|
|
|
|
bool uitextfield_hasText( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasText" );
|
|
#define uitextfield_hasText_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_hasText_call( (id)object, methodSelector );
|
|
#undef uitextfield_hasText_call
|
|
}
|
|
|
|
nsobject_t uitextfield_hitTest( uitextfield_t object, CGPoint arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hitTest:withEvent:" );
|
|
#define uitextfield_hitTest_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, CGPoint, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_hitTest_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_hitTest_call
|
|
}
|
|
|
|
void uitextfield_takeTraitsFrom( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "takeTraitsFrom:" );
|
|
#define uitextfield_takeTraitsFrom_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_takeTraitsFrom_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_takeTraitsFrom_call
|
|
}
|
|
|
|
int uitextfield_textSelectionBehavior( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textSelectionBehavior" );
|
|
#define uitextfield_textSelectionBehavior_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textSelectionBehavior_call( (id)object, methodSelector );
|
|
#undef uitextfield_textSelectionBehavior_call
|
|
}
|
|
|
|
void uitextfield_setTextSelectionBehavior( uitextfield_t object, int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTextSelectionBehavior:" );
|
|
#define uitextfield_setTextSelectionBehavior_call( obj, selector, arg0 ) ((void (*)( id, SEL, int ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTextSelectionBehavior_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTextSelectionBehavior_call
|
|
}
|
|
|
|
void uitextfield_setDisplaySecureTextUsingPlainText( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDisplaySecureTextUsingPlainText:" );
|
|
#define uitextfield_setDisplaySecureTextUsingPlainText_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setDisplaySecureTextUsingPlainText_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setDisplaySecureTextUsingPlainText_call
|
|
}
|
|
|
|
void uitextfield_setDisplaySecureEditsUsingPlainText( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDisplaySecureEditsUsingPlainText:" );
|
|
#define uitextfield_setDisplaySecureEditsUsingPlainText_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setDisplaySecureEditsUsingPlainText_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setDisplaySecureEditsUsingPlainText_call
|
|
}
|
|
|
|
void uitextfield_setDevicePasscodeEntry( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDevicePasscodeEntry:" );
|
|
#define uitextfield_setDevicePasscodeEntry_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setDevicePasscodeEntry_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setDevicePasscodeEntry_call
|
|
}
|
|
|
|
nsobject_t uitextfield_attributedText( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "attributedText" );
|
|
#define uitextfield_attributedText_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_attributedText_call( (id)object, methodSelector );
|
|
#undef uitextfield_attributedText_call
|
|
}
|
|
|
|
void uitextfield_didMoveToWindow( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didMoveToWindow" );
|
|
#define uitextfield_didMoveToWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_didMoveToWindow_call( (id)object, methodSelector );
|
|
#undef uitextfield_didMoveToWindow_call
|
|
}
|
|
|
|
void uitextfield_setProgress( uitextfield_t object, float arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setProgress:" );
|
|
#define uitextfield_setProgress_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setProgress_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setProgress_call
|
|
}
|
|
|
|
void uitextfield_setIcon( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIcon:" );
|
|
#define uitextfield_setIcon_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setIcon_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setIcon_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textInputView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textInputView" );
|
|
#define uitextfield_textInputView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textInputView_call( (id)object, methodSelector );
|
|
#undef uitextfield_textInputView_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textLabel( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textLabel" );
|
|
#define uitextfield_textLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textLabel_call( (id)object, methodSelector );
|
|
#undef uitextfield_textLabel_call
|
|
}
|
|
|
|
void uitextfield_drawRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawRect:" );
|
|
#define uitextfield_drawRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_drawRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_drawRect_call
|
|
}
|
|
|
|
void uitextfield_floatingContentView( uitextfield_t object, nsobject_t arg0, unsigned long long arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "floatingContentView:isTransitioningFromState:toState:" );
|
|
#define uitextfield_floatingContentView_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, unsigned long long, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_floatingContentView_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_floatingContentView_call
|
|
}
|
|
|
|
nsobject_t uitextfield_pointerInteraction( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pointerInteraction:regionForRequest:defaultRegion:" );
|
|
#define uitextfield_pointerInteraction_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return uitextfield_pointerInteraction_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_pointerInteraction_call
|
|
}
|
|
|
|
void uitextfield_willMoveToWindow( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willMoveToWindow:" );
|
|
#define uitextfield_willMoveToWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_willMoveToWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_willMoveToWindow_call
|
|
}
|
|
|
|
void uitextfield_setContentVerticalAlignment( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentVerticalAlignment:" );
|
|
#define uitextfield_setContentVerticalAlignment_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContentVerticalAlignment_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContentVerticalAlignment_call
|
|
}
|
|
|
|
int uitextfield_controlSize( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "controlSize" );
|
|
#define uitextfield_controlSize_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_controlSize_call( (id)object, methodSelector );
|
|
#undef uitextfield_controlSize_call
|
|
}
|
|
|
|
void uitextfield_setControlSize( uitextfield_t object, int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setControlSize:" );
|
|
#define uitextfield_setControlSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, int ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setControlSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setControlSize_call
|
|
}
|
|
|
|
long long uitextfield_textAlignment( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textAlignment" );
|
|
#define uitextfield_textAlignment_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textAlignment_call( (id)object, methodSelector );
|
|
#undef uitextfield_textAlignment_call
|
|
}
|
|
|
|
bool uitextfield_adjustsFontSizeToFitWidth( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "adjustsFontSizeToFitWidth" );
|
|
#define uitextfield_adjustsFontSizeToFitWidth_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_adjustsFontSizeToFitWidth_call( (id)object, methodSelector );
|
|
#undef uitextfield_adjustsFontSizeToFitWidth_call
|
|
}
|
|
|
|
bool uitextfield_adjustsFontForContentSizeCategory( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "adjustsFontForContentSizeCategory" );
|
|
#define uitextfield_adjustsFontForContentSizeCategory_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_adjustsFontForContentSizeCategory_call( (id)object, methodSelector );
|
|
#undef uitextfield_adjustsFontForContentSizeCategory_call
|
|
}
|
|
|
|
void uitextfield_validateCommand( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "validateCommand:" );
|
|
#define uitextfield_validateCommand_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_validateCommand_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_validateCommand_call
|
|
}
|
|
|
|
void uitextfield_setBorderStyle( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBorderStyle:" );
|
|
#define uitextfield_setBorderStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setBorderStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setBorderStyle_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textInputTraits( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textInputTraits" );
|
|
#define uitextfield_textInputTraits_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textInputTraits_call( (id)object, methodSelector );
|
|
#undef uitextfield_textInputTraits_call
|
|
}
|
|
|
|
nsobject_t uitextfield_searchText( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "searchText" );
|
|
#define uitextfield_searchText_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_searchText_call( (id)object, methodSelector );
|
|
#undef uitextfield_searchText_call
|
|
}
|
|
|
|
bool uitextfield_canResignFirstResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canResignFirstResponder" );
|
|
#define uitextfield_canResignFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_canResignFirstResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_canResignFirstResponder_call
|
|
}
|
|
|
|
bool uitextfield_isEditing( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEditing" );
|
|
#define uitextfield_isEditing_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isEditing_call( (id)object, methodSelector );
|
|
#undef uitextfield_isEditing_call
|
|
}
|
|
|
|
nsobject_t uitextfield_selectedTextRange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectedTextRange" );
|
|
#define uitextfield_selectedTextRange_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_selectedTextRange_call( (id)object, methodSelector );
|
|
#undef uitextfield_selectedTextRange_call
|
|
}
|
|
|
|
void uitextfield_setLeftView( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLeftView:" );
|
|
#define uitextfield_setLeftView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLeftView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLeftView_call
|
|
}
|
|
|
|
void uitextfield_setLeftViewMode( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLeftViewMode:" );
|
|
#define uitextfield_setLeftViewMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLeftViewMode_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLeftViewMode_call
|
|
}
|
|
|
|
void uitextfield_setClearButtonMode( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClearButtonMode:" );
|
|
#define uitextfield_setClearButtonMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClearButtonMode_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClearButtonMode_call
|
|
}
|
|
|
|
nsobject_t uitextfield_leftView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "leftView" );
|
|
#define uitextfield_leftView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_leftView_call( (id)object, methodSelector );
|
|
#undef uitextfield_leftView_call
|
|
}
|
|
|
|
float uitextfield_paddingRight( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "paddingRight" );
|
|
#define uitextfield_paddingRight_call( obj, selector ) ((float (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_paddingRight_call( (id)object, methodSelector );
|
|
#undef uitextfield_paddingRight_call
|
|
}
|
|
|
|
float uitextfield_paddingLeft( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "paddingLeft" );
|
|
#define uitextfield_paddingLeft_call( obj, selector ) ((float (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_paddingLeft_call( (id)object, methodSelector );
|
|
#undef uitextfield_paddingLeft_call
|
|
}
|
|
|
|
CGRect uitextfield_textRectForBounds( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textRectForBounds:" );
|
|
#define uitextfield_textRectForBounds_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_textRectForBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_textRectForBounds_call
|
|
}
|
|
|
|
CGRect uitextfield_editingRectForBounds( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "editingRectForBounds:" );
|
|
#define uitextfield_editingRectForBounds_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_editingRectForBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_editingRectForBounds_call
|
|
}
|
|
|
|
CGRect uitextfield_rightViewRectForBounds( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightViewRectForBounds:" );
|
|
#define uitextfield_rightViewRectForBounds_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_rightViewRectForBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_rightViewRectForBounds_call
|
|
}
|
|
|
|
CGRect uitextfield_leftViewRectForBounds( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "leftViewRectForBounds:" );
|
|
#define uitextfield_leftViewRectForBounds_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_leftViewRectForBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_leftViewRectForBounds_call
|
|
}
|
|
|
|
CGRect uitextfield_placeholderRectForBounds( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "placeholderRectForBounds:" );
|
|
#define uitextfield_placeholderRectForBounds_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_placeholderRectForBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_placeholderRectForBounds_call
|
|
}
|
|
|
|
CGRect uitextfield_clearButtonRectForBounds( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearButtonRectForBounds:" );
|
|
#define uitextfield_clearButtonRectForBounds_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_clearButtonRectForBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_clearButtonRectForBounds_call
|
|
}
|
|
|
|
CGSize uitextfield_clearButtonOffset( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearButtonOffset" );
|
|
#define uitextfield_clearButtonOffset_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_clearButtonOffset_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearButtonOffset_call
|
|
}
|
|
|
|
nsobject_t uitextfield_rightView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightView" );
|
|
#define uitextfield_rightView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_rightView_call( (id)object, methodSelector );
|
|
#undef uitextfield_rightView_call
|
|
}
|
|
|
|
void uitextfield_replaceRange( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replaceRange:withText:" );
|
|
#define uitextfield_replaceRange_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_replaceRange_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_replaceRange_call
|
|
}
|
|
|
|
void uitextfield_setSelectedTextRange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSelectedTextRange:" );
|
|
#define uitextfield_setSelectedTextRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setSelectedTextRange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setSelectedTextRange_call
|
|
}
|
|
|
|
nsobject_t uitextfield_beginningOfDocument( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginningOfDocument" );
|
|
#define uitextfield_beginningOfDocument_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_beginningOfDocument_call( (id)object, methodSelector );
|
|
#undef uitextfield_beginningOfDocument_call
|
|
}
|
|
|
|
nsobject_t uitextfield_positionFromPosition( uitextfield_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "positionFromPosition:offset:" );
|
|
#define uitextfield_positionFromPosition_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_positionFromPosition_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_positionFromPosition_call
|
|
}
|
|
|
|
bool uitextfield_hasMarkedText( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasMarkedText" );
|
|
#define uitextfield_hasMarkedText_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_hasMarkedText_call( (id)object, methodSelector );
|
|
#undef uitextfield_hasMarkedText_call
|
|
}
|
|
|
|
nsobject_t uitextfield_markedTextRange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "markedTextRange" );
|
|
#define uitextfield_markedTextRange_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_markedTextRange_call( (id)object, methodSelector );
|
|
#undef uitextfield_markedTextRange_call
|
|
}
|
|
|
|
void uitextfield_unmarkText( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unmarkText" );
|
|
#define uitextfield_unmarkText_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_unmarkText_call( (id)object, methodSelector );
|
|
#undef uitextfield_unmarkText_call
|
|
}
|
|
|
|
void uitextfield_setSelectionRange( uitextfield_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSelectionRange:" );
|
|
#define uitextfield_setSelectionRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setSelectionRange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setSelectionRange_call
|
|
}
|
|
|
|
long long uitextfield_offsetFromPosition( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "offsetFromPosition:toPosition:" );
|
|
#define uitextfield_offsetFromPosition_call( obj, selector, arg0, arg1 ) ((long long (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_offsetFromPosition_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_offsetFromPosition_call
|
|
}
|
|
|
|
nsobject_t uitextfield_selectionView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectionView" );
|
|
#define uitextfield_selectionView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_selectionView_call( (id)object, methodSelector );
|
|
#undef uitextfield_selectionView_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textInRange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textInRange:" );
|
|
#define uitextfield_textInRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_textInRange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_textInRange_call
|
|
}
|
|
|
|
nsobject_t uitextfield_attributedTextInRange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "attributedTextInRange:" );
|
|
#define uitextfield_attributedTextInRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_attributedTextInRange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_attributedTextInRange_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textRangeFromPosition( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textRangeFromPosition:toPosition:" );
|
|
#define uitextfield_textRangeFromPosition_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_textRangeFromPosition_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_textRangeFromPosition_call
|
|
}
|
|
|
|
_NSRange uitextfield_insertFilteredText( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertFilteredText:" );
|
|
#define uitextfield_insertFilteredText_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_insertFilteredText_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_insertFilteredText_call
|
|
}
|
|
|
|
void uitextfield_insertAttributedText( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertAttributedText:" );
|
|
#define uitextfield_insertAttributedText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_insertAttributedText_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_insertAttributedText_call
|
|
}
|
|
|
|
void uitextfield_setMarkedText( uitextfield_t object, nsobject_t arg0, _NSRange arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMarkedText:selectedRange:" );
|
|
#define uitextfield_setMarkedText_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, _NSRange ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setMarkedText_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setMarkedText_call
|
|
}
|
|
|
|
void uitextfield_setAttributedMarkedText( uitextfield_t object, nsobject_t arg0, _NSRange arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAttributedMarkedText:selectedRange:" );
|
|
#define uitextfield_setAttributedMarkedText_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, _NSRange ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setAttributedMarkedText_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setAttributedMarkedText_call
|
|
}
|
|
|
|
_NSRange uitextfield_selectionRange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectionRange" );
|
|
#define uitextfield_selectionRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_selectionRange_call( (id)object, methodSelector );
|
|
#undef uitextfield_selectionRange_call
|
|
}
|
|
|
|
long long uitextfield_baseWritingDirectionForPosition( uitextfield_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "baseWritingDirectionForPosition:inDirection:" );
|
|
#define uitextfield_baseWritingDirectionForPosition_call( obj, selector, arg0, arg1 ) ((long long (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_baseWritingDirectionForPosition_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_baseWritingDirectionForPosition_call
|
|
}
|
|
|
|
void uitextfield_fieldEditorDidChangeSelection( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fieldEditorDidChangeSelection:" );
|
|
#define uitextfield_fieldEditorDidChangeSelection_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_fieldEditorDidChangeSelection_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_fieldEditorDidChangeSelection_call
|
|
}
|
|
|
|
void uitextfield_didAddTextAttachmentViews( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didAddTextAttachmentViews:" );
|
|
#define uitextfield_didAddTextAttachmentViews_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_didAddTextAttachmentViews_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_didAddTextAttachmentViews_call
|
|
}
|
|
|
|
void uitextfield_didRemoveTextAttachmentViews( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didRemoveTextAttachmentViews:" );
|
|
#define uitextfield_didRemoveTextAttachmentViews_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_didRemoveTextAttachmentViews_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_didRemoveTextAttachmentViews_call
|
|
}
|
|
|
|
void uitextfield_didLayoutTextAttachmentView( uitextfield_t object, nsobject_t arg0, CGRect arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didLayoutTextAttachmentView:inFragmentRect:" );
|
|
#define uitextfield_didLayoutTextAttachmentView_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, CGRect ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_didLayoutTextAttachmentView_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_didLayoutTextAttachmentView_call
|
|
}
|
|
|
|
void uitextfield_replaceRangeWithTextWithoutClosingTyping( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replaceRangeWithTextWithoutClosingTyping:replacementText:" );
|
|
#define uitextfield_replaceRangeWithTextWithoutClosingTyping_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_replaceRangeWithTextWithoutClosingTyping_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_replaceRangeWithTextWithoutClosingTyping_call
|
|
}
|
|
|
|
bool uitextfield_allowsDraggingAttachments( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsDraggingAttachments" );
|
|
#define uitextfield_allowsDraggingAttachments_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_allowsDraggingAttachments_call( (id)object, methodSelector );
|
|
#undef uitextfield_allowsDraggingAttachments_call
|
|
}
|
|
|
|
nsobject_t uitextfield_inputDelegate( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inputDelegate" );
|
|
#define uitextfield_inputDelegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_inputDelegate_call( (id)object, methodSelector );
|
|
#undef uitextfield_inputDelegate_call
|
|
}
|
|
|
|
nsobject_t uitextfield_selectionRectsForRange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectionRectsForRange:" );
|
|
#define uitextfield_selectionRectsForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_selectionRectsForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_selectionRectsForRange_call
|
|
}
|
|
|
|
long long uitextfield_leftViewMode( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "leftViewMode" );
|
|
#define uitextfield_leftViewMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_leftViewMode_call( (id)object, methodSelector );
|
|
#undef uitextfield_leftViewMode_call
|
|
}
|
|
|
|
void uitextfield_setRightViewMode( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRightViewMode:" );
|
|
#define uitextfield_setRightViewMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setRightViewMode_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setRightViewMode_call
|
|
}
|
|
|
|
void uitextfield_setRightView( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRightView:" );
|
|
#define uitextfield_setRightView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setRightView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setRightView_call
|
|
}
|
|
|
|
void uitextfield_setBackground( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBackground:" );
|
|
#define uitextfield_setBackground_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setBackground_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setBackground_call
|
|
}
|
|
|
|
void uitextfield_setDisabledBackground( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDisabledBackground:" );
|
|
#define uitextfield_setDisabledBackground_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setDisabledBackground_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setDisabledBackground_call
|
|
}
|
|
|
|
void uitextfield_addGhostedRange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addGhostedRange:" );
|
|
#define uitextfield_addGhostedRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_addGhostedRange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addGhostedRange_call
|
|
}
|
|
|
|
void uitextfield_removeAllGhostedRanges( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeAllGhostedRanges" );
|
|
#define uitextfield_removeAllGhostedRanges_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_removeAllGhostedRanges_call( (id)object, methodSelector );
|
|
#undef uitextfield_removeAllGhostedRanges_call
|
|
}
|
|
|
|
void uitextfield_addInvisibleRange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addInvisibleRange:" );
|
|
#define uitextfield_addInvisibleRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_addInvisibleRange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addInvisibleRange_call
|
|
}
|
|
|
|
void uitextfield_removeInvisibleRange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeInvisibleRange:" );
|
|
#define uitextfield_removeInvisibleRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_removeInvisibleRange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_removeInvisibleRange_call
|
|
}
|
|
|
|
long long uitextfield_comparePosition( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "comparePosition:toPosition:" );
|
|
#define uitextfield_comparePosition_call( obj, selector, arg0, arg1 ) ((long long (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_comparePosition_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_comparePosition_call
|
|
}
|
|
|
|
void uitextfield_encodeRestorableStateWithCoder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeRestorableStateWithCoder:" );
|
|
#define uitextfield_encodeRestorableStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_encodeRestorableStateWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_encodeRestorableStateWithCoder_call
|
|
}
|
|
|
|
void uitextfield_decodeRestorableStateWithCoder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "decodeRestorableStateWithCoder:" );
|
|
#define uitextfield_decodeRestorableStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_decodeRestorableStateWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_decodeRestorableStateWithCoder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_disabledBackground( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disabledBackground" );
|
|
#define uitextfield_disabledBackground_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_disabledBackground_call( (id)object, methodSelector );
|
|
#undef uitextfield_disabledBackground_call
|
|
}
|
|
|
|
CGRect uitextfield_borderRectForBounds( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "borderRectForBounds:" );
|
|
#define uitextfield_borderRectForBounds_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_borderRectForBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_borderRectForBounds_call
|
|
}
|
|
|
|
nsobject_t uitextfield_interactionState( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "interactionState" );
|
|
#define uitextfield_interactionState_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_interactionState_call( (id)object, methodSelector );
|
|
#undef uitextfield_interactionState_call
|
|
}
|
|
|
|
bool uitextfield_beginTrackingWithTouch( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginTrackingWithTouch:withEvent:" );
|
|
#define uitextfield_beginTrackingWithTouch_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_beginTrackingWithTouch_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_beginTrackingWithTouch_call
|
|
}
|
|
|
|
void uitextfield_cancelTrackingWithEvent( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelTrackingWithEvent:" );
|
|
#define uitextfield_cancelTrackingWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_cancelTrackingWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_cancelTrackingWithEvent_call
|
|
}
|
|
|
|
bool uitextfield_continueTrackingWithTouch( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "continueTrackingWithTouch:withEvent:" );
|
|
#define uitextfield_continueTrackingWithTouch_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_continueTrackingWithTouch_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_continueTrackingWithTouch_call
|
|
}
|
|
|
|
void uitextfield_endTrackingWithTouch( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endTrackingWithTouch:withEvent:" );
|
|
#define uitextfield_endTrackingWithTouch_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_endTrackingWithTouch_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_endTrackingWithTouch_call
|
|
}
|
|
|
|
bool uitextfield_isEditable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEditable" );
|
|
#define uitextfield_isEditable_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isEditable_call( (id)object, methodSelector );
|
|
#undef uitextfield_isEditable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_undoManager( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "undoManager" );
|
|
#define uitextfield_undoManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_undoManager_call( (id)object, methodSelector );
|
|
#undef uitextfield_undoManager_call
|
|
}
|
|
|
|
nsobject_t uitextfield_positionWithinRange( uitextfield_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "positionWithinRange:farthestInDirection:" );
|
|
#define uitextfield_positionWithinRange_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_positionWithinRange_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_positionWithinRange_call
|
|
}
|
|
|
|
nsobject_t uitextfield_characterRangeByExtendingPosition( uitextfield_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "characterRangeByExtendingPosition:inDirection:" );
|
|
#define uitextfield_characterRangeByExtendingPosition_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_characterRangeByExtendingPosition_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_characterRangeByExtendingPosition_call
|
|
}
|
|
|
|
void uitextfield_setBaseWritingDirection( uitextfield_t object, long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBaseWritingDirection:forRange:" );
|
|
#define uitextfield_setBaseWritingDirection_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setBaseWritingDirection_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setBaseWritingDirection_call
|
|
}
|
|
|
|
CGRect uitextfield_firstRectForRange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "firstRectForRange:" );
|
|
#define uitextfield_firstRectForRange_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, nsobject_t ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_firstRectForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_firstRectForRange_call
|
|
}
|
|
|
|
CGRect uitextfield_caretRectForPosition( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "caretRectForPosition:" );
|
|
#define uitextfield_caretRectForPosition_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, nsobject_t ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_caretRectForPosition_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_caretRectForPosition_call
|
|
}
|
|
|
|
nsobject_t uitextfield_closestPositionToPoint( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "closestPositionToPoint:" );
|
|
#define uitextfield_closestPositionToPoint_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_closestPositionToPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_closestPositionToPoint_call
|
|
}
|
|
|
|
nsobject_t uitextfield_characterRangeAtPoint( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "characterRangeAtPoint:" );
|
|
#define uitextfield_characterRangeAtPoint_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_characterRangeAtPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_characterRangeAtPoint_call
|
|
}
|
|
|
|
void uitextfield_setMarkedTextStyle( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMarkedTextStyle:" );
|
|
#define uitextfield_setMarkedTextStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setMarkedTextStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setMarkedTextStyle_call
|
|
}
|
|
|
|
void uitextfield_setInputDelegate( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInputDelegate:" );
|
|
#define uitextfield_setInputDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setInputDelegate_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setInputDelegate_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textStylingAtPosition( uitextfield_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textStylingAtPosition:inDirection:" );
|
|
#define uitextfield_textStylingAtPosition_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_textStylingAtPosition_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_textStylingAtPosition_call
|
|
}
|
|
|
|
CGRect uitextfield_frameForDictationResultPlaceholder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameForDictationResultPlaceholder:" );
|
|
#define uitextfield_frameForDictationResultPlaceholder_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, nsobject_t ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_frameForDictationResultPlaceholder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_frameForDictationResultPlaceholder_call
|
|
}
|
|
|
|
void uitextfield_removeDictationResultPlaceholder( uitextfield_t object, nsobject_t arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeDictationResultPlaceholder:willInsertResult:" );
|
|
#define uitextfield_removeDictationResultPlaceholder_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_removeDictationResultPlaceholder_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_removeDictationResultPlaceholder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_insertTextPlaceholderWithSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertTextPlaceholderWithSize:" );
|
|
#define uitextfield_insertTextPlaceholderWithSize_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_insertTextPlaceholderWithSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_insertTextPlaceholderWithSize_call
|
|
}
|
|
|
|
void uitextfield_removeTextPlaceholder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeTextPlaceholder:" );
|
|
#define uitextfield_removeTextPlaceholder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_removeTextPlaceholder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_removeTextPlaceholder_call
|
|
}
|
|
|
|
void uitextfield_beginFloatingCursorAtPoint( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginFloatingCursorAtPoint:" );
|
|
#define uitextfield_beginFloatingCursorAtPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_beginFloatingCursorAtPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_beginFloatingCursorAtPoint_call
|
|
}
|
|
|
|
void uitextfield_updateFloatingCursorAtPoint( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateFloatingCursorAtPoint:" );
|
|
#define uitextfield_updateFloatingCursorAtPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_updateFloatingCursorAtPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_updateFloatingCursorAtPoint_call
|
|
}
|
|
|
|
void uitextfield_endFloatingCursor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endFloatingCursor" );
|
|
#define uitextfield_endFloatingCursor_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_endFloatingCursor_call( (id)object, methodSelector );
|
|
#undef uitextfield_endFloatingCursor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_insertDictationResultPlaceholder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertDictationResultPlaceholder" );
|
|
#define uitextfield_insertDictationResultPlaceholder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_insertDictationResultPlaceholder_call( (id)object, methodSelector );
|
|
#undef uitextfield_insertDictationResultPlaceholder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_selectedText( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectedText" );
|
|
#define uitextfield_selectedText_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_selectedText_call( (id)object, methodSelector );
|
|
#undef uitextfield_selectedText_call
|
|
}
|
|
|
|
void uitextfield_disableClearsOnInsertion( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableClearsOnInsertion" );
|
|
#define uitextfield_disableClearsOnInsertion_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_disableClearsOnInsertion_call( (id)object, methodSelector );
|
|
#undef uitextfield_disableClearsOnInsertion_call
|
|
}
|
|
|
|
void uitextfield_beginSelectionChange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginSelectionChange" );
|
|
#define uitextfield_beginSelectionChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_beginSelectionChange_call( (id)object, methodSelector );
|
|
#undef uitextfield_beginSelectionChange_call
|
|
}
|
|
|
|
void uitextfield_startAutoscroll( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "startAutoscroll:" );
|
|
#define uitextfield_startAutoscroll_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_startAutoscroll_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_startAutoscroll_call
|
|
}
|
|
|
|
void uitextfield_endSelectionChange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endSelectionChange" );
|
|
#define uitextfield_endSelectionChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_endSelectionChange_call( (id)object, methodSelector );
|
|
#undef uitextfield_endSelectionChange_call
|
|
}
|
|
|
|
void uitextfield_cancelAutoscroll( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelAutoscroll" );
|
|
#define uitextfield_cancelAutoscroll_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_cancelAutoscroll_call( (id)object, methodSelector );
|
|
#undef uitextfield_cancelAutoscroll_call
|
|
}
|
|
|
|
bool uitextfield_clearsOnBeginEditing( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearsOnBeginEditing" );
|
|
#define uitextfield_clearsOnBeginEditing_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_clearsOnBeginEditing_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearsOnBeginEditing_call
|
|
}
|
|
|
|
void uitextfield_setClearsOnBeginEditing( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClearsOnBeginEditing:" );
|
|
#define uitextfield_setClearsOnBeginEditing_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClearsOnBeginEditing_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClearsOnBeginEditing_call
|
|
}
|
|
|
|
nsobject_t uitextfield_interactionAssistant( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "interactionAssistant" );
|
|
#define uitextfield_interactionAssistant_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_interactionAssistant_call( (id)object, methodSelector );
|
|
#undef uitextfield_interactionAssistant_call
|
|
}
|
|
|
|
bool uitextfield_hasSelection( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasSelection" );
|
|
#define uitextfield_hasSelection_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_hasSelection_call( (id)object, methodSelector );
|
|
#undef uitextfield_hasSelection_call
|
|
}
|
|
|
|
nsobject_t uitextfield_automaticallySelectedOverlay( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallySelectedOverlay" );
|
|
#define uitextfield_automaticallySelectedOverlay_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_automaticallySelectedOverlay_call( (id)object, methodSelector );
|
|
#undef uitextfield_automaticallySelectedOverlay_call
|
|
}
|
|
|
|
void uitextfield_insertDictationResult( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertDictationResult:withCorrectionIdentifier:" );
|
|
#define uitextfield_insertDictationResult_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_insertDictationResult_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_insertDictationResult_call
|
|
}
|
|
|
|
nsobject_t uitextfield_metadataDictionariesForDictationResults( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "metadataDictionariesForDictationResults" );
|
|
#define uitextfield_metadataDictionariesForDictationResults_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_metadataDictionariesForDictationResults_call( (id)object, methodSelector );
|
|
#undef uitextfield_metadataDictionariesForDictationResults_call
|
|
}
|
|
|
|
nsobject_t uitextfield_rangeWithTextAlternatives( uitextfield_t object, nsobject_t* arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rangeWithTextAlternatives:atPosition:" );
|
|
#define uitextfield_rangeWithTextAlternatives_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t*, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_rangeWithTextAlternatives_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_rangeWithTextAlternatives_call
|
|
}
|
|
|
|
bool uitextfield_keyboardInput( uitextfield_t object, nsobject_t arg0, _NSRange arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyboardInput:shouldReplaceTextInRange:replacementText:" );
|
|
#define uitextfield_keyboardInput_call( obj, selector, arg0, arg1, arg2 ) ((bool (*)( id, SEL, nsobject_t, _NSRange, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return uitextfield_keyboardInput_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_keyboardInput_call
|
|
}
|
|
|
|
bool uitextfield_keyboardInputShouldDelete( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyboardInputShouldDelete:" );
|
|
#define uitextfield_keyboardInputShouldDelete_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_keyboardInputShouldDelete_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_keyboardInputShouldDelete_call
|
|
}
|
|
|
|
bool uitextfield_keyboardInputChanged( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyboardInputChanged:" );
|
|
#define uitextfield_keyboardInputChanged_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_keyboardInputChanged_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_keyboardInputChanged_call
|
|
}
|
|
|
|
void uitextfield_keyboardInputChangedSelection( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyboardInputChangedSelection:" );
|
|
#define uitextfield_keyboardInputChangedSelection_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_keyboardInputChangedSelection_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_keyboardInputChangedSelection_call
|
|
}
|
|
|
|
void uitextfield_setContinuousSpellCheckingEnabled( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContinuousSpellCheckingEnabled:" );
|
|
#define uitextfield_setContinuousSpellCheckingEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContinuousSpellCheckingEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContinuousSpellCheckingEnabled_call
|
|
}
|
|
|
|
void uitextfield_textContainerUsageDidChangeToBounds( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textContainerUsageDidChangeToBounds:" );
|
|
#define uitextfield_textContainerUsageDidChangeToBounds_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_textContainerUsageDidChangeToBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_textContainerUsageDidChangeToBounds_call
|
|
}
|
|
|
|
void uitextfield_drawTextInRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawTextInRect:" );
|
|
#define uitextfield_drawTextInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_drawTextInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_drawTextInRect_call
|
|
}
|
|
|
|
void uitextfield_select( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "select:" );
|
|
#define uitextfield_select_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_select_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_select_call
|
|
}
|
|
|
|
void uitextfield_captureTextFromCamera( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "captureTextFromCamera:" );
|
|
#define uitextfield_captureTextFromCamera_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_captureTextFromCamera_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_captureTextFromCamera_call
|
|
}
|
|
|
|
void uitextfield_replace( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replace:" );
|
|
#define uitextfield_replace_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_replace_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_replace_call
|
|
}
|
|
|
|
long long uitextfield_borderStyle( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "borderStyle" );
|
|
#define uitextfield_borderStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_borderStyle_call( (id)object, methodSelector );
|
|
#undef uitextfield_borderStyle_call
|
|
}
|
|
|
|
nsobject_t uitextfield_attributedPlaceholder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "attributedPlaceholder" );
|
|
#define uitextfield_attributedPlaceholder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_attributedPlaceholder_call( (id)object, methodSelector );
|
|
#undef uitextfield_attributedPlaceholder_call
|
|
}
|
|
|
|
void uitextfield_setAttributedPlaceholder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAttributedPlaceholder:" );
|
|
#define uitextfield_setAttributedPlaceholder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAttributedPlaceholder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAttributedPlaceholder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_recentsAccessoryView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "recentsAccessoryView" );
|
|
#define uitextfield_recentsAccessoryView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_recentsAccessoryView_call( (id)object, methodSelector );
|
|
#undef uitextfield_recentsAccessoryView_call
|
|
}
|
|
|
|
float uitextfield_paddingTop( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "paddingTop" );
|
|
#define uitextfield_paddingTop_call( obj, selector ) ((float (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_paddingTop_call( (id)object, methodSelector );
|
|
#undef uitextfield_paddingTop_call
|
|
}
|
|
|
|
void uitextfield_setPaddingLeft( uitextfield_t object, float arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPaddingLeft:" );
|
|
#define uitextfield_setPaddingLeft_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setPaddingLeft_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setPaddingLeft_call
|
|
}
|
|
|
|
float uitextfield_paddingBottom( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "paddingBottom" );
|
|
#define uitextfield_paddingBottom_call( obj, selector ) ((float (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_paddingBottom_call( (id)object, methodSelector );
|
|
#undef uitextfield_paddingBottom_call
|
|
}
|
|
|
|
void uitextfield_setPaddingRight( uitextfield_t object, float arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPaddingRight:" );
|
|
#define uitextfield_setPaddingRight_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setPaddingRight_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setPaddingRight_call
|
|
}
|
|
|
|
void uitextfield_clearText( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearText" );
|
|
#define uitextfield_clearText_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_clearText_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearText_call
|
|
}
|
|
|
|
nsobject_t uitextfield_defaultClearButtonImageForState( uitextfield_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultClearButtonImageForState:" );
|
|
#define uitextfield_defaultClearButtonImageForState_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_defaultClearButtonImageForState_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_defaultClearButtonImageForState_call
|
|
}
|
|
|
|
void uitextfield_pasteItemProviders( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pasteItemProviders:" );
|
|
#define uitextfield_pasteItemProviders_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_pasteItemProviders_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_pasteItemProviders_call
|
|
}
|
|
|
|
bool uitextfield_allowsEditingTextAttributes( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsEditingTextAttributes" );
|
|
#define uitextfield_allowsEditingTextAttributes_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_allowsEditingTextAttributes_call( (id)object, methodSelector );
|
|
#undef uitextfield_allowsEditingTextAttributes_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textDragDelegate( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textDragDelegate" );
|
|
#define uitextfield_textDragDelegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textDragDelegate_call( (id)object, methodSelector );
|
|
#undef uitextfield_textDragDelegate_call
|
|
}
|
|
|
|
void uitextfield_setTextDragDelegate( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTextDragDelegate:" );
|
|
#define uitextfield_setTextDragDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTextDragDelegate_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTextDragDelegate_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textDragInteraction( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textDragInteraction" );
|
|
#define uitextfield_textDragInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textDragInteraction_call( (id)object, methodSelector );
|
|
#undef uitextfield_textDragInteraction_call
|
|
}
|
|
|
|
bool uitextfield_isTextDragActive( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isTextDragActive" );
|
|
#define uitextfield_isTextDragActive_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isTextDragActive_call( (id)object, methodSelector );
|
|
#undef uitextfield_isTextDragActive_call
|
|
}
|
|
|
|
long long uitextfield_textDragOptions( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textDragOptions" );
|
|
#define uitextfield_textDragOptions_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textDragOptions_call( (id)object, methodSelector );
|
|
#undef uitextfield_textDragOptions_call
|
|
}
|
|
|
|
void uitextfield_setTextDragOptions( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTextDragOptions:" );
|
|
#define uitextfield_setTextDragOptions_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTextDragOptions_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTextDragOptions_call
|
|
}
|
|
|
|
void uitextfield_draggingStarted( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "draggingStarted" );
|
|
#define uitextfield_draggingStarted_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_draggingStarted_call( (id)object, methodSelector );
|
|
#undef uitextfield_draggingStarted_call
|
|
}
|
|
|
|
void uitextfield_draggingFinished( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "draggingFinished:" );
|
|
#define uitextfield_draggingFinished_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_draggingFinished_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_draggingFinished_call
|
|
}
|
|
|
|
nsobject_t uitextfield_willGenerateCancelPreview( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willGenerateCancelPreview" );
|
|
#define uitextfield_willGenerateCancelPreview_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_willGenerateCancelPreview_call( (id)object, methodSelector );
|
|
#undef uitextfield_willGenerateCancelPreview_call
|
|
}
|
|
|
|
void uitextfield_didGenerateCancelPreview( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didGenerateCancelPreview:" );
|
|
#define uitextfield_didGenerateCancelPreview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_didGenerateCancelPreview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_didGenerateCancelPreview_call
|
|
}
|
|
|
|
void uitextfield_performCancelAnimations( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performCancelAnimations" );
|
|
#define uitextfield_performCancelAnimations_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_performCancelAnimations_call( (id)object, methodSelector );
|
|
#undef uitextfield_performCancelAnimations_call
|
|
}
|
|
|
|
nsobject_t uitextfield_pasteDelegate( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pasteDelegate" );
|
|
#define uitextfield_pasteDelegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_pasteDelegate_call( (id)object, methodSelector );
|
|
#undef uitextfield_pasteDelegate_call
|
|
}
|
|
|
|
void uitextfield_setPasteDelegate( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPasteDelegate:" );
|
|
#define uitextfield_setPasteDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setPasteDelegate_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setPasteDelegate_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textDropDelegate( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textDropDelegate" );
|
|
#define uitextfield_textDropDelegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textDropDelegate_call( (id)object, methodSelector );
|
|
#undef uitextfield_textDropDelegate_call
|
|
}
|
|
|
|
void uitextfield_setTextDropDelegate( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTextDropDelegate:" );
|
|
#define uitextfield_setTextDropDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTextDropDelegate_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTextDropDelegate_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textDropInteraction( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textDropInteraction" );
|
|
#define uitextfield_textDropInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textDropInteraction_call( (id)object, methodSelector );
|
|
#undef uitextfield_textDropInteraction_call
|
|
}
|
|
|
|
bool uitextfield_isTextDropActive( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isTextDropActive" );
|
|
#define uitextfield_isTextDropActive_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isTextDropActive_call( (id)object, methodSelector );
|
|
#undef uitextfield_isTextDropActive_call
|
|
}
|
|
|
|
bool uitextfield_canBecomeDropResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canBecomeDropResponder" );
|
|
#define uitextfield_canBecomeDropResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_canBecomeDropResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_canBecomeDropResponder_call
|
|
}
|
|
|
|
void uitextfield_becomeDropResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "becomeDropResponder" );
|
|
#define uitextfield_becomeDropResponder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_becomeDropResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_becomeDropResponder_call
|
|
}
|
|
|
|
void uitextfield_resignDropResponderWithDropPerformed( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resignDropResponderWithDropPerformed:" );
|
|
#define uitextfield_resignDropResponderWithDropPerformed_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_resignDropResponderWithDropPerformed_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_resignDropResponderWithDropPerformed_call
|
|
}
|
|
|
|
void uitextfield_droppingStarted( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "droppingStarted" );
|
|
#define uitextfield_droppingStarted_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_droppingStarted_call( (id)object, methodSelector );
|
|
#undef uitextfield_droppingStarted_call
|
|
}
|
|
|
|
void uitextfield_droppingFinished( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "droppingFinished" );
|
|
#define uitextfield_droppingFinished_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_droppingFinished_call( (id)object, methodSelector );
|
|
#undef uitextfield_droppingFinished_call
|
|
}
|
|
|
|
void uitextfield_sanitizeAttributedText( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sanitizeAttributedText:" );
|
|
#define uitextfield_sanitizeAttributedText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_sanitizeAttributedText_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_sanitizeAttributedText_call
|
|
}
|
|
|
|
CGPoint uitextfield_contentOffsetForSameViewDrops( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentOffsetForSameViewDrops" );
|
|
#define uitextfield_contentOffsetForSameViewDrops_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_contentOffsetForSameViewDrops_call( (id)object, methodSelector );
|
|
#undef uitextfield_contentOffsetForSameViewDrops_call
|
|
}
|
|
|
|
void uitextfield_setContentOffsetForSameViewDrops( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentOffsetForSameViewDrops:" );
|
|
#define uitextfield_setContentOffsetForSameViewDrops_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContentOffsetForSameViewDrops_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContentOffsetForSameViewDrops_call
|
|
}
|
|
|
|
void uitextfield_invalidateDropCaret( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateDropCaret" );
|
|
#define uitextfield_invalidateDropCaret_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_invalidateDropCaret_call( (id)object, methodSelector );
|
|
#undef uitextfield_invalidateDropCaret_call
|
|
}
|
|
|
|
CGRect uitextfield_closestCaretRectInMarkedTextRangeForPoint( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "closestCaretRectInMarkedTextRangeForPoint:" );
|
|
#define uitextfield_closestCaretRectInMarkedTextRangeForPoint_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGPoint ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_closestCaretRectInMarkedTextRangeForPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_closestCaretRectInMarkedTextRangeForPoint_call
|
|
}
|
|
|
|
unsigned long long uitextfield_offsetInMarkedTextForSelection( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "offsetInMarkedTextForSelection:" );
|
|
#define uitextfield_offsetInMarkedTextForSelection_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_offsetInMarkedTextForSelection_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_offsetInMarkedTextForSelection_call
|
|
}
|
|
|
|
CGPoint uitextfield_constrainedPoint( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constrainedPoint:" );
|
|
#define uitextfield_constrainedPoint_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_constrainedPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_constrainedPoint_call
|
|
}
|
|
|
|
nsobject_t uitextfield_supportedPasteboardTypesForCurrentSelection( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportedPasteboardTypesForCurrentSelection" );
|
|
#define uitextfield_supportedPasteboardTypesForCurrentSelection_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_supportedPasteboardTypesForCurrentSelection_call( (id)object, methodSelector );
|
|
#undef uitextfield_supportedPasteboardTypesForCurrentSelection_call
|
|
}
|
|
|
|
nsobject_t uitextfield_documentFragmentForPasteboardItemAtIndex( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "documentFragmentForPasteboardItemAtIndex:" );
|
|
#define uitextfield_documentFragmentForPasteboardItemAtIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_documentFragmentForPasteboardItemAtIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_documentFragmentForPasteboardItemAtIndex_call
|
|
}
|
|
|
|
void uitextfield_setAllowsEditingTextAttributes( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowsEditingTextAttributes:" );
|
|
#define uitextfield_setAllowsEditingTextAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAllowsEditingTextAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAllowsEditingTextAttributes_call
|
|
}
|
|
|
|
long long uitextfield_clearingBehavior( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearingBehavior" );
|
|
#define uitextfield_clearingBehavior_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_clearingBehavior_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearingBehavior_call
|
|
}
|
|
|
|
void uitextfield_setClearingBehavior( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClearingBehavior:" );
|
|
#define uitextfield_setClearingBehavior_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClearingBehavior_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClearingBehavior_call
|
|
}
|
|
|
|
void uitextfield_setInteractionState( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInteractionState:" );
|
|
#define uitextfield_setInteractionState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setInteractionState_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setInteractionState_call
|
|
}
|
|
|
|
CGPoint uitextfield_drawingScale( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawingScale" );
|
|
#define uitextfield_drawingScale_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_drawingScale_call( (id)object, methodSelector );
|
|
#undef uitextfield_drawingScale_call
|
|
}
|
|
|
|
bool uitextfield_drawTextInRectIfNeeded( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawTextInRectIfNeeded:" );
|
|
#define uitextfield_drawTextInRectIfNeeded_call( obj, selector, arg0 ) ((bool (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_drawTextInRectIfNeeded_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_drawTextInRectIfNeeded_call
|
|
}
|
|
|
|
void uitextfield_fieldEditorDidChange( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fieldEditorDidChange:" );
|
|
#define uitextfield_fieldEditorDidChange_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_fieldEditorDidChange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_fieldEditorDidChange_call
|
|
}
|
|
|
|
bool uitextfield_fieldEditor( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, _NSRange arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fieldEditor:shouldInsertText:replacingRange:" );
|
|
#define uitextfield_fieldEditor_call( obj, selector, arg0, arg1, arg2 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t, _NSRange ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return uitextfield_fieldEditor_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_fieldEditor_call
|
|
}
|
|
|
|
bool uitextfield_fieldEditorShouldExtendCaretHeight( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fieldEditorShouldExtendCaretHeight:" );
|
|
#define uitextfield_fieldEditorShouldExtendCaretHeight_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_fieldEditorShouldExtendCaretHeight_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_fieldEditorShouldExtendCaretHeight_call
|
|
}
|
|
|
|
bool uitextfield_allowsAttachments( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsAttachments" );
|
|
#define uitextfield_allowsAttachments_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_allowsAttachments_call( (id)object, methodSelector );
|
|
#undef uitextfield_allowsAttachments_call
|
|
}
|
|
|
|
void uitextfield_setAllowsAttachments( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowsAttachments:" );
|
|
#define uitextfield_setAllowsAttachments_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAllowsAttachments_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAllowsAttachments_call
|
|
}
|
|
|
|
long long uitextfield_nonEditingLinebreakMode( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nonEditingLinebreakMode" );
|
|
#define uitextfield_nonEditingLinebreakMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nonEditingLinebreakMode_call( (id)object, methodSelector );
|
|
#undef uitextfield_nonEditingLinebreakMode_call
|
|
}
|
|
|
|
void uitextfield_setNonEditingLinebreakMode( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNonEditingLinebreakMode:" );
|
|
#define uitextfield_setNonEditingLinebreakMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setNonEditingLinebreakMode_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setNonEditingLinebreakMode_call
|
|
}
|
|
|
|
void uitextfield_setDefaultTextAttributes( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDefaultTextAttributes:" );
|
|
#define uitextfield_setDefaultTextAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setDefaultTextAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setDefaultTextAttributes_call
|
|
}
|
|
|
|
void uitextfield_createPlaceholderIfNecessary( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "createPlaceholderIfNecessary" );
|
|
#define uitextfield_createPlaceholderIfNecessary_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_createPlaceholderIfNecessary_call( (id)object, methodSelector );
|
|
#undef uitextfield_createPlaceholderIfNecessary_call
|
|
}
|
|
|
|
void uitextfield_scrollTextFieldToVisibleIfNecessary( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scrollTextFieldToVisibleIfNecessary" );
|
|
#define uitextfield_scrollTextFieldToVisibleIfNecessary_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_scrollTextFieldToVisibleIfNecessary_call( (id)object, methodSelector );
|
|
#undef uitextfield_scrollTextFieldToVisibleIfNecessary_call
|
|
}
|
|
|
|
void uitextfield_setClearsOnInsertion( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClearsOnInsertion:" );
|
|
#define uitextfield_setClearsOnInsertion_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClearsOnInsertion_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClearsOnInsertion_call
|
|
}
|
|
|
|
CGRect uitextfield_editRect( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "editRect" );
|
|
#define uitextfield_editRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_editRect_call( (id)object, methodSelector );
|
|
#undef uitextfield_editRect_call
|
|
}
|
|
|
|
nsobject_t uitextfield_customOverlayContainer( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "customOverlayContainer" );
|
|
#define uitextfield_customOverlayContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_customOverlayContainer_call( (id)object, methodSelector );
|
|
#undef uitextfield_customOverlayContainer_call
|
|
}
|
|
|
|
nsobject_t uitextfield_defaultTextAttributes( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultTextAttributes" );
|
|
#define uitextfield_defaultTextAttributes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_defaultTextAttributes_call( (id)object, methodSelector );
|
|
#undef uitextfield_defaultTextAttributes_call
|
|
}
|
|
|
|
double uitextfield_actualMinimumFontSize( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "actualMinimumFontSize" );
|
|
#define uitextfield_actualMinimumFontSize_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_actualMinimumFontSize_call( (id)object, methodSelector );
|
|
#undef uitextfield_actualMinimumFontSize_call
|
|
}
|
|
|
|
CGRect uitextfield_clearButtonRect( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearButtonRect" );
|
|
#define uitextfield_clearButtonRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_clearButtonRect_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearButtonRect_call
|
|
}
|
|
|
|
nsobject_t uitextfield_clearButton( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearButton" );
|
|
#define uitextfield_clearButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_clearButton_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearButton_call
|
|
}
|
|
|
|
long long uitextfield_clearButtonMode( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearButtonMode" );
|
|
#define uitextfield_clearButtonMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_clearButtonMode_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearButtonMode_call
|
|
}
|
|
|
|
double uitextfield_shadowBlur( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shadowBlur" );
|
|
#define uitextfield_shadowBlur_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_shadowBlur_call( (id)object, methodSelector );
|
|
#undef uitextfield_shadowBlur_call
|
|
}
|
|
|
|
CGRect uitextfield_iconRect( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "iconRect" );
|
|
#define uitextfield_iconRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_iconRect_call( (id)object, methodSelector );
|
|
#undef uitextfield_iconRect_call
|
|
}
|
|
|
|
bool uitextfield_clearsPlaceholderOnBeginEditing( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearsPlaceholderOnBeginEditing" );
|
|
#define uitextfield_clearsPlaceholderOnBeginEditing_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_clearsPlaceholderOnBeginEditing_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearsPlaceholderOnBeginEditing_call
|
|
}
|
|
|
|
void uitextfield_finishedSettingTextOrAttributedText( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishedSettingTextOrAttributedText" );
|
|
#define uitextfield_finishedSettingTextOrAttributedText_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_finishedSettingTextOrAttributedText_call( (id)object, methodSelector );
|
|
#undef uitextfield_finishedSettingTextOrAttributedText_call
|
|
}
|
|
|
|
void uitextfield_interactionTintColorDidChange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "interactionTintColorDidChange" );
|
|
#define uitextfield_interactionTintColorDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_interactionTintColorDidChange_call( (id)object, methodSelector );
|
|
#undef uitextfield_interactionTintColorDidChange_call
|
|
}
|
|
|
|
void uitextfield_setShadowBlur( uitextfield_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShadowBlur:" );
|
|
#define uitextfield_setShadowBlur_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setShadowBlur_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setShadowBlur_call
|
|
}
|
|
|
|
bool uitextfield_clearsOnInsertion( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearsOnInsertion" );
|
|
#define uitextfield_clearsOnInsertion_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_clearsOnInsertion_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearsOnInsertion_call
|
|
}
|
|
|
|
nsobject_t uitextfield_createPlaceholderLabelWithFont( uitextfield_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "createPlaceholderLabelWithFont:andTextAlignment:" );
|
|
#define uitextfield_createPlaceholderLabelWithFont_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_createPlaceholderLabelWithFont_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_createPlaceholderLabelWithFont_call
|
|
}
|
|
|
|
void uitextfield_finishedSettingPlaceholder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishedSettingPlaceholder" );
|
|
#define uitextfield_finishedSettingPlaceholder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_finishedSettingPlaceholder_call( (id)object, methodSelector );
|
|
#undef uitextfield_finishedSettingPlaceholder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_createTextLabelWithTextColor( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "createTextLabelWithTextColor:" );
|
|
#define uitextfield_createTextLabelWithTextColor_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_createTextLabelWithTextColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_createTextLabelWithTextColor_call
|
|
}
|
|
|
|
void uitextfield_drawPlaceholderInRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawPlaceholderInRect:" );
|
|
#define uitextfield_drawPlaceholderInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_drawPlaceholderInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_drawPlaceholderInRect_call
|
|
}
|
|
|
|
void uitextfield_drawSuffixInRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawSuffixInRect:" );
|
|
#define uitextfield_drawSuffixInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_drawSuffixInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_drawSuffixInRect_call
|
|
}
|
|
|
|
void uitextfield_drawPrefixInRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawPrefixInRect:" );
|
|
#define uitextfield_drawPrefixInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_drawPrefixInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_drawPrefixInRect_call
|
|
}
|
|
|
|
bool uitextfield_isUndoEnabled( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isUndoEnabled" );
|
|
#define uitextfield_isUndoEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isUndoEnabled_call( (id)object, methodSelector );
|
|
#undef uitextfield_isUndoEnabled_call
|
|
}
|
|
|
|
CGRect uitextfield_adjustedCaretRectForCaretRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "adjustedCaretRectForCaretRect:" );
|
|
#define uitextfield_adjustedCaretRectForCaretRect_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_adjustedCaretRectForCaretRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_adjustedCaretRectForCaretRect_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textItemCoordinateSpace( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textItemCoordinateSpace" );
|
|
#define uitextfield_textItemCoordinateSpace_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textItemCoordinateSpace_call( (id)object, methodSelector );
|
|
#undef uitextfield_textItemCoordinateSpace_call
|
|
}
|
|
|
|
nsobject_t uitextfield_visibleTextRange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "visibleTextRange" );
|
|
#define uitextfield_visibleTextRange_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_visibleTextRange_call( (id)object, methodSelector );
|
|
#undef uitextfield_visibleTextRange_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textItemsOfType( uitextfield_t object, long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textItemsOfType:inTextRange:" );
|
|
#define uitextfield_textItemsOfType_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_textItemsOfType_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_textItemsOfType_call
|
|
}
|
|
|
|
bool uitextfield_hasTextItemsOfType( uitextfield_t object, long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasTextItemsOfType:inTextRange:" );
|
|
#define uitextfield_hasTextItemsOfType_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_hasTextItemsOfType_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_hasTextItemsOfType_call
|
|
}
|
|
|
|
void uitextfield_setMinimumFontSize( uitextfield_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMinimumFontSize:" );
|
|
#define uitextfield_setMinimumFontSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setMinimumFontSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setMinimumFontSize_call
|
|
}
|
|
|
|
nsobject_t uitextfield_actualFont( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "actualFont" );
|
|
#define uitextfield_actualFont_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_actualFont_call( (id)object, methodSelector );
|
|
#undef uitextfield_actualFont_call
|
|
}
|
|
|
|
void uitextfield_setLinkTextAttributes( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLinkTextAttributes:" );
|
|
#define uitextfield_setLinkTextAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLinkTextAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLinkTextAttributes_call
|
|
}
|
|
|
|
void uitextfield_setClearsPlaceholderOnBeginEditing( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClearsPlaceholderOnBeginEditing:" );
|
|
#define uitextfield_setClearsPlaceholderOnBeginEditing_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClearsPlaceholderOnBeginEditing_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClearsPlaceholderOnBeginEditing_call
|
|
}
|
|
|
|
long long uitextfield_rightViewMode( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightViewMode" );
|
|
#define uitextfield_rightViewMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_rightViewMode_call( (id)object, methodSelector );
|
|
#undef uitextfield_rightViewMode_call
|
|
}
|
|
|
|
void uitextfield_setRecentsAccessoryView( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRecentsAccessoryView:" );
|
|
#define uitextfield_setRecentsAccessoryView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setRecentsAccessoryView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setRecentsAccessoryView_call
|
|
}
|
|
|
|
void uitextfield_setAutoresizesTextToFit( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutoresizesTextToFit:" );
|
|
#define uitextfield_setAutoresizesTextToFit_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAutoresizesTextToFit_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAutoresizesTextToFit_call
|
|
}
|
|
|
|
void uitextfield_setClearButtonStyle( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClearButtonStyle:" );
|
|
#define uitextfield_setClearButtonStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClearButtonStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClearButtonStyle_call
|
|
}
|
|
|
|
void uitextfield_setPaddingTop( uitextfield_t object, float arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPaddingTop:paddingLeft:" );
|
|
#define uitextfield_setPaddingTop_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, float, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setPaddingTop_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setPaddingTop_call
|
|
}
|
|
|
|
void uitextfield_setBecomesFirstResponderOnClearButtonTap( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBecomesFirstResponderOnClearButtonTap:" );
|
|
#define uitextfield_setBecomesFirstResponderOnClearButtonTap_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setBecomesFirstResponderOnClearButtonTap_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setBecomesFirstResponderOnClearButtonTap_call
|
|
}
|
|
|
|
void uitextfield_setLabelOffset( uitextfield_t object, float arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLabelOffset:" );
|
|
#define uitextfield_setLabelOffset_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLabelOffset_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLabelOffset_call
|
|
}
|
|
|
|
void uitextfield_setTextCentersHorizontally( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTextCentersHorizontally:" );
|
|
#define uitextfield_setTextCentersHorizontally_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTextCentersHorizontally_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTextCentersHorizontally_call
|
|
}
|
|
|
|
void uitextfield_setTextCentersVertically( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTextCentersVertically:" );
|
|
#define uitextfield_setTextCentersVertically_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTextCentersVertically_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTextCentersVertically_call
|
|
}
|
|
|
|
void uitextfield_setUndoEnabled( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUndoEnabled:" );
|
|
#define uitextfield_setUndoEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setUndoEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setUndoEnabled_call
|
|
}
|
|
|
|
void uitextfield_setClearButtonOffset( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClearButtonOffset:" );
|
|
#define uitextfield_setClearButtonOffset_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClearButtonOffset_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClearButtonOffset_call
|
|
}
|
|
|
|
nsobject_t uitextfield_selectedAttributedText( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectedAttributedText" );
|
|
#define uitextfield_selectedAttributedText_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_selectedAttributedText_call( (id)object, methodSelector );
|
|
#undef uitextfield_selectedAttributedText_call
|
|
}
|
|
|
|
void uitextfield_layoutTilesNow( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutTilesNow" );
|
|
#define uitextfield_layoutTilesNow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_layoutTilesNow_call( (id)object, methodSelector );
|
|
#undef uitextfield_layoutTilesNow_call
|
|
}
|
|
|
|
void uitextfield_set_tvUseVibrancy( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "set_tvUseVibrancy:" );
|
|
#define uitextfield_set_tvUseVibrancy_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_set_tvUseVibrancy_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_set_tvUseVibrancy_call
|
|
}
|
|
|
|
void uitextfield_set_tvCustomTextColor( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "set_tvCustomTextColor:" );
|
|
#define uitextfield_set_tvCustomTextColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_set_tvCustomTextColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_set_tvCustomTextColor_call
|
|
}
|
|
|
|
void uitextfield_set_tvCustomFocusedTextColor( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "set_tvCustomFocusedTextColor:" );
|
|
#define uitextfield_set_tvCustomFocusedTextColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_set_tvCustomFocusedTextColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_set_tvCustomFocusedTextColor_call
|
|
}
|
|
|
|
void uitextfield_set_disableTextColorUpdateOnTraitCollectionChange( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "set_disableTextColorUpdateOnTraitCollectionChange:" );
|
|
#define uitextfield_set_disableTextColorUpdateOnTraitCollectionChange_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_set_disableTextColorUpdateOnTraitCollectionChange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_set_disableTextColorUpdateOnTraitCollectionChange_call
|
|
}
|
|
|
|
unsigned long long uitextfield_state( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "state" );
|
|
#define uitextfield_state_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_state_call( (id)object, methodSelector );
|
|
#undef uitextfield_state_call
|
|
}
|
|
|
|
bool uitextfield_isEnabled( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEnabled" );
|
|
#define uitextfield_isEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isEnabled_call( (id)object, methodSelector );
|
|
#undef uitextfield_isEnabled_call
|
|
}
|
|
|
|
bool uitextfield_isSelected( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSelected" );
|
|
#define uitextfield_isSelected_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isSelected_call( (id)object, methodSelector );
|
|
#undef uitextfield_isSelected_call
|
|
}
|
|
|
|
void uitextfield_sendActionsForControlEvents( uitextfield_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sendActionsForControlEvents:" );
|
|
#define uitextfield_sendActionsForControlEvents_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_sendActionsForControlEvents_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_sendActionsForControlEvents_call
|
|
}
|
|
|
|
void uitextfield_addTarget( uitextfield_t object, nsobject_t arg0, nsselector_t arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addTarget:action:forControlEvents:" );
|
|
#define uitextfield_addTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_addTarget_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_addTarget_call
|
|
}
|
|
|
|
bool uitextfield_isContextMenuInteractionEnabled( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isContextMenuInteractionEnabled" );
|
|
#define uitextfield_isContextMenuInteractionEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isContextMenuInteractionEnabled_call( (id)object, methodSelector );
|
|
#undef uitextfield_isContextMenuInteractionEnabled_call
|
|
}
|
|
|
|
bool uitextfield_showsMenuAsPrimaryAction( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showsMenuAsPrimaryAction" );
|
|
#define uitextfield_showsMenuAsPrimaryAction_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_showsMenuAsPrimaryAction_call( (id)object, methodSelector );
|
|
#undef uitextfield_showsMenuAsPrimaryAction_call
|
|
}
|
|
|
|
nsobject_t uitextfield_contextMenuInteraction( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contextMenuInteraction" );
|
|
#define uitextfield_contextMenuInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_contextMenuInteraction_call( (id)object, methodSelector );
|
|
#undef uitextfield_contextMenuInteraction_call
|
|
}
|
|
|
|
bool uitextfield_isHighlighted( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isHighlighted" );
|
|
#define uitextfield_isHighlighted_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isHighlighted_call( (id)object, methodSelector );
|
|
#undef uitextfield_isHighlighted_call
|
|
}
|
|
|
|
void uitextfield_touchesBegan( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesBegan:withEvent:" );
|
|
#define uitextfield_touchesBegan_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_touchesBegan_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_touchesBegan_call
|
|
}
|
|
|
|
void uitextfield_touchesMoved( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesMoved:withEvent:" );
|
|
#define uitextfield_touchesMoved_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_touchesMoved_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_touchesMoved_call
|
|
}
|
|
|
|
void uitextfield_setSelected( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSelected:" );
|
|
#define uitextfield_setSelected_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setSelected_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setSelected_call
|
|
}
|
|
|
|
void uitextfield_removeTarget( uitextfield_t object, nsobject_t arg0, nsselector_t arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeTarget:action:forControlEvents:" );
|
|
#define uitextfield_removeTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_removeTarget_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_removeTarget_call
|
|
}
|
|
|
|
void uitextfield_setPointerInteractionEnabled( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPointerInteractionEnabled:" );
|
|
#define uitextfield_setPointerInteractionEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setPointerInteractionEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setPointerInteractionEnabled_call
|
|
}
|
|
|
|
CGPoint uitextfield_menuAttachmentPointForConfiguration( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "menuAttachmentPointForConfiguration:" );
|
|
#define uitextfield_menuAttachmentPointForConfiguration_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_menuAttachmentPointForConfiguration_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_menuAttachmentPointForConfiguration_call
|
|
}
|
|
|
|
bool uitextfield_pointMostlyInside( uitextfield_t object, CGPoint arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pointMostlyInside:withEvent:" );
|
|
#define uitextfield_pointMostlyInside_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, CGPoint, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_pointMostlyInside_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_pointMostlyInside_call
|
|
}
|
|
|
|
void uitextfield_setContextMenuInteractionEnabled( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContextMenuInteractionEnabled:" );
|
|
#define uitextfield_setContextMenuInteractionEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContextMenuInteractionEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContextMenuInteractionEnabled_call
|
|
}
|
|
|
|
void uitextfield_setShowsMenuAsPrimaryAction( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShowsMenuAsPrimaryAction:" );
|
|
#define uitextfield_setShowsMenuAsPrimaryAction_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setShowsMenuAsPrimaryAction_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setShowsMenuAsPrimaryAction_call
|
|
}
|
|
|
|
void uitextfield_setContentHorizontalAlignment( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentHorizontalAlignment:" );
|
|
#define uitextfield_setContentHorizontalAlignment_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContentHorizontalAlignment_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContentHorizontalAlignment_call
|
|
}
|
|
|
|
bool uitextfield_isTouchInside( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isTouchInside" );
|
|
#define uitextfield_isTouchInside_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isTouchInside_call( (id)object, methodSelector );
|
|
#undef uitextfield_isTouchInside_call
|
|
}
|
|
|
|
void uitextfield_addAction( uitextfield_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addAction:forControlEvents:" );
|
|
#define uitextfield_addAction_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_addAction_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_addAction_call
|
|
}
|
|
|
|
long long uitextfield_contentVerticalAlignment( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentVerticalAlignment" );
|
|
#define uitextfield_contentVerticalAlignment_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_contentVerticalAlignment_call( (id)object, methodSelector );
|
|
#undef uitextfield_contentVerticalAlignment_call
|
|
}
|
|
|
|
bool uitextfield_isTracking( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isTracking" );
|
|
#define uitextfield_isTracking_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isTracking_call( (id)object, methodSelector );
|
|
#undef uitextfield_isTracking_call
|
|
}
|
|
|
|
long long uitextfield_contentHorizontalAlignment( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentHorizontalAlignment" );
|
|
#define uitextfield_contentHorizontalAlignment_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_contentHorizontalAlignment_call( (id)object, methodSelector );
|
|
#undef uitextfield_contentHorizontalAlignment_call
|
|
}
|
|
|
|
void uitextfield_setContextMenuIsPrimary( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContextMenuIsPrimary:" );
|
|
#define uitextfield_setContextMenuIsPrimary_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContextMenuIsPrimary_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContextMenuIsPrimary_call
|
|
}
|
|
|
|
void uitextfield_setToolTip( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setToolTip:" );
|
|
#define uitextfield_setToolTip_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setToolTip_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setToolTip_call
|
|
}
|
|
|
|
bool uitextfield_isPointerInteractionEnabled( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isPointerInteractionEnabled" );
|
|
#define uitextfield_isPointerInteractionEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isPointerInteractionEnabled_call( (id)object, methodSelector );
|
|
#undef uitextfield_isPointerInteractionEnabled_call
|
|
}
|
|
|
|
nsobject_t uitextfield_toolTip( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toolTip" );
|
|
#define uitextfield_toolTip_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_toolTip_call( (id)object, methodSelector );
|
|
#undef uitextfield_toolTip_call
|
|
}
|
|
|
|
void uitextfield_setTracking( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTracking:" );
|
|
#define uitextfield_setTracking_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTracking_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTracking_call
|
|
}
|
|
|
|
bool uitextfield_requiresDisplayOnTracking( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "requiresDisplayOnTracking" );
|
|
#define uitextfield_requiresDisplayOnTracking_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_requiresDisplayOnTracking_call( (id)object, methodSelector );
|
|
#undef uitextfield_requiresDisplayOnTracking_call
|
|
}
|
|
|
|
bool uitextfield_shouldTrack( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldTrack" );
|
|
#define uitextfield_shouldTrack_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_shouldTrack_call( (id)object, methodSelector );
|
|
#undef uitextfield_shouldTrack_call
|
|
}
|
|
|
|
bool uitextfield_cancelTouchTracking( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelTouchTracking" );
|
|
#define uitextfield_cancelTouchTracking_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_cancelTouchTracking_call( (id)object, methodSelector );
|
|
#undef uitextfield_cancelTouchTracking_call
|
|
}
|
|
|
|
void uitextfield_sendAction( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sendAction:" );
|
|
#define uitextfield_sendAction_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_sendAction_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_sendAction_call
|
|
}
|
|
|
|
nsobject_t uitextfield_cursorInteraction( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cursorInteraction" );
|
|
#define uitextfield_cursorInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_cursorInteraction_call( (id)object, methodSelector );
|
|
#undef uitextfield_cursorInteraction_call
|
|
}
|
|
|
|
bool uitextfield_cancelMouseTracking( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelMouseTracking" );
|
|
#define uitextfield_cancelMouseTracking_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_cancelMouseTracking_call( (id)object, methodSelector );
|
|
#undef uitextfield_cancelMouseTracking_call
|
|
}
|
|
|
|
long long uitextfield_effectiveContentVerticalAlignment( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveContentVerticalAlignment" );
|
|
#define uitextfield_effectiveContentVerticalAlignment_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_effectiveContentVerticalAlignment_call( (id)object, methodSelector );
|
|
#undef uitextfield_effectiveContentVerticalAlignment_call
|
|
}
|
|
|
|
long long uitextfield_effectiveContentHorizontalAlignment( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveContentHorizontalAlignment" );
|
|
#define uitextfield_effectiveContentHorizontalAlignment_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_effectiveContentHorizontalAlignment_call( (id)object, methodSelector );
|
|
#undef uitextfield_effectiveContentHorizontalAlignment_call
|
|
}
|
|
|
|
void uitextfield_touchesEstimatedPropertiesUpdated( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesEstimatedPropertiesUpdated:" );
|
|
#define uitextfield_touchesEstimatedPropertiesUpdated_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_touchesEstimatedPropertiesUpdated_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_touchesEstimatedPropertiesUpdated_call
|
|
}
|
|
|
|
void uitextfield_removeAction( uitextfield_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeAction:forControlEvents:" );
|
|
#define uitextfield_removeAction_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_removeAction_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_removeAction_call
|
|
}
|
|
|
|
void uitextfield_removeActionForIdentifier( uitextfield_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeActionForIdentifier:forControlEvents:" );
|
|
#define uitextfield_removeActionForIdentifier_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_removeActionForIdentifier_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_removeActionForIdentifier_call
|
|
}
|
|
|
|
nsobject_t uitextfield_allTargets( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allTargets" );
|
|
#define uitextfield_allTargets_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_allTargets_call( (id)object, methodSelector );
|
|
#undef uitextfield_allTargets_call
|
|
}
|
|
|
|
unsigned long long uitextfield_allControlEvents( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allControlEvents" );
|
|
#define uitextfield_allControlEvents_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_allControlEvents_call( (id)object, methodSelector );
|
|
#undef uitextfield_allControlEvents_call
|
|
}
|
|
|
|
nsobject_t uitextfield_actionsForTarget( uitextfield_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "actionsForTarget:forControlEvent:" );
|
|
#define uitextfield_actionsForTarget_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_actionsForTarget_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_actionsForTarget_call
|
|
}
|
|
|
|
void uitextfield_enumerateEventHandlers( uitextfield_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enumerateEventHandlers:" );
|
|
#define uitextfield_enumerateEventHandlers_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_enumerateEventHandlers_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_enumerateEventHandlers_call
|
|
}
|
|
|
|
bool uitextfield_touchDragged( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchDragged" );
|
|
#define uitextfield_touchDragged_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_touchDragged_call( (id)object, methodSelector );
|
|
#undef uitextfield_touchDragged_call
|
|
}
|
|
|
|
void uitextfield_setRequiresDisplayOnTracking( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRequiresDisplayOnTracking:" );
|
|
#define uitextfield_setRequiresDisplayOnTracking_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setRequiresDisplayOnTracking_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setRequiresDisplayOnTracking_call
|
|
}
|
|
|
|
bool uitextfield_hasOneOrMoreTargets( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasOneOrMoreTargets" );
|
|
#define uitextfield_hasOneOrMoreTargets_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_hasOneOrMoreTargets_call( (id)object, methodSelector );
|
|
#undef uitextfield_hasOneOrMoreTargets_call
|
|
}
|
|
|
|
nsobject_t uitextfield_toolTipInteraction( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toolTipInteraction" );
|
|
#define uitextfield_toolTipInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_toolTipInteraction_call( (id)object, methodSelector );
|
|
#undef uitextfield_toolTipInteraction_call
|
|
}
|
|
|
|
bool uitextfield_isContextMenuEnabled( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isContextMenuEnabled" );
|
|
#define uitextfield_isContextMenuEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isContextMenuEnabled_call( (id)object, methodSelector );
|
|
#undef uitextfield_isContextMenuEnabled_call
|
|
}
|
|
|
|
void uitextfield_setContextMenuEnabled( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContextMenuEnabled:" );
|
|
#define uitextfield_setContextMenuEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContextMenuEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContextMenuEnabled_call
|
|
}
|
|
|
|
bool uitextfield_contextMenuIsPrimary( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contextMenuIsPrimary" );
|
|
#define uitextfield_contextMenuIsPrimary_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_contextMenuIsPrimary_call( (id)object, methodSelector );
|
|
#undef uitextfield_contextMenuIsPrimary_call
|
|
}
|
|
|
|
nsobject_t uitextfield_mk_theme( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mk_theme" );
|
|
#define uitextfield_mk_theme_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_mk_theme_call( (id)object, methodSelector );
|
|
#undef uitextfield_mk_theme_call
|
|
}
|
|
|
|
void uitextfield_infoCardThemeChanged( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "infoCardThemeChanged" );
|
|
#define uitextfield_infoCardThemeChanged_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_infoCardThemeChanged_call( (id)object, methodSelector );
|
|
#undef uitextfield_infoCardThemeChanged_call
|
|
}
|
|
|
|
nsobject_t uitextfield_tintColorOverride( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tintColorOverride" );
|
|
#define uitextfield_tintColorOverride_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_tintColorOverride_call( (id)object, methodSelector );
|
|
#undef uitextfield_tintColorOverride_call
|
|
}
|
|
|
|
void uitextfield_abSetLayoutDebuggingColor( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "abSetLayoutDebuggingColor:" );
|
|
#define uitextfield_abSetLayoutDebuggingColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_abSetLayoutDebuggingColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_abSetLayoutDebuggingColor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_tintColorOverrideDarkened( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tintColorOverrideDarkened" );
|
|
#define uitextfield_tintColorOverrideDarkened_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_tintColorOverrideDarkened_call( (id)object, methodSelector );
|
|
#undef uitextfield_tintColorOverrideDarkened_call
|
|
}
|
|
|
|
void uitextfield_setLayoutSize( uitextfield_t object, CGSize arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLayoutSize:withContentPriority:" );
|
|
#define uitextfield_setLayoutSize_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGSize, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setLayoutSize_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setLayoutSize_call
|
|
}
|
|
|
|
void uitextfield_setMinimumLayoutSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMinimumLayoutSize:" );
|
|
#define uitextfield_setMinimumLayoutSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setMinimumLayoutSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setMinimumLayoutSize_call
|
|
}
|
|
|
|
void uitextfield_setMaximumLayoutSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMaximumLayoutSize:" );
|
|
#define uitextfield_setMaximumLayoutSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setMaximumLayoutSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setMaximumLayoutSize_call
|
|
}
|
|
|
|
CGSize uitextfield_effectiveLayoutSizeFittingSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveLayoutSizeFittingSize:" );
|
|
#define uitextfield_effectiveLayoutSizeFittingSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_effectiveLayoutSizeFittingSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_effectiveLayoutSizeFittingSize_call
|
|
}
|
|
|
|
CGSize uitextfield_minimumLayoutSize( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "minimumLayoutSize" );
|
|
#define uitextfield_minimumLayoutSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_minimumLayoutSize_call( (id)object, methodSelector );
|
|
#undef uitextfield_minimumLayoutSize_call
|
|
}
|
|
|
|
void uitextfield_setInvalidatingIntrinsicContentSizeAlsoInvalidatesSuperview( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInvalidatingIntrinsicContentSizeAlsoInvalidatesSuperview:" );
|
|
#define uitextfield_setInvalidatingIntrinsicContentSizeAlsoInvalidatesSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setInvalidatingIntrinsicContentSizeAlsoInvalidatesSuperview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setInvalidatingIntrinsicContentSizeAlsoInvalidatesSuperview_call
|
|
}
|
|
|
|
bool uitextfield_isLayoutSizeDependentOnPerpendicularAxis( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isLayoutSizeDependentOnPerpendicularAxis" );
|
|
#define uitextfield_isLayoutSizeDependentOnPerpendicularAxis_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isLayoutSizeDependentOnPerpendicularAxis_call( (id)object, methodSelector );
|
|
#undef uitextfield_isLayoutSizeDependentOnPerpendicularAxis_call
|
|
}
|
|
|
|
double uitextfield_effectiveBaselineOffsetFromBottom( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveBaselineOffsetFromBottom" );
|
|
#define uitextfield_effectiveBaselineOffsetFromBottom_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_effectiveBaselineOffsetFromBottom_call( (id)object, methodSelector );
|
|
#undef uitextfield_effectiveBaselineOffsetFromBottom_call
|
|
}
|
|
|
|
double uitextfield_effectiveFirstBaselineOffsetFromTop( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveFirstBaselineOffsetFromTop" );
|
|
#define uitextfield_effectiveFirstBaselineOffsetFromTop_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_effectiveFirstBaselineOffsetFromTop_call( (id)object, methodSelector );
|
|
#undef uitextfield_effectiveFirstBaselineOffsetFromTop_call
|
|
}
|
|
|
|
CGSize uitextfield_calculateLayoutSizeFittingSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "calculateLayoutSizeFittingSize:" );
|
|
#define uitextfield_calculateLayoutSizeFittingSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_calculateLayoutSizeFittingSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_calculateLayoutSizeFittingSize_call
|
|
}
|
|
|
|
void uitextfield_setNeverCacheEffectiveLayoutSize( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeverCacheEffectiveLayoutSize:" );
|
|
#define uitextfield_setNeverCacheEffectiveLayoutSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setNeverCacheEffectiveLayoutSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setNeverCacheEffectiveLayoutSize_call
|
|
}
|
|
|
|
bool uitextfield_neverCacheEffectiveLayoutSize( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "neverCacheEffectiveLayoutSize" );
|
|
#define uitextfield_neverCacheEffectiveLayoutSize_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_neverCacheEffectiveLayoutSize_call( (id)object, methodSelector );
|
|
#undef uitextfield_neverCacheEffectiveLayoutSize_call
|
|
}
|
|
|
|
CGSize uitextfield_maximumLayoutSize( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "maximumLayoutSize" );
|
|
#define uitextfield_maximumLayoutSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_maximumLayoutSize_call( (id)object, methodSelector );
|
|
#undef uitextfield_maximumLayoutSize_call
|
|
}
|
|
|
|
void uitextfield_setCustomAlignmentRectInsets( uitextfield_t object, UIEdgeInsets arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCustomAlignmentRectInsets:" );
|
|
#define uitextfield_setCustomAlignmentRectInsets_call( obj, selector, arg0 ) ((void (*)( id, SEL, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setCustomAlignmentRectInsets_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setCustomAlignmentRectInsets_call
|
|
}
|
|
|
|
UIEdgeInsets uitextfield_customAlignmentRectInsets( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "customAlignmentRectInsets" );
|
|
#define uitextfield_customAlignmentRectInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_customAlignmentRectInsets_call( (id)object, methodSelector );
|
|
#undef uitextfield_customAlignmentRectInsets_call
|
|
}
|
|
|
|
void uitextfield_setCustomBaselineOffsetFromBottom( uitextfield_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCustomBaselineOffsetFromBottom:" );
|
|
#define uitextfield_setCustomBaselineOffsetFromBottom_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setCustomBaselineOffsetFromBottom_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setCustomBaselineOffsetFromBottom_call
|
|
}
|
|
|
|
double uitextfield_customBaselineOffsetFromBottom( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "customBaselineOffsetFromBottom" );
|
|
#define uitextfield_customBaselineOffsetFromBottom_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_customBaselineOffsetFromBottom_call( (id)object, methodSelector );
|
|
#undef uitextfield_customBaselineOffsetFromBottom_call
|
|
}
|
|
|
|
void uitextfield_setCustomFirstBaselineOffsetFromTop( uitextfield_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCustomFirstBaselineOffsetFromTop:" );
|
|
#define uitextfield_setCustomFirstBaselineOffsetFromTop_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setCustomFirstBaselineOffsetFromTop_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setCustomFirstBaselineOffsetFromTop_call
|
|
}
|
|
|
|
double uitextfield_customFirstBaselineOffsetFromTop( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "customFirstBaselineOffsetFromTop" );
|
|
#define uitextfield_customFirstBaselineOffsetFromTop_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_customFirstBaselineOffsetFromTop_call( (id)object, methodSelector );
|
|
#undef uitextfield_customFirstBaselineOffsetFromTop_call
|
|
}
|
|
|
|
bool uitextfield_invalidatingIntrinsicContentSizeAlsoInvalidatesSuperview( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidatingIntrinsicContentSizeAlsoInvalidatesSuperview" );
|
|
#define uitextfield_invalidatingIntrinsicContentSizeAlsoInvalidatesSuperview_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_invalidatingIntrinsicContentSizeAlsoInvalidatesSuperview_call( (id)object, methodSelector );
|
|
#undef uitextfield_invalidatingIntrinsicContentSizeAlsoInvalidatesSuperview_call
|
|
}
|
|
|
|
void uitextfield_setUntransformedFrame( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUntransformedFrame:" );
|
|
#define uitextfield_setUntransformedFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setUntransformedFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setUntransformedFrame_call
|
|
}
|
|
|
|
void uitextfield_nukeContentLayoutSizeCacheFromOrbit( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nukeContentLayoutSizeCacheFromOrbit" );
|
|
#define uitextfield_nukeContentLayoutSizeCacheFromOrbit_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_nukeContentLayoutSizeCacheFromOrbit_call( (id)object, methodSelector );
|
|
#undef uitextfield_nukeContentLayoutSizeCacheFromOrbit_call
|
|
}
|
|
|
|
UIEdgeInsets uitextfield_effectiveAlignmentRectInsets( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveAlignmentRectInsets" );
|
|
#define uitextfield_effectiveAlignmentRectInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_effectiveAlignmentRectInsets_call( (id)object, methodSelector );
|
|
#undef uitextfield_effectiveAlignmentRectInsets_call
|
|
}
|
|
|
|
void uitextfield_setCurrentEffectiveLayoutSizeFittingSizeShouldNotBeCached( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCurrentEffectiveLayoutSizeFittingSizeShouldNotBeCached" );
|
|
#define uitextfield_setCurrentEffectiveLayoutSizeFittingSizeShouldNotBeCached_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_setCurrentEffectiveLayoutSizeFittingSizeShouldNotBeCached_call( (id)object, methodSelector );
|
|
#undef uitextfield_setCurrentEffectiveLayoutSizeFittingSizeShouldNotBeCached_call
|
|
}
|
|
|
|
double uitextfield_effectiveScreenScale( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveScreenScale" );
|
|
#define uitextfield_effectiveScreenScale_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_effectiveScreenScale_call( (id)object, methodSelector );
|
|
#undef uitextfield_effectiveScreenScale_call
|
|
}
|
|
|
|
double uitextfield_effectiveBaselineOffsetFromContentBottom( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveBaselineOffsetFromContentBottom" );
|
|
#define uitextfield_effectiveBaselineOffsetFromContentBottom_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_effectiveBaselineOffsetFromContentBottom_call( (id)object, methodSelector );
|
|
#undef uitextfield_effectiveBaselineOffsetFromContentBottom_call
|
|
}
|
|
|
|
double uitextfield_effectiveFirstBaselineOffsetFromContentTop( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveFirstBaselineOffsetFromContentTop" );
|
|
#define uitextfield_effectiveFirstBaselineOffsetFromContentTop_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_effectiveFirstBaselineOffsetFromContentTop_call( (id)object, methodSelector );
|
|
#undef uitextfield_effectiveFirstBaselineOffsetFromContentTop_call
|
|
}
|
|
|
|
double uitextfield_systemSpacingToAdjecentSiblingView( uitextfield_t object, nsobject_t arg0, long long arg1, bool arg2, double arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "systemSpacingToAdjecentSiblingView:axis:baselineRelative:multiplier:" );
|
|
#define uitextfield_systemSpacingToAdjecentSiblingView_call( obj, selector, arg0, arg1, arg2, arg3 ) ((double (*)( id, SEL, nsobject_t, long long, bool, double ))abi_objc_msgSend_fpret) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uitextfield_systemSpacingToAdjecentSiblingView_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_systemSpacingToAdjecentSiblingView_call
|
|
}
|
|
|
|
double uitextfield_systemSpacingToSuperView( uitextfield_t object, nsobject_t arg0, unsigned long long arg1, bool arg2, double arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "systemSpacingToSuperView:edge:baselineRelative:multiplier:" );
|
|
#define uitextfield_systemSpacingToSuperView_call( obj, selector, arg0, arg1, arg2, arg3 ) ((double (*)( id, SEL, nsobject_t, unsigned long long, bool, double ))abi_objc_msgSend_fpret) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uitextfield_systemSpacingToSuperView_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_systemSpacingToSuperView_call
|
|
}
|
|
|
|
nsobject_t uitextfield_debugSizeCache( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugSizeCache" );
|
|
#define uitextfield_debugSizeCache_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_debugSizeCache_call( (id)object, methodSelector );
|
|
#undef uitextfield_debugSizeCache_call
|
|
}
|
|
|
|
bool uitextfield_canUseFastLayoutSizeCalulation( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canUseFastLayoutSizeCalulation" );
|
|
#define uitextfield_canUseFastLayoutSizeCalulation_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_canUseFastLayoutSizeCalulation_call( (id)object, methodSelector );
|
|
#undef uitextfield_canUseFastLayoutSizeCalulation_call
|
|
}
|
|
|
|
nsobject_t uitextfield_contentLayoutSizeCacheDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentLayoutSizeCacheDescription" );
|
|
#define uitextfield_contentLayoutSizeCacheDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_contentLayoutSizeCacheDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_contentLayoutSizeCacheDescription_call
|
|
}
|
|
|
|
nsobject_t uitextfield_debugSizeCacheDict( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugSizeCacheDict" );
|
|
#define uitextfield_debugSizeCacheDict_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_debugSizeCacheDict_call( (id)object, methodSelector );
|
|
#undef uitextfield_debugSizeCacheDict_call
|
|
}
|
|
|
|
nsobject_t uitextfield_ob_pinToEdgesConstraints( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ob_pinToEdgesConstraints:" );
|
|
#define uitextfield_ob_pinToEdgesConstraints_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_ob_pinToEdgesConstraints_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_ob_pinToEdgesConstraints_call
|
|
}
|
|
|
|
void uitextfield_ob_pinToEdges( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ob_pinToEdges:" );
|
|
#define uitextfield_ob_pinToEdges_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_ob_pinToEdges_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_ob_pinToEdges_call
|
|
}
|
|
|
|
void uitextfield_tlk_updateForAppearance( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tlk_updateForAppearance:" );
|
|
#define uitextfield_tlk_updateForAppearance_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_tlk_updateForAppearance_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_tlk_updateForAppearance_call
|
|
}
|
|
|
|
void uitextfield_tlk_updateWithCurrentAppearance( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tlk_updateWithCurrentAppearance" );
|
|
#define uitextfield_tlk_updateWithCurrentAppearance_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_tlk_updateWithCurrentAppearance_call( (id)object, methodSelector );
|
|
#undef uitextfield_tlk_updateWithCurrentAppearance_call
|
|
}
|
|
|
|
unsigned long long uitextfield_retainCount( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainCount" );
|
|
#define uitextfield_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_retainCount_call( (id)object, methodSelector );
|
|
#undef uitextfield_retainCount_call
|
|
}
|
|
|
|
nsobject_t uitextfield_retain( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retain" );
|
|
#define uitextfield_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_retain_call( (id)object, methodSelector );
|
|
#undef uitextfield_retain_call
|
|
}
|
|
|
|
nsobject_t uitextfield_autorelease( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorelease" );
|
|
#define uitextfield_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_autorelease_call( (id)object, methodSelector );
|
|
#undef uitextfield_autorelease_call
|
|
}
|
|
|
|
nsobject_t uitextfield_init( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "init" );
|
|
#define uitextfield_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_init_call( (id)object, methodSelector );
|
|
#undef uitextfield_init_call
|
|
}
|
|
|
|
CGSize uitextfield_size( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "size" );
|
|
#define uitextfield_size_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_size_call( (id)object, methodSelector );
|
|
#undef uitextfield_size_call
|
|
}
|
|
|
|
bool uitextfield_isHidden( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isHidden" );
|
|
#define uitextfield_isHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isHidden_call( (id)object, methodSelector );
|
|
#undef uitextfield_isHidden_call
|
|
}
|
|
|
|
void uitextfield_setHidden( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setHidden:" );
|
|
#define uitextfield_setHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setHidden_call
|
|
}
|
|
|
|
void uitextfield_setValue( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValue:forKey:" );
|
|
#define uitextfield_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setValue_call
|
|
}
|
|
|
|
CGAffineTransform uitextfield_transform( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "transform" );
|
|
#define uitextfield_transform_call( obj, selector ) ((CGAffineTransform (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_transform_call( (id)object, methodSelector );
|
|
#undef uitextfield_transform_call
|
|
}
|
|
|
|
CGPoint uitextfield_position( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "position" );
|
|
#define uitextfield_position_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_position_call( (id)object, methodSelector );
|
|
#undef uitextfield_position_call
|
|
}
|
|
|
|
void uitextfield_setPosition( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPosition:" );
|
|
#define uitextfield_setPosition_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setPosition_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setPosition_call
|
|
}
|
|
|
|
CGRect uitextfield_extent( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "extent" );
|
|
#define uitextfield_extent_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_extent_call( (id)object, methodSelector );
|
|
#undef uitextfield_extent_call
|
|
}
|
|
|
|
CGRect uitextfield_bounds( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bounds" );
|
|
#define uitextfield_bounds_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_bounds_call( (id)object, methodSelector );
|
|
#undef uitextfield_bounds_call
|
|
}
|
|
|
|
double uitextfield_alpha( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alpha" );
|
|
#define uitextfield_alpha_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_alpha_call( (id)object, methodSelector );
|
|
#undef uitextfield_alpha_call
|
|
}
|
|
|
|
bool uitextfield_isOpaque( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isOpaque" );
|
|
#define uitextfield_isOpaque_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isOpaque_call( (id)object, methodSelector );
|
|
#undef uitextfield_isOpaque_call
|
|
}
|
|
|
|
CGPoint uitextfield_origin( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "origin" );
|
|
#define uitextfield_origin_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_origin_call( (id)object, methodSelector );
|
|
#undef uitextfield_origin_call
|
|
}
|
|
|
|
void uitextfield_setSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSize:" );
|
|
#define uitextfield_setSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setSize_call
|
|
}
|
|
|
|
CGRect uitextfield_frame( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frame" );
|
|
#define uitextfield_frame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_frame_call( (id)object, methodSelector );
|
|
#undef uitextfield_frame_call
|
|
}
|
|
|
|
CGPoint uitextfield_center( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "center" );
|
|
#define uitextfield_center_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_center_call( (id)object, methodSelector );
|
|
#undef uitextfield_center_call
|
|
}
|
|
|
|
void uitextfield_setCenter( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCenter:" );
|
|
#define uitextfield_setCenter_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setCenter_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setCenter_call
|
|
}
|
|
|
|
void uitextfield_setTransform( uitextfield_t object, CGAffineTransform arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTransform:" );
|
|
#define uitextfield_setTransform_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGAffineTransform ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTransform_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTransform_call
|
|
}
|
|
|
|
nsobject_t uitextfield_interactions( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "interactions" );
|
|
#define uitextfield_interactions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_interactions_call( (id)object, methodSelector );
|
|
#undef uitextfield_interactions_call
|
|
}
|
|
|
|
void uitextfield_setInteractions( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInteractions:" );
|
|
#define uitextfield_setInteractions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setInteractions_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setInteractions_call
|
|
}
|
|
|
|
long long uitextfield_contentMode( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentMode" );
|
|
#define uitextfield_contentMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_contentMode_call( (id)object, methodSelector );
|
|
#undef uitextfield_contentMode_call
|
|
}
|
|
|
|
nsobject_t uitextfield_snapshot( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "snapshot" );
|
|
#define uitextfield_snapshot_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_snapshot_call( (id)object, methodSelector );
|
|
#undef uitextfield_snapshot_call
|
|
}
|
|
|
|
nsobject_t uitextfield_constraints( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constraints" );
|
|
#define uitextfield_constraints_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_constraints_call( (id)object, methodSelector );
|
|
#undef uitextfield_constraints_call
|
|
}
|
|
|
|
long long uitextfield_tag( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tag" );
|
|
#define uitextfield_tag_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_tag_call( (id)object, methodSelector );
|
|
#undef uitextfield_tag_call
|
|
}
|
|
|
|
void uitextfield_setOpaque( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setOpaque:" );
|
|
#define uitextfield_setOpaque_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setOpaque_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setOpaque_call
|
|
}
|
|
|
|
nsobject_t uitextfield_superview( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superview" );
|
|
#define uitextfield_superview_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_superview_call( (id)object, methodSelector );
|
|
#undef uitextfield_superview_call
|
|
}
|
|
|
|
CGSize uitextfield_convertSize( uitextfield_t object, CGSize arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertSize:toView:" );
|
|
#define uitextfield_convertSize_call( obj, selector, arg0, arg1 ) ((CGSize (*)( id, SEL, CGSize, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_convertSize_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_convertSize_call
|
|
}
|
|
|
|
void uitextfield_setFrameOrigin( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameOrigin:" );
|
|
#define uitextfield_setFrameOrigin_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setFrameOrigin_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setFrameOrigin_call
|
|
}
|
|
|
|
CGRect uitextfield_convertRect( uitextfield_t object, CGRect arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRect:fromView:" );
|
|
#define uitextfield_convertRect_call( obj, selector, arg0, arg1 ) ((CGRect (*)( id, SEL, CGRect, nsobject_t ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_convertRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_convertRect_call
|
|
}
|
|
|
|
double uitextfield_contentScaleFactor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentScaleFactor" );
|
|
#define uitextfield_contentScaleFactor_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_contentScaleFactor_call( (id)object, methodSelector );
|
|
#undef uitextfield_contentScaleFactor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_initWithSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithSize:" );
|
|
#define uitextfield_initWithSize_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_initWithSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_initWithSize_call
|
|
}
|
|
|
|
bool uitextfield_needsDisplay( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "needsDisplay" );
|
|
#define uitextfield_needsDisplay_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_needsDisplay_call( (id)object, methodSelector );
|
|
#undef uitextfield_needsDisplay_call
|
|
}
|
|
|
|
void uitextfield_setNeedsDisplayInRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsDisplayInRect:" );
|
|
#define uitextfield_setNeedsDisplayInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setNeedsDisplayInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setNeedsDisplayInRect_call
|
|
}
|
|
|
|
void uitextfield_addSubview( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addSubview:" );
|
|
#define uitextfield_addSubview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_addSubview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addSubview_call
|
|
}
|
|
|
|
CGSize uitextfield_intrinsicContentSize( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "intrinsicContentSize" );
|
|
#define uitextfield_intrinsicContentSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_intrinsicContentSize_call( (id)object, methodSelector );
|
|
#undef uitextfield_intrinsicContentSize_call
|
|
}
|
|
|
|
void uitextfield_addInteraction( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addInteraction:" );
|
|
#define uitextfield_addInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_addInteraction_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addInteraction_call
|
|
}
|
|
|
|
nsobject_t uitextfield_traitCollection( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "traitCollection" );
|
|
#define uitextfield_traitCollection_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_traitCollection_call( (id)object, methodSelector );
|
|
#undef uitextfield_traitCollection_call
|
|
}
|
|
|
|
UIEdgeInsets uitextfield_safeAreaInsets( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "safeAreaInsets" );
|
|
#define uitextfield_safeAreaInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_safeAreaInsets_call( (id)object, methodSelector );
|
|
#undef uitextfield_safeAreaInsets_call
|
|
}
|
|
|
|
void uitextfield_setTranslatesAutoresizingMaskIntoConstraints( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTranslatesAutoresizingMaskIntoConstraints:" );
|
|
#define uitextfield_setTranslatesAutoresizingMaskIntoConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTranslatesAutoresizingMaskIntoConstraints_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTranslatesAutoresizingMaskIntoConstraints_call
|
|
}
|
|
|
|
nsobject_t uitextfield_layer( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layer" );
|
|
#define uitextfield_layer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_layer_call( (id)object, methodSelector );
|
|
#undef uitextfield_layer_call
|
|
}
|
|
|
|
nsobject_t uitextfield_centerXAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "centerXAnchor" );
|
|
#define uitextfield_centerXAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_centerXAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_centerXAnchor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_widthAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "widthAnchor" );
|
|
#define uitextfield_widthAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_widthAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_widthAnchor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_heightAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "heightAnchor" );
|
|
#define uitextfield_heightAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_heightAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_heightAnchor_call
|
|
}
|
|
|
|
void uitextfield_setContentHuggingPriority( uitextfield_t object, float arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentHuggingPriority:forAxis:" );
|
|
#define uitextfield_setContentHuggingPriority_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, float, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setContentHuggingPriority_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setContentHuggingPriority_call
|
|
}
|
|
|
|
void uitextfield_setContentCompressionResistancePriority( uitextfield_t object, float arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentCompressionResistancePriority:forAxis:" );
|
|
#define uitextfield_setContentCompressionResistancePriority_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, float, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setContentCompressionResistancePriority_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setContentCompressionResistancePriority_call
|
|
}
|
|
|
|
void uitextfield_addLayoutGuide( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addLayoutGuide:" );
|
|
#define uitextfield_addLayoutGuide_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_addLayoutGuide_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addLayoutGuide_call
|
|
}
|
|
|
|
nsobject_t uitextfield_topAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "topAnchor" );
|
|
#define uitextfield_topAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_topAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_topAnchor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_bottomAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bottomAnchor" );
|
|
#define uitextfield_bottomAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_bottomAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_bottomAnchor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_leadingAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "leadingAnchor" );
|
|
#define uitextfield_leadingAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_leadingAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_leadingAnchor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_trailingAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "trailingAnchor" );
|
|
#define uitextfield_trailingAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_trailingAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_trailingAnchor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_centerYAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "centerYAnchor" );
|
|
#define uitextfield_centerYAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_centerYAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_centerYAnchor_call
|
|
}
|
|
|
|
void uitextfield_layoutIfNeeded( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutIfNeeded" );
|
|
#define uitextfield_layoutIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_layoutIfNeeded_call( (id)object, methodSelector );
|
|
#undef uitextfield_layoutIfNeeded_call
|
|
}
|
|
|
|
bool uitextfield_isHiddenOrHasHiddenAncestor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isHiddenOrHasHiddenAncestor" );
|
|
#define uitextfield_isHiddenOrHasHiddenAncestor_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isHiddenOrHasHiddenAncestor_call( (id)object, methodSelector );
|
|
#undef uitextfield_isHiddenOrHasHiddenAncestor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_window( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "window" );
|
|
#define uitextfield_window_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_window_call( (id)object, methodSelector );
|
|
#undef uitextfield_window_call
|
|
}
|
|
|
|
CGPoint uitextfield_convertPoint( uitextfield_t object, CGPoint arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPoint:toView:" );
|
|
#define uitextfield_convertPoint_call( obj, selector, arg0, arg1 ) ((CGPoint (*)( id, SEL, CGPoint, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_convertPoint_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_convertPoint_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityIgnoresInvertColors( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIgnoresInvertColors:" );
|
|
#define uitextfield_setAccessibilityIgnoresInvertColors_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityIgnoresInvertColors_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityIgnoresInvertColors_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityIgnoresInvertColors( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIgnoresInvertColors" );
|
|
#define uitextfield_accessibilityIgnoresInvertColors_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityIgnoresInvertColors_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityIgnoresInvertColors_call
|
|
}
|
|
|
|
void uitextfield_accessibilityUnapplyInvertFilter( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUnapplyInvertFilter" );
|
|
#define uitextfield_accessibilityUnapplyInvertFilter_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_accessibilityUnapplyInvertFilter_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityUnapplyInvertFilter_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityInvertFilterApplied( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityInvertFilterApplied" );
|
|
#define uitextfield_accessibilityInvertFilterApplied_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityInvertFilterApplied_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityInvertFilterApplied_call
|
|
}
|
|
|
|
void uitextfield_accessibilityApplyInvertFilter( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityApplyInvertFilter" );
|
|
#define uitextfield_accessibilityApplyInvertFilter_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_accessibilityApplyInvertFilter_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityApplyInvertFilter_call
|
|
}
|
|
|
|
nsobject_t uitextfield_gestureRecognizers( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureRecognizers" );
|
|
#define uitextfield_gestureRecognizers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_gestureRecognizers_call( (id)object, methodSelector );
|
|
#undef uitextfield_gestureRecognizers_call
|
|
}
|
|
|
|
void uitextfield_updateFocusIfNeeded( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateFocusIfNeeded" );
|
|
#define uitextfield_updateFocusIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_updateFocusIfNeeded_call( (id)object, methodSelector );
|
|
#undef uitextfield_updateFocusIfNeeded_call
|
|
}
|
|
|
|
nsobject_t uitextfield_coordinateSpace( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "coordinateSpace" );
|
|
#define uitextfield_coordinateSpace_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_coordinateSpace_call( (id)object, methodSelector );
|
|
#undef uitextfield_coordinateSpace_call
|
|
}
|
|
|
|
void uitextfield_setNeedsFocusUpdate( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsFocusUpdate" );
|
|
#define uitextfield_setNeedsFocusUpdate_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_setNeedsFocusUpdate_call( (id)object, methodSelector );
|
|
#undef uitextfield_setNeedsFocusUpdate_call
|
|
}
|
|
|
|
bool uitextfield_shouldUpdateFocusInContext( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldUpdateFocusInContext:" );
|
|
#define uitextfield_shouldUpdateFocusInContext_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_shouldUpdateFocusInContext_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_shouldUpdateFocusInContext_call
|
|
}
|
|
|
|
nsobject_t uitextfield_preferredFocusEnvironments( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preferredFocusEnvironments" );
|
|
#define uitextfield_preferredFocusEnvironments_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_preferredFocusEnvironments_call( (id)object, methodSelector );
|
|
#undef uitextfield_preferredFocusEnvironments_call
|
|
}
|
|
|
|
nsobject_t uitextfield_parentFocusEnvironment( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "parentFocusEnvironment" );
|
|
#define uitextfield_parentFocusEnvironment_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_parentFocusEnvironment_call( (id)object, methodSelector );
|
|
#undef uitextfield_parentFocusEnvironment_call
|
|
}
|
|
|
|
nsobject_t uitextfield_focusItemContainer( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "focusItemContainer" );
|
|
#define uitextfield_focusItemContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_focusItemContainer_call( (id)object, methodSelector );
|
|
#undef uitextfield_focusItemContainer_call
|
|
}
|
|
|
|
nsobject_t uitextfield_preferredFocusedView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preferredFocusedView" );
|
|
#define uitextfield_preferredFocusedView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_preferredFocusedView_call( (id)object, methodSelector );
|
|
#undef uitextfield_preferredFocusedView_call
|
|
}
|
|
|
|
nsobject_t uitextfield_focusGroupIdentifier( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "focusGroupIdentifier" );
|
|
#define uitextfield_focusGroupIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_focusGroupIdentifier_call( (id)object, methodSelector );
|
|
#undef uitextfield_focusGroupIdentifier_call
|
|
}
|
|
|
|
bool uitextfield_areChildrenFocused( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "areChildrenFocused" );
|
|
#define uitextfield_areChildrenFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_areChildrenFocused_call( (id)object, methodSelector );
|
|
#undef uitextfield_areChildrenFocused_call
|
|
}
|
|
|
|
void uitextfield_setAreChildrenFocused( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAreChildrenFocused:" );
|
|
#define uitextfield_setAreChildrenFocused_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAreChildrenFocused_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAreChildrenFocused_call
|
|
}
|
|
|
|
nsobject_t uitextfield_focusEffect( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "focusEffect" );
|
|
#define uitextfield_focusEffect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_focusEffect_call( (id)object, methodSelector );
|
|
#undef uitextfield_focusEffect_call
|
|
}
|
|
|
|
long long uitextfield_focusGroupPriority( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "focusGroupPriority" );
|
|
#define uitextfield_focusGroupPriority_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_focusGroupPriority_call( (id)object, methodSelector );
|
|
#undef uitextfield_focusGroupPriority_call
|
|
}
|
|
|
|
bool uitextfield_isTransparentFocusItem( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isTransparentFocusItem" );
|
|
#define uitextfield_isTransparentFocusItem_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isTransparentFocusItem_call( (id)object, methodSelector );
|
|
#undef uitextfield_isTransparentFocusItem_call
|
|
}
|
|
|
|
nsobject_t uitextfield_focusItemsInRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "focusItemsInRect:" );
|
|
#define uitextfield_focusItemsInRect_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_focusItemsInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_focusItemsInRect_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nextResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nextResponder" );
|
|
#define uitextfield_nextResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nextResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_nextResponder_call
|
|
}
|
|
|
|
void uitextfield_addGestureRecognizer( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addGestureRecognizer:" );
|
|
#define uitextfield_addGestureRecognizer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_addGestureRecognizer_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addGestureRecognizer_call
|
|
}
|
|
|
|
void uitextfield_removeGestureRecognizer( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeGestureRecognizer:" );
|
|
#define uitextfield_removeGestureRecognizer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_removeGestureRecognizer_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_removeGestureRecognizer_call
|
|
}
|
|
|
|
void uitextfield_setAutoresizingMask( uitextfield_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutoresizingMask:" );
|
|
#define uitextfield_setAutoresizingMask_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAutoresizingMask_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAutoresizingMask_call
|
|
}
|
|
|
|
void uitextfield_setUserInteractionEnabled( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUserInteractionEnabled:" );
|
|
#define uitextfield_setUserInteractionEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setUserInteractionEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setUserInteractionEnabled_call
|
|
}
|
|
|
|
nsobject_t uitextfield_largeContentImage( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "largeContentImage" );
|
|
#define uitextfield_largeContentImage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_largeContentImage_call( (id)object, methodSelector );
|
|
#undef uitextfield_largeContentImage_call
|
|
}
|
|
|
|
UIEdgeInsets uitextfield_largeContentImageInsets( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "largeContentImageInsets" );
|
|
#define uitextfield_largeContentImageInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_largeContentImageInsets_call( (id)object, methodSelector );
|
|
#undef uitextfield_largeContentImageInsets_call
|
|
}
|
|
|
|
bool uitextfield_scalesLargeContentImage( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scalesLargeContentImage" );
|
|
#define uitextfield_scalesLargeContentImage_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_scalesLargeContentImage_call( (id)object, methodSelector );
|
|
#undef uitextfield_scalesLargeContentImage_call
|
|
}
|
|
|
|
void uitextfield_setContentMode( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentMode:" );
|
|
#define uitextfield_setContentMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContentMode_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContentMode_call
|
|
}
|
|
|
|
void uitextfield_setAlpha( uitextfield_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAlpha:" );
|
|
#define uitextfield_setAlpha_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAlpha_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAlpha_call
|
|
}
|
|
|
|
void uitextfield_sizeToFit( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sizeToFit" );
|
|
#define uitextfield_sizeToFit_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_sizeToFit_call( (id)object, methodSelector );
|
|
#undef uitextfield_sizeToFit_call
|
|
}
|
|
|
|
void uitextfield_addConstraints( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addConstraints:" );
|
|
#define uitextfield_addConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_addConstraints_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addConstraints_call
|
|
}
|
|
|
|
nsobject_t uitextfield_tintColor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tintColor" );
|
|
#define uitextfield_tintColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_tintColor_call( (id)object, methodSelector );
|
|
#undef uitextfield_tintColor_call
|
|
}
|
|
|
|
void uitextfield_setTintColor( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTintColor:" );
|
|
#define uitextfield_setTintColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTintColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTintColor_call
|
|
}
|
|
|
|
bool uitextfield_isFocused( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFocused" );
|
|
#define uitextfield_isFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isFocused_call( (id)object, methodSelector );
|
|
#undef uitextfield_isFocused_call
|
|
}
|
|
|
|
void uitextfield_setLayoutMargins( uitextfield_t object, UIEdgeInsets arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLayoutMargins:" );
|
|
#define uitextfield_setLayoutMargins_call( obj, selector, arg0 ) ((void (*)( id, SEL, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLayoutMargins_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLayoutMargins_call
|
|
}
|
|
|
|
long long uitextfield_tintAdjustmentMode( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tintAdjustmentMode" );
|
|
#define uitextfield_tintAdjustmentMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_tintAdjustmentMode_call( (id)object, methodSelector );
|
|
#undef uitextfield_tintAdjustmentMode_call
|
|
}
|
|
|
|
void uitextfield_setTintAdjustmentMode( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTintAdjustmentMode:" );
|
|
#define uitextfield_setTintAdjustmentMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTintAdjustmentMode_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTintAdjustmentMode_call
|
|
}
|
|
|
|
nsobject_t uitextfield_motionEffects( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "motionEffects" );
|
|
#define uitextfield_motionEffects_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_motionEffects_call( (id)object, methodSelector );
|
|
#undef uitextfield_motionEffects_call
|
|
}
|
|
|
|
void uitextfield_addMotionEffect( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addMotionEffect:" );
|
|
#define uitextfield_addMotionEffect_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_addMotionEffect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addMotionEffect_call
|
|
}
|
|
|
|
void uitextfield_removeMotionEffect( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeMotionEffect:" );
|
|
#define uitextfield_removeMotionEffect_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_removeMotionEffect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_removeMotionEffect_call
|
|
}
|
|
|
|
void uitextfield_setMotionEffects( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMotionEffects:" );
|
|
#define uitextfield_setMotionEffects_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setMotionEffects_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setMotionEffects_call
|
|
}
|
|
|
|
nsobject_t uitextfield_rightAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightAnchor" );
|
|
#define uitextfield_rightAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_rightAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_rightAnchor_call
|
|
}
|
|
|
|
UIEdgeInsets uitextfield_alignmentRectInsets( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alignmentRectInsets" );
|
|
#define uitextfield_alignmentRectInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_alignmentRectInsets_call( (id)object, methodSelector );
|
|
#undef uitextfield_alignmentRectInsets_call
|
|
}
|
|
|
|
void uitextfield_setNeedsUpdateConstraints( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsUpdateConstraints" );
|
|
#define uitextfield_setNeedsUpdateConstraints_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_setNeedsUpdateConstraints_call( (id)object, methodSelector );
|
|
#undef uitextfield_setNeedsUpdateConstraints_call
|
|
}
|
|
|
|
UIEdgeInsets uitextfield_layoutMargins( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutMargins" );
|
|
#define uitextfield_layoutMargins_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_layoutMargins_call( (id)object, methodSelector );
|
|
#undef uitextfield_layoutMargins_call
|
|
}
|
|
|
|
void uitextfield_updateConstraintsIfNeeded( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateConstraintsIfNeeded" );
|
|
#define uitextfield_updateConstraintsIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_updateConstraintsIfNeeded_call( (id)object, methodSelector );
|
|
#undef uitextfield_updateConstraintsIfNeeded_call
|
|
}
|
|
|
|
nsobject_t uitextfield_subviews( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "subviews" );
|
|
#define uitextfield_subviews_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_subviews_call( (id)object, methodSelector );
|
|
#undef uitextfield_subviews_call
|
|
}
|
|
|
|
CGSize uitextfield_systemLayoutSizeFittingSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "systemLayoutSizeFittingSize:" );
|
|
#define uitextfield_systemLayoutSizeFittingSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_systemLayoutSizeFittingSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_systemLayoutSizeFittingSize_call
|
|
}
|
|
|
|
void uitextfield_updateConstraints( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateConstraints" );
|
|
#define uitextfield_updateConstraints_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_updateConstraints_call( (id)object, methodSelector );
|
|
#undef uitextfield_updateConstraints_call
|
|
}
|
|
|
|
void uitextfield_sendSubviewToBack( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sendSubviewToBack:" );
|
|
#define uitextfield_sendSubviewToBack_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_sendSubviewToBack_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_sendSubviewToBack_call
|
|
}
|
|
|
|
bool uitextfield_pointInside( uitextfield_t object, CGPoint arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pointInside:withEvent:" );
|
|
#define uitextfield_pointInside_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, CGPoint, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_pointInside_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_pointInside_call
|
|
}
|
|
|
|
void uitextfield_invalidateIntrinsicContentSize( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateIntrinsicContentSize" );
|
|
#define uitextfield_invalidateIntrinsicContentSize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_invalidateIntrinsicContentSize_call( (id)object, methodSelector );
|
|
#undef uitextfield_invalidateIntrinsicContentSize_call
|
|
}
|
|
|
|
CGRect uitextfield_visibleBounds( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "visibleBounds" );
|
|
#define uitextfield_visibleBounds_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_visibleBounds_call( (id)object, methodSelector );
|
|
#undef uitextfield_visibleBounds_call
|
|
}
|
|
|
|
bool uitextfield_isDescendantOfView( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isDescendantOfView:" );
|
|
#define uitextfield_isDescendantOfView_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_isDescendantOfView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_isDescendantOfView_call
|
|
}
|
|
|
|
nsobject_t uitextfield_viewForFirstBaselineLayout( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewForFirstBaselineLayout" );
|
|
#define uitextfield_viewForFirstBaselineLayout_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_viewForFirstBaselineLayout_call( (id)object, methodSelector );
|
|
#undef uitextfield_viewForFirstBaselineLayout_call
|
|
}
|
|
|
|
nsobject_t uitextfield_viewForLastBaselineLayout( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewForLastBaselineLayout" );
|
|
#define uitextfield_viewForLastBaselineLayout_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_viewForLastBaselineLayout_call( (id)object, methodSelector );
|
|
#undef uitextfield_viewForLastBaselineLayout_call
|
|
}
|
|
|
|
void uitextfield_setFocusEffect( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFocusEffect:" );
|
|
#define uitextfield_setFocusEffect_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setFocusEffect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setFocusEffect_call
|
|
}
|
|
|
|
void uitextfield_layoutMarginsDidChange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutMarginsDidChange" );
|
|
#define uitextfield_layoutMarginsDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_layoutMarginsDidChange_call( (id)object, methodSelector );
|
|
#undef uitextfield_layoutMarginsDidChange_call
|
|
}
|
|
|
|
void uitextfield_removeInteraction( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeInteraction:" );
|
|
#define uitextfield_removeInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_removeInteraction_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_removeInteraction_call
|
|
}
|
|
|
|
bool uitextfield_preservesSuperviewLayoutMargins( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preservesSuperviewLayoutMargins" );
|
|
#define uitextfield_preservesSuperviewLayoutMargins_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_preservesSuperviewLayoutMargins_call( (id)object, methodSelector );
|
|
#undef uitextfield_preservesSuperviewLayoutMargins_call
|
|
}
|
|
|
|
void uitextfield_setPreservesSuperviewLayoutMargins( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPreservesSuperviewLayoutMargins:" );
|
|
#define uitextfield_setPreservesSuperviewLayoutMargins_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setPreservesSuperviewLayoutMargins_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setPreservesSuperviewLayoutMargins_call
|
|
}
|
|
|
|
void uitextfield_layoutBelowIfNeeded( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutBelowIfNeeded" );
|
|
#define uitextfield_layoutBelowIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_layoutBelowIfNeeded_call( (id)object, methodSelector );
|
|
#undef uitextfield_layoutBelowIfNeeded_call
|
|
}
|
|
|
|
void uitextfield_insertSubview( uitextfield_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertSubview:atIndex:" );
|
|
#define uitextfield_insertSubview_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_insertSubview_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_insertSubview_call
|
|
}
|
|
|
|
nsobject_t uitextfield_layoutMarginsGuide( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutMarginsGuide" );
|
|
#define uitextfield_layoutMarginsGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_layoutMarginsGuide_call( (id)object, methodSelector );
|
|
#undef uitextfield_layoutMarginsGuide_call
|
|
}
|
|
|
|
nsobject_t uitextfield_lastBaselineAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "lastBaselineAnchor" );
|
|
#define uitextfield_lastBaselineAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_lastBaselineAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_lastBaselineAnchor_call
|
|
}
|
|
|
|
void uitextfield_setEdgesInsettingLayoutMarginsFromSafeArea( uitextfield_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setEdgesInsettingLayoutMarginsFromSafeArea:" );
|
|
#define uitextfield_setEdgesInsettingLayoutMarginsFromSafeArea_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setEdgesInsettingLayoutMarginsFromSafeArea_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setEdgesInsettingLayoutMarginsFromSafeArea_call
|
|
}
|
|
|
|
void uitextfield_layoutSublayersOfLayer( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutSublayersOfLayer:" );
|
|
#define uitextfield_layoutSublayersOfLayer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_layoutSublayersOfLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_layoutSublayersOfLayer_call
|
|
}
|
|
|
|
void uitextfield_setDirectionalLayoutMargins( uitextfield_t object, NSDirectionalEdgeInsets arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDirectionalLayoutMargins:" );
|
|
#define uitextfield_setDirectionalLayoutMargins_call( obj, selector, arg0 ) ((void (*)( id, SEL, NSDirectionalEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setDirectionalLayoutMargins_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setDirectionalLayoutMargins_call
|
|
}
|
|
|
|
void uitextfield_addConstraint( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addConstraint:" );
|
|
#define uitextfield_addConstraint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_addConstraint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addConstraint_call
|
|
}
|
|
|
|
void uitextfield_setAllowsGroupOpacity( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowsGroupOpacity:" );
|
|
#define uitextfield_setAllowsGroupOpacity_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAllowsGroupOpacity_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAllowsGroupOpacity_call
|
|
}
|
|
|
|
bool uitextfield_translatesAutoresizingMaskIntoConstraints( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "translatesAutoresizingMaskIntoConstraints" );
|
|
#define uitextfield_translatesAutoresizingMaskIntoConstraints_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_translatesAutoresizingMaskIntoConstraints_call( (id)object, methodSelector );
|
|
#undef uitextfield_translatesAutoresizingMaskIntoConstraints_call
|
|
}
|
|
|
|
unsigned long long uitextfield_autoresizingMask( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoresizingMask" );
|
|
#define uitextfield_autoresizingMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_autoresizingMask_call( (id)object, methodSelector );
|
|
#undef uitextfield_autoresizingMask_call
|
|
}
|
|
|
|
bool uitextfield_containsView( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "containsView:" );
|
|
#define uitextfield_containsView_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_containsView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_containsView_call
|
|
}
|
|
|
|
nsobject_t uitextfield_keyboardSceneDelegate( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyboardSceneDelegate" );
|
|
#define uitextfield_keyboardSceneDelegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_keyboardSceneDelegate_call( (id)object, methodSelector );
|
|
#undef uitextfield_keyboardSceneDelegate_call
|
|
}
|
|
|
|
nsobject_t uitextfield_leftAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "leftAnchor" );
|
|
#define uitextfield_leftAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_leftAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_leftAnchor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_safeAreaLayoutGuide( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "safeAreaLayoutGuide" );
|
|
#define uitextfield_safeAreaLayoutGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_safeAreaLayoutGuide_call( (id)object, methodSelector );
|
|
#undef uitextfield_safeAreaLayoutGuide_call
|
|
}
|
|
|
|
void uitextfield_setExclusiveTouch( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setExclusiveTouch:" );
|
|
#define uitextfield_setExclusiveTouch_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setExclusiveTouch_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setExclusiveTouch_call
|
|
}
|
|
|
|
void uitextfield_removeConstraint( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeConstraint:" );
|
|
#define uitextfield_removeConstraint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_removeConstraint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_removeConstraint_call
|
|
}
|
|
|
|
nsobject_t uitextfield_firstBaselineAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "firstBaselineAnchor" );
|
|
#define uitextfield_firstBaselineAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_firstBaselineAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_firstBaselineAnchor_call
|
|
}
|
|
|
|
void uitextfield_removeConstraints( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeConstraints:" );
|
|
#define uitextfield_removeConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_removeConstraints_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_removeConstraints_call
|
|
}
|
|
|
|
bool uitextfield_allowsGroupOpacity( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsGroupOpacity" );
|
|
#define uitextfield_allowsGroupOpacity_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_allowsGroupOpacity_call( (id)object, methodSelector );
|
|
#undef uitextfield_allowsGroupOpacity_call
|
|
}
|
|
|
|
void uitextfield_safeAreaInsetsDidChange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "safeAreaInsetsDidChange" );
|
|
#define uitextfield_safeAreaInsetsDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_safeAreaInsetsDidChange_call( (id)object, methodSelector );
|
|
#undef uitextfield_safeAreaInsetsDidChange_call
|
|
}
|
|
|
|
void uitextfield_didMoveToSuperview( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didMoveToSuperview" );
|
|
#define uitextfield_didMoveToSuperview_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_didMoveToSuperview_call( (id)object, methodSelector );
|
|
#undef uitextfield_didMoveToSuperview_call
|
|
}
|
|
|
|
bool uitextfield_isUserInteractionEnabled( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isUserInteractionEnabled" );
|
|
#define uitextfield_isUserInteractionEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isUserInteractionEnabled_call( (id)object, methodSelector );
|
|
#undef uitextfield_isUserInteractionEnabled_call
|
|
}
|
|
|
|
void uitextfield_addAnimation( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addAnimation:forKey:" );
|
|
#define uitextfield_addAnimation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_addAnimation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_addAnimation_call
|
|
}
|
|
|
|
void uitextfield_setContentScaleFactor( uitextfield_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentScaleFactor:" );
|
|
#define uitextfield_setContentScaleFactor_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContentScaleFactor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContentScaleFactor_call
|
|
}
|
|
|
|
void uitextfield_drawLayer( uitextfield_t object, nsobject_t arg0, CGContext* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawLayer:inContext:" );
|
|
#define uitextfield_drawLayer_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, CGContext* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_drawLayer_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_drawLayer_call
|
|
}
|
|
|
|
void uitextfield_layerWillDraw( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layerWillDraw:" );
|
|
#define uitextfield_layerWillDraw_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_layerWillDraw_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_layerWillDraw_call
|
|
}
|
|
|
|
nsobject_t uitextfield_actionForLayer( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "actionForLayer:forKey:" );
|
|
#define uitextfield_actionForLayer_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_actionForLayer_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_actionForLayer_call
|
|
}
|
|
|
|
void uitextfield_setAllowsGroupBlending( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowsGroupBlending:" );
|
|
#define uitextfield_setAllowsGroupBlending_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAllowsGroupBlending_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAllowsGroupBlending_call
|
|
}
|
|
|
|
void uitextfield_setNeedsDisplay( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsDisplay" );
|
|
#define uitextfield_setNeedsDisplay_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_setNeedsDisplay_call( (id)object, methodSelector );
|
|
#undef uitextfield_setNeedsDisplay_call
|
|
}
|
|
|
|
void uitextfield_exchangeSubviewAtIndex( uitextfield_t object, long long arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exchangeSubviewAtIndex:withSubviewAtIndex:" );
|
|
#define uitextfield_exchangeSubviewAtIndex_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_exchangeSubviewAtIndex_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_exchangeSubviewAtIndex_call
|
|
}
|
|
|
|
void uitextfield_bringSubviewToFront( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bringSubviewToFront:" );
|
|
#define uitextfield_bringSubviewToFront_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_bringSubviewToFront_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_bringSubviewToFront_call
|
|
}
|
|
|
|
NSDirectionalEdgeInsets uitextfield_directionalLayoutMargins( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "directionalLayoutMargins" );
|
|
#define uitextfield_directionalLayoutMargins_call( obj, selector ) ((NSDirectionalEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_directionalLayoutMargins_call( (id)object, methodSelector );
|
|
#undef uitextfield_directionalLayoutMargins_call
|
|
}
|
|
|
|
void uitextfield_setEdgesPreservingSuperviewLayoutMargins( uitextfield_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setEdgesPreservingSuperviewLayoutMargins:" );
|
|
#define uitextfield_setEdgesPreservingSuperviewLayoutMargins_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setEdgesPreservingSuperviewLayoutMargins_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setEdgesPreservingSuperviewLayoutMargins_call
|
|
}
|
|
|
|
CGRect uitextfield_alignmentRectForFrame( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alignmentRectForFrame:" );
|
|
#define uitextfield_alignmentRectForFrame_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_alignmentRectForFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_alignmentRectForFrame_call
|
|
}
|
|
|
|
bool uitextfield_allowsGroupBlending( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsGroupBlending" );
|
|
#define uitextfield_allowsGroupBlending_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_allowsGroupBlending_call( (id)object, methodSelector );
|
|
#undef uitextfield_allowsGroupBlending_call
|
|
}
|
|
|
|
void uitextfield_didAddSubview( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didAddSubview:" );
|
|
#define uitextfield_didAddSubview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_didAddSubview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_didAddSubview_call
|
|
}
|
|
|
|
void uitextfield_willRemoveSubview( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willRemoveSubview:" );
|
|
#define uitextfield_willRemoveSubview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_willRemoveSubview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_willRemoveSubview_call
|
|
}
|
|
|
|
bool uitextfield_drawViewHierarchyInRect( uitextfield_t object, CGRect arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawViewHierarchyInRect:afterScreenUpdates:" );
|
|
#define uitextfield_drawViewHierarchyInRect_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, CGRect, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_drawViewHierarchyInRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_drawViewHierarchyInRect_call
|
|
}
|
|
|
|
bool uitextfield_clipsToBounds( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clipsToBounds" );
|
|
#define uitextfield_clipsToBounds_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_clipsToBounds_call( (id)object, methodSelector );
|
|
#undef uitextfield_clipsToBounds_call
|
|
}
|
|
|
|
nsobject_t uitextfield_minimumContentSizeCategory( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "minimumContentSizeCategory" );
|
|
#define uitextfield_minimumContentSizeCategory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_minimumContentSizeCategory_call( (id)object, methodSelector );
|
|
#undef uitextfield_minimumContentSizeCategory_call
|
|
}
|
|
|
|
void uitextfield_setMinimumContentSizeCategory( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMinimumContentSizeCategory:" );
|
|
#define uitextfield_setMinimumContentSizeCategory_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setMinimumContentSizeCategory_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setMinimumContentSizeCategory_call
|
|
}
|
|
|
|
nsobject_t uitextfield_maximumContentSizeCategory( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "maximumContentSizeCategory" );
|
|
#define uitextfield_maximumContentSizeCategory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_maximumContentSizeCategory_call( (id)object, methodSelector );
|
|
#undef uitextfield_maximumContentSizeCategory_call
|
|
}
|
|
|
|
void uitextfield_setMaximumContentSizeCategory( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMaximumContentSizeCategory:" );
|
|
#define uitextfield_setMaximumContentSizeCategory_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setMaximumContentSizeCategory_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setMaximumContentSizeCategory_call
|
|
}
|
|
|
|
nsobject_t uitextfield_appliedContentSizeCategoryLimitsDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appliedContentSizeCategoryLimitsDescription" );
|
|
#define uitextfield_appliedContentSizeCategoryLimitsDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_appliedContentSizeCategoryLimitsDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_appliedContentSizeCategoryLimitsDescription_call
|
|
}
|
|
|
|
UIEdgeInsets uitextfield_hitTestInsets( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hitTestInsets" );
|
|
#define uitextfield_hitTestInsets_call( obj, selector ) ((UIEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_hitTestInsets_call( (id)object, methodSelector );
|
|
#undef uitextfield_hitTestInsets_call
|
|
}
|
|
|
|
void uitextfield_setHitTestInsets( uitextfield_t object, UIEdgeInsets arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setHitTestInsets:" );
|
|
#define uitextfield_setHitTestInsets_call( obj, selector, arg0 ) ((void (*)( id, SEL, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setHitTestInsets_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setHitTestInsets_call
|
|
}
|
|
|
|
NSDirectionalEdgeInsets uitextfield_hitTestDirectionalInsets( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hitTestDirectionalInsets" );
|
|
#define uitextfield_hitTestDirectionalInsets_call( obj, selector ) ((NSDirectionalEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_hitTestDirectionalInsets_call( (id)object, methodSelector );
|
|
#undef uitextfield_hitTestDirectionalInsets_call
|
|
}
|
|
|
|
void uitextfield_setHitTestDirectionalInsets( uitextfield_t object, NSDirectionalEdgeInsets arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setHitTestDirectionalInsets:" );
|
|
#define uitextfield_setHitTestDirectionalInsets_call( obj, selector, arg0 ) ((void (*)( id, SEL, NSDirectionalEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setHitTestDirectionalInsets_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setHitTestDirectionalInsets_call
|
|
}
|
|
|
|
void uitextfield_removeLayoutGuide( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeLayoutGuide:" );
|
|
#define uitextfield_removeLayoutGuide_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_removeLayoutGuide_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_removeLayoutGuide_call
|
|
}
|
|
|
|
void uitextfield_willMoveToSuperview( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willMoveToSuperview:" );
|
|
#define uitextfield_willMoveToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_willMoveToSuperview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_willMoveToSuperview_call
|
|
}
|
|
|
|
void uitextfield_setCompositingMode( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCompositingMode:" );
|
|
#define uitextfield_setCompositingMode_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setCompositingMode_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setCompositingMode_call
|
|
}
|
|
|
|
long long uitextfield_effectiveUserInterfaceLayoutDirection( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveUserInterfaceLayoutDirection" );
|
|
#define uitextfield_effectiveUserInterfaceLayoutDirection_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_effectiveUserInterfaceLayoutDirection_call( (id)object, methodSelector );
|
|
#undef uitextfield_effectiveUserInterfaceLayoutDirection_call
|
|
}
|
|
|
|
void uitextfield_setAutoresizesSubviews( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutoresizesSubviews:" );
|
|
#define uitextfield_setAutoresizesSubviews_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAutoresizesSubviews_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAutoresizesSubviews_call
|
|
}
|
|
|
|
float uitextfield_contentCompressionResistancePriorityForAxis( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentCompressionResistancePriorityForAxis:" );
|
|
#define uitextfield_contentCompressionResistancePriorityForAxis_call( obj, selector, arg0 ) ((float (*)( id, SEL, long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return uitextfield_contentCompressionResistancePriorityForAxis_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_contentCompressionResistancePriorityForAxis_call
|
|
}
|
|
|
|
CGRect uitextfield_frameForAlignmentRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameForAlignmentRect:" );
|
|
#define uitextfield_frameForAlignmentRect_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return uitextfield_frameForAlignmentRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_frameForAlignmentRect_call
|
|
}
|
|
|
|
void uitextfield_setTag( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTag:" );
|
|
#define uitextfield_setTag_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTag_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTag_call
|
|
}
|
|
|
|
long long uitextfield_semanticContentAttribute( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "semanticContentAttribute" );
|
|
#define uitextfield_semanticContentAttribute_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_semanticContentAttribute_call( (id)object, methodSelector );
|
|
#undef uitextfield_semanticContentAttribute_call
|
|
}
|
|
|
|
void uitextfield_setCharge( uitextfield_t object, float arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCharge:" );
|
|
#define uitextfield_setCharge_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setCharge_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setCharge_call
|
|
}
|
|
|
|
void uitextfield_setInsetsLayoutMarginsFromSafeArea( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInsetsLayoutMarginsFromSafeArea:" );
|
|
#define uitextfield_setInsetsLayoutMarginsFromSafeArea_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setInsetsLayoutMarginsFromSafeArea_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setInsetsLayoutMarginsFromSafeArea_call
|
|
}
|
|
|
|
nsobject_t uitextfield_snapshotViewAfterScreenUpdates( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "snapshotViewAfterScreenUpdates:" );
|
|
#define uitextfield_snapshotViewAfterScreenUpdates_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_snapshotViewAfterScreenUpdates_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_snapshotViewAfterScreenUpdates_call
|
|
}
|
|
|
|
float uitextfield_contentHuggingPriorityForAxis( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentHuggingPriorityForAxis:" );
|
|
#define uitextfield_contentHuggingPriorityForAxis_call( obj, selector, arg0 ) ((float (*)( id, SEL, long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return uitextfield_contentHuggingPriorityForAxis_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_contentHuggingPriorityForAxis_call
|
|
}
|
|
|
|
bool uitextfield_insetsLayoutMarginsFromSafeArea( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insetsLayoutMarginsFromSafeArea" );
|
|
#define uitextfield_insetsLayoutMarginsFromSafeArea_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_insetsLayoutMarginsFromSafeArea_call( (id)object, methodSelector );
|
|
#undef uitextfield_insetsLayoutMarginsFromSafeArea_call
|
|
}
|
|
|
|
void uitextfield_setFocusGroupIdentifier( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFocusGroupIdentifier:" );
|
|
#define uitextfield_setFocusGroupIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setFocusGroupIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setFocusGroupIdentifier_call
|
|
}
|
|
|
|
void uitextfield_setLargeContentTitle( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLargeContentTitle:" );
|
|
#define uitextfield_setLargeContentTitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLargeContentTitle_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLargeContentTitle_call
|
|
}
|
|
|
|
void uitextfield_setShowsLargeContentViewer( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShowsLargeContentViewer:" );
|
|
#define uitextfield_setShowsLargeContentViewer_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setShowsLargeContentViewer_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setShowsLargeContentViewer_call
|
|
}
|
|
|
|
nsobject_t uitextfield_recursiveDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "recursiveDescription" );
|
|
#define uitextfield_recursiveDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_recursiveDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_recursiveDescription_call
|
|
}
|
|
|
|
void uitextfield_setMultipleTouchEnabled( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMultipleTouchEnabled:" );
|
|
#define uitextfield_setMultipleTouchEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setMultipleTouchEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setMultipleTouchEnabled_call
|
|
}
|
|
|
|
void uitextfield_forceDisplayIfNeeded( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forceDisplayIfNeeded" );
|
|
#define uitextfield_forceDisplayIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_forceDisplayIfNeeded_call( (id)object, methodSelector );
|
|
#undef uitextfield_forceDisplayIfNeeded_call
|
|
}
|
|
|
|
CATransform3D uitextfield_transform3D( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "transform3D" );
|
|
#define uitextfield_transform3D_call( obj, selector ) ((CATransform3D (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_transform3D_call( (id)object, methodSelector );
|
|
#undef uitextfield_transform3D_call
|
|
}
|
|
|
|
void uitextfield_setTransform3D( uitextfield_t object, CATransform3D arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTransform3D:" );
|
|
#define uitextfield_setTransform3D_call( obj, selector, arg0 ) ((void (*)( id, SEL, CATransform3D ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setTransform3D_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setTransform3D_call
|
|
}
|
|
|
|
nsobject_t uitextfield_readableContentGuide( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "readableContentGuide" );
|
|
#define uitextfield_readableContentGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_readableContentGuide_call( (id)object, methodSelector );
|
|
#undef uitextfield_readableContentGuide_call
|
|
}
|
|
|
|
void uitextfield_setSafeAreaInsets( uitextfield_t object, UIEdgeInsets arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSafeAreaInsets:" );
|
|
#define uitextfield_setSafeAreaInsets_call( obj, selector, arg0 ) ((void (*)( id, SEL, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setSafeAreaInsets_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setSafeAreaInsets_call
|
|
}
|
|
|
|
unsigned long long uitextfield_edgesInsettingLayoutMarginsFromSafeArea( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "edgesInsettingLayoutMarginsFromSafeArea" );
|
|
#define uitextfield_edgesInsettingLayoutMarginsFromSafeArea_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_edgesInsettingLayoutMarginsFromSafeArea_call( (id)object, methodSelector );
|
|
#undef uitextfield_edgesInsettingLayoutMarginsFromSafeArea_call
|
|
}
|
|
|
|
bool uitextfield_layoutMarginsFollowReadableWidth( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutMarginsFollowReadableWidth" );
|
|
#define uitextfield_layoutMarginsFollowReadableWidth_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_layoutMarginsFollowReadableWidth_call( (id)object, methodSelector );
|
|
#undef uitextfield_layoutMarginsFollowReadableWidth_call
|
|
}
|
|
|
|
void uitextfield_setLayoutMarginsFollowReadableWidth( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLayoutMarginsFollowReadableWidth:" );
|
|
#define uitextfield_setLayoutMarginsFollowReadableWidth_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLayoutMarginsFollowReadableWidth_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLayoutMarginsFollowReadableWidth_call
|
|
}
|
|
|
|
bool uitextfield_needsUpdateConstraints( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "needsUpdateConstraints" );
|
|
#define uitextfield_needsUpdateConstraints_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_needsUpdateConstraints_call( (id)object, methodSelector );
|
|
#undef uitextfield_needsUpdateConstraints_call
|
|
}
|
|
|
|
nsobject_t uitextfield_viewWithTag( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewWithTag:" );
|
|
#define uitextfield_viewWithTag_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_viewWithTag_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_viewWithTag_call
|
|
}
|
|
|
|
bool uitextfield_endEditing( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endEditing:" );
|
|
#define uitextfield_endEditing_call( obj, selector, arg0 ) ((bool (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_endEditing_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_endEditing_call
|
|
}
|
|
|
|
void uitextfield_setOrigin( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setOrigin:" );
|
|
#define uitextfield_setOrigin_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setOrigin_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setOrigin_call
|
|
}
|
|
|
|
void uitextfield_setMaskView( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMaskView:" );
|
|
#define uitextfield_setMaskView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setMaskView_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setMaskView_call
|
|
}
|
|
|
|
void uitextfield_setDeliversTouchesForGesturesToSuperview( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDeliversTouchesForGesturesToSuperview:" );
|
|
#define uitextfield_setDeliversTouchesForGesturesToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setDeliversTouchesForGesturesToSuperview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setDeliversTouchesForGesturesToSuperview_call
|
|
}
|
|
|
|
bool uitextfield_autoresizesSubviews( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoresizesSubviews" );
|
|
#define uitextfield_autoresizesSubviews_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_autoresizesSubviews_call( (id)object, methodSelector );
|
|
#undef uitextfield_autoresizesSubviews_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_superitem( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_superitem" );
|
|
#define uitextfield_nsli_superitem_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_superitem_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_superitem_call
|
|
}
|
|
|
|
long long uitextfield_overrideUserInterfaceStyle( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "overrideUserInterfaceStyle" );
|
|
#define uitextfield_overrideUserInterfaceStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_overrideUserInterfaceStyle_call( (id)object, methodSelector );
|
|
#undef uitextfield_overrideUserInterfaceStyle_call
|
|
}
|
|
|
|
void uitextfield_setOverrideUserInterfaceStyle( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setOverrideUserInterfaceStyle:" );
|
|
#define uitextfield_setOverrideUserInterfaceStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setOverrideUserInterfaceStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setOverrideUserInterfaceStyle_call
|
|
}
|
|
|
|
nsobject_t uitextfield_layoutGuides( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutGuides" );
|
|
#define uitextfield_layoutGuides_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_layoutGuides_call( (id)object, methodSelector );
|
|
#undef uitextfield_layoutGuides_call
|
|
}
|
|
|
|
nsobject_t uitextfield_resizableSnapshotViewFromRect( uitextfield_t object, CGRect arg0, bool arg1, UIEdgeInsets arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resizableSnapshotViewFromRect:afterScreenUpdates:withCapInsets:" );
|
|
#define uitextfield_resizableSnapshotViewFromRect_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, CGRect, bool, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return uitextfield_resizableSnapshotViewFromRect_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_resizableSnapshotViewFromRect_call
|
|
}
|
|
|
|
void uitextfield_updateUserActivityState( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateUserActivityState:" );
|
|
#define uitextfield_updateUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_updateUserActivityState_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_updateUserActivityState_call
|
|
}
|
|
|
|
void uitextfield_restoreUserActivityState( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restoreUserActivityState:" );
|
|
#define uitextfield_restoreUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_restoreUserActivityState_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_restoreUserActivityState_call
|
|
}
|
|
|
|
void uitextfield_setNeedsDisplayOnBoundsChange( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsDisplayOnBoundsChange:" );
|
|
#define uitextfield_setNeedsDisplayOnBoundsChange_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setNeedsDisplayOnBoundsChange_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setNeedsDisplayOnBoundsChange_call
|
|
}
|
|
|
|
bool uitextfield_needsDisplayOnBoundsChange( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "needsDisplayOnBoundsChange" );
|
|
#define uitextfield_needsDisplayOnBoundsChange_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_needsDisplayOnBoundsChange_call( (id)object, methodSelector );
|
|
#undef uitextfield_needsDisplayOnBoundsChange_call
|
|
}
|
|
|
|
nsobject_t uitextfield_snapshotView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "snapshotView" );
|
|
#define uitextfield_snapshotView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_snapshotView_call( (id)object, methodSelector );
|
|
#undef uitextfield_snapshotView_call
|
|
}
|
|
|
|
bool uitextfield_clearsContextBeforeDrawing( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearsContextBeforeDrawing" );
|
|
#define uitextfield_clearsContextBeforeDrawing_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_clearsContextBeforeDrawing_call( (id)object, methodSelector );
|
|
#undef uitextfield_clearsContextBeforeDrawing_call
|
|
}
|
|
|
|
CGRect uitextfield_hitRect( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hitRect" );
|
|
#define uitextfield_hitRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_hitRect_call( (id)object, methodSelector );
|
|
#undef uitextfield_hitRect_call
|
|
}
|
|
|
|
void uitextfield_setClipsSubviews( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClipsSubviews:" );
|
|
#define uitextfield_setClipsSubviews_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClipsSubviews_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClipsSubviews_call
|
|
}
|
|
|
|
bool uitextfield_useBlockyMagnificationInClassic( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "useBlockyMagnificationInClassic" );
|
|
#define uitextfield_useBlockyMagnificationInClassic_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_useBlockyMagnificationInClassic_call( (id)object, methodSelector );
|
|
#undef uitextfield_useBlockyMagnificationInClassic_call
|
|
}
|
|
|
|
float uitextfield_charge( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "charge" );
|
|
#define uitextfield_charge_call( obj, selector ) ((float (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_charge_call( (id)object, methodSelector );
|
|
#undef uitextfield_charge_call
|
|
}
|
|
|
|
nsobject_t uitextfield_inputResponderController( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inputResponderController" );
|
|
#define uitextfield_inputResponderController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_inputResponderController_call( (id)object, methodSelector );
|
|
#undef uitextfield_inputResponderController_call
|
|
}
|
|
|
|
bool uitextfield_showsLargeContentViewer( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showsLargeContentViewer" );
|
|
#define uitextfield_showsLargeContentViewer_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_showsLargeContentViewer_call( (id)object, methodSelector );
|
|
#undef uitextfield_showsLargeContentViewer_call
|
|
}
|
|
|
|
void uitextfield_setLargeContentImage( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLargeContentImage:" );
|
|
#define uitextfield_setLargeContentImage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLargeContentImage_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLargeContentImage_call
|
|
}
|
|
|
|
void uitextfield_setScalesLargeContentImage( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setScalesLargeContentImage:" );
|
|
#define uitextfield_setScalesLargeContentImage_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setScalesLargeContentImage_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setScalesLargeContentImage_call
|
|
}
|
|
|
|
void uitextfield_setLargeContentImageInsets( uitextfield_t object, UIEdgeInsets arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLargeContentImageInsets:" );
|
|
#define uitextfield_setLargeContentImageInsets_call( obj, selector, arg0 ) ((void (*)( id, SEL, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setLargeContentImageInsets_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setLargeContentImageInsets_call
|
|
}
|
|
|
|
CGPoint uitextfield_frameOrigin( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameOrigin" );
|
|
#define uitextfield_frameOrigin_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_frameOrigin_call( (id)object, methodSelector );
|
|
#undef uitextfield_frameOrigin_call
|
|
}
|
|
|
|
int uitextfield_textEffectsVisibilityLevel( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textEffectsVisibilityLevel" );
|
|
#define uitextfield_textEffectsVisibilityLevel_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textEffectsVisibilityLevel_call( (id)object, methodSelector );
|
|
#undef uitextfield_textEffectsVisibilityLevel_call
|
|
}
|
|
|
|
nsobject_t uitextfield_gestureParent( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureParent" );
|
|
#define uitextfield_gestureParent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_gestureParent_call( (id)object, methodSelector );
|
|
#undef uitextfield_gestureParent_call
|
|
}
|
|
|
|
nsobject_t uitextfield_maskView( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "maskView" );
|
|
#define uitextfield_maskView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_maskView_call( (id)object, methodSelector );
|
|
#undef uitextfield_maskView_call
|
|
}
|
|
|
|
nsobject_t uitextfield_focusGuides( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "focusGuides" );
|
|
#define uitextfield_focusGuides_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_focusGuides_call( (id)object, methodSelector );
|
|
#undef uitextfield_focusGuides_call
|
|
}
|
|
|
|
void uitextfield_reduceWidth( uitextfield_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "reduceWidth:" );
|
|
#define uitextfield_reduceWidth_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_reduceWidth_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_reduceWidth_call
|
|
}
|
|
|
|
int uitextfield_textEffectsVisibilityLevelInKeyboardWindow( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textEffectsVisibilityLevelInKeyboardWindow" );
|
|
#define uitextfield_textEffectsVisibilityLevelInKeyboardWindow_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textEffectsVisibilityLevelInKeyboardWindow_call( (id)object, methodSelector );
|
|
#undef uitextfield_textEffectsVisibilityLevelInKeyboardWindow_call
|
|
}
|
|
|
|
void uitextfield_recursivelyForceDisplayIfNeeded( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "recursivelyForceDisplayIfNeeded" );
|
|
#define uitextfield_recursivelyForceDisplayIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_recursivelyForceDisplayIfNeeded_call( (id)object, methodSelector );
|
|
#undef uitextfield_recursivelyForceDisplayIfNeeded_call
|
|
}
|
|
|
|
void uitextfield_constraintsDidChangeInEngine( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constraintsDidChangeInEngine:" );
|
|
#define uitextfield_constraintsDidChangeInEngine_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_constraintsDidChangeInEngine_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_constraintsDidChangeInEngine_call
|
|
}
|
|
|
|
void uitextfield_resizeSubviewsWithOldSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resizeSubviewsWithOldSize:" );
|
|
#define uitextfield_resizeSubviewsWithOldSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_resizeSubviewsWithOldSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_resizeSubviewsWithOldSize_call
|
|
}
|
|
|
|
nsobject_t uitextfield_viewPrintFormatter( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewPrintFormatter" );
|
|
#define uitextfield_viewPrintFormatter_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_viewPrintFormatter_call( (id)object, methodSelector );
|
|
#undef uitextfield_viewPrintFormatter_call
|
|
}
|
|
|
|
bool uitextfield_deliversButtonsForGesturesToSuperview( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "deliversButtonsForGesturesToSuperview" );
|
|
#define uitextfield_deliversButtonsForGesturesToSuperview_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_deliversButtonsForGesturesToSuperview_call( (id)object, methodSelector );
|
|
#undef uitextfield_deliversButtonsForGesturesToSuperview_call
|
|
}
|
|
|
|
void uitextfield_setGestureRecognizers( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setGestureRecognizers:" );
|
|
#define uitextfield_setGestureRecognizers_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setGestureRecognizers_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setGestureRecognizers_call
|
|
}
|
|
|
|
bool uitextfield_deliversTouchesForGesturesToSuperview( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "deliversTouchesForGesturesToSuperview" );
|
|
#define uitextfield_deliversTouchesForGesturesToSuperview_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_deliversTouchesForGesturesToSuperview_call( (id)object, methodSelector );
|
|
#undef uitextfield_deliversTouchesForGesturesToSuperview_call
|
|
}
|
|
|
|
bool uitextfield_isMultipleTouchEnabled( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMultipleTouchEnabled" );
|
|
#define uitextfield_isMultipleTouchEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isMultipleTouchEnabled_call( (id)object, methodSelector );
|
|
#undef uitextfield_isMultipleTouchEnabled_call
|
|
}
|
|
|
|
void uitextfield_movedToSuperview( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "movedToSuperview:" );
|
|
#define uitextfield_movedToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_movedToSuperview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_movedToSuperview_call
|
|
}
|
|
|
|
void uitextfield_set_ui_frame( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "set_ui_frame:" );
|
|
#define uitextfield_set_ui_frame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_set_ui_frame_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_set_ui_frame_call
|
|
}
|
|
|
|
void uitextfield_set_ui_usesManualLayout( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "set_ui_usesManualLayout:" );
|
|
#define uitextfield_set_ui_usesManualLayout_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_set_ui_usesManualLayout_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_set_ui_usesManualLayout_call
|
|
}
|
|
|
|
long long uitextfield_compareTextEffectsOrdering( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "compareTextEffectsOrdering:" );
|
|
#define uitextfield_compareTextEffectsOrdering_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_compareTextEffectsOrdering_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_compareTextEffectsOrdering_call
|
|
}
|
|
|
|
nsobject_t uitextfield_viewForBaselineLayout( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewForBaselineLayout" );
|
|
#define uitextfield_viewForBaselineLayout_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_viewForBaselineLayout_call( (id)object, methodSelector );
|
|
#undef uitextfield_viewForBaselineLayout_call
|
|
}
|
|
|
|
CGSize uitextfield_nsli_engineToUserScalingCoefficients( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_engineToUserScalingCoefficients" );
|
|
#define uitextfield_nsli_engineToUserScalingCoefficients_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_engineToUserScalingCoefficients_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_engineToUserScalingCoefficients_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_minYVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_minYVariable" );
|
|
#define uitextfield_nsli_minYVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_minYVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_minYVariable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_boundsHeightVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_boundsHeightVariable" );
|
|
#define uitextfield_nsli_boundsHeightVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_boundsHeightVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_boundsHeightVariable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_boundsWidthVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_boundsWidthVariable" );
|
|
#define uitextfield_nsli_boundsWidthVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_boundsWidthVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_boundsWidthVariable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_minXVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_minXVariable" );
|
|
#define uitextfield_nsli_minXVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_minXVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_minXVariable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_contentHeightVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_contentHeightVariable" );
|
|
#define uitextfield_nsli_contentHeightVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_contentHeightVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_contentHeightVariable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_contentWidthVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_contentWidthVariable" );
|
|
#define uitextfield_nsli_contentWidthVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_contentWidthVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_contentWidthVariable_call
|
|
}
|
|
|
|
void uitextfield_exerciseAmbiguityInLayout( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exerciseAmbiguityInLayout" );
|
|
#define uitextfield_exerciseAmbiguityInLayout_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_exerciseAmbiguityInLayout_call( (id)object, methodSelector );
|
|
#undef uitextfield_exerciseAmbiguityInLayout_call
|
|
}
|
|
|
|
bool uitextfield_hasAmbiguousLayout( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasAmbiguousLayout" );
|
|
#define uitextfield_hasAmbiguousLayout_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_hasAmbiguousLayout_call( (id)object, methodSelector );
|
|
#undef uitextfield_hasAmbiguousLayout_call
|
|
}
|
|
|
|
void uitextfield_nsli_addConstraint( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_addConstraint:" );
|
|
#define uitextfield_nsli_addConstraint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_nsli_addConstraint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsli_addConstraint_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_layoutMarginsItem( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_layoutMarginsItem" );
|
|
#define uitextfield_nsli_layoutMarginsItem_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_layoutMarginsItem_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_layoutMarginsItem_call
|
|
}
|
|
|
|
bool uitextfield_nsli_removeConstraint( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_removeConstraint:" );
|
|
#define uitextfield_nsli_removeConstraint_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsli_removeConstraint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsli_removeConstraint_call
|
|
}
|
|
|
|
nsobject_t uitextfield_constraintsAffectingLayoutForAxis( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constraintsAffectingLayoutForAxis:" );
|
|
#define uitextfield_constraintsAffectingLayoutForAxis_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_constraintsAffectingLayoutForAxis_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_constraintsAffectingLayoutForAxis_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_layoutEngine( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_layoutEngine" );
|
|
#define uitextfield_nsli_layoutEngine_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_layoutEngine_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_layoutEngine_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_installedConstraints( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_installedConstraints" );
|
|
#define uitextfield_nsli_installedConstraints_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_installedConstraints_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_installedConstraints_call
|
|
}
|
|
|
|
double uitextfield_nsli_marginOffsetForAttribute( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_marginOffsetForAttribute:" );
|
|
#define uitextfield_nsli_marginOffsetForAttribute_call( obj, selector, arg0 ) ((double (*)( id, SEL, long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return uitextfield_nsli_marginOffsetForAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsli_marginOffsetForAttribute_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_description( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_description" );
|
|
#define uitextfield_nsli_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_description_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_description_call
|
|
}
|
|
|
|
CGSize uitextfield_nsli_engineToUserScalingCoefficientsInEngine( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_engineToUserScalingCoefficientsInEngine:" );
|
|
#define uitextfield_nsli_engineToUserScalingCoefficientsInEngine_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsli_engineToUserScalingCoefficientsInEngine_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsli_engineToUserScalingCoefficientsInEngine_call
|
|
}
|
|
|
|
bool uitextfield_nsli_lowerAttribute( uitextfield_t object, int arg0, nsobject_t arg1, double arg2, nsobject_t arg3, nsobject_t arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_lowerAttribute:intoExpression:withCoefficient:forConstraint:onBehalfOfLayoutGuide:" );
|
|
#define uitextfield_nsli_lowerAttribute_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((bool (*)( id, SEL, int, nsobject_t, double, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
return uitextfield_nsli_lowerAttribute_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef uitextfield_nsli_lowerAttribute_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_contentXOffsetVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_contentXOffsetVariable" );
|
|
#define uitextfield_nsli_contentXOffsetVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_contentXOffsetVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_contentXOffsetVariable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_contentYOffsetVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_contentYOffsetVariable" );
|
|
#define uitextfield_nsli_contentYOffsetVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_contentYOffsetVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_contentYOffsetVariable_call
|
|
}
|
|
|
|
bool uitextfield_nsli_defaultResolvedValue( uitextfield_t object, double* arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_defaultResolvedValue:forSymbolicConstant:inConstraint:error:" );
|
|
#define uitextfield_nsli_defaultResolvedValue_call( obj, selector, arg0, arg1, arg2, arg3 ) ((bool (*)( id, SEL, double*, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uitextfield_nsli_defaultResolvedValue_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_nsli_defaultResolvedValue_call
|
|
}
|
|
|
|
void uitextfield_nsis_valueOfVariable( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_valueOfVariable:didChangeInEngine:" );
|
|
#define uitextfield_nsis_valueOfVariable_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_nsis_valueOfVariable_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_nsis_valueOfVariable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsis_descriptionOfVariable( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_descriptionOfVariable:" );
|
|
#define uitextfield_nsis_descriptionOfVariable_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsis_descriptionOfVariable_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsis_descriptionOfVariable_call
|
|
}
|
|
|
|
int uitextfield_nsis_orientationHintForVariable( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_orientationHintForVariable:" );
|
|
#define uitextfield_nsis_orientationHintForVariable_call( obj, selector, arg0 ) ((int (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsis_orientationHintForVariable_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsis_orientationHintForVariable_call
|
|
}
|
|
|
|
bool uitextfield_nsis_shouldIntegralizeVariable( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_shouldIntegralizeVariable:" );
|
|
#define uitextfield_nsis_shouldIntegralizeVariable_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsis_shouldIntegralizeVariable_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsis_shouldIntegralizeVariable_call
|
|
}
|
|
|
|
bool uitextfield_nsis_valueOfVariableIsUserObservable( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_valueOfVariableIsUserObservable:" );
|
|
#define uitextfield_nsis_valueOfVariableIsUserObservable_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsis_valueOfVariableIsUserObservable_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsis_valueOfVariableIsUserObservable_call
|
|
}
|
|
|
|
CGSize uitextfield_nsli_convertSizeToEngineSpace( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_convertSizeToEngineSpace:" );
|
|
#define uitextfield_nsli_convertSizeToEngineSpace_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsli_convertSizeToEngineSpace_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsli_convertSizeToEngineSpace_call
|
|
}
|
|
|
|
CGSize uitextfield_nsli_convertSizeFromEngineSpace( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_convertSizeFromEngineSpace:" );
|
|
#define uitextfield_nsli_convertSizeFromEngineSpace_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsli_convertSizeFromEngineSpace_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsli_convertSizeFromEngineSpace_call
|
|
}
|
|
|
|
bool uitextfield_nsli_resolvedValue( uitextfield_t object, double* arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_resolvedValue:forSymbolicConstant:inConstraint:error:" );
|
|
#define uitextfield_nsli_resolvedValue_call( obj, selector, arg0, arg1, arg2, arg3 ) ((bool (*)( id, SEL, double*, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uitextfield_nsli_resolvedValue_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_nsli_resolvedValue_call
|
|
}
|
|
|
|
bool uitextfield_nsli_descriptionIncludesPointer( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_descriptionIncludesPointer" );
|
|
#define uitextfield_nsli_descriptionIncludesPointer_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_descriptionIncludesPointer_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_descriptionIncludesPointer_call
|
|
}
|
|
|
|
unsigned long long uitextfield_nsli_autoresizingMask( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_autoresizingMask" );
|
|
#define uitextfield_nsli_autoresizingMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_autoresizingMask_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_autoresizingMask_call
|
|
}
|
|
|
|
bool uitextfield_nsli_isFlipped( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_isFlipped" );
|
|
#define uitextfield_nsli_isFlipped_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_isFlipped_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_isFlipped_call
|
|
}
|
|
|
|
bool uitextfield_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_isCollectingConstraintChangesForLaterCoordinatedFlush:" );
|
|
#define uitextfield_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush_call
|
|
}
|
|
|
|
bool uitextfield_nsli_canHostIndependentVariableAnchor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_canHostIndependentVariableAnchor" );
|
|
#define uitextfield_nsli_canHostIndependentVariableAnchor_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_canHostIndependentVariableAnchor_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_canHostIndependentVariableAnchor_call
|
|
}
|
|
|
|
bool uitextfield_nsli_isLegalConstraintItem( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_isLegalConstraintItem" );
|
|
#define uitextfield_nsli_isLegalConstraintItem_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_isLegalConstraintItem_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_isLegalConstraintItem_call
|
|
}
|
|
|
|
bool uitextfield_nsli_isRTL( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_isRTL" );
|
|
#define uitextfield_nsli_isRTL_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_isRTL_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_isRTL_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_layoutAnchorForAttribute( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_layoutAnchorForAttribute:" );
|
|
#define uitextfield_nsli_layoutAnchorForAttribute_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_nsli_layoutAnchorForAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_nsli_layoutAnchorForAttribute_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_constraintWithAnchor( uitextfield_t object, nsobject_t arg0, long long arg1, nsobject_t arg2, double arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_constraintWithAnchor:relatedBy:toAnchor:withSystemSpacingMultipliedBy:" );
|
|
#define uitextfield_nsli_constraintWithAnchor_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long, nsobject_t, double ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uitextfield_nsli_constraintWithAnchor_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_nsli_constraintWithAnchor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_widthVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_widthVariable" );
|
|
#define uitextfield_nsli_widthVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_widthVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_widthVariable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nsli_heightVariable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_heightVariable" );
|
|
#define uitextfield_nsli_heightVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nsli_heightVariable_call( (id)object, methodSelector );
|
|
#undef uitextfield_nsli_heightVariable_call
|
|
}
|
|
|
|
void uitextfield_solutionDidChangeInEngine( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "solutionDidChangeInEngine:" );
|
|
#define uitextfield_solutionDidChangeInEngine_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_solutionDidChangeInEngine_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_solutionDidChangeInEngine_call
|
|
}
|
|
|
|
nsobject_t uitextfield_engine( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "engine:markerForConstraintToBreakAmongConstraints:" );
|
|
#define uitextfield_engine_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_engine_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_engine_call
|
|
}
|
|
|
|
void uitextfield_stopSettingPresentationValueForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "stopSettingPresentationValueForKey:" );
|
|
#define uitextfield_stopSettingPresentationValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_stopSettingPresentationValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_stopSettingPresentationValueForKey_call
|
|
}
|
|
|
|
void uitextfield_setContentsPosition( uitextfield_t object, int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentsPosition:" );
|
|
#define uitextfield_setContentsPosition_call( obj, selector, arg0 ) ((void (*)( id, SEL, int ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContentsPosition_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContentsPosition_call
|
|
}
|
|
|
|
void uitextfield_setContentStretch( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentStretch:" );
|
|
#define uitextfield_setContentStretch_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setContentStretch_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setContentStretch_call
|
|
}
|
|
|
|
bool uitextfield_wantsDeepColorDrawing( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsDeepColorDrawing" );
|
|
#define uitextfield_wantsDeepColorDrawing_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_wantsDeepColorDrawing_call( (id)object, methodSelector );
|
|
#undef uitextfield_wantsDeepColorDrawing_call
|
|
}
|
|
|
|
void uitextfield_setWantsDeepColorDrawing( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWantsDeepColorDrawing:" );
|
|
#define uitextfield_setWantsDeepColorDrawing_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setWantsDeepColorDrawing_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setWantsDeepColorDrawing_call
|
|
}
|
|
|
|
void uitextfield_setClearsContextBeforeDrawing( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClearsContextBeforeDrawing:" );
|
|
#define uitextfield_setClearsContextBeforeDrawing_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClearsContextBeforeDrawing_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClearsContextBeforeDrawing_call
|
|
}
|
|
|
|
void uitextfield_removeAllGestureRecognizers( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeAllGestureRecognizers" );
|
|
#define uitextfield_removeAllGestureRecognizers_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_removeAllGestureRecognizers_call( (id)object, methodSelector );
|
|
#undef uitextfield_removeAllGestureRecognizers_call
|
|
}
|
|
|
|
unsigned long long uitextfield_edgesPreservingSuperviewLayoutMargins( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "edgesPreservingSuperviewLayoutMargins" );
|
|
#define uitextfield_edgesPreservingSuperviewLayoutMargins_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_edgesPreservingSuperviewLayoutMargins_call( (id)object, methodSelector );
|
|
#undef uitextfield_edgesPreservingSuperviewLayoutMargins_call
|
|
}
|
|
|
|
void uitextfield_setInteractionTintColor( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInteractionTintColor:" );
|
|
#define uitextfield_setInteractionTintColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setInteractionTintColor_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setInteractionTintColor_call
|
|
}
|
|
|
|
nsobject_t uitextfield_interactionTintColor( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "interactionTintColor" );
|
|
#define uitextfield_interactionTintColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_interactionTintColor_call( (id)object, methodSelector );
|
|
#undef uitextfield_interactionTintColor_call
|
|
}
|
|
|
|
long long uitextfield_compositingMode( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "compositingMode" );
|
|
#define uitextfield_compositingMode_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_compositingMode_call( (id)object, methodSelector );
|
|
#undef uitextfield_compositingMode_call
|
|
}
|
|
|
|
nsobject_t uitextfield_keyboardLayoutGuide( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyboardLayoutGuide" );
|
|
#define uitextfield_keyboardLayoutGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_keyboardLayoutGuide_call( (id)object, methodSelector );
|
|
#undef uitextfield_keyboardLayoutGuide_call
|
|
}
|
|
|
|
nsobject_t uitextfield_resizableSnapshotFromRect( uitextfield_t object, CGRect arg0, UIEdgeInsets arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resizableSnapshotFromRect:withCapInsets:" );
|
|
#define uitextfield_resizableSnapshotFromRect_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, CGRect, UIEdgeInsets ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_resizableSnapshotFromRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_resizableSnapshotFromRect_call
|
|
}
|
|
|
|
void uitextfield_setFocusGroupPriority( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFocusGroupPriority:" );
|
|
#define uitextfield_setFocusGroupPriority_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setFocusGroupPriority_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setFocusGroupPriority_call
|
|
}
|
|
|
|
void uitextfield_resizeWithOldSuperviewSize( uitextfield_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resizeWithOldSuperviewSize:" );
|
|
#define uitextfield_resizeWithOldSuperviewSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_resizeWithOldSuperviewSize_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_resizeWithOldSuperviewSize_call
|
|
}
|
|
|
|
bool uitextfield_isExclusiveTouch( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isExclusiveTouch" );
|
|
#define uitextfield_isExclusiveTouch_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isExclusiveTouch_call( (id)object, methodSelector );
|
|
#undef uitextfield_isExclusiveTouch_call
|
|
}
|
|
|
|
void uitextfield_setRotationBy( uitextfield_t object, float arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRotationBy:" );
|
|
#define uitextfield_setRotationBy_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setRotationBy_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setRotationBy_call
|
|
}
|
|
|
|
bool uitextfield_viewTraversalMark( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewTraversalMark" );
|
|
#define uitextfield_viewTraversalMark_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_viewTraversalMark_call( (id)object, methodSelector );
|
|
#undef uitextfield_viewTraversalMark_call
|
|
}
|
|
|
|
void uitextfield_setViewTraversalMark( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setViewTraversalMark:" );
|
|
#define uitextfield_setViewTraversalMark_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setViewTraversalMark_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setViewTraversalMark_call
|
|
}
|
|
|
|
void uitextfield_deferredBecomeFirstResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "deferredBecomeFirstResponder" );
|
|
#define uitextfield_deferredBecomeFirstResponder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_deferredBecomeFirstResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_deferredBecomeFirstResponder_call
|
|
}
|
|
|
|
void uitextfield_movedFromSuperview( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "movedFromSuperview:" );
|
|
#define uitextfield_movedFromSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_movedFromSuperview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_movedFromSuperview_call
|
|
}
|
|
|
|
void uitextfield_viewWillMoveToSuperview( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewWillMoveToSuperview:" );
|
|
#define uitextfield_viewWillMoveToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_viewWillMoveToSuperview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_viewWillMoveToSuperview_call
|
|
}
|
|
|
|
void uitextfield_viewDidMoveToSuperview( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewDidMoveToSuperview" );
|
|
#define uitextfield_viewDidMoveToSuperview_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_viewDidMoveToSuperview_call( (id)object, methodSelector );
|
|
#undef uitextfield_viewDidMoveToSuperview_call
|
|
}
|
|
|
|
void uitextfield_movedFromWindow( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "movedFromWindow:" );
|
|
#define uitextfield_movedFromWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_movedFromWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_movedFromWindow_call
|
|
}
|
|
|
|
void uitextfield_movedToWindow( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "movedToWindow:" );
|
|
#define uitextfield_movedToWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_movedToWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_movedToWindow_call
|
|
}
|
|
|
|
void uitextfield_setClearsContext( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClearsContext:" );
|
|
#define uitextfield_setClearsContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setClearsContext_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setClearsContext_call
|
|
}
|
|
|
|
CGRect uitextfield_contentStretch( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentStretch" );
|
|
#define uitextfield_contentStretch_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_contentStretch_call( (id)object, methodSelector );
|
|
#undef uitextfield_contentStretch_call
|
|
}
|
|
|
|
void uitextfield_setFixedBackgroundPattern( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFixedBackgroundPattern:" );
|
|
#define uitextfield_setFixedBackgroundPattern_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setFixedBackgroundPattern_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setFixedBackgroundPattern_call
|
|
}
|
|
|
|
CGImage* uitextfield_newSnapshotWithRect( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "newSnapshotWithRect:" );
|
|
#define uitextfield_newSnapshotWithRect_call( obj, selector, arg0 ) ((CGImage* (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_newSnapshotWithRect_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_newSnapshotWithRect_call
|
|
}
|
|
|
|
bool uitextfield_skipsSubviewEnumeration( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "skipsSubviewEnumeration" );
|
|
#define uitextfield_skipsSubviewEnumeration_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_skipsSubviewEnumeration_call( (id)object, methodSelector );
|
|
#undef uitextfield_skipsSubviewEnumeration_call
|
|
}
|
|
|
|
void uitextfield_setSkipsSubviewEnumeration( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSkipsSubviewEnumeration:" );
|
|
#define uitextfield_setSkipsSubviewEnumeration_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setSkipsSubviewEnumeration_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setSkipsSubviewEnumeration_call
|
|
}
|
|
|
|
void uitextfield_setDeliversButtonsForGesturesToSuperview( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDeliversButtonsForGesturesToSuperview:" );
|
|
#define uitextfield_setDeliversButtonsForGesturesToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setDeliversButtonsForGesturesToSuperview_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setDeliversButtonsForGesturesToSuperview_call
|
|
}
|
|
|
|
nsobject_t uitextfield_scriptingInfoWithChildren( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scriptingInfoWithChildren" );
|
|
#define uitextfield_scriptingInfoWithChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_scriptingInfoWithChildren_call( (id)object, methodSelector );
|
|
#undef uitextfield_scriptingInfoWithChildren_call
|
|
}
|
|
|
|
void uitextfield_doesNotRecognizeSelector( uitextfield_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
|
|
#define uitextfield_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_doesNotRecognizeSelector_call
|
|
}
|
|
|
|
long long uitextfield_selectionAffinity( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "selectionAffinity" );
|
|
#define uitextfield_selectionAffinity_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_selectionAffinity_call( (id)object, methodSelector );
|
|
#undef uitextfield_selectionAffinity_call
|
|
}
|
|
|
|
bool uitextfield_isFirstResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFirstResponder" );
|
|
#define uitextfield_isFirstResponder_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isFirstResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_isFirstResponder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_firstResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "firstResponder" );
|
|
#define uitextfield_firstResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_firstResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_firstResponder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_keyCommands( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyCommands" );
|
|
#define uitextfield_keyCommands_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_keyCommands_call( (id)object, methodSelector );
|
|
#undef uitextfield_keyCommands_call
|
|
}
|
|
|
|
nsobject_t uitextfield_inputViewController( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inputViewController" );
|
|
#define uitextfield_inputViewController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_inputViewController_call( (id)object, methodSelector );
|
|
#undef uitextfield_inputViewController_call
|
|
}
|
|
|
|
long long uitextfield_editingInteractionConfiguration( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "editingInteractionConfiguration" );
|
|
#define uitextfield_editingInteractionConfiguration_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_editingInteractionConfiguration_call( (id)object, methodSelector );
|
|
#undef uitextfield_editingInteractionConfiguration_call
|
|
}
|
|
|
|
nsobject_t uitextfield_inputAssistantItem( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inputAssistantItem" );
|
|
#define uitextfield_inputAssistantItem_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_inputAssistantItem_call( (id)object, methodSelector );
|
|
#undef uitextfield_inputAssistantItem_call
|
|
}
|
|
|
|
void uitextfield_reloadInputViews( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "reloadInputViews" );
|
|
#define uitextfield_reloadInputViews_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_reloadInputViews_call( (id)object, methodSelector );
|
|
#undef uitextfield_reloadInputViews_call
|
|
}
|
|
|
|
nsobject_t uitextfield_userActivity( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userActivity" );
|
|
#define uitextfield_userActivity_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_userActivity_call( (id)object, methodSelector );
|
|
#undef uitextfield_userActivity_call
|
|
}
|
|
|
|
nsobject_t uitextfield_targetForAction( uitextfield_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "targetForAction:withSender:" );
|
|
#define uitextfield_targetForAction_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_targetForAction_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_targetForAction_call
|
|
}
|
|
|
|
nsobject_t uitextfield_restorationIdentifier( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restorationIdentifier" );
|
|
#define uitextfield_restorationIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_restorationIdentifier_call( (id)object, methodSelector );
|
|
#undef uitextfield_restorationIdentifier_call
|
|
}
|
|
|
|
void uitextfield_setRestorationIdentifier( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setRestorationIdentifier:" );
|
|
#define uitextfield_setRestorationIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setRestorationIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setRestorationIdentifier_call
|
|
}
|
|
|
|
void uitextfield_setUserActivity( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUserActivity:" );
|
|
#define uitextfield_setUserActivity_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setUserActivity_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setUserActivity_call
|
|
}
|
|
|
|
nsobject_t uitextfield_pasteConfiguration( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pasteConfiguration" );
|
|
#define uitextfield_pasteConfiguration_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_pasteConfiguration_call( (id)object, methodSelector );
|
|
#undef uitextfield_pasteConfiguration_call
|
|
}
|
|
|
|
nsobject_t uitextfield_activityItemsConfiguration( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "activityItemsConfiguration" );
|
|
#define uitextfield_activityItemsConfiguration_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_activityItemsConfiguration_call( (id)object, methodSelector );
|
|
#undef uitextfield_activityItemsConfiguration_call
|
|
}
|
|
|
|
void uitextfield_setActivityItemsConfiguration( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setActivityItemsConfiguration:" );
|
|
#define uitextfield_setActivityItemsConfiguration_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setActivityItemsConfiguration_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setActivityItemsConfiguration_call
|
|
}
|
|
|
|
nsobject_t uitextfield_inputAccessoryViewController( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inputAccessoryViewController" );
|
|
#define uitextfield_inputAccessoryViewController_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_inputAccessoryViewController_call( (id)object, methodSelector );
|
|
#undef uitextfield_inputAccessoryViewController_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textInputSuggestionDelegate( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textInputSuggestionDelegate" );
|
|
#define uitextfield_textInputSuggestionDelegate_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textInputSuggestionDelegate_call( (id)object, methodSelector );
|
|
#undef uitextfield_textInputSuggestionDelegate_call
|
|
}
|
|
|
|
void uitextfield_set_textInputSource( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "set_textInputSource:" );
|
|
#define uitextfield_set_textInputSource_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_set_textInputSource_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_set_textInputSource_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textInputContextIdentifier( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textInputContextIdentifier" );
|
|
#define uitextfield_textInputContextIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textInputContextIdentifier_call( (id)object, methodSelector );
|
|
#undef uitextfield_textInputContextIdentifier_call
|
|
}
|
|
|
|
nsobject_t uitextfield_textInputMode( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textInputMode" );
|
|
#define uitextfield_textInputMode_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_textInputMode_call( (id)object, methodSelector );
|
|
#undef uitextfield_textInputMode_call
|
|
}
|
|
|
|
void uitextfield_remoteControlReceivedWithEvent( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "remoteControlReceivedWithEvent:" );
|
|
#define uitextfield_remoteControlReceivedWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_remoteControlReceivedWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_remoteControlReceivedWithEvent_call
|
|
}
|
|
|
|
void uitextfield_motionBegan( uitextfield_t object, long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "motionBegan:withEvent:" );
|
|
#define uitextfield_motionBegan_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_motionBegan_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_motionBegan_call
|
|
}
|
|
|
|
void uitextfield_motionEnded( uitextfield_t object, long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "motionEnded:withEvent:" );
|
|
#define uitextfield_motionEnded_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_motionEnded_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_motionEnded_call
|
|
}
|
|
|
|
void uitextfield_motionCancelled( uitextfield_t object, long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "motionCancelled:withEvent:" );
|
|
#define uitextfield_motionCancelled_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_motionCancelled_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_motionCancelled_call
|
|
}
|
|
|
|
void uitextfield_buildMenuWithBuilder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "buildMenuWithBuilder:" );
|
|
#define uitextfield_buildMenuWithBuilder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_buildMenuWithBuilder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_buildMenuWithBuilder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nextFirstResponder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nextFirstResponder" );
|
|
#define uitextfield_nextFirstResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nextFirstResponder_call( (id)object, methodSelector );
|
|
#undef uitextfield_nextFirstResponder_call
|
|
}
|
|
|
|
void uitextfield_updateTextAttributesWithConversionHandler( uitextfield_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateTextAttributesWithConversionHandler:" );
|
|
#define uitextfield_updateTextAttributesWithConversionHandler_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_updateTextAttributesWithConversionHandler_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_updateTextAttributesWithConversionHandler_call
|
|
}
|
|
|
|
void uitextfield_scrollWheel( uitextfield_t object, __GSEvent* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scrollWheel:" );
|
|
#define uitextfield_scrollWheel_call( obj, selector, arg0 ) ((void (*)( id, SEL, __GSEvent* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_scrollWheel_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_scrollWheel_call
|
|
}
|
|
|
|
void uitextfield_gestureStarted( uitextfield_t object, __GSEvent* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureStarted:" );
|
|
#define uitextfield_gestureStarted_call( obj, selector, arg0 ) ((void (*)( id, SEL, __GSEvent* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_gestureStarted_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_gestureStarted_call
|
|
}
|
|
|
|
void uitextfield_gestureEnded( uitextfield_t object, __GSEvent* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureEnded:" );
|
|
#define uitextfield_gestureEnded_call( obj, selector, arg0 ) ((void (*)( id, SEL, __GSEvent* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_gestureEnded_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_gestureEnded_call
|
|
}
|
|
|
|
void uitextfield_gestureChanged( uitextfield_t object, __GSEvent* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureChanged:" );
|
|
#define uitextfield_gestureChanged_call( obj, selector, arg0 ) ((void (*)( id, SEL, __GSEvent* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_gestureChanged_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_gestureChanged_call
|
|
}
|
|
|
|
void uitextfield_setPasteConfiguration( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPasteConfiguration:" );
|
|
#define uitextfield_setPasteConfiguration_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setPasteConfiguration_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setPasteConfiguration_call
|
|
}
|
|
|
|
bool uitextfield_canPasteItemProviders( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canPasteItemProviders:" );
|
|
#define uitextfield_canPasteItemProviders_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_canPasteItemProviders_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_canPasteItemProviders_call
|
|
}
|
|
|
|
bool uitextfield_shouldReloadInputViews( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldReloadInputViews" );
|
|
#define uitextfield_shouldReloadInputViews_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_shouldReloadInputViews_call( (id)object, methodSelector );
|
|
#undef uitextfield_shouldReloadInputViews_call
|
|
}
|
|
|
|
void uitextfield_reloadInputViewsWithoutReset( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "reloadInputViewsWithoutReset" );
|
|
#define uitextfield_reloadInputViewsWithoutReset_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_reloadInputViewsWithoutReset_call( (id)object, methodSelector );
|
|
#undef uitextfield_reloadInputViewsWithoutReset_call
|
|
}
|
|
|
|
nsclass_t uitextfield_classForCoder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForCoder" );
|
|
#define uitextfield_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_classForCoder_call( (id)object, methodSelector );
|
|
#undef uitextfield_classForCoder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_replacementObjectForCoder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
|
|
#define uitextfield_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_replacementObjectForCoder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_awakeAfterUsingCoder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
|
|
#define uitextfield_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_awakeAfterUsingCoder_call
|
|
}
|
|
|
|
bool uitextfield_implementsSelector( uitextfield_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "implementsSelector:" );
|
|
#define uitextfield_implementsSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_implementsSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_implementsSelector_call
|
|
}
|
|
|
|
void uitextfield_setObservationInfo( uitextfield_t object, void* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservationInfo:" );
|
|
#define uitextfield_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setObservationInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setObservationInfo_call
|
|
}
|
|
|
|
nsobject_t uitextfield_replacementObjectForPortCoder( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
|
|
#define uitextfield_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_replacementObjectForPortCoder_call
|
|
}
|
|
|
|
void uitextfield_willChangeValueForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
|
|
#define uitextfield_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_willChangeValueForKey_call
|
|
}
|
|
|
|
void uitextfield_didChangeValueForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
|
|
#define uitextfield_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_didChangeValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_replacementObjectForArchiver( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
|
|
#define uitextfield_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_replacementObjectForArchiver_call
|
|
}
|
|
|
|
nsclass_t uitextfield_classForArchiver( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForArchiver" );
|
|
#define uitextfield_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_classForArchiver_call( (id)object, methodSelector );
|
|
#undef uitextfield_classForArchiver_call
|
|
}
|
|
|
|
nsclass_t uitextfield_classForKeyedArchiver( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
|
|
#define uitextfield_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_classForKeyedArchiver_call( (id)object, methodSelector );
|
|
#undef uitextfield_classForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t uitextfield_replacementObjectForKeyedArchiver( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
|
|
#define uitextfield_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_replacementObjectForKeyedArchiver_call
|
|
}
|
|
|
|
objc_method_description* uitextfield_methodDescriptionForSelector( uitextfield_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
|
|
#define uitextfield_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_methodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t uitextfield_valueForKeyPath( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
|
|
#define uitextfield_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_valueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_valueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uitextfield_mutableArrayValueForKeyPath( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
|
|
#define uitextfield_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_mutableArrayValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uitextfield_mutableOrderedSetValueForKeyPath( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
|
|
#define uitextfield_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_mutableOrderedSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uitextfield_mutableSetValueForKeyPath( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
|
|
#define uitextfield_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_mutableSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t uitextfield_addObserver( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserver:forObservableKeyPath:" );
|
|
#define uitextfield_addObserver_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_addObserver_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_addObserver_call
|
|
}
|
|
|
|
void uitextfield_removeObservation( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObservation:" );
|
|
#define uitextfield_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_removeObservation_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_removeObservation_call
|
|
}
|
|
|
|
void uitextfield_receiveObservedValue( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
|
|
#define uitextfield_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_receiveObservedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_receiveObservedValue_call
|
|
}
|
|
|
|
void uitextfield_receiveObservedError( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedError:" );
|
|
#define uitextfield_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_receiveObservedError_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_receiveObservedError_call
|
|
}
|
|
|
|
void uitextfield_finishObserving( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishObserving" );
|
|
#define uitextfield_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_finishObserving_call( (id)object, methodSelector );
|
|
#undef uitextfield_finishObserving_call
|
|
}
|
|
|
|
void uitextfield_setObservation( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
|
|
#define uitextfield_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setObservation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setObservation_call
|
|
}
|
|
|
|
void uitextfield_removeObserver( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
|
|
#define uitextfield_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_removeObserver_call
|
|
}
|
|
|
|
nsobject_t uitextfield_addChainedObservers( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addChainedObservers:" );
|
|
#define uitextfield_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_addChainedObservers_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addChainedObservers_call
|
|
}
|
|
|
|
nsobject_t uitextfield_addObserverBlock( uitextfield_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserverBlock:" );
|
|
#define uitextfield_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_addObserverBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addObserverBlock_call
|
|
}
|
|
|
|
nsobject_t uitextfield_addObservationTransformer( uitextfield_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
|
|
#define uitextfield_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_addObservationTransformer_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_addObservationTransformer_call
|
|
}
|
|
|
|
void uitextfield_setNilValueForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
|
|
#define uitextfield_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setNilValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setNilValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_mutableArrayValueForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
|
|
#define uitextfield_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_mutableArrayValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_mutableOrderedSetValueForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
|
|
#define uitextfield_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_mutableOrderedSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_mutableSetValueForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
|
|
#define uitextfield_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_mutableSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_dictionaryWithValuesForKeys( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
|
|
#define uitextfield_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_dictionaryWithValuesForKeys_call
|
|
}
|
|
|
|
void uitextfield_setValuesForKeysWithDictionary( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
|
|
#define uitextfield_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setValuesForKeysWithDictionary_call
|
|
}
|
|
|
|
void uitextfield_willChange( uitextfield_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
|
|
#define uitextfield_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_willChange_call
|
|
}
|
|
|
|
void uitextfield_didChange( uitextfield_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
|
|
#define uitextfield_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_didChange_call
|
|
}
|
|
|
|
void* uitextfield_observationInfo( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observationInfo" );
|
|
#define uitextfield_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_observationInfo_call( (id)object, methodSelector );
|
|
#undef uitextfield_observationInfo_call
|
|
}
|
|
|
|
nsobject_t uitextfield_autoContentAccessingProxy( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
|
|
#define uitextfield_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_autoContentAccessingProxy_call( (id)object, methodSelector );
|
|
#undef uitextfield_autoContentAccessingProxy_call
|
|
}
|
|
|
|
nsclass_t uitextfield_classForPortCoder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForPortCoder" );
|
|
#define uitextfield_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_classForPortCoder_call( (id)object, methodSelector );
|
|
#undef uitextfield_classForPortCoder_call
|
|
}
|
|
|
|
void uitextfield_performSelector( uitextfield_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
|
|
#define uitextfield_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 )
|
|
uitextfield_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_performSelector_call
|
|
}
|
|
|
|
void uitextfield_performSelectorOnMainThread( uitextfield_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
|
|
#define uitextfield_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 )
|
|
uitextfield_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_performSelectorOnMainThread_call
|
|
}
|
|
|
|
void uitextfield_performSelectorInBackground( uitextfield_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
|
|
#define uitextfield_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_performSelectorInBackground_call
|
|
}
|
|
|
|
bool uitextfield_isNSDate__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDate__" );
|
|
#define uitextfield_isNSDate___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSDate___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSDate___call
|
|
}
|
|
|
|
bool uitextfield_isNSString__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSString__" );
|
|
#define uitextfield_isNSString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSString___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSString___call
|
|
}
|
|
|
|
bool uitextfield_isNSCFConstantString__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
|
|
#define uitextfield_isNSCFConstantString___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSCFConstantString___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSCFConstantString___call
|
|
}
|
|
|
|
bool uitextfield_isNSNumber__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSNumber__" );
|
|
#define uitextfield_isNSNumber___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSNumber___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSNumber___call
|
|
}
|
|
|
|
bool uitextfield_isNSArray__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSArray__" );
|
|
#define uitextfield_isNSArray___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSArray___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSArray___call
|
|
}
|
|
|
|
bool uitextfield_isNSDictionary__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDictionary__" );
|
|
#define uitextfield_isNSDictionary___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSDictionary___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSDictionary___call
|
|
}
|
|
|
|
bool uitextfield_isNSData__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSData__" );
|
|
#define uitextfield_isNSData___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSData___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSData___call
|
|
}
|
|
|
|
bool uitextfield_isNSObject__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSObject__" );
|
|
#define uitextfield_isNSObject___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSObject___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSObject___call
|
|
}
|
|
|
|
bool uitextfield_isNSOrderedSet__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
|
|
#define uitextfield_isNSOrderedSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSOrderedSet___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSOrderedSet___call
|
|
}
|
|
|
|
bool uitextfield_isNSSet__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSSet__" );
|
|
#define uitextfield_isNSSet___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSSet___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSSet___call
|
|
}
|
|
|
|
bool uitextfield_isNSTimeZone__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
|
|
#define uitextfield_isNSTimeZone___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSTimeZone___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSTimeZone___call
|
|
}
|
|
|
|
bool uitextfield_isNSValue__( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSValue__" );
|
|
#define uitextfield_isNSValue___call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNSValue___call( (id)object, methodSelector );
|
|
#undef uitextfield_isNSValue___call
|
|
}
|
|
|
|
double uitextfield_CA_distanceToValue( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
|
|
#define uitextfield_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return uitextfield_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_CA_distanceToValue_call
|
|
}
|
|
|
|
Object* uitextfield_CA_copyRenderValueWithColorspace( uitextfield_t object, CGColorSpace* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValueWithColorspace:" );
|
|
#define uitextfield_CA_copyRenderValueWithColorspace_call( obj, selector, arg0 ) ((Object* (*)( id, SEL, CGColorSpace* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_CA_copyRenderValueWithColorspace_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_CA_copyRenderValueWithColorspace_call
|
|
}
|
|
|
|
Object* uitextfield_CA_copyRenderValue( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
|
|
#define uitextfield_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CA_copyRenderValue_call( (id)object, methodSelector );
|
|
#undef uitextfield_CA_copyRenderValue_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CA_interpolateValue( uitextfield_t object, nsobject_t arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
|
|
#define uitextfield_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_CA_interpolateValue_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CA_addValue( uitextfield_t object, nsobject_t arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
|
|
#define uitextfield_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_CA_addValue_call
|
|
}
|
|
|
|
bool uitextfield_CAMLTypeSupportedForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
|
|
#define uitextfield_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_CAMLTypeSupportedForKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CAMLTypeForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
|
|
#define uitextfield_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_CAMLTypeForKey_call
|
|
}
|
|
|
|
bool uitextfield_CA_validateValue( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
|
|
#define uitextfield_CA_validateValue_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_CA_validateValue_call
|
|
}
|
|
|
|
void uitextfield_encodeWithCAMLWriter( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
|
|
#define uitextfield_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_encodeWithCAMLWriter_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CA_interpolateValues( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
|
|
#define uitextfield_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 uitextfield_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_CA_interpolateValues_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CAMLType( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLType" );
|
|
#define uitextfield_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CAMLType_call( (id)object, methodSelector );
|
|
#undef uitextfield_CAMLType_call
|
|
}
|
|
|
|
void uitextfield_CA_prepareRenderValue( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
|
|
#define uitextfield_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_CA_prepareRenderValue_call( (id)object, methodSelector );
|
|
#undef uitextfield_CA_prepareRenderValue_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CA_archivingValueForKey( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
|
|
#define uitextfield_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_CA_archivingValueForKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CA_roundToIntegerFromValue( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
|
|
#define uitextfield_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_CA_roundToIntegerFromValue_call
|
|
}
|
|
|
|
nsobject_t uitextfield_className( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "className" );
|
|
#define uitextfield_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_className_call( (id)object, methodSelector );
|
|
#undef uitextfield_className_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityLabel( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabel" );
|
|
#define uitextfield_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityLabel_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityLabel_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityLabel( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
|
|
#define uitextfield_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityLabel_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityIdentifier( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
|
|
#define uitextfield_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityIdentifier_call
|
|
}
|
|
|
|
CGRect uitextfield_accessibilityFrame( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrame" );
|
|
#define uitextfield_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return uitextfield_accessibilityFrame_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedAccessibilityViewIsModal( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityViewIsModal" );
|
|
#define uitextfield_storedAccessibilityViewIsModal_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedAccessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedAccessibilityViewIsModal_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedAccessibilityElementsHidden( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityElementsHidden" );
|
|
#define uitextfield_storedAccessibilityElementsHidden_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedAccessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedAccessibilityElementsHidden_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedShouldGroupAccessibilityChildren( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedShouldGroupAccessibilityChildren" );
|
|
#define uitextfield_storedShouldGroupAccessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedShouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedAccessibilityNavigationStyle( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityNavigationStyle" );
|
|
#define uitextfield_storedAccessibilityNavigationStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedAccessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedAccessibilityRespondsToUserInteraction( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityRespondsToUserInteraction" );
|
|
#define uitextfield_storedAccessibilityRespondsToUserInteraction_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityAttributedLabel( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedLabel" );
|
|
#define uitextfield_accessibilityAttributedLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityAttributedLabel_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityAttributedLabel_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityValue( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValue" );
|
|
#define uitextfield_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityValue_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityValue_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityAttributedValue( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedValue" );
|
|
#define uitextfield_accessibilityAttributedValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityAttributedValue_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityAttributedValue_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityHint( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHint" );
|
|
#define uitextfield_accessibilityHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityHint_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityHint_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityAttributedHint( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedHint" );
|
|
#define uitextfield_accessibilityAttributedHint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityAttributedHint_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityAttributedHint_call
|
|
}
|
|
|
|
CGPoint uitextfield_accessibilityActivationPoint( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
|
|
#define uitextfield_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityActivationPoint_call
|
|
}
|
|
|
|
unsigned long long uitextfield_accessibilityTraits( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTraits" );
|
|
#define uitextfield_accessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityTraits_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityTraits_call
|
|
}
|
|
|
|
bool uitextfield_isAccessibilityElement( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
|
|
#define uitextfield_isAccessibilityElement_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef uitextfield_isAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityContainer( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainer" );
|
|
#define uitextfield_accessibilityContainer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityContainer_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityContainer_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityLanguage( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLanguage" );
|
|
#define uitextfield_accessibilityLanguage_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityLanguage_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityLanguage_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityPath( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPath" );
|
|
#define uitextfield_accessibilityPath_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityPath_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityPath_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityViewIsModal( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityViewIsModal" );
|
|
#define uitextfield_accessibilityViewIsModal_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityViewIsModal_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityViewIsModal_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityElementsHidden( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementsHidden" );
|
|
#define uitextfield_accessibilityElementsHidden_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityElementsHidden_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityElementsHidden_call
|
|
}
|
|
|
|
bool uitextfield_shouldGroupAccessibilityChildren( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldGroupAccessibilityChildren" );
|
|
#define uitextfield_shouldGroupAccessibilityChildren_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_shouldGroupAccessibilityChildren_call( (id)object, methodSelector );
|
|
#undef uitextfield_shouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
long long uitextfield_accessibilityNavigationStyle( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNavigationStyle" );
|
|
#define uitextfield_accessibilityNavigationStyle_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityNavigationStyle_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityNavigationStyle_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityRespondsToUserInteraction( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRespondsToUserInteraction" );
|
|
#define uitextfield_accessibilityRespondsToUserInteraction_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityRespondsToUserInteraction_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityUserInputLabels( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
|
|
#define uitextfield_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityUserInputLabels_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityAttributedUserInputLabels( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
|
|
#define uitextfield_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedAccessibilityIdentifier( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityIdentifier" );
|
|
#define uitextfield_storedAccessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedAccessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedAccessibilityIdentifier_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedAccessibilityTraits( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityTraits" );
|
|
#define uitextfield_storedAccessibilityTraits_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedAccessibilityTraits_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedIsAccessibilityElement( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedIsAccessibilityElement" );
|
|
#define uitextfield_storedIsAccessibilityElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedIsAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedIsAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedAccessibilityFrame( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityFrame" );
|
|
#define uitextfield_storedAccessibilityFrame_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedAccessibilityFrame_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedAccessibilityFrame_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedAccessibilityActivationPoint( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityActivationPoint" );
|
|
#define uitextfield_storedAccessibilityActivationPoint_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedAccessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedAccessibilityActivationPoint_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityHeaderElements( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderElements" );
|
|
#define uitextfield_accessibilityHeaderElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityHeaderElements_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityHeaderElements_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityElementsHidden( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElementsHidden:" );
|
|
#define uitextfield_setAccessibilityElementsHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityElementsHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityElementsHidden_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityViewIsModal( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityViewIsModal:" );
|
|
#define uitextfield_setAccessibilityViewIsModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityViewIsModal_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityViewIsModal_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityAttributedLabel( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedLabel:" );
|
|
#define uitextfield_setAccessibilityAttributedLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityAttributedLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityAttributedLabel_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityValue( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
|
|
#define uitextfield_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityValue_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityAttributedValue( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedValue:" );
|
|
#define uitextfield_setAccessibilityAttributedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityAttributedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityAttributedValue_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityHint( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHint:" );
|
|
#define uitextfield_setAccessibilityHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityHint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityHint_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityAttributedHint( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedHint:" );
|
|
#define uitextfield_setAccessibilityAttributedHint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityAttributedHint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityAttributedHint_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityFrame( uitextfield_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
|
|
#define uitextfield_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityFrame_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityPath( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPath:" );
|
|
#define uitextfield_setAccessibilityPath_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityPath_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityPath_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityActivationPoint( uitextfield_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
|
|
#define uitextfield_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityActivationPoint_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityTraits( uitextfield_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTraits:" );
|
|
#define uitextfield_setAccessibilityTraits_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityTraits_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityTraits_call
|
|
}
|
|
|
|
void uitextfield_setIsAccessibilityElement( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIsAccessibilityElement:" );
|
|
#define uitextfield_setIsAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setIsAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setIsAccessibilityElement_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityContainer( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainer:" );
|
|
#define uitextfield_setAccessibilityContainer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityContainer_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityContainer_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityLanguage( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLanguage:" );
|
|
#define uitextfield_setAccessibilityLanguage_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityLanguage_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityLanguage_call
|
|
}
|
|
|
|
void uitextfield_setShouldGroupAccessibilityChildren( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShouldGroupAccessibilityChildren:" );
|
|
#define uitextfield_setShouldGroupAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setShouldGroupAccessibilityChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setShouldGroupAccessibilityChildren_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityNavigationStyle( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNavigationStyle:" );
|
|
#define uitextfield_setAccessibilityNavigationStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityNavigationStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityNavigationStyle_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityRespondsToUserInteraction( uitextfield_t object, bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRespondsToUserInteraction:" );
|
|
#define uitextfield_setAccessibilityRespondsToUserInteraction_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityRespondsToUserInteraction_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityRespondsToUserInteraction_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityUserInputLabels( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
|
|
#define uitextfield_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityUserInputLabels_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityAttributedUserInputLabels( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
|
|
#define uitextfield_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityTextualContext( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTextualContext" );
|
|
#define uitextfield_accessibilityTextualContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityTextualContext_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityTextualContext_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityTextualContext( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTextualContext:" );
|
|
#define uitextfield_setAccessibilityTextualContext_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityTextualContext_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityTextualContext_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityHeaderElements( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeaderElements:" );
|
|
#define uitextfield_setAccessibilityHeaderElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityHeaderElements_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityHeaderElements_call
|
|
}
|
|
|
|
void uitextfield_accessibilityElementDidBecomeFocused( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidBecomeFocused" );
|
|
#define uitextfield_accessibilityElementDidBecomeFocused_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_accessibilityElementDidBecomeFocused_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityElementDidBecomeFocused_call
|
|
}
|
|
|
|
void uitextfield_accessibilityElementDidLoseFocus( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementDidLoseFocus" );
|
|
#define uitextfield_accessibilityElementDidLoseFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_accessibilityElementDidLoseFocus_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityElementDidLoseFocus_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityElementIsFocused( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementIsFocused" );
|
|
#define uitextfield_accessibilityElementIsFocused_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityElementIsFocused_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityElementIsFocused_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityAssistiveTechnologyFocusedIdentifiers( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAssistiveTechnologyFocusedIdentifiers" );
|
|
#define uitextfield_accessibilityAssistiveTechnologyFocusedIdentifiers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityAssistiveTechnologyFocusedIdentifiers_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityAssistiveTechnologyFocusedIdentifiers_call
|
|
}
|
|
|
|
void uitextfield_accessibilityIncrement( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIncrement" );
|
|
#define uitextfield_accessibilityIncrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_accessibilityIncrement_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityIncrement_call
|
|
}
|
|
|
|
void uitextfield_accessibilityDecrement( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecrement" );
|
|
#define uitextfield_accessibilityDecrement_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_accessibilityDecrement_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityDecrement_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityScroll( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScroll:" );
|
|
#define uitextfield_accessibilityScroll_call( obj, selector, arg0 ) ((bool (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_accessibilityScroll_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_accessibilityScroll_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityPerformEscape( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformEscape" );
|
|
#define uitextfield_accessibilityPerformEscape_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityPerformEscape_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityPerformEscape_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityPerformMagicTap( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformMagicTap" );
|
|
#define uitextfield_accessibilityPerformMagicTap_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityPerformMagicTap_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityPerformMagicTap_call
|
|
}
|
|
|
|
bool uitextfield_accessibilityActivate( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivate" );
|
|
#define uitextfield_accessibilityActivate_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityActivate_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityActivate_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityCustomActions( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
|
|
#define uitextfield_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityCustomActions( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
|
|
#define uitextfield_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityCustomActions_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityIdentification( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentification" );
|
|
#define uitextfield_accessibilityIdentification_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityIdentification_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityIdentification_call
|
|
}
|
|
|
|
void uitextfield_accessibilitySetIdentification( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetIdentification:" );
|
|
#define uitextfield_accessibilitySetIdentification_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_accessibilitySetIdentification_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_accessibilitySetIdentification_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityIdentifier( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
|
|
#define uitextfield_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityIdentifier_call
|
|
}
|
|
|
|
unsigned long long uitextfield_defaultAccessibilityTraits( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultAccessibilityTraits" );
|
|
#define uitextfield_defaultAccessibilityTraits_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_defaultAccessibilityTraits_call( (id)object, methodSelector );
|
|
#undef uitextfield_defaultAccessibilityTraits_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityLocalizedStringKey( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLocalizedStringKey" );
|
|
#define uitextfield_accessibilityLocalizedStringKey_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityLocalizedStringKey_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityLocalizedStringKey_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityDragSourceDescriptors( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDragSourceDescriptors:" );
|
|
#define uitextfield_setAccessibilityDragSourceDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityDragSourceDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityDragSourceDescriptors( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDragSourceDescriptors" );
|
|
#define uitextfield_accessibilityDragSourceDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityDragSourceDescriptors_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityDragSourceDescriptors_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityDropPointDescriptors( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDropPointDescriptors:" );
|
|
#define uitextfield_setAccessibilityDropPointDescriptors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityDropPointDescriptors_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityDropPointDescriptors( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDropPointDescriptors" );
|
|
#define uitextfield_accessibilityDropPointDescriptors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityDropPointDescriptors_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityDropPointDescriptors_call
|
|
}
|
|
|
|
nsobject_t uitextfield_storedAccessibilityContainerType( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedAccessibilityContainerType" );
|
|
#define uitextfield_storedAccessibilityContainerType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_storedAccessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef uitextfield_storedAccessibilityContainerType_call
|
|
}
|
|
|
|
long long uitextfield_accessibilityElementCount( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementCount" );
|
|
#define uitextfield_accessibilityElementCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityElementCount_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityElementCount_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityElementAtIndex( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElementAtIndex:" );
|
|
#define uitextfield_accessibilityElementAtIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_accessibilityElementAtIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_accessibilityElementAtIndex_call
|
|
}
|
|
|
|
long long uitextfield_indexOfAccessibilityElement( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "indexOfAccessibilityElement:" );
|
|
#define uitextfield_indexOfAccessibilityElement_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_indexOfAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_indexOfAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityElements( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityElements" );
|
|
#define uitextfield_accessibilityElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityElements_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityElements_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityElements( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElements:" );
|
|
#define uitextfield_setAccessibilityElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityElements_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityElements_call
|
|
}
|
|
|
|
long long uitextfield_accessibilityContainerType( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
|
|
#define uitextfield_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityContainerType_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityContainerType( uitextfield_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
|
|
#define uitextfield_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityContainerType_call
|
|
}
|
|
|
|
void uitextfield_setAccessibilityCustomRotors( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
|
|
#define uitextfield_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_setAccessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t uitextfield_accessibilityCustomRotors( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
|
|
#define uitextfield_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessibilityCustomRotors_call( (id)object, methodSelector );
|
|
#undef uitextfield_accessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t uitextfield_uiPresentationManager( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "uiPresentationManager" );
|
|
#define uitextfield_uiPresentationManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_uiPresentationManager_call( (id)object, methodSelector );
|
|
#undef uitextfield_uiPresentationManager_call
|
|
}
|
|
|
|
void uitextfield_awakeFromNib( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeFromNib" );
|
|
#define uitextfield_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_awakeFromNib_call( (id)object, methodSelector );
|
|
#undef uitextfield_awakeFromNib_call
|
|
}
|
|
|
|
bool uitextfield_conformsToProtocolCached( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocolCached:" );
|
|
#define uitextfield_conformsToProtocolCached_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_conformsToProtocolCached_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_conformsToProtocolCached_call
|
|
}
|
|
|
|
void uitextfield_prepareForInterfaceBuilder( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
|
|
#define uitextfield_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_prepareForInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef uitextfield_prepareForInterfaceBuilder_call
|
|
}
|
|
|
|
nsobject_t uitextfield_initFromPQLResultSet( uitextfield_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initFromPQLResultSet:error:" );
|
|
#define uitextfield_initFromPQLResultSet_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_initFromPQLResultSet_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_initFromPQLResultSet_call
|
|
}
|
|
|
|
bool uitextfield_supportsRBSXPCSecureCoding( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
|
|
#define uitextfield_supportsRBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef uitextfield_supportsRBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool uitextfield_RBSIsXPCObject( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
|
|
#define uitextfield_RBSIsXPCObject_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_RBSIsXPCObject_call( (id)object, methodSelector );
|
|
#undef uitextfield_RBSIsXPCObject_call
|
|
}
|
|
|
|
nsobject_t uitextfield_NSRepresentation( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSRepresentation" );
|
|
#define uitextfield_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_NSRepresentation_call( (id)object, methodSelector );
|
|
#undef uitextfield_NSRepresentation_call
|
|
}
|
|
|
|
nsobject_t uitextfield_pep_onMainThread( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThread" );
|
|
#define uitextfield_pep_onMainThread_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_pep_onMainThread_call( (id)object, methodSelector );
|
|
#undef uitextfield_pep_onMainThread_call
|
|
}
|
|
|
|
nsobject_t uitextfield_pep_onThread( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onThread:" );
|
|
#define uitextfield_pep_onThread_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_pep_onThread_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_pep_onThread_call
|
|
}
|
|
|
|
nsobject_t uitextfield_pep_onOperationQueue( uitextfield_t object, nsobject_t arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onOperationQueue:priority:" );
|
|
#define uitextfield_pep_onOperationQueue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_pep_onOperationQueue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_pep_onOperationQueue_call
|
|
}
|
|
|
|
nsobject_t uitextfield_pep_onMainThreadIfNecessary( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_onMainThreadIfNecessary" );
|
|
#define uitextfield_pep_onMainThreadIfNecessary_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_pep_onMainThreadIfNecessary_call( (id)object, methodSelector );
|
|
#undef uitextfield_pep_onMainThreadIfNecessary_call
|
|
}
|
|
|
|
nsobject_t uitextfield_pep_afterDelay( uitextfield_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_afterDelay:" );
|
|
#define uitextfield_pep_afterDelay_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_pep_afterDelay_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_pep_afterDelay_call
|
|
}
|
|
|
|
nsobject_t uitextfield_pep_getInvocation( uitextfield_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pep_getInvocation:" );
|
|
#define uitextfield_pep_getInvocation_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_pep_getInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_pep_getInvocation_call
|
|
}
|
|
|
|
nsobject_t uitextfield_stringValueSafe( uitextfield_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "stringValueSafe:" );
|
|
#define uitextfield_stringValueSafe_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_stringValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_stringValueSafe_call
|
|
}
|
|
|
|
char* uitextfield_utf8ValueSafe( uitextfield_t object, int* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "utf8ValueSafe:" );
|
|
#define uitextfield_utf8ValueSafe_call( obj, selector, arg0 ) ((char* (*)( id, SEL, int* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_utf8ValueSafe_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_utf8ValueSafe_call
|
|
}
|
|
|
|
bool uitextfield_boolValueSafe( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boolValueSafe" );
|
|
#define uitextfield_boolValueSafe_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_boolValueSafe_call( (id)object, methodSelector );
|
|
#undef uitextfield_boolValueSafe_call
|
|
}
|
|
|
|
long long uitextfield_int64ValueSafe( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "int64ValueSafe" );
|
|
#define uitextfield_int64ValueSafe_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_int64ValueSafe_call( (id)object, methodSelector );
|
|
#undef uitextfield_int64ValueSafe_call
|
|
}
|
|
|
|
double uitextfield_doubleValueSafe( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doubleValueSafe" );
|
|
#define uitextfield_doubleValueSafe_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_doubleValueSafe_call( (id)object, methodSelector );
|
|
#undef uitextfield_doubleValueSafe_call
|
|
}
|
|
|
|
bool uitextfield_un_safeBoolValue( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "un_safeBoolValue" );
|
|
#define uitextfield_un_safeBoolValue_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_un_safeBoolValue_call( (id)object, methodSelector );
|
|
#undef uitextfield_un_safeBoolValue_call
|
|
}
|
|
|
|
bool uitextfield_supportsBSXPCSecureCoding( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
|
|
#define uitextfield_supportsBSXPCSecureCoding_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef uitextfield_supportsBSXPCSecureCoding_call
|
|
}
|
|
|
|
bool uitextfield_bs_isPlistableType( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
|
|
#define uitextfield_bs_isPlistableType_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_bs_isPlistableType_call( (id)object, methodSelector );
|
|
#undef uitextfield_bs_isPlistableType_call
|
|
}
|
|
|
|
nsobject_t uitextfield_bs_secureEncoded( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
|
|
#define uitextfield_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_bs_secureEncoded_call( (id)object, methodSelector );
|
|
#undef uitextfield_bs_secureEncoded_call
|
|
}
|
|
|
|
nsobject_t uitextfield_bs_encoded( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_encoded" );
|
|
#define uitextfield_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_bs_encoded_call( (id)object, methodSelector );
|
|
#undef uitextfield_bs_encoded_call
|
|
}
|
|
|
|
void uitextfield_releaseOnMainThread( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "releaseOnMainThread" );
|
|
#define uitextfield_releaseOnMainThread_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_releaseOnMainThread_call( (id)object, methodSelector );
|
|
#undef uitextfield_releaseOnMainThread_call
|
|
}
|
|
|
|
nsobject_t uitextfield_debugHierarchyAdditionalGroupingIDs( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyAdditionalGroupingIDs" );
|
|
#define uitextfield_debugHierarchyAdditionalGroupingIDs_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_debugHierarchyAdditionalGroupingIDs_call( (id)object, methodSelector );
|
|
#undef uitextfield_debugHierarchyAdditionalGroupingIDs_call
|
|
}
|
|
|
|
nsobject_t uitextfield_debugHierarchyObjectsInGroupWithID( uitextfield_t object, nsobject_t arg0, nsobject_t* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyObjectsInGroupWithID:outOptions:" );
|
|
#define uitextfield_debugHierarchyObjectsInGroupWithID_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_debugHierarchyObjectsInGroupWithID_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_debugHierarchyObjectsInGroupWithID_call
|
|
}
|
|
|
|
nsobject_t uitextfield_debugHierarchyPropertyDescriptions( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyPropertyDescriptions" );
|
|
#define uitextfield_debugHierarchyPropertyDescriptions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_debugHierarchyPropertyDescriptions_call( (id)object, methodSelector );
|
|
#undef uitextfield_debugHierarchyPropertyDescriptions_call
|
|
}
|
|
|
|
nsobject_t uitextfield_debugHierarchyValueForPropertyWithName( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugHierarchyValueForPropertyWithName:" );
|
|
#define uitextfield_debugHierarchyValueForPropertyWithName_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_debugHierarchyValueForPropertyWithName_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_debugHierarchyValueForPropertyWithName_call
|
|
}
|
|
|
|
nsobject_t uitextfield_SCN_setupDisplayLinkWithQueue( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SCN_setupDisplayLinkWithQueue:screen:policy:" );
|
|
#define uitextfield_SCN_setupDisplayLinkWithQueue_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return uitextfield_SCN_setupDisplayLinkWithQueue_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_SCN_setupDisplayLinkWithQueue_call
|
|
}
|
|
|
|
void uitextfield_postNotificationWithDescription( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "postNotificationWithDescription:" );
|
|
#define uitextfield_postNotificationWithDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_postNotificationWithDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_postNotificationWithDescription_call
|
|
}
|
|
|
|
bool uitextfield_okToNotifyFromThisThread( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "okToNotifyFromThisThread" );
|
|
#define uitextfield_okToNotifyFromThisThread_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_okToNotifyFromThisThread_call( (id)object, methodSelector );
|
|
#undef uitextfield_okToNotifyFromThisThread_call
|
|
}
|
|
|
|
void uitextfield_fromNotifySafeThreadPerformSelector( uitextfield_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromNotifySafeThreadPerformSelector:withObject:" );
|
|
#define uitextfield_fromNotifySafeThreadPerformSelector_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_fromNotifySafeThreadPerformSelector_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_fromNotifySafeThreadPerformSelector_call
|
|
}
|
|
|
|
void uitextfield_allowSafePerformSelector( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowSafePerformSelector" );
|
|
#define uitextfield_allowSafePerformSelector_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_allowSafePerformSelector_call( (id)object, methodSelector );
|
|
#undef uitextfield_allowSafePerformSelector_call
|
|
}
|
|
|
|
void uitextfield_disallowSafePerformSelector( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disallowSafePerformSelector" );
|
|
#define uitextfield_disallowSafePerformSelector_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_disallowSafePerformSelector_call( (id)object, methodSelector );
|
|
#undef uitextfield_disallowSafePerformSelector_call
|
|
}
|
|
|
|
void uitextfield_fromNotifySafeThreadPostNotificationName( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromNotifySafeThreadPostNotificationName:object:userInfo:" );
|
|
#define uitextfield_fromNotifySafeThreadPostNotificationName_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_fromNotifySafeThreadPostNotificationName_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_fromNotifySafeThreadPostNotificationName_call
|
|
}
|
|
|
|
void uitextfield_fromMainThreadPostNotificationName( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromMainThreadPostNotificationName:object:userInfo:" );
|
|
#define uitextfield_fromMainThreadPostNotificationName_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_fromMainThreadPostNotificationName_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_fromMainThreadPostNotificationName_call
|
|
}
|
|
|
|
void uitextfield_cn_updateDictionaryForKey( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cn_updateDictionaryForKey:withChanges:" );
|
|
#define uitextfield_cn_updateDictionaryForKey_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_cn_updateDictionaryForKey_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_cn_updateDictionaryForKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_descriptionAtIndent( uitextfield_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "descriptionAtIndent:" );
|
|
#define uitextfield_descriptionAtIndent_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_descriptionAtIndent_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_descriptionAtIndent_call
|
|
}
|
|
|
|
bool uitextfield_isNull( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNull" );
|
|
#define uitextfield_isNull_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isNull_call( (id)object, methodSelector );
|
|
#undef uitextfield_isNull_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescription" );
|
|
#define uitextfield_CKDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CKDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_CKDescription_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKPropertiesDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKPropertiesDescription" );
|
|
#define uitextfield_CKPropertiesDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CKPropertiesDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_CKPropertiesDescription_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKUnredactedDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKUnredactedDescription" );
|
|
#define uitextfield_CKUnredactedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CKUnredactedDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_CKUnredactedDescription_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKRedactedDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKRedactedDescription" );
|
|
#define uitextfield_CKRedactedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CKRedactedDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_CKRedactedDescription_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKDescriptionPropertiesWithPublic( uitextfield_t object, bool arg0, bool arg1, bool arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescriptionPropertiesWithPublic:private:shouldExpand:" );
|
|
#define uitextfield_CKDescriptionPropertiesWithPublic_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, bool, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return uitextfield_CKDescriptionPropertiesWithPublic_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_CKDescriptionPropertiesWithPublic_call
|
|
}
|
|
|
|
void uitextfield_CKAssignToContainerWithID( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKAssignToContainerWithID:" );
|
|
#define uitextfield_CKAssignToContainerWithID_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_CKAssignToContainerWithID_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_CKAssignToContainerWithID_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKSingleLineDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKSingleLineDescription" );
|
|
#define uitextfield_CKSingleLineDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CKSingleLineDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_CKSingleLineDescription_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKPropertiesDescriptionStringFromProperties( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKPropertiesDescriptionStringFromProperties:" );
|
|
#define uitextfield_CKPropertiesDescriptionStringFromProperties_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_CKPropertiesDescriptionStringFromProperties_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_CKPropertiesDescriptionStringFromProperties_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKExpandedDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKExpandedDescription" );
|
|
#define uitextfield_CKExpandedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CKExpandedDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_CKExpandedDescription_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKHashedDescription( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKHashedDescription" );
|
|
#define uitextfield_CKHashedDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CKHashedDescription_call( (id)object, methodSelector );
|
|
#undef uitextfield_CKHashedDescription_call
|
|
}
|
|
|
|
void uitextfield_ck_bindInStatement( uitextfield_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ck_bindInStatement:atIndex:" );
|
|
#define uitextfield_ck_bindInStatement_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_ck_bindInStatement_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_ck_bindInStatement_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKDescriptionRedact( uitextfield_t object, bool arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKDescriptionRedact:avoidShortDescription:" );
|
|
#define uitextfield_CKDescriptionRedact_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_CKDescriptionRedact_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_CKDescriptionRedact_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKObjectDescriptionRedact( uitextfield_t object, bool arg0, bool arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKObjectDescriptionRedact:avoidShortDescription:" );
|
|
#define uitextfield_CKObjectDescriptionRedact_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, bool, bool ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_CKObjectDescriptionRedact_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_CKObjectDescriptionRedact_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fm_addNotificationBlockObserverForName( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_addNotificationBlockObserverForName:object:queue:usingBlock:" );
|
|
#define uitextfield_fm_addNotificationBlockObserverForName_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uitextfield_fm_addNotificationBlockObserverForName_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_fm_addNotificationBlockObserverForName_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fm_addNotificationBlockObserverForObject( uitextfield_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_addNotificationBlockObserverForObject:keyPath:options:usingBlock:" );
|
|
#define uitextfield_fm_addNotificationBlockObserverForObject_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uitextfield_fm_addNotificationBlockObserverForObject_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_fm_addNotificationBlockObserverForObject_call
|
|
}
|
|
|
|
void uitextfield_fm_removeNotificationBlockObserver( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_removeNotificationBlockObserver:" );
|
|
#define uitextfield_fm_removeNotificationBlockObserver_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_fm_removeNotificationBlockObserver_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_fm_removeNotificationBlockObserver_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fm_nullToNil( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_nullToNil" );
|
|
#define uitextfield_fm_nullToNil_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_fm_nullToNil_call( (id)object, methodSelector );
|
|
#undef uitextfield_fm_nullToNil_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fm_logID( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fm_logID" );
|
|
#define uitextfield_fm_logID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_fm_logID_call( (id)object, methodSelector );
|
|
#undef uitextfield_fm_logID_call
|
|
}
|
|
|
|
nsobject_t uitextfield_nullToNil( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nullToNil" );
|
|
#define uitextfield_nullToNil_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_nullToNil_call( (id)object, methodSelector );
|
|
#undef uitextfield_nullToNil_call
|
|
}
|
|
|
|
nsobject_t uitextfield_logID( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "logID" );
|
|
#define uitextfield_logID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_logID_call( (id)object, methodSelector );
|
|
#undef uitextfield_logID_call
|
|
}
|
|
|
|
void uitextfield_if_setValueIfNonNil( uitextfield_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_setValueIfNonNil:forKey:" );
|
|
#define uitextfield_if_setValueIfNonNil_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_if_setValueIfNonNil_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_if_setValueIfNonNil_call
|
|
}
|
|
|
|
void uitextfield_if_setValueIfYES( uitextfield_t object, bool arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "if_setValueIfYES:forKey:" );
|
|
#define uitextfield_if_setValueIfYES_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, bool, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_if_setValueIfYES_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_if_setValueIfYES_call
|
|
}
|
|
|
|
nsobject_t uitextfield_toPBCodable( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toPBCodable" );
|
|
#define uitextfield_toPBCodable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_toPBCodable_call( (id)object, methodSelector );
|
|
#undef uitextfield_toPBCodable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_ams_generateDescriptionWithSubObjects( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ams_generateDescriptionWithSubObjects:" );
|
|
#define uitextfield_ams_generateDescriptionWithSubObjects_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_ams_generateDescriptionWithSubObjects_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_ams_generateDescriptionWithSubObjects_call
|
|
}
|
|
|
|
bool uitextfield_isProxy( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isProxy" );
|
|
#define uitextfield_isProxy_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isProxy_call( (id)object, methodSelector );
|
|
#undef uitextfield_isProxy_call
|
|
}
|
|
|
|
bool uitextfield_isEqual( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqual:" );
|
|
#define uitextfield_isEqual_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_isEqual_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_isEqual_call
|
|
}
|
|
|
|
nsclass_t uitextfield_class( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "class" );
|
|
#define uitextfield_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_class_call( (id)object, methodSelector );
|
|
#undef uitextfield_class_call
|
|
}
|
|
|
|
nsobject_t uitextfield_self( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "self" );
|
|
#define uitextfield_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_self_call( (id)object, methodSelector );
|
|
#undef uitextfield_self_call
|
|
}
|
|
|
|
bool uitextfield_isKindOfClass( uitextfield_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKindOfClass:" );
|
|
#define uitextfield_isKindOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_isKindOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_isKindOfClass_call
|
|
}
|
|
|
|
bool uitextfield_isMemberOfClass( uitextfield_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
|
|
#define uitextfield_isMemberOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_isMemberOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_isMemberOfClass_call
|
|
}
|
|
|
|
bool uitextfield_conformsToProtocol( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
|
|
#define uitextfield_conformsToProtocol_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_conformsToProtocol_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_conformsToProtocol_call
|
|
}
|
|
|
|
_NSZone* uitextfield_zone( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "zone" );
|
|
#define uitextfield_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_zone_call( (id)object, methodSelector );
|
|
#undef uitextfield_zone_call
|
|
}
|
|
|
|
unsigned long long uitextfield_hash( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hash" );
|
|
#define uitextfield_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_hash_call( (id)object, methodSelector );
|
|
#undef uitextfield_hash_call
|
|
}
|
|
|
|
nsclass_t uitextfield_superclass( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superclass" );
|
|
#define uitextfield_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_superclass_call( (id)object, methodSelector );
|
|
#undef uitextfield_superclass_call
|
|
}
|
|
|
|
bool uitextfield_retainWeakReference( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainWeakReference" );
|
|
#define uitextfield_retainWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_retainWeakReference_call( (id)object, methodSelector );
|
|
#undef uitextfield_retainWeakReference_call
|
|
}
|
|
|
|
bool uitextfield_allowsWeakReference( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsWeakReference" );
|
|
#define uitextfield_allowsWeakReference_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_allowsWeakReference_call( (id)object, methodSelector );
|
|
#undef uitextfield_allowsWeakReference_call
|
|
}
|
|
|
|
void uitextfield_finalize( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finalize" );
|
|
#define uitextfield_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_finalize_call( (id)object, methodSelector );
|
|
#undef uitextfield_finalize_call
|
|
}
|
|
|
|
bool uitextfield_isFault( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFault" );
|
|
#define uitextfield_isFault_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_isFault_call( (id)object, methodSelector );
|
|
#undef uitextfield_isFault_call
|
|
}
|
|
|
|
void uitextfield_forwardInvocation( uitextfield_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardInvocation:" );
|
|
#define uitextfield_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_forwardInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef uitextfield_forwardInvocation_call
|
|
}
|
|
|
|
nsobject_t uitextfield_mutableCopy( uitextfield_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopy" );
|
|
#define uitextfield_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_mutableCopy_call( (id)object, methodSelector );
|
|
#undef uitextfield_mutableCopy_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fallback_debugHierarchyPropertyDescriptions( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyPropertyDescriptions" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_fallback_debugHierarchyPropertyDescriptions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_fallback_debugHierarchyPropertyDescriptions_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_fallback_debugHierarchyPropertyDescriptions_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fallback_debugHierarchyValueForPropertyWithName( nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyValueForPropertyWithName:onObject:outOptions:outError:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_fallback_debugHierarchyValueForPropertyWithName_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return uitextfield_fallback_debugHierarchyValueForPropertyWithName_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_fallback_debugHierarchyValueForPropertyWithName_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fallback_debugHierarchyObjectsInGroupWithID( nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyObjectsInGroupWithID:onObject:outOptions:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_fallback_debugHierarchyObjectsInGroupWithID_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return uitextfield_fallback_debugHierarchyObjectsInGroupWithID_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_fallback_debugHierarchyObjectsInGroupWithID_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fallback_debugHierarchyChildGroupingID( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyChildGroupingID" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_fallback_debugHierarchyChildGroupingID_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_fallback_debugHierarchyChildGroupingID_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_fallback_debugHierarchyChildGroupingID_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fallback_debugHierarchyAdditionalGroupingIDs( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fallback_debugHierarchyAdditionalGroupingIDs" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_fallback_debugHierarchyAdditionalGroupingIDs_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_fallback_debugHierarchyAdditionalGroupingIDs_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_fallback_debugHierarchyAdditionalGroupingIDs_call
|
|
}
|
|
|
|
void uitextfield_initialize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialize" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_initialize_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_initialize_call
|
|
}
|
|
|
|
void uitextfield_flush( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flush" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_flush_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_flush_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_flush_call
|
|
}
|
|
|
|
nsobject_t uitextfield_appearance( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appearance" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_appearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_appearance_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_appearance_call
|
|
}
|
|
|
|
void uitextfield_animateWithDuration( double arg0, double arg1, unsigned long long arg2, nsobject_t* arg3, nsobject_t* arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animateWithDuration:delay:options:animations:completion:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_animateWithDuration_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, double, double, unsigned long long, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
uitextfield_animateWithDuration_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef uitextfield_animateWithDuration_call
|
|
}
|
|
|
|
void uitextfield_performWithoutAnimation( nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performWithoutAnimation:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_performWithoutAnimation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_performWithoutAnimation_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_performWithoutAnimation_call
|
|
}
|
|
|
|
bool uitextfield_areAnimationsEnabled( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "areAnimationsEnabled" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_areAnimationsEnabled_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_areAnimationsEnabled_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_areAnimationsEnabled_call
|
|
}
|
|
|
|
nsclass_t uitextfield_layerClass( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layerClass" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_layerClass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_layerClass_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_layerClass_call
|
|
}
|
|
|
|
nsobject_t uitextfield_appearanceWhenContainedInInstancesOfClasses( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appearanceWhenContainedInInstancesOfClasses:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_appearanceWhenContainedInInstancesOfClasses_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_appearanceWhenContainedInInstancesOfClasses_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_appearanceWhenContainedInInstancesOfClasses_call
|
|
}
|
|
|
|
bool uitextfield_requiresConstraintBasedLayout( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "requiresConstraintBasedLayout" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_requiresConstraintBasedLayout_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_requiresConstraintBasedLayout_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_requiresConstraintBasedLayout_call
|
|
}
|
|
|
|
void uitextfield_disableAnimation( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableAnimation" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_disableAnimation_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_disableAnimation_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_disableAnimation_call
|
|
}
|
|
|
|
void uitextfield_enableAnimation( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enableAnimation" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_enableAnimation_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_enableAnimation_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_enableAnimation_call
|
|
}
|
|
|
|
void uitextfield_setAnimationCurve( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationCurve:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationCurve_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationCurve_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationCurve_call
|
|
}
|
|
|
|
void uitextfield_addKeyframeWithRelativeStartTime( double arg0, double arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addKeyframeWithRelativeStartTime:relativeDuration:animations:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_addKeyframeWithRelativeStartTime_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, double, double, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_addKeyframeWithRelativeStartTime_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_addKeyframeWithRelativeStartTime_call
|
|
}
|
|
|
|
void uitextfield_animateKeyframesWithDuration( double arg0, double arg1, unsigned long long arg2, nsobject_t* arg3, nsobject_t* arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animateKeyframesWithDuration:delay:options:animations:completion:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_animateKeyframesWithDuration_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, double, double, unsigned long long, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
uitextfield_animateKeyframesWithDuration_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef uitextfield_animateKeyframesWithDuration_call
|
|
}
|
|
|
|
double uitextfield_inheritedAnimationDuration( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inheritedAnimationDuration" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_inheritedAnimationDuration_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return uitextfield_inheritedAnimationDuration_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_inheritedAnimationDuration_call
|
|
}
|
|
|
|
void uitextfield_setAnimationDuration( double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationDuration:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationDuration_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationDuration_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationDuration_call
|
|
}
|
|
|
|
nsobject_t uitextfield_appearanceWhenContainedIn( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appearanceWhenContainedIn:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_appearanceWhenContainedIn_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_appearanceWhenContainedIn_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_appearanceWhenContainedIn_call
|
|
}
|
|
|
|
nsobject_t uitextfield_appearanceForTraitCollection( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appearanceForTraitCollection:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_appearanceForTraitCollection_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_appearanceForTraitCollection_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_appearanceForTraitCollection_call
|
|
}
|
|
|
|
void uitextfield_setAnimationsEnabled( bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationsEnabled:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationsEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationsEnabled_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationsEnabled_call
|
|
}
|
|
|
|
void uitextfield_transitionWithView( nsobject_t arg0, double arg1, unsigned long long arg2, nsobject_t* arg3, nsobject_t* arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "transitionWithView:duration:options:animations:completion:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_transitionWithView_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, nsobject_t, double, unsigned long long, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
uitextfield_transitionWithView_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef uitextfield_transitionWithView_call
|
|
}
|
|
|
|
void uitextfield_conditionallyAnimate( bool arg0, nsobject_t* arg1, nsobject_t* arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conditionallyAnimate:withAnimation:layout:completion:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_conditionallyAnimate_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, bool, nsobject_t*, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
uitextfield_conditionallyAnimate_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef uitextfield_conditionallyAnimate_call
|
|
}
|
|
|
|
long long uitextfield_userInterfaceLayoutDirectionForSemanticContentAttribute( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userInterfaceLayoutDirectionForSemanticContentAttribute:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_userInterfaceLayoutDirectionForSemanticContentAttribute_call( obj, selector, arg0 ) ((long long (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_userInterfaceLayoutDirectionForSemanticContentAttribute_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_userInterfaceLayoutDirectionForSemanticContentAttribute_call
|
|
}
|
|
|
|
nsobject_t uitextfield_appearanceMatchingProperties( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appearanceMatchingProperties:whenContainedInInstancesOfClasses:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_appearanceMatchingProperties_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_appearanceMatchingProperties_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_appearanceMatchingProperties_call
|
|
}
|
|
|
|
void uitextfield_setAnimationRepeatCount( float arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationRepeatCount:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationRepeatCount_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationRepeatCount_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationRepeatCount_call
|
|
}
|
|
|
|
void uitextfield_modifyAnimationsWithRepeatCount( double arg0, bool arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "modifyAnimationsWithRepeatCount:autoreverses:animations:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_modifyAnimationsWithRepeatCount_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, double, bool, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_modifyAnimationsWithRepeatCount_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_modifyAnimationsWithRepeatCount_call
|
|
}
|
|
|
|
void uitextfield_commitAnimations( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "commitAnimations" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_commitAnimations_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_commitAnimations_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_commitAnimations_call
|
|
}
|
|
|
|
void uitextfield_beginAnimations( nsobject_t arg0, void* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginAnimations:context:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_beginAnimations_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_beginAnimations_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_beginAnimations_call
|
|
}
|
|
|
|
void uitextfield_setAnimationDelegate( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationDelegate:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationDelegate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationDelegate_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationDelegate_call
|
|
}
|
|
|
|
void uitextfield_setAnimationDidStopSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationDidStopSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationDidStopSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationDidStopSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationDidStopSelector_call
|
|
}
|
|
|
|
void uitextfield_transitionFromView( nsobject_t arg0, nsobject_t arg1, double arg2, unsigned long long arg3, nsobject_t* arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "transitionFromView:toView:duration:options:completion:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_transitionFromView_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, double, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
uitextfield_transitionFromView_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef uitextfield_transitionFromView_call
|
|
}
|
|
|
|
void uitextfield_throttledFlush( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "throttledFlush" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_throttledFlush_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_throttledFlush_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_throttledFlush_call
|
|
}
|
|
|
|
void uitextfield_setAnimationRepeatAutoreverses( bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationRepeatAutoreverses:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationRepeatAutoreverses_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationRepeatAutoreverses_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationRepeatAutoreverses_call
|
|
}
|
|
|
|
void uitextfield_setAnimationBeginsFromCurrentState( bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationBeginsFromCurrentState:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationBeginsFromCurrentState_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationBeginsFromCurrentState_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationBeginsFromCurrentState_call
|
|
}
|
|
|
|
void uitextfield_endAnimations( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endAnimations" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_endAnimations_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_endAnimations_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_endAnimations_call
|
|
}
|
|
|
|
void uitextfield_setAnimationPosition( CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationPosition:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationPosition_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationPosition_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationPosition_call
|
|
}
|
|
|
|
void uitextfield_setAnimationDelay( double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationDelay:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationDelay_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationDelay_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationDelay_call
|
|
}
|
|
|
|
void uitextfield_setAnimationFrameInterval( double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationFrameInterval:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationFrameInterval_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationFrameInterval_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationFrameInterval_call
|
|
}
|
|
|
|
void uitextfield_setAnimationStartDate( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationStartDate:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationStartDate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationStartDate_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationStartDate_call
|
|
}
|
|
|
|
void uitextfield_setAnimationStartTime( double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationStartTime:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationStartTime_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationStartTime_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationStartTime_call
|
|
}
|
|
|
|
void uitextfield_setAnimationPreventsAdditive( bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationPreventsAdditive:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationPreventsAdditive_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationPreventsAdditive_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationPreventsAdditive_call
|
|
}
|
|
|
|
void uitextfield_setAnimationAutoreverses( bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationAutoreverses:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationAutoreverses_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationAutoreverses_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationAutoreverses_call
|
|
}
|
|
|
|
void uitextfield_setAnimationFromCurrentState( bool arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationFromCurrentState:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationFromCurrentState_call( obj, selector, arg0 ) ((void (*)( id, SEL, bool ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationFromCurrentState_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationFromCurrentState_call
|
|
}
|
|
|
|
void uitextfield_setAnimationTransition( long long arg0, nsobject_t arg1, bool arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationTransition:forView:cache:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationTransition_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, long long, nsobject_t, bool ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_setAnimationTransition_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_setAnimationTransition_call
|
|
}
|
|
|
|
void uitextfield_setAnimationWillStartSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimationWillStartSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setAnimationWillStartSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setAnimationWillStartSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setAnimationWillStartSelector_call
|
|
}
|
|
|
|
void uitextfield_performSystemAnimation( unsigned long long arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3, nsobject_t* arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSystemAnimation:onViews:options:animations:completion:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_performSystemAnimation_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, unsigned long long, nsobject_t*, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
uitextfield_performSystemAnimation_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef uitextfield_performSystemAnimation_call
|
|
}
|
|
|
|
nsobject_t uitextfield_objectWithRestorationIdentifierPath( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "objectWithRestorationIdentifierPath:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_objectWithRestorationIdentifierPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_objectWithRestorationIdentifierPath_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_objectWithRestorationIdentifierPath_call
|
|
}
|
|
|
|
void uitextfield_clearTextInputContextIdentifier( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearTextInputContextIdentifier:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_clearTextInputContextIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_clearTextInputContextIdentifier_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_clearTextInputContextIdentifier_call
|
|
}
|
|
|
|
void uitextfield_load( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "load" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
uitextfield_load_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_load_call
|
|
}
|
|
|
|
long long uitextfield_version( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "version" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_version_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_version_call
|
|
}
|
|
|
|
bool uitextfield_instancesImplementSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_instancesImplementSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_instancesImplementSelector_call
|
|
}
|
|
|
|
void uitextfield_setVersion( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVersion:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
uitextfield_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_setVersion_call
|
|
}
|
|
|
|
bool uitextfield_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_automaticallyNotifiesObserversForKey_call
|
|
}
|
|
|
|
objc_method_description* uitextfield_instanceMethodDescriptionForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_instanceMethodDescriptionForSelector_call
|
|
}
|
|
|
|
bool uitextfield_accessInstanceVariablesDirectly( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_accessInstanceVariablesDirectly_call( obj, selector ) ((bool (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_accessInstanceVariablesDirectly_call
|
|
}
|
|
|
|
nsobject_t uitextfield_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_keyPathsForValuesAffectingValueForKey_call
|
|
}
|
|
|
|
void uitextfield_setKeys( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
uitextfield_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_setKeys_call
|
|
}
|
|
|
|
nsobject_t uitextfield_classFallbacksForKeyedArchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_classFallbacksForKeyedArchiver_call
|
|
}
|
|
|
|
nsclass_t uitextfield_classForKeyedUnarchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_classForKeyedUnarchiver_call
|
|
}
|
|
|
|
void uitextfield_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
uitextfield_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef uitextfield_cancelPreviousPerformRequestsWithTarget_call
|
|
}
|
|
|
|
nsobject_t uitextfield_instanceMethodSignatureForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_instanceMethodSignatureForSelector_call
|
|
}
|
|
|
|
bool uitextfield_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_CA_automaticallyNotifiesObservers_call
|
|
}
|
|
|
|
bool uitextfield_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_CA_encodesPropertyConditionally_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CA_CAMLPropertyForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_CA_CAMLPropertyForKey_call
|
|
}
|
|
|
|
nsobject_t uitextfield_SFSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_SFSQLiteClassName_call
|
|
}
|
|
|
|
bool uitextfield_isSelectorExcludedFromWebScript( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSelectorExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_isSelectorExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_isSelectorExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_isSelectorExcludedFromWebScript_call
|
|
}
|
|
|
|
bool uitextfield_isKeyExcludedFromWebScript( char* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKeyExcludedFromWebScript:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_isKeyExcludedFromWebScript_call( obj, selector, arg0 ) ((bool (*)( id, SEL, char* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_isKeyExcludedFromWebScript_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_isKeyExcludedFromWebScript_call
|
|
}
|
|
|
|
nsobject_t uitextfield_bs_secureDecodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_bs_secureDecodedFromData_call
|
|
}
|
|
|
|
nsobject_t uitextfield_bs_secureDataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_bs_secureDataFromObject_call
|
|
}
|
|
|
|
nsobject_t uitextfield_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_bs_secureObjectFromData_call
|
|
}
|
|
|
|
nsobject_t uitextfield_bs_dataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_bs_dataFromObject_call
|
|
}
|
|
|
|
nsobject_t uitextfield_bs_objectFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_bs_objectFromData_call
|
|
}
|
|
|
|
nsobject_t uitextfield_bs_decodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_bs_decodedFromData_call
|
|
}
|
|
|
|
nsobject_t uitextfield_CKSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CKSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_CKSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_CKSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_CKSQLiteClassName_call
|
|
}
|
|
|
|
bool uitextfield_brc_swizzleInstanceMethod( nsselector_t arg0, nsselector_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_swizzleInstanceMethod:with:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_brc_swizzleInstanceMethod_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsselector_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_brc_swizzleInstanceMethod_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_brc_swizzleInstanceMethod_call
|
|
}
|
|
|
|
bool uitextfield_brc_swizzleClassMethod( nsselector_t arg0, nsselector_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "brc_swizzleClassMethod:with:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_brc_swizzleClassMethod_call( obj, selector, arg0, arg1 ) ((bool (*)( id, SEL, nsselector_t, nsselector_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return uitextfield_brc_swizzleClassMethod_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef uitextfield_brc_swizzleClassMethod_call
|
|
}
|
|
|
|
nsobject_t uitextfield_fromPBCodable( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fromPBCodable:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_fromPBCodable_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_fromPBCodable_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_fromPBCodable_call
|
|
}
|
|
|
|
nsobject_t uitextfield_copyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_copyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_copyWithZone_call
|
|
}
|
|
|
|
nsobject_t uitextfield_allocWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allocWithZone:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_allocWithZone_call
|
|
}
|
|
|
|
nsobject_t uitextfield_new( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "new" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_new_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_new_call
|
|
}
|
|
|
|
bool uitextfield_resolveInstanceMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_resolveInstanceMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_resolveInstanceMethod_call
|
|
}
|
|
|
|
bool uitextfield_resolveClassMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_resolveClassMethod_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_resolveClassMethod_call
|
|
}
|
|
|
|
uitextfield_t uitextfield_alloc( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alloc" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return uitextfield_alloc_call( (id)internalClassObject, methodSelector );
|
|
#undef uitextfield_alloc_call
|
|
}
|
|
|
|
nsobject_t uitextfield_mutableCopyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_mutableCopyWithZone_call
|
|
}
|
|
|
|
bool uitextfield_isSubclassOfClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_isSubclassOfClass_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_isSubclassOfClass_call
|
|
}
|
|
|
|
bool uitextfield_isAncestorOfObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_isAncestorOfObject_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_isAncestorOfObject_call
|
|
}
|
|
|
|
bool uitextfield_instancesRespondToSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
|
|
Class internalClassObject = objc_getClass( "UITextField" );
|
|
#define uitextfield_instancesRespondToSelector_call( obj, selector, arg0 ) ((bool (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return uitextfield_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef uitextfield_instancesRespondToSelector_call
|
|
}
|
|
|