mirror of
https://github.com/quelsolaar/MergeSource
synced 2025-03-11 16:41:13 -04:00
9473 lines
458 KiB
C
9473 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 "nsview.h"
|
|
|
|
void nsview_dealloc( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dealloc" );
|
|
#define nsview_dealloc_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_dealloc_call( (id)object, methodSelector );
|
|
#undef nsview_dealloc_call
|
|
}
|
|
|
|
nsobject_t nsview_init( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "init" );
|
|
#define nsview_init_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_init_call( (id)object, methodSelector );
|
|
#undef nsview_init_call
|
|
}
|
|
|
|
void nsview_encodeWithCoder( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCoder:" );
|
|
#define nsview_encodeWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_encodeWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_encodeWithCoder_call
|
|
}
|
|
|
|
nsobject_t nsview_initWithCoder( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithCoder:" );
|
|
#define nsview_initWithCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_initWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_initWithCoder_call
|
|
}
|
|
|
|
char nsview_isHidden( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isHidden" );
|
|
#define nsview_isHidden_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isHidden_call( (id)object, methodSelector );
|
|
#undef nsview_isHidden_call
|
|
}
|
|
|
|
void nsview_setHidden( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setHidden:" );
|
|
#define nsview_setHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setHidden_call
|
|
}
|
|
|
|
nsobject_t nsview_identifier( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "identifier" );
|
|
#define nsview_identifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_identifier_call( (id)object, methodSelector );
|
|
#undef nsview_identifier_call
|
|
}
|
|
|
|
void nsview_didChangeValueForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChangeValueForKey:" );
|
|
#define nsview_didChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_didChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_didChangeValueForKey_call
|
|
}
|
|
|
|
void nsview_prepareForReuse( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForReuse" );
|
|
#define nsview_prepareForReuse_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_prepareForReuse_call( (id)object, methodSelector );
|
|
#undef nsview_prepareForReuse_call
|
|
}
|
|
|
|
nsobject_t nsview_menu( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "menu" );
|
|
#define nsview_menu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_menu_call( (id)object, methodSelector );
|
|
#undef nsview_menu_call
|
|
}
|
|
|
|
nsobject_t nsview_window( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "window" );
|
|
#define nsview_window_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_window_call( (id)object, methodSelector );
|
|
#undef nsview_window_call
|
|
}
|
|
|
|
void nsview_setIdentifier( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIdentifier:" );
|
|
#define nsview_setIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setIdentifier_call
|
|
}
|
|
|
|
void nsview_layout( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layout" );
|
|
#define nsview_layout_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_layout_call( (id)object, methodSelector );
|
|
#undef nsview_layout_call
|
|
}
|
|
|
|
void nsview_setValue( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValue:forKeyPath:" );
|
|
#define nsview_setValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_setValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_setValue_call
|
|
}
|
|
|
|
long long nsview_tag( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tag" );
|
|
#define nsview_tag_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_tag_call( (id)object, methodSelector );
|
|
#undef nsview_tag_call
|
|
}
|
|
|
|
CGRect nsview_frame( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frame" );
|
|
#define nsview_frame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_frame_call( (id)object, methodSelector );
|
|
#undef nsview_frame_call
|
|
}
|
|
|
|
nsobject_t nsview_nextEventMatchingMask( nsview_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2, char arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nextEventMatchingMask:untilDate:inMode:dequeue:" );
|
|
#define nsview_nextEventMatchingMask_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsview_nextEventMatchingMask_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_nextEventMatchingMask_call
|
|
}
|
|
|
|
void nsview_resetCursorRects( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resetCursorRects" );
|
|
#define nsview_resetCursorRects_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_resetCursorRects_call( (id)object, methodSelector );
|
|
#undef nsview_resetCursorRects_call
|
|
}
|
|
|
|
void nsview_setNeedsDisplay( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsDisplay:" );
|
|
#define nsview_setNeedsDisplay_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setNeedsDisplay_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setNeedsDisplay_call
|
|
}
|
|
|
|
void nsview_invalidateIntrinsicContentSize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateIntrinsicContentSize" );
|
|
#define nsview_invalidateIntrinsicContentSize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_invalidateIntrinsicContentSize_call( (id)object, methodSelector );
|
|
#undef nsview_invalidateIntrinsicContentSize_call
|
|
}
|
|
|
|
nsobject_t nsview_layer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layer" );
|
|
#define nsview_layer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_layer_call( (id)object, methodSelector );
|
|
#undef nsview_layer_call
|
|
}
|
|
|
|
void nsview_setBackgroundColor( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBackgroundColor:" );
|
|
#define nsview_setBackgroundColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setBackgroundColor_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setBackgroundColor_call
|
|
}
|
|
|
|
nsobject_t nsview_effectiveAppearance( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveAppearance" );
|
|
#define nsview_effectiveAppearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_effectiveAppearance_call( (id)object, methodSelector );
|
|
#undef nsview_effectiveAppearance_call
|
|
}
|
|
|
|
void nsview_setCompositingFilter( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCompositingFilter:" );
|
|
#define nsview_setCompositingFilter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setCompositingFilter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setCompositingFilter_call
|
|
}
|
|
|
|
CGRect nsview_bounds( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bounds" );
|
|
#define nsview_bounds_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_bounds_call( (id)object, methodSelector );
|
|
#undef nsview_bounds_call
|
|
}
|
|
|
|
void nsview_setFrame( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrame:" );
|
|
#define nsview_setFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setFrame_call
|
|
}
|
|
|
|
CGPoint nsview_convertPoint( nsview_t object, CGPoint arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPoint:toView:" );
|
|
#define nsview_convertPoint_call( obj, selector, arg0, arg1 ) ((CGPoint (*)( id, SEL, CGPoint, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_convertPoint_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_convertPoint_call
|
|
}
|
|
|
|
long long nsview_userInterfaceLayoutDirection( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userInterfaceLayoutDirection" );
|
|
#define nsview_userInterfaceLayoutDirection_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_userInterfaceLayoutDirection_call( (id)object, methodSelector );
|
|
#undef nsview_userInterfaceLayoutDirection_call
|
|
}
|
|
|
|
CGRect nsview_visibleRect( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "visibleRect" );
|
|
#define nsview_visibleRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_visibleRect_call( (id)object, methodSelector );
|
|
#undef nsview_visibleRect_call
|
|
}
|
|
|
|
char nsview_isFlipped( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFlipped" );
|
|
#define nsview_isFlipped_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isFlipped_call( (id)object, methodSelector );
|
|
#undef nsview_isFlipped_call
|
|
}
|
|
|
|
void nsview_addCursorRect( nsview_t object, CGRect arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addCursorRect:cursor:" );
|
|
#define nsview_addCursorRect_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_addCursorRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_addCursorRect_call
|
|
}
|
|
|
|
char nsview_allowsVibrancy( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsVibrancy" );
|
|
#define nsview_allowsVibrancy_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_allowsVibrancy_call( (id)object, methodSelector );
|
|
#undef nsview_allowsVibrancy_call
|
|
}
|
|
|
|
char nsview_isOpaque( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isOpaque" );
|
|
#define nsview_isOpaque_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isOpaque_call( (id)object, methodSelector );
|
|
#undef nsview_isOpaque_call
|
|
}
|
|
|
|
char nsview_wantsUpdateLayer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsUpdateLayer" );
|
|
#define nsview_wantsUpdateLayer_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_wantsUpdateLayer_call( (id)object, methodSelector );
|
|
#undef nsview_wantsUpdateLayer_call
|
|
}
|
|
|
|
void nsview_updateLayer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateLayer" );
|
|
#define nsview_updateLayer_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_updateLayer_call( (id)object, methodSelector );
|
|
#undef nsview_updateLayer_call
|
|
}
|
|
|
|
void nsview_enableGeometryInWindowDidChangeNotification( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enableGeometryInWindowDidChangeNotification" );
|
|
#define nsview_enableGeometryInWindowDidChangeNotification_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_enableGeometryInWindowDidChangeNotification_call( (id)object, methodSelector );
|
|
#undef nsview_enableGeometryInWindowDidChangeNotification_call
|
|
}
|
|
|
|
void nsview_disableGeometryInWindowDidChangeNotification( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableGeometryInWindowDidChangeNotification" );
|
|
#define nsview_disableGeometryInWindowDidChangeNotification_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_disableGeometryInWindowDidChangeNotification_call( (id)object, methodSelector );
|
|
#undef nsview_disableGeometryInWindowDidChangeNotification_call
|
|
}
|
|
|
|
void nsview_setNeedsLayout( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsLayout:" );
|
|
#define nsview_setNeedsLayout_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setNeedsLayout_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setNeedsLayout_call
|
|
}
|
|
|
|
nsobject_t nsview_superview( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superview" );
|
|
#define nsview_superview_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_superview_call( (id)object, methodSelector );
|
|
#undef nsview_superview_call
|
|
}
|
|
|
|
CGRect nsview_convertRect( nsview_t object, CGRect arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRect:toView:" );
|
|
#define nsview_convertRect_call( obj, selector, arg0, arg1 ) ((CGRect (*)( id, SEL, CGRect, nsobject_t ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1 )
|
|
return nsview_convertRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_convertRect_call
|
|
}
|
|
|
|
void nsview_setFrameSize( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameSize:" );
|
|
#define nsview_setFrameSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setFrameSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setFrameSize_call
|
|
}
|
|
|
|
unsigned long long nsview_autoresizingMask( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoresizingMask" );
|
|
#define nsview_autoresizingMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_autoresizingMask_call( (id)object, methodSelector );
|
|
#undef nsview_autoresizingMask_call
|
|
}
|
|
|
|
void nsview_setAutoresizingMask( nsview_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutoresizingMask:" );
|
|
#define nsview_setAutoresizingMask_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAutoresizingMask_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAutoresizingMask_call
|
|
}
|
|
|
|
CGSize nsview_convertSize( nsview_t object, CGSize arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertSize:toView:" );
|
|
#define nsview_convertSize_call( obj, selector, arg0, arg1 ) ((CGSize (*)( id, SEL, CGSize, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_convertSize_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_convertSize_call
|
|
}
|
|
|
|
void nsview_setFrameOrigin( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameOrigin:" );
|
|
#define nsview_setFrameOrigin_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setFrameOrigin_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setFrameOrigin_call
|
|
}
|
|
|
|
void nsview_updateConstraints( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateConstraints" );
|
|
#define nsview_updateConstraints_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_updateConstraints_call( (id)object, methodSelector );
|
|
#undef nsview_updateConstraints_call
|
|
}
|
|
|
|
char nsview_translatesAutoresizingMaskIntoConstraints( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "translatesAutoresizingMaskIntoConstraints" );
|
|
#define nsview_translatesAutoresizingMaskIntoConstraints_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_translatesAutoresizingMaskIntoConstraints_call( (id)object, methodSelector );
|
|
#undef nsview_translatesAutoresizingMaskIntoConstraints_call
|
|
}
|
|
|
|
void nsview_addConstraint( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addConstraint:" );
|
|
#define nsview_addConstraint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_addConstraint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addConstraint_call
|
|
}
|
|
|
|
void nsview_removeFromSuperview( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeFromSuperview" );
|
|
#define nsview_removeFromSuperview_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_removeFromSuperview_call( (id)object, methodSelector );
|
|
#undef nsview_removeFromSuperview_call
|
|
}
|
|
|
|
void nsview_setPostsFrameChangedNotifications( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPostsFrameChangedNotifications:" );
|
|
#define nsview_setPostsFrameChangedNotifications_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setPostsFrameChangedNotifications_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setPostsFrameChangedNotifications_call
|
|
}
|
|
|
|
void nsview_addSubview( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addSubview:" );
|
|
#define nsview_addSubview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_addSubview_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addSubview_call
|
|
}
|
|
|
|
nsobject_t nsview_initWithFrame( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initWithFrame:" );
|
|
#define nsview_initWithFrame_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_initWithFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_initWithFrame_call
|
|
}
|
|
|
|
char nsview_wantsDefaultClipping( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsDefaultClipping" );
|
|
#define nsview_wantsDefaultClipping_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_wantsDefaultClipping_call( (id)object, methodSelector );
|
|
#undef nsview_wantsDefaultClipping_call
|
|
}
|
|
|
|
char nsview_clipsToBounds( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clipsToBounds" );
|
|
#define nsview_clipsToBounds_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_clipsToBounds_call( (id)object, methodSelector );
|
|
#undef nsview_clipsToBounds_call
|
|
}
|
|
|
|
nsobject_t nsview_opaqueAncestor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "opaqueAncestor" );
|
|
#define nsview_opaqueAncestor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_opaqueAncestor_call( (id)object, methodSelector );
|
|
#undef nsview_opaqueAncestor_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAttributeNames( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributeNames" );
|
|
#define nsview_accessibilityAttributeNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAttributeNames_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAttributeNames_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityWindowAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWindowAttribute" );
|
|
#define nsview_accessibilityWindowAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityWindowAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityWindowAttribute_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityParentAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityParentAttribute" );
|
|
#define nsview_accessibilityParentAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityParentAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityParentAttribute_call
|
|
}
|
|
|
|
void nsview_sendEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sendEvent:" );
|
|
#define nsview_sendEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_sendEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_sendEvent_call
|
|
}
|
|
|
|
nsobject_t nsview_hitTest( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hitTest:" );
|
|
#define nsview_hitTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_hitTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_hitTest_call
|
|
}
|
|
|
|
void nsview_layoutSubtreeIfNeeded( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutSubtreeIfNeeded" );
|
|
#define nsview_layoutSubtreeIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_layoutSubtreeIfNeeded_call( (id)object, methodSelector );
|
|
#undef nsview_layoutSubtreeIfNeeded_call
|
|
}
|
|
|
|
void nsview_removeFromSuperviewWithoutNeedingDisplay( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeFromSuperviewWithoutNeedingDisplay" );
|
|
#define nsview_removeFromSuperviewWithoutNeedingDisplay_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_removeFromSuperviewWithoutNeedingDisplay_call( (id)object, methodSelector );
|
|
#undef nsview_removeFromSuperviewWithoutNeedingDisplay_call
|
|
}
|
|
|
|
char nsview_isDescendantOf( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isDescendantOf:" );
|
|
#define nsview_isDescendantOf_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isDescendantOf_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isDescendantOf_call
|
|
}
|
|
|
|
nsobject_t nsview_widthAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "widthAnchor" );
|
|
#define nsview_widthAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_widthAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_widthAnchor_call
|
|
}
|
|
|
|
void nsview_setTranslatesAutoresizingMaskIntoConstraints( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTranslatesAutoresizingMaskIntoConstraints:" );
|
|
#define nsview_setTranslatesAutoresizingMaskIntoConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setTranslatesAutoresizingMaskIntoConstraints_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setTranslatesAutoresizingMaskIntoConstraints_call
|
|
}
|
|
|
|
void nsview_addGestureRecognizer( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addGestureRecognizer:" );
|
|
#define nsview_addGestureRecognizer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_addGestureRecognizer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addGestureRecognizer_call
|
|
}
|
|
|
|
CGSize nsview_fittingSize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fittingSize" );
|
|
#define nsview_fittingSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_fittingSize_call( (id)object, methodSelector );
|
|
#undef nsview_fittingSize_call
|
|
}
|
|
|
|
void nsview_removeConstraint( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeConstraint:" );
|
|
#define nsview_removeConstraint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_removeConstraint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_removeConstraint_call
|
|
}
|
|
|
|
void nsview_setContentCompressionResistancePriority( nsview_t object, float arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentCompressionResistancePriority:forOrientation:" );
|
|
#define nsview_setContentCompressionResistancePriority_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, float, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_setContentCompressionResistancePriority_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_setContentCompressionResistancePriority_call
|
|
}
|
|
|
|
void nsview_setContentHuggingPriority( nsview_t object, float arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentHuggingPriority:forOrientation:" );
|
|
#define nsview_setContentHuggingPriority_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, float, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_setContentHuggingPriority_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_setContentHuggingPriority_call
|
|
}
|
|
|
|
CGSize nsview_intrinsicContentSize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "intrinsicContentSize" );
|
|
#define nsview_intrinsicContentSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_intrinsicContentSize_call( (id)object, methodSelector );
|
|
#undef nsview_intrinsicContentSize_call
|
|
}
|
|
|
|
void nsview_viewDidChangeEffectiveAppearance( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewDidChangeEffectiveAppearance" );
|
|
#define nsview_viewDidChangeEffectiveAppearance_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_viewDidChangeEffectiveAppearance_call( (id)object, methodSelector );
|
|
#undef nsview_viewDidChangeEffectiveAppearance_call
|
|
}
|
|
|
|
nsobject_t nsview_appearance( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "appearance" );
|
|
#define nsview_appearance_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_appearance_call( (id)object, methodSelector );
|
|
#undef nsview_appearance_call
|
|
}
|
|
|
|
void nsview_setWantsLayer( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWantsLayer:" );
|
|
#define nsview_setWantsLayer_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setWantsLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setWantsLayer_call
|
|
}
|
|
|
|
void nsview_setShouldBeArchived( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShouldBeArchived:" );
|
|
#define nsview_setShouldBeArchived_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setShouldBeArchived_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setShouldBeArchived_call
|
|
}
|
|
|
|
nsobject_t nsview_centerXAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "centerXAnchor" );
|
|
#define nsview_centerXAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_centerXAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_centerXAnchor_call
|
|
}
|
|
|
|
nsobject_t nsview_heightAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "heightAnchor" );
|
|
#define nsview_heightAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_heightAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_heightAnchor_call
|
|
}
|
|
|
|
nsobject_t nsview_bottomAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bottomAnchor" );
|
|
#define nsview_bottomAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_bottomAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_bottomAnchor_call
|
|
}
|
|
|
|
void nsview_addConstraints( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addConstraints:" );
|
|
#define nsview_addConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_addConstraints_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addConstraints_call
|
|
}
|
|
|
|
void nsview_setIgnoreHitTest( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setIgnoreHitTest:" );
|
|
#define nsview_setIgnoreHitTest_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setIgnoreHitTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setIgnoreHitTest_call
|
|
}
|
|
|
|
nsobject_t nsview_leadingAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "leadingAnchor" );
|
|
#define nsview_leadingAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_leadingAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_leadingAnchor_call
|
|
}
|
|
|
|
void nsview_setAllowedTouchTypes( nsview_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowedTouchTypes:" );
|
|
#define nsview_setAllowedTouchTypes_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAllowedTouchTypes_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAllowedTouchTypes_call
|
|
}
|
|
|
|
nsobject_t nsview_gestureRecognizers( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureRecognizers" );
|
|
#define nsview_gestureRecognizers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_gestureRecognizers_call( (id)object, methodSelector );
|
|
#undef nsview_gestureRecognizers_call
|
|
}
|
|
|
|
void nsview_viewDidMoveToWindow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewDidMoveToWindow" );
|
|
#define nsview_viewDidMoveToWindow_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_viewDidMoveToWindow_call( (id)object, methodSelector );
|
|
#undef nsview_viewDidMoveToWindow_call
|
|
}
|
|
|
|
nsobject_t nsview_animator( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animator" );
|
|
#define nsview_animator_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_animator_call( (id)object, methodSelector );
|
|
#undef nsview_animator_call
|
|
}
|
|
|
|
nsobject_t nsview_backgroundColor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backgroundColor" );
|
|
#define nsview_backgroundColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_backgroundColor_call( (id)object, methodSelector );
|
|
#undef nsview_backgroundColor_call
|
|
}
|
|
|
|
void nsview_setCornerRadius( nsview_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCornerRadius:" );
|
|
#define nsview_setCornerRadius_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setCornerRadius_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setCornerRadius_call
|
|
}
|
|
|
|
NSEdgeInsets nsview_alignmentRectInsets( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alignmentRectInsets" );
|
|
#define nsview_alignmentRectInsets_call( obj, selector ) ((NSEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_alignmentRectInsets_call( (id)object, methodSelector );
|
|
#undef nsview_alignmentRectInsets_call
|
|
}
|
|
|
|
void nsview_setUserInterfaceLayoutDirection( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUserInterfaceLayoutDirection:" );
|
|
#define nsview_setUserInterfaceLayoutDirection_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setUserInterfaceLayoutDirection_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setUserInterfaceLayoutDirection_call
|
|
}
|
|
|
|
void nsview_setBoundsOrigin( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBoundsOrigin:" );
|
|
#define nsview_setBoundsOrigin_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setBoundsOrigin_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setBoundsOrigin_call
|
|
}
|
|
|
|
void nsview_setAnimations( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAnimations:" );
|
|
#define nsview_setAnimations_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAnimations_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAnimations_call
|
|
}
|
|
|
|
char nsview_gestureRecognizerShouldBegin( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureRecognizerShouldBegin:" );
|
|
#define nsview_gestureRecognizerShouldBegin_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_gestureRecognizerShouldBegin_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_gestureRecognizerShouldBegin_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityParent( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityParent" );
|
|
#define nsview_accessibilityParent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityParent_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityParent_call
|
|
}
|
|
|
|
nsobject_t nsview_subviews( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "subviews" );
|
|
#define nsview_subviews_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_subviews_call( (id)object, methodSelector );
|
|
#undef nsview_subviews_call
|
|
}
|
|
|
|
char nsview_isHiddenOrHasHiddenAncestor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isHiddenOrHasHiddenAncestor" );
|
|
#define nsview_isHiddenOrHasHiddenAncestor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isHiddenOrHasHiddenAncestor_call( (id)object, methodSelector );
|
|
#undef nsview_isHiddenOrHasHiddenAncestor_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityFocusedUIElement( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFocusedUIElement" );
|
|
#define nsview_accessibilityFocusedUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityFocusedUIElement_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityFocusedUIElement_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHitTest( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHitTest:" );
|
|
#define nsview_accessibilityHitTest_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityHitTest_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityHitTest_call
|
|
}
|
|
|
|
double nsview_accessibilityVisibleArea( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleArea" );
|
|
#define nsview_accessibilityVisibleArea_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_accessibilityVisibleArea_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVisibleArea_call
|
|
}
|
|
|
|
CGRect nsview_accessibilityFrame( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrame" );
|
|
#define nsview_accessibilityFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_accessibilityFrame_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityFrame_call
|
|
}
|
|
|
|
char nsview_accessibilityIsIgnored( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsIgnored" );
|
|
#define nsview_accessibilityIsIgnored_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsIgnored_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsIgnored_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAttributeValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributeValue:" );
|
|
#define nsview_accessibilityAttributeValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityAttributeValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityAttributeValue_call
|
|
}
|
|
|
|
nsobject_t nsview_enclosingMenuItem( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enclosingMenuItem" );
|
|
#define nsview_enclosingMenuItem_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_enclosingMenuItem_call( (id)object, methodSelector );
|
|
#undef nsview_enclosingMenuItem_call
|
|
}
|
|
|
|
nsobject_t nsview_toolTip( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toolTip" );
|
|
#define nsview_toolTip_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_toolTip_call( (id)object, methodSelector );
|
|
#undef nsview_toolTip_call
|
|
}
|
|
|
|
void nsview_setToolTip( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setToolTip:" );
|
|
#define nsview_setToolTip_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setToolTip_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setToolTip_call
|
|
}
|
|
|
|
char nsview_performKeyEquivalent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performKeyEquivalent:" );
|
|
#define nsview_performKeyEquivalent_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_performKeyEquivalent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_performKeyEquivalent_call
|
|
}
|
|
|
|
void nsview_setAlphaValue( nsview_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAlphaValue:" );
|
|
#define nsview_setAlphaValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAlphaValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAlphaValue_call
|
|
}
|
|
|
|
void nsview_setOpaque( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setOpaque:" );
|
|
#define nsview_setOpaque_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setOpaque_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setOpaque_call
|
|
}
|
|
|
|
void nsview_display( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "display" );
|
|
#define nsview_display_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_display_call( (id)object, methodSelector );
|
|
#undef nsview_display_call
|
|
}
|
|
|
|
char nsview_accessibilityShouldUseUniqueId( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityShouldUseUniqueId" );
|
|
#define nsview_accessibilityShouldUseUniqueId_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityShouldUseUniqueId_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityShouldUseUniqueId_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityRoleAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRoleAttribute" );
|
|
#define nsview_accessibilityRoleAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityRoleAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityRoleAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityIsRoleAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsRoleAttributeSettable" );
|
|
#define nsview_accessibilityIsRoleAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsRoleAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsRoleAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityRoleDescriptionAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRoleDescriptionAttribute" );
|
|
#define nsview_accessibilityRoleDescriptionAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityRoleDescriptionAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityRoleDescriptionAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityIsRoleDescriptionAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsRoleDescriptionAttributeSettable" );
|
|
#define nsview_accessibilityIsRoleDescriptionAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsRoleDescriptionAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsRoleDescriptionAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHelpAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHelpAttribute" );
|
|
#define nsview_accessibilityHelpAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityHelpAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityHelpAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityIsHelpAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsHelpAttributeSettable" );
|
|
#define nsview_accessibilityIsHelpAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsHelpAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsHelpAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityFocusedAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFocusedAttribute" );
|
|
#define nsview_accessibilityFocusedAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityFocusedAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityFocusedAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityIsFocusedAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsFocusedAttributeSettable" );
|
|
#define nsview_accessibilityIsFocusedAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsFocusedAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsFocusedAttributeSettable_call
|
|
}
|
|
|
|
void nsview_accessibilitySetFocusedAttribute( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetFocusedAttribute:" );
|
|
#define nsview_accessibilitySetFocusedAttribute_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_accessibilitySetFocusedAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilitySetFocusedAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityIsParentAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsParentAttributeSettable" );
|
|
#define nsview_accessibilityIsParentAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsParentAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsParentAttributeSettable_call
|
|
}
|
|
|
|
char nsview_accessibilityIsWindowAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsWindowAttributeSettable" );
|
|
#define nsview_accessibilityIsWindowAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsWindowAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsWindowAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityTopLevelUIElementAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTopLevelUIElementAttribute" );
|
|
#define nsview_accessibilityTopLevelUIElementAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityTopLevelUIElementAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityTopLevelUIElementAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityIsTopLevelUIElementAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsTopLevelUIElementAttributeSettable" );
|
|
#define nsview_accessibilityIsTopLevelUIElementAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsTopLevelUIElementAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsTopLevelUIElementAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityPositionAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPositionAttribute" );
|
|
#define nsview_accessibilityPositionAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPositionAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPositionAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityIsPositionAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsPositionAttributeSettable" );
|
|
#define nsview_accessibilityIsPositionAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsPositionAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsPositionAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySizeAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySizeAttribute" );
|
|
#define nsview_accessibilitySizeAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySizeAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySizeAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityIsSizeAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsSizeAttributeSettable" );
|
|
#define nsview_accessibilityIsSizeAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsSizeAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsSizeAttributeSettable_call
|
|
}
|
|
|
|
char nsview_accessibilityIsAttributeSettable( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsAttributeSettable:" );
|
|
#define nsview_accessibilityIsAttributeSettable_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityIsAttributeSettable_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityIsAttributeSettable_call
|
|
}
|
|
|
|
void nsview_accessibilitySetValue( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetValue:forAttribute:" );
|
|
#define nsview_accessibilitySetValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_accessibilitySetValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_accessibilitySetValue_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityActionNames( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActionNames" );
|
|
#define nsview_accessibilityActionNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityActionNames_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityActionNames_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityActionDescription( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActionDescription:" );
|
|
#define nsview_accessibilityActionDescription_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityActionDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityActionDescription_call
|
|
}
|
|
|
|
void nsview_accessibilityPerformAction( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformAction:" );
|
|
#define nsview_accessibilityPerformAction_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_accessibilityPerformAction_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityPerformAction_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHorizontalUnitDescriptionAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHorizontalUnitDescriptionAttribute" );
|
|
#define nsview_accessibilityHorizontalUnitDescriptionAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityHorizontalUnitDescriptionAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityHorizontalUnitDescriptionAttribute_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityVerticalUnitDescriptionAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVerticalUnitDescriptionAttribute" );
|
|
#define nsview_accessibilityVerticalUnitDescriptionAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityVerticalUnitDescriptionAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVerticalUnitDescriptionAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityShouldSendNotification( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityShouldSendNotification:" );
|
|
#define nsview_accessibilityShouldSendNotification_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityShouldSendNotification_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityShouldSendNotification_call
|
|
}
|
|
|
|
nsobject_t nsview_colorSpace( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "colorSpace" );
|
|
#define nsview_colorSpace_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_colorSpace_call( (id)object, methodSelector );
|
|
#undef nsview_colorSpace_call
|
|
}
|
|
|
|
char nsview_accessibilitySupportsOverriddenAttributes( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySupportsOverriddenAttributes" );
|
|
#define nsview_accessibilitySupportsOverriddenAttributes_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySupportsOverriddenAttributes_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySupportsOverriddenAttributes_call
|
|
}
|
|
|
|
void nsview_setBounds( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBounds:" );
|
|
#define nsview_setBounds_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setBounds_call
|
|
}
|
|
|
|
void nsview_setLayer( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLayer:" );
|
|
#define nsview_setLayer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setLayer_call
|
|
}
|
|
|
|
nsobject_t nsview_makeBackingLayer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeBackingLayer" );
|
|
#define nsview_makeBackingLayer_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_makeBackingLayer_call( (id)object, methodSelector );
|
|
#undef nsview_makeBackingLayer_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityChildrenAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityChildrenAttribute" );
|
|
#define nsview_accessibilityChildrenAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityChildrenAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityChildrenAttribute_call
|
|
}
|
|
|
|
double nsview_backingScaleFactor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backingScaleFactor" );
|
|
#define nsview_backingScaleFactor_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_backingScaleFactor_call( (id)object, methodSelector );
|
|
#undef nsview_backingScaleFactor_call
|
|
}
|
|
|
|
void nsview_addTrackingArea( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addTrackingArea:" );
|
|
#define nsview_addTrackingArea_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_addTrackingArea_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addTrackingArea_call
|
|
}
|
|
|
|
void nsview_removeTrackingArea( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeTrackingArea:" );
|
|
#define nsview_removeTrackingArea_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_removeTrackingArea_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_removeTrackingArea_call
|
|
}
|
|
|
|
void nsview_setNextKeyView( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNextKeyView:" );
|
|
#define nsview_setNextKeyView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setNextKeyView_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setNextKeyView_call
|
|
}
|
|
|
|
CGRect nsview_alignmentRectForFrame( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alignmentRectForFrame:" );
|
|
#define nsview_alignmentRectForFrame_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_alignmentRectForFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_alignmentRectForFrame_call
|
|
}
|
|
|
|
void nsview_removeConstraints( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeConstraints:" );
|
|
#define nsview_removeConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_removeConstraints_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_removeConstraints_call
|
|
}
|
|
|
|
void nsview_drawRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawRect:" );
|
|
#define nsview_drawRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_drawRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_drawRect_call
|
|
}
|
|
|
|
char nsview_mouseDownCanMoveWindow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseDownCanMoveWindow" );
|
|
#define nsview_mouseDownCanMoveWindow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_mouseDownCanMoveWindow_call( (id)object, methodSelector );
|
|
#undef nsview_mouseDownCanMoveWindow_call
|
|
}
|
|
|
|
nsobject_t nsview_animations( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animations" );
|
|
#define nsview_animations_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_animations_call( (id)object, methodSelector );
|
|
#undef nsview_animations_call
|
|
}
|
|
|
|
double nsview_cornerRadius( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cornerRadius" );
|
|
#define nsview_cornerRadius_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_cornerRadius_call( (id)object, methodSelector );
|
|
#undef nsview_cornerRadius_call
|
|
}
|
|
|
|
void nsview_lockFocus( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "lockFocus" );
|
|
#define nsview_lockFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_lockFocus_call( (id)object, methodSelector );
|
|
#undef nsview_lockFocus_call
|
|
}
|
|
|
|
void nsview_unlockFocus( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unlockFocus" );
|
|
#define nsview_unlockFocus_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_unlockFocus_call( (id)object, methodSelector );
|
|
#undef nsview_unlockFocus_call
|
|
}
|
|
|
|
nsobject_t nsview_userInterfaceItemIdentifier( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userInterfaceItemIdentifier" );
|
|
#define nsview_userInterfaceItemIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_userInterfaceItemIdentifier_call( (id)object, methodSelector );
|
|
#undef nsview_userInterfaceItemIdentifier_call
|
|
}
|
|
|
|
void nsview_rightMouseDown( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightMouseDown:" );
|
|
#define nsview_rightMouseDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_rightMouseDown_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_rightMouseDown_call
|
|
}
|
|
|
|
void nsview_setMenu( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMenu:" );
|
|
#define nsview_setMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setMenu_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setMenu_call
|
|
}
|
|
|
|
void nsview_setUserInterfaceItemIdentifier( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUserInterfaceItemIdentifier:" );
|
|
#define nsview_setUserInterfaceItemIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setUserInterfaceItemIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setUserInterfaceItemIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsview_designatedFocusRingView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "designatedFocusRingView" );
|
|
#define nsview_designatedFocusRingView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_designatedFocusRingView_call( (id)object, methodSelector );
|
|
#undef nsview_designatedFocusRingView_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityChildrenInNavigationOrderAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityChildrenInNavigationOrderAttribute" );
|
|
#define nsview_accessibilityChildrenInNavigationOrderAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityChildrenInNavigationOrderAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityChildrenInNavigationOrderAttribute_call
|
|
}
|
|
|
|
char nsview_accessibilityIsChildrenAttributeSettable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIsChildrenAttributeSettable" );
|
|
#define nsview_accessibilityIsChildrenAttributeSettable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIsChildrenAttributeSettable_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIsChildrenAttributeSettable_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAuditIssuesAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAuditIssuesAttribute" );
|
|
#define nsview_accessibilityAuditIssuesAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAuditIssuesAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAuditIssuesAttribute_call
|
|
}
|
|
|
|
CGRect nsview_convertRectToLayer( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectToLayer:" );
|
|
#define nsview_convertRectToLayer_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_convertRectToLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertRectToLayer_call
|
|
}
|
|
|
|
char nsview_shouldDelayWindowOrderingForEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldDelayWindowOrderingForEvent:" );
|
|
#define nsview_shouldDelayWindowOrderingForEvent_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_shouldDelayWindowOrderingForEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_shouldDelayWindowOrderingForEvent_call
|
|
}
|
|
|
|
void nsview_setAppearance( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAppearance:" );
|
|
#define nsview_setAppearance_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAppearance_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAppearance_call
|
|
}
|
|
|
|
void nsview_setSubviews( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setSubviews:" );
|
|
#define nsview_setSubviews_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setSubviews_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setSubviews_call
|
|
}
|
|
|
|
nsobject_t nsview_leftAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "leftAnchor" );
|
|
#define nsview_leftAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_leftAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_leftAnchor_call
|
|
}
|
|
|
|
nsobject_t nsview_trailingAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "trailingAnchor" );
|
|
#define nsview_trailingAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_trailingAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_trailingAnchor_call
|
|
}
|
|
|
|
nsobject_t nsview_centerYAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "centerYAnchor" );
|
|
#define nsview_centerYAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_centerYAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_centerYAnchor_call
|
|
}
|
|
|
|
nsobject_t nsview_declaredLayoutConstraints( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "declaredLayoutConstraints" );
|
|
#define nsview_declaredLayoutConstraints_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_declaredLayoutConstraints_call( (id)object, methodSelector );
|
|
#undef nsview_declaredLayoutConstraints_call
|
|
}
|
|
|
|
char nsview_wantsLayer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsLayer" );
|
|
#define nsview_wantsLayer_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_wantsLayer_call( (id)object, methodSelector );
|
|
#undef nsview_wantsLayer_call
|
|
}
|
|
|
|
void nsview_setLayerContentsRedrawPolicy( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLayerContentsRedrawPolicy:" );
|
|
#define nsview_setLayerContentsRedrawPolicy_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setLayerContentsRedrawPolicy_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setLayerContentsRedrawPolicy_call
|
|
}
|
|
|
|
void nsview_displayIfNeeded( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "displayIfNeeded" );
|
|
#define nsview_displayIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_displayIfNeeded_call( (id)object, methodSelector );
|
|
#undef nsview_displayIfNeeded_call
|
|
}
|
|
|
|
nsobject_t nsview_preferredLayoutAttributesFittingAttributes( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preferredLayoutAttributesFittingAttributes:" );
|
|
#define nsview_preferredLayoutAttributesFittingAttributes_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_preferredLayoutAttributesFittingAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_preferredLayoutAttributesFittingAttributes_call
|
|
}
|
|
|
|
void nsview_replaceSubview( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replaceSubview:with:" );
|
|
#define nsview_replaceSubview_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_replaceSubview_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_replaceSubview_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_widthVariable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_widthVariable" );
|
|
#define nsview_nsli_widthVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_widthVariable_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_widthVariable_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_heightVariable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_heightVariable" );
|
|
#define nsview_nsli_heightVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_heightVariable_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_heightVariable_call
|
|
}
|
|
|
|
void nsview_viewWillDraw( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewWillDraw" );
|
|
#define nsview_viewWillDraw_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_viewWillDraw_call( (id)object, methodSelector );
|
|
#undef nsview_viewWillDraw_call
|
|
}
|
|
|
|
CGRect nsview_backingAlignedRect( nsview_t object, CGRect arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backingAlignedRect:options:" );
|
|
#define nsview_backingAlignedRect_call( obj, selector, arg0, arg1 ) ((CGRect (*)( id, SEL, CGRect, unsigned long long ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1 )
|
|
return nsview_backingAlignedRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_backingAlignedRect_call
|
|
}
|
|
|
|
void nsview_willRemoveSubview( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willRemoveSubview:" );
|
|
#define nsview_willRemoveSubview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_willRemoveSubview_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_willRemoveSubview_call
|
|
}
|
|
|
|
CGRect nsview_convertRectToBacking( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectToBacking:" );
|
|
#define nsview_convertRectToBacking_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_convertRectToBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertRectToBacking_call
|
|
}
|
|
|
|
CGRect nsview_convertRectFromBacking( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectFromBacking:" );
|
|
#define nsview_convertRectFromBacking_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_convertRectFromBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertRectFromBacking_call
|
|
}
|
|
|
|
char nsview_mouse( nsview_t object, CGPoint arg0, CGRect arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouse:inRect:" );
|
|
#define nsview_mouse_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, CGPoint, CGRect ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_mouse_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_mouse_call
|
|
}
|
|
|
|
char nsview_scrollRectToVisible( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scrollRectToVisible:" );
|
|
#define nsview_scrollRectToVisible_call( obj, selector, arg0 ) ((char (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_scrollRectToVisible_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_scrollRectToVisible_call
|
|
}
|
|
|
|
void nsview_setNeedsDisplayInRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsDisplayInRect:" );
|
|
#define nsview_setNeedsDisplayInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setNeedsDisplayInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setNeedsDisplayInRect_call
|
|
}
|
|
|
|
void nsview_setKeyboardFocusRingNeedsDisplayInRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeyboardFocusRingNeedsDisplayInRect:" );
|
|
#define nsview_setKeyboardFocusRingNeedsDisplayInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setKeyboardFocusRingNeedsDisplayInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setKeyboardFocusRingNeedsDisplayInRect_call
|
|
}
|
|
|
|
nsobject_t nsview_nextKeyView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nextKeyView" );
|
|
#define nsview_nextKeyView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nextKeyView_call( (id)object, methodSelector );
|
|
#undef nsview_nextKeyView_call
|
|
}
|
|
|
|
nsobject_t nsview_previousKeyView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "previousKeyView" );
|
|
#define nsview_previousKeyView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_previousKeyView_call( (id)object, methodSelector );
|
|
#undef nsview_previousKeyView_call
|
|
}
|
|
|
|
void nsview_setPostsBoundsChangedNotifications( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPostsBoundsChangedNotifications:" );
|
|
#define nsview_setPostsBoundsChangedNotifications_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setPostsBoundsChangedNotifications_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setPostsBoundsChangedNotifications_call
|
|
}
|
|
|
|
void nsview_scrollPoint( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scrollPoint:" );
|
|
#define nsview_scrollPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_scrollPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_scrollPoint_call
|
|
}
|
|
|
|
void nsview_displayRectIgnoringOpacity( nsview_t object, CGRect arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "displayRectIgnoringOpacity:inContext:" );
|
|
#define nsview_displayRectIgnoringOpacity_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_displayRectIgnoringOpacity_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_displayRectIgnoringOpacity_call
|
|
}
|
|
|
|
CGPoint nsview_convertPointToBacking( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointToBacking:" );
|
|
#define nsview_convertPointToBacking_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertPointToBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertPointToBacking_call
|
|
}
|
|
|
|
char nsview_inLiveResize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inLiveResize" );
|
|
#define nsview_inLiveResize_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_inLiveResize_call( (id)object, methodSelector );
|
|
#undef nsview_inLiveResize_call
|
|
}
|
|
|
|
char nsview_preservesContentDuringLiveResize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preservesContentDuringLiveResize" );
|
|
#define nsview_preservesContentDuringLiveResize_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_preservesContentDuringLiveResize_call( (id)object, methodSelector );
|
|
#undef nsview_preservesContentDuringLiveResize_call
|
|
}
|
|
|
|
char nsview_canDraw( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canDraw" );
|
|
#define nsview_canDraw_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_canDraw_call( (id)object, methodSelector );
|
|
#undef nsview_canDraw_call
|
|
}
|
|
|
|
nsobject_t nsview_enclosingScrollView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enclosingScrollView" );
|
|
#define nsview_enclosingScrollView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_enclosingScrollView_call( (id)object, methodSelector );
|
|
#undef nsview_enclosingScrollView_call
|
|
}
|
|
|
|
void nsview_dragImage( nsview_t object, nsobject_t arg0, CGPoint arg1, CGSize arg2, nsobject_t arg3, nsobject_t arg4, nsobject_t arg5, char arg6 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dragImage:at:offset:event:pasteboard:source:slideBack:" );
|
|
#define nsview_dragImage_call( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5, arg6 ) ((void (*)( id, SEL, nsobject_t, CGPoint, CGSize, nsobject_t, nsobject_t, nsobject_t, char ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5, arg6 )
|
|
nsview_dragImage_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4, arg5, arg6 );
|
|
#undef nsview_dragImage_call
|
|
}
|
|
|
|
void nsview_registerForDraggedTypes( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "registerForDraggedTypes:" );
|
|
#define nsview_registerForDraggedTypes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_registerForDraggedTypes_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_registerForDraggedTypes_call
|
|
}
|
|
|
|
void nsview_unregisterDraggedTypes( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unregisterDraggedTypes" );
|
|
#define nsview_unregisterDraggedTypes_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_unregisterDraggedTypes_call( (id)object, methodSelector );
|
|
#undef nsview_unregisterDraggedTypes_call
|
|
}
|
|
|
|
char nsview_acceptsFirstMouse( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "acceptsFirstMouse:" );
|
|
#define nsview_acceptsFirstMouse_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_acceptsFirstMouse_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_acceptsFirstMouse_call
|
|
}
|
|
|
|
char nsview_needsPanelToBecomeKey( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "needsPanelToBecomeKey" );
|
|
#define nsview_needsPanelToBecomeKey_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_needsPanelToBecomeKey_call( (id)object, methodSelector );
|
|
#undef nsview_needsPanelToBecomeKey_call
|
|
}
|
|
|
|
unsigned long long nsview_draggingEntered( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "draggingEntered:" );
|
|
#define nsview_draggingEntered_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_draggingEntered_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_draggingEntered_call
|
|
}
|
|
|
|
unsigned long long nsview_draggingUpdated( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "draggingUpdated:" );
|
|
#define nsview_draggingUpdated_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_draggingUpdated_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_draggingUpdated_call
|
|
}
|
|
|
|
void nsview_draggingExited( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "draggingExited:" );
|
|
#define nsview_draggingExited_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_draggingExited_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_draggingExited_call
|
|
}
|
|
|
|
char nsview_performDragOperation( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performDragOperation:" );
|
|
#define nsview_performDragOperation_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_performDragOperation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_performDragOperation_call
|
|
}
|
|
|
|
void nsview_scrollWheel( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scrollWheel:" );
|
|
#define nsview_scrollWheel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_scrollWheel_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_scrollWheel_call
|
|
}
|
|
|
|
void nsview_scrollRect( nsview_t object, CGRect arg0, CGSize arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scrollRect:by:" );
|
|
#define nsview_scrollRect_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, CGSize ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_scrollRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_scrollRect_call
|
|
}
|
|
|
|
nsobject_t nsview_menuForEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "menuForEvent:" );
|
|
#define nsview_menuForEvent_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_menuForEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_menuForEvent_call
|
|
}
|
|
|
|
nsobject_t nsview_bitmapImageRepForCachingDisplayInRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bitmapImageRepForCachingDisplayInRect:" );
|
|
#define nsview_bitmapImageRepForCachingDisplayInRect_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_bitmapImageRepForCachingDisplayInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_bitmapImageRepForCachingDisplayInRect_call
|
|
}
|
|
|
|
void nsview_cacheDisplayInRect( nsview_t object, CGRect arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cacheDisplayInRect:toBitmapImageRep:" );
|
|
#define nsview_cacheDisplayInRect_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_cacheDisplayInRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_cacheDisplayInRect_call
|
|
}
|
|
|
|
char nsview_postsFrameChangedNotifications( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "postsFrameChangedNotifications" );
|
|
#define nsview_postsFrameChangedNotifications_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_postsFrameChangedNotifications_call( (id)object, methodSelector );
|
|
#undef nsview_postsFrameChangedNotifications_call
|
|
}
|
|
|
|
void nsview_viewDidMoveToSuperview( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewDidMoveToSuperview" );
|
|
#define nsview_viewDidMoveToSuperview_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_viewDidMoveToSuperview_call( (id)object, methodSelector );
|
|
#undef nsview_viewDidMoveToSuperview_call
|
|
}
|
|
|
|
void nsview_setFlipped( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFlipped:" );
|
|
#define nsview_setFlipped_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setFlipped_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setFlipped_call
|
|
}
|
|
|
|
nsobject_t nsview_registeredDraggedTypes( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "registeredDraggedTypes" );
|
|
#define nsview_registeredDraggedTypes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_registeredDraggedTypes_call( (id)object, methodSelector );
|
|
#undef nsview_registeredDraggedTypes_call
|
|
}
|
|
|
|
void nsview_setFocusRingType( nsview_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFocusRingType:" );
|
|
#define nsview_setFocusRingType_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setFocusRingType_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setFocusRingType_call
|
|
}
|
|
|
|
nsobject_t nsview_headerView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "headerView" );
|
|
#define nsview_headerView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_headerView_call( (id)object, methodSelector );
|
|
#undef nsview_headerView_call
|
|
}
|
|
|
|
void nsview_setNextResponder( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNextResponder:" );
|
|
#define nsview_setNextResponder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setNextResponder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setNextResponder_call
|
|
}
|
|
|
|
nsobject_t nsview_animationForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "animationForKey:" );
|
|
#define nsview_animationForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_animationForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_animationForKey_call
|
|
}
|
|
|
|
CGRect nsview_centerScanRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "centerScanRect:" );
|
|
#define nsview_centerScanRect_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_centerScanRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_centerScanRect_call
|
|
}
|
|
|
|
void nsview_invalidateIntrinsicContentSizeForCell( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateIntrinsicContentSizeForCell:" );
|
|
#define nsview_invalidateIntrinsicContentSizeForCell_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_invalidateIntrinsicContentSizeForCell_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_invalidateIntrinsicContentSizeForCell_call
|
|
}
|
|
|
|
void nsview_invalidateConstraints( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateConstraints" );
|
|
#define nsview_invalidateConstraints_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_invalidateConstraints_call( (id)object, methodSelector );
|
|
#undef nsview_invalidateConstraints_call
|
|
}
|
|
|
|
char nsview_lockFocusIfCanDraw( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "lockFocusIfCanDraw" );
|
|
#define nsview_lockFocusIfCanDraw_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_lockFocusIfCanDraw_call( (id)object, methodSelector );
|
|
#undef nsview_lockFocusIfCanDraw_call
|
|
}
|
|
|
|
void nsview_setContentStyle( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentStyle:" );
|
|
#define nsview_setContentStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setContentStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setContentStyle_call
|
|
}
|
|
|
|
CGRect nsview_frameForAlignmentRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameForAlignmentRect:" );
|
|
#define nsview_frameForAlignmentRect_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_frameForAlignmentRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_frameForAlignmentRect_call
|
|
}
|
|
|
|
double nsview_firstBaselineOffsetFromTop( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "firstBaselineOffsetFromTop" );
|
|
#define nsview_firstBaselineOffsetFromTop_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_firstBaselineOffsetFromTop_call( (id)object, methodSelector );
|
|
#undef nsview_firstBaselineOffsetFromTop_call
|
|
}
|
|
|
|
double nsview_baselineOffsetFromBottom( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "baselineOffsetFromBottom" );
|
|
#define nsview_baselineOffsetFromBottom_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_baselineOffsetFromBottom_call( (id)object, methodSelector );
|
|
#undef nsview_baselineOffsetFromBottom_call
|
|
}
|
|
|
|
NSEdgeInsets nsview_touchBarHitTestInsets( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchBarHitTestInsets" );
|
|
#define nsview_touchBarHitTestInsets_call( obj, selector ) ((NSEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_touchBarHitTestInsets_call( (id)object, methodSelector );
|
|
#undef nsview_touchBarHitTestInsets_call
|
|
}
|
|
|
|
char nsview_performMnemonic( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performMnemonic:" );
|
|
#define nsview_performMnemonic_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_performMnemonic_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_performMnemonic_call
|
|
}
|
|
|
|
void nsview_noteFocusRingMaskChanged( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "noteFocusRingMaskChanged" );
|
|
#define nsview_noteFocusRingMaskChanged_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_noteFocusRingMaskChanged_call( (id)object, methodSelector );
|
|
#undef nsview_noteFocusRingMaskChanged_call
|
|
}
|
|
|
|
CGPoint nsview_convertPointFromBacking( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointFromBacking:" );
|
|
#define nsview_convertPointFromBacking_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertPointFromBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertPointFromBacking_call
|
|
}
|
|
|
|
double nsview_lastBaselineOffsetFromBottom( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "lastBaselineOffsetFromBottom" );
|
|
#define nsview_lastBaselineOffsetFromBottom_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_lastBaselineOffsetFromBottom_call( (id)object, methodSelector );
|
|
#undef nsview_lastBaselineOffsetFromBottom_call
|
|
}
|
|
|
|
long long nsview_layerContentsRedrawPolicy( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layerContentsRedrawPolicy" );
|
|
#define nsview_layerContentsRedrawPolicy_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_layerContentsRedrawPolicy_call( (id)object, methodSelector );
|
|
#undef nsview_layerContentsRedrawPolicy_call
|
|
}
|
|
|
|
nsobject_t nsview_effectiveContentStyle( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveContentStyle" );
|
|
#define nsview_effectiveContentStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_effectiveContentStyle_call( (id)object, methodSelector );
|
|
#undef nsview_effectiveContentStyle_call
|
|
}
|
|
|
|
nsobject_t nsview_constraintForIdentifier( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constraintForIdentifier:" );
|
|
#define nsview_constraintForIdentifier_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_constraintForIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_constraintForIdentifier_call
|
|
}
|
|
|
|
void nsview_setCompositingOperation( nsview_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCompositingOperation:" );
|
|
#define nsview_setCompositingOperation_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setCompositingOperation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setCompositingOperation_call
|
|
}
|
|
|
|
unsigned long long nsview_compositingOperation( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "compositingOperation" );
|
|
#define nsview_compositingOperation_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_compositingOperation_call( (id)object, methodSelector );
|
|
#undef nsview_compositingOperation_call
|
|
}
|
|
|
|
void nsview_setClipsToBounds( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setClipsToBounds:" );
|
|
#define nsview_setClipsToBounds_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setClipsToBounds_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setClipsToBounds_call
|
|
}
|
|
|
|
double nsview_alphaValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alphaValue" );
|
|
#define nsview_alphaValue_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_alphaValue_call( (id)object, methodSelector );
|
|
#undef nsview_alphaValue_call
|
|
}
|
|
|
|
void nsview_willOpenMenu( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willOpenMenu:withEvent:" );
|
|
#define nsview_willOpenMenu_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_willOpenMenu_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_willOpenMenu_call
|
|
}
|
|
|
|
void nsview_didCloseMenu( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didCloseMenu:withEvent:" );
|
|
#define nsview_didCloseMenu_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_didCloseMenu_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_didCloseMenu_call
|
|
}
|
|
|
|
void nsview_prepareMenu( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareMenu:withEvent:" );
|
|
#define nsview_prepareMenu_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_prepareMenu_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_prepareMenu_call
|
|
}
|
|
|
|
void nsview_prepareForMenu( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForMenu:withEvent:" );
|
|
#define nsview_prepareForMenu_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_prepareForMenu_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_prepareForMenu_call
|
|
}
|
|
|
|
void nsview_accessibilityPopUpMenuCreated( nsview_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPopUpMenuCreated:forSubview:returningAccessibilityParent:" );
|
|
#define nsview_accessibilityPopUpMenuCreated_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_accessibilityPopUpMenuCreated_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_accessibilityPopUpMenuCreated_call
|
|
}
|
|
|
|
void nsview_accessibilityPopUpMenuClosed( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPopUpMenuClosed:accessibilityParent:" );
|
|
#define nsview_accessibilityPopUpMenuClosed_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_accessibilityPopUpMenuClosed_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_accessibilityPopUpMenuClosed_call
|
|
}
|
|
|
|
void nsview_print( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "print:" );
|
|
#define nsview_print_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_print_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_print_call
|
|
}
|
|
|
|
char nsview_worksWhenModal( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "worksWhenModal" );
|
|
#define nsview_worksWhenModal_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_worksWhenModal_call( (id)object, methodSelector );
|
|
#undef nsview_worksWhenModal_call
|
|
}
|
|
|
|
nsobject_t nsview_topAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "topAnchor" );
|
|
#define nsview_topAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_topAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_topAnchor_call
|
|
}
|
|
|
|
nsobject_t nsview_trackingAreas( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "trackingAreas" );
|
|
#define nsview_trackingAreas_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_trackingAreas_call( (id)object, methodSelector );
|
|
#undef nsview_trackingAreas_call
|
|
}
|
|
|
|
nsobject_t nsview_nextValidKeyView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nextValidKeyView" );
|
|
#define nsview_nextValidKeyView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nextValidKeyView_call( (id)object, methodSelector );
|
|
#undef nsview_nextValidKeyView_call
|
|
}
|
|
|
|
unsigned long long nsview_focusRingType( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "focusRingType" );
|
|
#define nsview_focusRingType_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_focusRingType_call( (id)object, methodSelector );
|
|
#undef nsview_focusRingType_call
|
|
}
|
|
|
|
CGSize nsview_convertSizeToBacking( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertSizeToBacking:" );
|
|
#define nsview_convertSizeToBacking_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertSizeToBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertSizeToBacking_call
|
|
}
|
|
|
|
void nsview_setAllowsVibrancy( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAllowsVibrancy:" );
|
|
#define nsview_setAllowsVibrancy_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAllowsVibrancy_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAllowsVibrancy_call
|
|
}
|
|
|
|
char nsview_canBecomeKeyView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canBecomeKeyView" );
|
|
#define nsview_canBecomeKeyView_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_canBecomeKeyView_call( (id)object, methodSelector );
|
|
#undef nsview_canBecomeKeyView_call
|
|
}
|
|
|
|
CGPoint nsview_accessibilityWindowPointForShowMenu( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWindowPointForShowMenu" );
|
|
#define nsview_accessibilityWindowPointForShowMenu_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityWindowPointForShowMenu_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityWindowPointForShowMenu_call
|
|
}
|
|
|
|
void nsview_drawFocusRingMask( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawFocusRingMask" );
|
|
#define nsview_drawFocusRingMask_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_drawFocusRingMask_call( (id)object, methodSelector );
|
|
#undef nsview_drawFocusRingMask_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAuditParent( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAuditParent" );
|
|
#define nsview_accessibilityAuditParent_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAuditParent_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAuditParent_call
|
|
}
|
|
|
|
void nsview_accessibilityDrawFocusRing( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDrawFocusRing" );
|
|
#define nsview_accessibilityDrawFocusRing_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_accessibilityDrawFocusRing_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityDrawFocusRing_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySectionsAttribute( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySectionsAttribute" );
|
|
#define nsview_accessibilitySectionsAttribute_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySectionsAttribute_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySectionsAttribute_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAuditHierarchy( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAuditHierarchy" );
|
|
#define nsview_accessibilityAuditHierarchy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAuditHierarchy_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAuditHierarchy_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAuditLabel( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAuditLabel" );
|
|
#define nsview_accessibilityAuditLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAuditLabel_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAuditLabel_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAuditContrast( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAuditContrast" );
|
|
#define nsview_accessibilityAuditContrast_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAuditContrast_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAuditContrast_call
|
|
}
|
|
|
|
nsobject_t nsview_deepestAccessibilityDescendants( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "deepestAccessibilityDescendants" );
|
|
#define nsview_deepestAccessibilityDescendants_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_deepestAccessibilityDescendants_call( (id)object, methodSelector );
|
|
#undef nsview_deepestAccessibilityDescendants_call
|
|
}
|
|
|
|
nsobject_t nsview_rightAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightAnchor" );
|
|
#define nsview_rightAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_rightAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_rightAnchor_call
|
|
}
|
|
|
|
void nsview_updateConstraintsForSubtreeIfNeeded( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateConstraintsForSubtreeIfNeeded" );
|
|
#define nsview_updateConstraintsForSubtreeIfNeeded_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_updateConstraintsForSubtreeIfNeeded_call( (id)object, methodSelector );
|
|
#undef nsview_updateConstraintsForSubtreeIfNeeded_call
|
|
}
|
|
|
|
void nsview_constraintsDidChangeInEngine( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constraintsDidChangeInEngine:" );
|
|
#define nsview_constraintsDidChangeInEngine_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_constraintsDidChangeInEngine_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_constraintsDidChangeInEngine_call
|
|
}
|
|
|
|
void nsview_allocateGState( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allocateGState" );
|
|
#define nsview_allocateGState_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_allocateGState_call( (id)object, methodSelector );
|
|
#undef nsview_allocateGState_call
|
|
}
|
|
|
|
void nsview_viewWillMoveToSuperview( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewWillMoveToSuperview:" );
|
|
#define nsview_viewWillMoveToSuperview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_viewWillMoveToSuperview_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_viewWillMoveToSuperview_call
|
|
}
|
|
|
|
void nsview_setBoundsSize( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBoundsSize:" );
|
|
#define nsview_setBoundsSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setBoundsSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setBoundsSize_call
|
|
}
|
|
|
|
void nsview_translateOriginToPoint( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "translateOriginToPoint:" );
|
|
#define nsview_translateOriginToPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_translateOriginToPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_translateOriginToPoint_call
|
|
}
|
|
|
|
void nsview_scaleUnitSquareToSize( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scaleUnitSquareToSize:" );
|
|
#define nsview_scaleUnitSquareToSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_scaleUnitSquareToSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_scaleUnitSquareToSize_call
|
|
}
|
|
|
|
CGRect nsview_adjustScroll( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "adjustScroll:" );
|
|
#define nsview_adjustScroll_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_adjustScroll_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_adjustScroll_call
|
|
}
|
|
|
|
nsobject_t nsview_previousValidKeyView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "previousValidKeyView" );
|
|
#define nsview_previousValidKeyView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_previousValidKeyView_call( (id)object, methodSelector );
|
|
#undef nsview_previousValidKeyView_call
|
|
}
|
|
|
|
void nsview_setFrameRotation( nsview_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameRotation:" );
|
|
#define nsview_setFrameRotation_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setFrameRotation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setFrameRotation_call
|
|
}
|
|
|
|
void nsview_setBoundsRotation( nsview_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBoundsRotation:" );
|
|
#define nsview_setBoundsRotation_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setBoundsRotation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setBoundsRotation_call
|
|
}
|
|
|
|
void nsview_rotateByAngle( nsview_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rotateByAngle:" );
|
|
#define nsview_rotateByAngle_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_rotateByAngle_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_rotateByAngle_call
|
|
}
|
|
|
|
char nsview_autoscroll( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoscroll:" );
|
|
#define nsview_autoscroll_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_autoscroll_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_autoscroll_call
|
|
}
|
|
|
|
void nsview_setUpGState( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUpGState" );
|
|
#define nsview_setUpGState_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_setUpGState_call( (id)object, methodSelector );
|
|
#undef nsview_setUpGState_call
|
|
}
|
|
|
|
nsobject_t nsview_viewWithTag( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewWithTag:" );
|
|
#define nsview_viewWithTag_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_viewWithTag_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_viewWithTag_call
|
|
}
|
|
|
|
nsobject_t nsview_beginDraggingSessionWithItems( nsview_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginDraggingSessionWithItems:event:source:" );
|
|
#define nsview_beginDraggingSessionWithItems_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsview_beginDraggingSessionWithItems_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_beginDraggingSessionWithItems_call
|
|
}
|
|
|
|
nsobject_t nsview_constraints( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constraints" );
|
|
#define nsview_constraints_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_constraints_call( (id)object, methodSelector );
|
|
#undef nsview_constraints_call
|
|
}
|
|
|
|
void nsview_viewWillStartLiveResize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewWillStartLiveResize" );
|
|
#define nsview_viewWillStartLiveResize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_viewWillStartLiveResize_call( (id)object, methodSelector );
|
|
#undef nsview_viewWillStartLiveResize_call
|
|
}
|
|
|
|
void nsview_viewDidEndLiveResize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewDidEndLiveResize" );
|
|
#define nsview_viewDidEndLiveResize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_viewDidEndLiveResize_call( (id)object, methodSelector );
|
|
#undef nsview_viewDidEndLiveResize_call
|
|
}
|
|
|
|
void nsview_updateTrackingAreas( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateTrackingAreas" );
|
|
#define nsview_updateTrackingAreas_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_updateTrackingAreas_call( (id)object, methodSelector );
|
|
#undef nsview_updateTrackingAreas_call
|
|
}
|
|
|
|
CGRect nsview_convertRectFromLayer( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectFromLayer:" );
|
|
#define nsview_convertRectFromLayer_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_convertRectFromLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertRectFromLayer_call
|
|
}
|
|
|
|
void nsview_interpretKeyEvents( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "interpretKeyEvents:" );
|
|
#define nsview_interpretKeyEvents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_interpretKeyEvents_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_interpretKeyEvents_call
|
|
}
|
|
|
|
nsobject_t nsview_candidateListTouchBarItem( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "candidateListTouchBarItem" );
|
|
#define nsview_candidateListTouchBarItem_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_candidateListTouchBarItem_call( (id)object, methodSelector );
|
|
#undef nsview_candidateListTouchBarItem_call
|
|
}
|
|
|
|
nsobject_t nsview_lastBaselineAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "lastBaselineAnchor" );
|
|
#define nsview_lastBaselineAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_lastBaselineAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_lastBaselineAnchor_call
|
|
}
|
|
|
|
void nsview_viewDidChangeBackingProperties( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewDidChangeBackingProperties" );
|
|
#define nsview_viewDidChangeBackingProperties_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_viewDidChangeBackingProperties_call( (id)object, methodSelector );
|
|
#undef nsview_viewDidChangeBackingProperties_call
|
|
}
|
|
|
|
void nsview_viewWillMoveToWindow( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewWillMoveToWindow:" );
|
|
#define nsview_viewWillMoveToWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_viewWillMoveToWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_viewWillMoveToWindow_call
|
|
}
|
|
|
|
void nsview_setAutoresizesSubviews( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAutoresizesSubviews:" );
|
|
#define nsview_setAutoresizesSubviews_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAutoresizesSubviews_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAutoresizesSubviews_call
|
|
}
|
|
|
|
void nsview_setNeedsUpdateConstraints( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNeedsUpdateConstraints:" );
|
|
#define nsview_setNeedsUpdateConstraints_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setNeedsUpdateConstraints_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setNeedsUpdateConstraints_call
|
|
}
|
|
|
|
char nsview_acceptsTouchEvents( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "acceptsTouchEvents" );
|
|
#define nsview_acceptsTouchEvents_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_acceptsTouchEvents_call( (id)object, methodSelector );
|
|
#undef nsview_acceptsTouchEvents_call
|
|
}
|
|
|
|
char nsview_ignoreHitTest( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ignoreHitTest" );
|
|
#define nsview_ignoreHitTest_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_ignoreHitTest_call( (id)object, methodSelector );
|
|
#undef nsview_ignoreHitTest_call
|
|
}
|
|
|
|
char nsview_shouldBeArchived( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldBeArchived" );
|
|
#define nsview_shouldBeArchived_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_shouldBeArchived_call( (id)object, methodSelector );
|
|
#undef nsview_shouldBeArchived_call
|
|
}
|
|
|
|
void nsview_displayRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "displayRect:" );
|
|
#define nsview_displayRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_displayRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_displayRect_call
|
|
}
|
|
|
|
char nsview_shouldBeTreatedAsInkEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldBeTreatedAsInkEvent:" );
|
|
#define nsview_shouldBeTreatedAsInkEvent_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_shouldBeTreatedAsInkEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_shouldBeTreatedAsInkEvent_call
|
|
}
|
|
|
|
CGRect nsview_focusRingMaskBounds( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "focusRingMaskBounds" );
|
|
#define nsview_focusRingMaskBounds_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_focusRingMaskBounds_call( (id)object, methodSelector );
|
|
#undef nsview_focusRingMaskBounds_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityPopUpMenuParent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPopUpMenuParent:" );
|
|
#define nsview_accessibilityPopUpMenuParent_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityPopUpMenuParent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityPopUpMenuParent_call
|
|
}
|
|
|
|
nsobject_t nsview_compositingFilter( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "compositingFilter" );
|
|
#define nsview_compositingFilter_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_compositingFilter_call( (id)object, methodSelector );
|
|
#undef nsview_compositingFilter_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_ancestorSharedWithItem( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_ancestorSharedWithItem:" );
|
|
#define nsview_nsli_ancestorSharedWithItem_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsli_ancestorSharedWithItem_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsli_ancestorSharedWithItem_call
|
|
}
|
|
|
|
nsobject_t nsview_shadow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shadow" );
|
|
#define nsview_shadow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_shadow_call( (id)object, methodSelector );
|
|
#undef nsview_shadow_call
|
|
}
|
|
|
|
void nsview_setShadow( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setShadow:" );
|
|
#define nsview_setShadow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setShadow_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setShadow_call
|
|
}
|
|
|
|
nsobject_t nsview_backgroundFilters( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "backgroundFilters" );
|
|
#define nsview_backgroundFilters_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_backgroundFilters_call( (id)object, methodSelector );
|
|
#undef nsview_backgroundFilters_call
|
|
}
|
|
|
|
void nsview_setBackgroundFilters( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setBackgroundFilters:" );
|
|
#define nsview_setBackgroundFilters_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setBackgroundFilters_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setBackgroundFilters_call
|
|
}
|
|
|
|
nsobject_t nsview_contentFilters( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentFilters" );
|
|
#define nsview_contentFilters_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_contentFilters_call( (id)object, methodSelector );
|
|
#undef nsview_contentFilters_call
|
|
}
|
|
|
|
void nsview_setContentFilters( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setContentFilters:" );
|
|
#define nsview_setContentFilters_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setContentFilters_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setContentFilters_call
|
|
}
|
|
|
|
float nsview_contentHuggingPriorityForOrientation( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentHuggingPriorityForOrientation:" );
|
|
#define nsview_contentHuggingPriorityForOrientation_call( obj, selector, arg0 ) ((float (*)( id, SEL, long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return nsview_contentHuggingPriorityForOrientation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_contentHuggingPriorityForOrientation_call
|
|
}
|
|
|
|
float nsview_contentCompressionResistancePriorityForOrientation( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentCompressionResistancePriorityForOrientation:" );
|
|
#define nsview_contentCompressionResistancePriorityForOrientation_call( obj, selector, arg0 ) ((float (*)( id, SEL, long long ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return nsview_contentCompressionResistancePriorityForOrientation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_contentCompressionResistancePriorityForOrientation_call
|
|
}
|
|
|
|
nsobject_t nsview_layoutRect( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutRect" );
|
|
#define nsview_layoutRect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_layoutRect_call( (id)object, methodSelector );
|
|
#undef nsview_layoutRect_call
|
|
}
|
|
|
|
nsobject_t nsview_firstBaselineAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "firstBaselineAnchor" );
|
|
#define nsview_firstBaselineAnchor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_firstBaselineAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_firstBaselineAnchor_call
|
|
}
|
|
|
|
void nsview_discardCursorRects( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "discardCursorRects" );
|
|
#define nsview_discardCursorRects_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_discardCursorRects_call( (id)object, methodSelector );
|
|
#undef nsview_discardCursorRects_call
|
|
}
|
|
|
|
void nsview_cursorUpdate( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cursorUpdate:" );
|
|
#define nsview_cursorUpdate_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_cursorUpdate_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_cursorUpdate_call
|
|
}
|
|
|
|
char nsview_prepareForDragOperation( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForDragOperation:" );
|
|
#define nsview_prepareForDragOperation_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_prepareForDragOperation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_prepareForDragOperation_call
|
|
}
|
|
|
|
void nsview_concludeDragOperation( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "concludeDragOperation:" );
|
|
#define nsview_concludeDragOperation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_concludeDragOperation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_concludeDragOperation_call
|
|
}
|
|
|
|
void nsview_helpRequested( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "helpRequested:" );
|
|
#define nsview_helpRequested_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_helpRequested_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_helpRequested_call
|
|
}
|
|
|
|
long long nsview_addTrackingRect( nsview_t object, CGRect arg0, nsobject_t arg1, void* arg2, char arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addTrackingRect:owner:userData:assumeInside:" );
|
|
#define nsview_addTrackingRect_call( obj, selector, arg0, arg1, arg2, arg3 ) ((long long (*)( id, SEL, CGRect, nsobject_t, void*, char ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsview_addTrackingRect_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_addTrackingRect_call
|
|
}
|
|
|
|
void nsview_removeTrackingRect( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeTrackingRect:" );
|
|
#define nsview_removeTrackingRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_removeTrackingRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_removeTrackingRect_call
|
|
}
|
|
|
|
void nsview_trackEventsMatchingMask( nsview_t object, unsigned long long arg0, double arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "trackEventsMatchingMask:timeout:mode:handler:" );
|
|
#define nsview_trackEventsMatchingMask_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, unsigned long long, double, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsview_trackEventsMatchingMask_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_trackEventsMatchingMask_call
|
|
}
|
|
|
|
nsobject_t nsview_recursiveDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "recursiveDescription" );
|
|
#define nsview_recursiveDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_recursiveDescription_call( (id)object, methodSelector );
|
|
#undef nsview_recursiveDescription_call
|
|
}
|
|
|
|
char nsview_wantsRestingTouches( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsRestingTouches" );
|
|
#define nsview_wantsRestingTouches_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_wantsRestingTouches_call( (id)object, methodSelector );
|
|
#undef nsview_wantsRestingTouches_call
|
|
}
|
|
|
|
nsobject_t nsview_functionRow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "functionRow" );
|
|
#define nsview_functionRow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_functionRow_call( (id)object, methodSelector );
|
|
#undef nsview_functionRow_call
|
|
}
|
|
|
|
unsigned long long nsview_allowedTouchTypes( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowedTouchTypes" );
|
|
#define nsview_allowedTouchTypes_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_allowedTouchTypes_call( (id)object, methodSelector );
|
|
#undef nsview_allowedTouchTypes_call
|
|
}
|
|
|
|
char nsview_isDrawingFindIndicator( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isDrawingFindIndicator" );
|
|
#define nsview_isDrawingFindIndicator_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isDrawingFindIndicator_call( (id)object, methodSelector );
|
|
#undef nsview_isDrawingFindIndicator_call
|
|
}
|
|
|
|
void nsview_removeAllToolTips( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeAllToolTips" );
|
|
#define nsview_removeAllToolTips_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_removeAllToolTips_call( (id)object, methodSelector );
|
|
#undef nsview_removeAllToolTips_call
|
|
}
|
|
|
|
CGRect nsview_nsis_frame( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_frame" );
|
|
#define nsview_nsis_frame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_nsis_frame_call( (id)object, methodSelector );
|
|
#undef nsview_nsis_frame_call
|
|
}
|
|
|
|
void nsview_sortSubviewsUsingBlock( nsview_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "sortSubviewsUsingBlock:" );
|
|
#define nsview_sortSubviewsUsingBlock_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_sortSubviewsUsingBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_sortSubviewsUsingBlock_call
|
|
}
|
|
|
|
void nsview_setLayerContentsPlacement( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLayerContentsPlacement:" );
|
|
#define nsview_setLayerContentsPlacement_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setLayerContentsPlacement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setLayerContentsPlacement_call
|
|
}
|
|
|
|
void nsview_drawLayer( nsview_t object, nsobject_t arg0, CGContext* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawLayer:inContext:" );
|
|
#define nsview_drawLayer_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, CGContext* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_drawLayer_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_drawLayer_call
|
|
}
|
|
|
|
nsobject_t nsview_actionForLayer( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "actionForLayer:forKey:" );
|
|
#define nsview_actionForLayer_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_actionForLayer_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_actionForLayer_call
|
|
}
|
|
|
|
char nsview_needsDisplay( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "needsDisplay" );
|
|
#define nsview_needsDisplay_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_needsDisplay_call( (id)object, methodSelector );
|
|
#undef nsview_needsDisplay_call
|
|
}
|
|
|
|
void nsview_resizeWithOldSuperviewSize( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resizeWithOldSuperviewSize:" );
|
|
#define nsview_resizeWithOldSuperviewSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_resizeWithOldSuperviewSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_resizeWithOldSuperviewSize_call
|
|
}
|
|
|
|
char nsview_hasAmbiguousLayout( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hasAmbiguousLayout" );
|
|
#define nsview_hasAmbiguousLayout_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_hasAmbiguousLayout_call( (id)object, methodSelector );
|
|
#undef nsview_hasAmbiguousLayout_call
|
|
}
|
|
|
|
void nsview_setUpdateLayerHandler( nsview_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUpdateLayerHandler:" );
|
|
#define nsview_setUpdateLayerHandler_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setUpdateLayerHandler_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setUpdateLayerHandler_call
|
|
}
|
|
|
|
nsobject_t nsview_alignmentLayoutRect( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alignmentLayoutRect" );
|
|
#define nsview_alignmentLayoutRect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_alignmentLayoutRect_call( (id)object, methodSelector );
|
|
#undef nsview_alignmentLayoutRect_call
|
|
}
|
|
|
|
nsobject_t nsview_ancestorSharedWithView( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ancestorSharedWithView:" );
|
|
#define nsview_ancestorSharedWithView_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_ancestorSharedWithView_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_ancestorSharedWithView_call
|
|
}
|
|
|
|
char nsview_wantsBestResolutionOpenGLSurface( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsBestResolutionOpenGLSurface" );
|
|
#define nsview_wantsBestResolutionOpenGLSurface_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_wantsBestResolutionOpenGLSurface_call( (id)object, methodSelector );
|
|
#undef nsview_wantsBestResolutionOpenGLSurface_call
|
|
}
|
|
|
|
void nsview_renewGState( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "renewGState" );
|
|
#define nsview_renewGState_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_renewGState_call( (id)object, methodSelector );
|
|
#undef nsview_renewGState_call
|
|
}
|
|
|
|
void nsview_setPressureConfiguration( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPressureConfiguration:" );
|
|
#define nsview_setPressureConfiguration_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setPressureConfiguration_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setPressureConfiguration_call
|
|
}
|
|
|
|
nsobject_t nsview_pressureConfiguration( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pressureConfiguration" );
|
|
#define nsview_pressureConfiguration_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_pressureConfiguration_call( (id)object, methodSelector );
|
|
#undef nsview_pressureConfiguration_call
|
|
}
|
|
|
|
char nsview_canDrawConcurrently( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canDrawConcurrently" );
|
|
#define nsview_canDrawConcurrently_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_canDrawConcurrently_call( (id)object, methodSelector );
|
|
#undef nsview_canDrawConcurrently_call
|
|
}
|
|
|
|
char nsview_autoresizesSubviews( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoresizesSubviews" );
|
|
#define nsview_autoresizesSubviews_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_autoresizesSubviews_call( (id)object, methodSelector );
|
|
#undef nsview_autoresizesSubviews_call
|
|
}
|
|
|
|
char nsview_needsLayout( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "needsLayout" );
|
|
#define nsview_needsLayout_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_needsLayout_call( (id)object, methodSelector );
|
|
#undef nsview_needsLayout_call
|
|
}
|
|
|
|
char nsview_needsUpdateConstraints( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "needsUpdateConstraints" );
|
|
#define nsview_needsUpdateConstraints_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_needsUpdateConstraints_call( (id)object, methodSelector );
|
|
#undef nsview_needsUpdateConstraints_call
|
|
}
|
|
|
|
nsobject_t nsview_loggingDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "loggingDescription" );
|
|
#define nsview_loggingDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_loggingDescription_call( (id)object, methodSelector );
|
|
#undef nsview_loggingDescription_call
|
|
}
|
|
|
|
void nsview_didBecomeActiveFirstResponder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didBecomeActiveFirstResponder" );
|
|
#define nsview_didBecomeActiveFirstResponder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_didBecomeActiveFirstResponder_call( (id)object, methodSelector );
|
|
#undef nsview_didBecomeActiveFirstResponder_call
|
|
}
|
|
|
|
void nsview_didResignActiveFirstResponder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didResignActiveFirstResponder" );
|
|
#define nsview_didResignActiveFirstResponder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_didResignActiveFirstResponder_call( (id)object, methodSelector );
|
|
#undef nsview_didResignActiveFirstResponder_call
|
|
}
|
|
|
|
long long nsview_addToolTipRect( nsview_t object, CGRect arg0, nsobject_t arg1, void* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addToolTipRect:owner:userData:" );
|
|
#define nsview_addToolTipRect_call( obj, selector, arg0, arg1, arg2 ) ((long long (*)( id, SEL, CGRect, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsview_addToolTipRect_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_addToolTipRect_call
|
|
}
|
|
|
|
char nsview_wantsExtendedDynamicRangeOpenGLSurface( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsExtendedDynamicRangeOpenGLSurface" );
|
|
#define nsview_wantsExtendedDynamicRangeOpenGLSurface_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_wantsExtendedDynamicRangeOpenGLSurface_call( (id)object, methodSelector );
|
|
#undef nsview_wantsExtendedDynamicRangeOpenGLSurface_call
|
|
}
|
|
|
|
void nsview_setWantsExtendedDynamicRangeOpenGLSurface( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWantsExtendedDynamicRangeOpenGLSurface:" );
|
|
#define nsview_setWantsExtendedDynamicRangeOpenGLSurface_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setWantsExtendedDynamicRangeOpenGLSurface_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setWantsExtendedDynamicRangeOpenGLSurface_call
|
|
}
|
|
|
|
CGPoint nsview_convertPointFromBase( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointFromBase:" );
|
|
#define nsview_convertPointFromBase_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertPointFromBase_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertPointFromBase_call
|
|
}
|
|
|
|
void nsview_prepareContentInRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareContentInRect:" );
|
|
#define nsview_prepareContentInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_prepareContentInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_prepareContentInRect_call
|
|
}
|
|
|
|
void nsview_setHorizontalContentSizeConstraintActive( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setHorizontalContentSizeConstraintActive:" );
|
|
#define nsview_setHorizontalContentSizeConstraintActive_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setHorizontalContentSizeConstraintActive_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setHorizontalContentSizeConstraintActive_call
|
|
}
|
|
|
|
void nsview_setVerticalContentSizeConstraintActive( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVerticalContentSizeConstraintActive:" );
|
|
#define nsview_setVerticalContentSizeConstraintActive_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setVerticalContentSizeConstraintActive_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setVerticalContentSizeConstraintActive_call
|
|
}
|
|
|
|
CGRect nsview_rectForPage( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rectForPage:" );
|
|
#define nsview_rectForPage_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, long long ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_rectForPage_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_rectForPage_call
|
|
}
|
|
|
|
nsobject_t nsview_printJobTitle( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "printJobTitle" );
|
|
#define nsview_printJobTitle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_printJobTitle_call( (id)object, methodSelector );
|
|
#undef nsview_printJobTitle_call
|
|
}
|
|
|
|
void nsview_geometryInWindowDidChange( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "geometryInWindowDidChange" );
|
|
#define nsview_geometryInWindowDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_geometryInWindowDidChange_call( (id)object, methodSelector );
|
|
#undef nsview_geometryInWindowDidChange_call
|
|
}
|
|
|
|
void nsview_viewDidHide( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewDidHide" );
|
|
#define nsview_viewDidHide_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_viewDidHide_call( (id)object, methodSelector );
|
|
#undef nsview_viewDidHide_call
|
|
}
|
|
|
|
void nsview_viewDidUnhide( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "viewDidUnhide" );
|
|
#define nsview_viewDidUnhide_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_viewDidUnhide_call( (id)object, methodSelector );
|
|
#undef nsview_viewDidUnhide_call
|
|
}
|
|
|
|
char nsview_isRotatedOrScaledFromBase( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isRotatedOrScaledFromBase" );
|
|
#define nsview_isRotatedOrScaledFromBase_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isRotatedOrScaledFromBase_call( (id)object, methodSelector );
|
|
#undef nsview_isRotatedOrScaledFromBase_call
|
|
}
|
|
|
|
nsobject_t nsview_imageInRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "imageInRect:" );
|
|
#define nsview_imageInRect_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_imageInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_imageInRect_call
|
|
}
|
|
|
|
void nsview_removeToolTip( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeToolTip:" );
|
|
#define nsview_removeToolTip_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_removeToolTip_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_removeToolTip_call
|
|
}
|
|
|
|
nsobject_t nsview_inputContext( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inputContext" );
|
|
#define nsview_inputContext_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_inputContext_call( (id)object, methodSelector );
|
|
#undef nsview_inputContext_call
|
|
}
|
|
|
|
CGRect nsview_accessibilityFocusRingMaskBounds( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFocusRingMaskBounds" );
|
|
#define nsview_accessibilityFocusRingMaskBounds_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_accessibilityFocusRingMaskBounds_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityFocusRingMaskBounds_call
|
|
}
|
|
|
|
CGPoint nsview_convertPointToLayer( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointToLayer:" );
|
|
#define nsview_convertPointToLayer_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertPointToLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertPointToLayer_call
|
|
}
|
|
|
|
void nsview_resizeSubviewsWithOldSize( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resizeSubviewsWithOldSize:" );
|
|
#define nsview_resizeSubviewsWithOldSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_resizeSubviewsWithOldSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_resizeSubviewsWithOldSize_call
|
|
}
|
|
|
|
char nsview_canDrawSubviewsIntoLayer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canDrawSubviewsIntoLayer" );
|
|
#define nsview_canDrawSubviewsIntoLayer_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_canDrawSubviewsIntoLayer_call( (id)object, methodSelector );
|
|
#undef nsview_canDrawSubviewsIntoLayer_call
|
|
}
|
|
|
|
void nsview_nsis_valueOfVariable( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_valueOfVariable:didChangeInEngine:" );
|
|
#define nsview_nsis_valueOfVariable_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_nsis_valueOfVariable_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_nsis_valueOfVariable_call
|
|
}
|
|
|
|
CGSize nsview_convertSizeFromBacking( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertSizeFromBacking:" );
|
|
#define nsview_convertSizeFromBacking_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertSizeFromBacking_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertSizeFromBacking_call
|
|
}
|
|
|
|
CGRect nsview_preparedContentRect( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "preparedContentRect" );
|
|
#define nsview_preparedContentRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_preparedContentRect_call( (id)object, methodSelector );
|
|
#undef nsview_preparedContentRect_call
|
|
}
|
|
|
|
CGRect nsview_overlayBounds( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "overlayBounds" );
|
|
#define nsview_overlayBounds_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_overlayBounds_call( (id)object, methodSelector );
|
|
#undef nsview_overlayBounds_call
|
|
}
|
|
|
|
char nsview_needsToDrawRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "needsToDrawRect:" );
|
|
#define nsview_needsToDrawRect_call( obj, selector, arg0 ) ((char (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_needsToDrawRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_needsToDrawRect_call
|
|
}
|
|
|
|
void nsview_showActiveFirstResponderIndication( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showActiveFirstResponderIndication" );
|
|
#define nsview_showActiveFirstResponderIndication_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_showActiveFirstResponderIndication_call( (id)object, methodSelector );
|
|
#undef nsview_showActiveFirstResponderIndication_call
|
|
}
|
|
|
|
void nsview_drawOverlayRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawOverlayRect:" );
|
|
#define nsview_drawOverlayRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_drawOverlayRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_drawOverlayRect_call
|
|
}
|
|
|
|
nsobject_t nsview_visibleAccessibleOrLeafSubviews( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "visibleAccessibleOrLeafSubviews" );
|
|
#define nsview_visibleAccessibleOrLeafSubviews_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_visibleAccessibleOrLeafSubviews_call( (id)object, methodSelector );
|
|
#undef nsview_visibleAccessibleOrLeafSubviews_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAuditPotentialChildren( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAuditPotentialChildren" );
|
|
#define nsview_accessibilityAuditPotentialChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAuditPotentialChildren_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAuditPotentialChildren_call
|
|
}
|
|
|
|
char nsview_canSmoothFontsInLayer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "canSmoothFontsInLayer" );
|
|
#define nsview_canSmoothFontsInLayer_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_canSmoothFontsInLayer_call( (id)object, methodSelector );
|
|
#undef nsview_canSmoothFontsInLayer_call
|
|
}
|
|
|
|
void nsview_displayIgnoringOpacity( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "displayIgnoringOpacity" );
|
|
#define nsview_displayIgnoringOpacity_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_displayIgnoringOpacity_call( (id)object, methodSelector );
|
|
#undef nsview_displayIgnoringOpacity_call
|
|
}
|
|
|
|
char nsview_isInTouchBar( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isInTouchBar" );
|
|
#define nsview_isInTouchBar_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isInTouchBar_call( (id)object, methodSelector );
|
|
#undef nsview_isInTouchBar_call
|
|
}
|
|
|
|
void nsview_showDefinitionForAttributedString( nsview_t object, nsobject_t arg0, _NSRange arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showDefinitionForAttributedString:range:options:baselineOriginProvider:" );
|
|
#define nsview_showDefinitionForAttributedString_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, _NSRange, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsview_showDefinitionForAttributedString_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_showDefinitionForAttributedString_call
|
|
}
|
|
|
|
char nsview_isInFullScreenMode( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isInFullScreenMode" );
|
|
#define nsview_isInFullScreenMode_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isInFullScreenMode_call( (id)object, methodSelector );
|
|
#undef nsview_isInFullScreenMode_call
|
|
}
|
|
|
|
CGPoint nsview_locationOfPrintRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "locationOfPrintRect:" );
|
|
#define nsview_locationOfPrintRect_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_locationOfPrintRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_locationOfPrintRect_call
|
|
}
|
|
|
|
CGRect nsview_rectForSmartMagnificationAtPoint( nsview_t object, CGPoint arg0, CGRect arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rectForSmartMagnificationAtPoint:inRect:" );
|
|
#define nsview_rectForSmartMagnificationAtPoint_call( obj, selector, arg0, arg1 ) ((CGRect (*)( id, SEL, CGPoint, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1 )
|
|
return nsview_rectForSmartMagnificationAtPoint_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_rectForSmartMagnificationAtPoint_call
|
|
}
|
|
|
|
char nsview_isRotatedFromBase( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isRotatedFromBase" );
|
|
#define nsview_isRotatedFromBase_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isRotatedFromBase_call( (id)object, methodSelector );
|
|
#undef nsview_isRotatedFromBase_call
|
|
}
|
|
|
|
void nsview_didAddSubview( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didAddSubview:" );
|
|
#define nsview_didAddSubview_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_didAddSubview_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_didAddSubview_call
|
|
}
|
|
|
|
void nsview_adjustPageHeightNew( nsview_t object, double* arg0, double arg1, double arg2, double arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "adjustPageHeightNew:top:bottom:limit:" );
|
|
#define nsview_adjustPageHeightNew_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, double*, double, double, double ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsview_adjustPageHeightNew_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_adjustPageHeightNew_call
|
|
}
|
|
|
|
char nsview_knowsPageRange( nsview_t object, _NSRange* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "knowsPageRange:" );
|
|
#define nsview_knowsPageRange_call( obj, selector, arg0 ) ((char (*)( id, SEL, _NSRange* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_knowsPageRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_knowsPageRange_call
|
|
}
|
|
|
|
char nsview_knowsPagesFirst( nsview_t object, long long* arg0, long long* arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "knowsPagesFirst:last:" );
|
|
#define nsview_knowsPagesFirst_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, long long*, long long* ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_knowsPagesFirst_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_knowsPagesFirst_call
|
|
}
|
|
|
|
nsobject_t nsview_revealContext( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "revealContext:rectsForItem:" );
|
|
#define nsview_revealContext_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_revealContext_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_revealContext_call
|
|
}
|
|
|
|
void nsview_addLayoutGuide( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addLayoutGuide:" );
|
|
#define nsview_addLayoutGuide_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_addLayoutGuide_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addLayoutGuide_call
|
|
}
|
|
|
|
CGRect nsview_rectPreservedDuringLiveResize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rectPreservedDuringLiveResize" );
|
|
#define nsview_rectPreservedDuringLiveResize_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_rectPreservedDuringLiveResize_call( (id)object, methodSelector );
|
|
#undef nsview_rectPreservedDuringLiveResize_call
|
|
}
|
|
|
|
void nsview_view( nsview_t object, nsobject_t arg0, long long arg1, nsobject_t arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "view:customToolTip:drawInView:displayInfo:" );
|
|
#define nsview_view_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsview_view_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_view_call
|
|
}
|
|
|
|
CGRect nsview_nsis_frameInEngine( nsview_t object, nsobject_t arg0, nsobject_t arg1, char arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_frameInEngine:forLayoutGuide:withRounding:" );
|
|
#define nsview_nsis_frameInEngine_call( obj, selector, arg0, arg1, arg2 ) ((CGRect (*)( id, SEL, nsobject_t, nsobject_t, char ))abi_objc_msgSend_stret) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsview_nsis_frameInEngine_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_nsis_frameInEngine_call
|
|
}
|
|
|
|
void nsview_setCanDrawSubviewsIntoLayer( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCanDrawSubviewsIntoLayer:" );
|
|
#define nsview_setCanDrawSubviewsIntoLayer_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setCanDrawSubviewsIntoLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setCanDrawSubviewsIntoLayer_call
|
|
}
|
|
|
|
void nsview_setCanDrawConcurrently( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setCanDrawConcurrently:" );
|
|
#define nsview_setCanDrawConcurrently_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setCanDrawConcurrently_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setCanDrawConcurrently_call
|
|
}
|
|
|
|
void nsview_removeAllGestureRecognizers( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeAllGestureRecognizers" );
|
|
#define nsview_removeAllGestureRecognizers_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_removeAllGestureRecognizers_call( (id)object, methodSelector );
|
|
#undef nsview_removeAllGestureRecognizers_call
|
|
}
|
|
|
|
void nsview_hideActiveFirstResponderIndication( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hideActiveFirstResponderIndication" );
|
|
#define nsview_hideActiveFirstResponderIndication_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_hideActiveFirstResponderIndication_call( (id)object, methodSelector );
|
|
#undef nsview_hideActiveFirstResponderIndication_call
|
|
}
|
|
|
|
long long nsview_layerContentsPlacement( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layerContentsPlacement" );
|
|
#define nsview_layerContentsPlacement_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_layerContentsPlacement_call( (id)object, methodSelector );
|
|
#undef nsview_layerContentsPlacement_call
|
|
}
|
|
|
|
long long nsview_compareGeometry( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "compareGeometry:" );
|
|
#define nsview_compareGeometry_call( obj, selector, arg0 ) ((long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_compareGeometry_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_compareGeometry_call
|
|
}
|
|
|
|
CGSize nsview_nsli_engineToUserScalingCoefficientsInEngine( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_engineToUserScalingCoefficientsInEngine:" );
|
|
#define nsview_nsli_engineToUserScalingCoefficientsInEngine_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsli_engineToUserScalingCoefficientsInEngine_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsli_engineToUserScalingCoefficientsInEngine_call
|
|
}
|
|
|
|
void nsview_setPreparedContentRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPreparedContentRect:" );
|
|
#define nsview_setPreparedContentRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setPreparedContentRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setPreparedContentRect_call
|
|
}
|
|
|
|
CGPoint nsview_boundsOrigin( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boundsOrigin" );
|
|
#define nsview_boundsOrigin_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_boundsOrigin_call( (id)object, methodSelector );
|
|
#undef nsview_boundsOrigin_call
|
|
}
|
|
|
|
void nsview_setFrameTransform( nsview_t object, CGAffineTransform arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameTransform:" );
|
|
#define nsview_setFrameTransform_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGAffineTransform ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setFrameTransform_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setFrameTransform_call
|
|
}
|
|
|
|
double nsview_frameRotation( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameRotation" );
|
|
#define nsview_frameRotation_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_frameRotation_call( (id)object, methodSelector );
|
|
#undef nsview_frameRotation_call
|
|
}
|
|
|
|
CGPoint nsview_convertPointFromLayer( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointFromLayer:" );
|
|
#define nsview_convertPointFromLayer_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertPointFromLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertPointFromLayer_call
|
|
}
|
|
|
|
CGSize nsview_convertSizeToLayer( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertSizeToLayer:" );
|
|
#define nsview_convertSizeToLayer_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertSizeToLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertSizeToLayer_call
|
|
}
|
|
|
|
CGSize nsview_convertSizeFromLayer( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertSizeFromLayer:" );
|
|
#define nsview_convertSizeFromLayer_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertSizeFromLayer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertSizeFromLayer_call
|
|
}
|
|
|
|
void nsview_removeGestureRecognizer( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeGestureRecognizer:" );
|
|
#define nsview_removeGestureRecognizer_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_removeGestureRecognizer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_removeGestureRecognizer_call
|
|
}
|
|
|
|
void nsview_displayIfNeededInRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "displayIfNeededInRect:" );
|
|
#define nsview_displayIfNeededInRect_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_displayIfNeededInRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_displayIfNeededInRect_call
|
|
}
|
|
|
|
void nsview_displayIfNeededIgnoringOpacity( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "displayIfNeededIgnoringOpacity" );
|
|
#define nsview_displayIfNeededIgnoringOpacity_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_displayIfNeededIgnoringOpacity_call( (id)object, methodSelector );
|
|
#undef nsview_displayIfNeededIgnoringOpacity_call
|
|
}
|
|
|
|
void nsview_displayIfNeededInRectIgnoringOpacity( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "displayIfNeededInRectIgnoringOpacity:" );
|
|
#define nsview_displayIfNeededInRectIgnoringOpacity_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_displayIfNeededInRectIgnoringOpacity_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_displayIfNeededInRectIgnoringOpacity_call
|
|
}
|
|
|
|
nsobject_t nsview_layoutGuides( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutGuides" );
|
|
#define nsview_layoutGuides_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_layoutGuides_call( (id)object, methodSelector );
|
|
#undef nsview_layoutGuides_call
|
|
}
|
|
|
|
void nsview_setWantsBestResolutionOpenGLSurface( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWantsBestResolutionOpenGLSurface:" );
|
|
#define nsview_setWantsBestResolutionOpenGLSurface_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setWantsBestResolutionOpenGLSurface_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setWantsBestResolutionOpenGLSurface_call
|
|
}
|
|
|
|
void nsview_setGestureRecognizers( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setGestureRecognizers:" );
|
|
#define nsview_setGestureRecognizers_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setGestureRecognizers_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setGestureRecognizers_call
|
|
}
|
|
|
|
void nsview_effectiveAppearanceDidChange( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "effectiveAppearanceDidChange" );
|
|
#define nsview_effectiveAppearanceDidChange_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_effectiveAppearanceDidChange_call( (id)object, methodSelector );
|
|
#undef nsview_effectiveAppearanceDidChange_call
|
|
}
|
|
|
|
void nsview_setMaskView( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setMaskView:" );
|
|
#define nsview_setMaskView_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setMaskView_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setMaskView_call
|
|
}
|
|
|
|
nsobject_t nsview_maskView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "maskView" );
|
|
#define nsview_maskView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_maskView_call( (id)object, methodSelector );
|
|
#undef nsview_maskView_call
|
|
}
|
|
|
|
long long nsview_computed_effectiveSemanticContext( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "computed_effectiveSemanticContext" );
|
|
#define nsview_computed_effectiveSemanticContext_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_computed_effectiveSemanticContext_call( (id)object, methodSelector );
|
|
#undef nsview_computed_effectiveSemanticContext_call
|
|
}
|
|
|
|
CGRect nsview_nsis_layoutRectFromHostingViewInEngine( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_layoutRectFromHostingViewInEngine:" );
|
|
#define nsview_nsis_layoutRectFromHostingViewInEngine_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, nsobject_t ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_nsis_layoutRectFromHostingViewInEngine_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsis_layoutRectFromHostingViewInEngine_call
|
|
}
|
|
|
|
CGRect nsview_nsis_unroundedFrame( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_unroundedFrame" );
|
|
#define nsview_nsis_unroundedFrame_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_nsis_unroundedFrame_call( (id)object, methodSelector );
|
|
#undef nsview_nsis_unroundedFrame_call
|
|
}
|
|
|
|
CGRect nsview_nsis_rawAlignmentRect( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_rawAlignmentRect" );
|
|
#define nsview_nsis_rawAlignmentRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_nsis_rawAlignmentRect_call( (id)object, methodSelector );
|
|
#undef nsview_nsis_rawAlignmentRect_call
|
|
}
|
|
|
|
void nsview_disableLayoutFlushing( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "disableLayoutFlushing" );
|
|
#define nsview_disableLayoutFlushing_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_disableLayoutFlushing_call( (id)object, methodSelector );
|
|
#undef nsview_disableLayoutFlushing_call
|
|
}
|
|
|
|
void nsview_enableLayoutFlushing( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enableLayoutFlushing" );
|
|
#define nsview_enableLayoutFlushing_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_enableLayoutFlushing_call( (id)object, methodSelector );
|
|
#undef nsview_enableLayoutFlushing_call
|
|
}
|
|
|
|
CGAffineTransform nsview_frameTransform( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameTransform" );
|
|
#define nsview_frameTransform_call( obj, selector ) ((CGAffineTransform (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_frameTransform_call( (id)object, methodSelector );
|
|
#undef nsview_frameTransform_call
|
|
}
|
|
|
|
void nsview_setFrameCenterRotation( nsview_t object, double arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFrameCenterRotation:" );
|
|
#define nsview_setFrameCenterRotation_call( obj, selector, arg0 ) ((void (*)( id, SEL, double ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setFrameCenterRotation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setFrameCenterRotation_call
|
|
}
|
|
|
|
double nsview_frameCenterRotation( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameCenterRotation" );
|
|
#define nsview_frameCenterRotation_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_frameCenterRotation_call( (id)object, methodSelector );
|
|
#undef nsview_frameCenterRotation_call
|
|
}
|
|
|
|
CGPoint nsview_frameOrigin( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameOrigin" );
|
|
#define nsview_frameOrigin_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_frameOrigin_call( (id)object, methodSelector );
|
|
#undef nsview_frameOrigin_call
|
|
}
|
|
|
|
CGSize nsview_frameSize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "frameSize" );
|
|
#define nsview_frameSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_frameSize_call( (id)object, methodSelector );
|
|
#undef nsview_frameSize_call
|
|
}
|
|
|
|
char nsview_wantsExtendedDynamicRange( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsExtendedDynamicRange" );
|
|
#define nsview_wantsExtendedDynamicRange_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_wantsExtendedDynamicRange_call( (id)object, methodSelector );
|
|
#undef nsview_wantsExtendedDynamicRange_call
|
|
}
|
|
|
|
void nsview_setWantsExtendedDynamicRange( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWantsExtendedDynamicRange:" );
|
|
#define nsview_setWantsExtendedDynamicRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setWantsExtendedDynamicRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setWantsExtendedDynamicRange_call
|
|
}
|
|
|
|
CGSize nsview_boundsSize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boundsSize" );
|
|
#define nsview_boundsSize_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_boundsSize_call( (id)object, methodSelector );
|
|
#undef nsview_boundsSize_call
|
|
}
|
|
|
|
double nsview_boundsRotation( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "boundsRotation" );
|
|
#define nsview_boundsRotation_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_boundsRotation_call( (id)object, methodSelector );
|
|
#undef nsview_boundsRotation_call
|
|
}
|
|
|
|
void nsview_setLayerUsesCoreImageFilters( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setLayerUsesCoreImageFilters:" );
|
|
#define nsview_setLayerUsesCoreImageFilters_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setLayerUsesCoreImageFilters_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setLayerUsesCoreImageFilters_call
|
|
}
|
|
|
|
char nsview_layerUsesCoreImageFilters( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layerUsesCoreImageFilters" );
|
|
#define nsview_layerUsesCoreImageFilters_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_layerUsesCoreImageFilters_call( (id)object, methodSelector );
|
|
#undef nsview_layerUsesCoreImageFilters_call
|
|
}
|
|
|
|
CGPoint nsview_convertPointToBase( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertPointToBase:" );
|
|
#define nsview_convertPointToBase_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertPointToBase_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertPointToBase_call
|
|
}
|
|
|
|
CGSize nsview_convertSizeToBase( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertSizeToBase:" );
|
|
#define nsview_convertSizeToBase_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertSizeToBase_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertSizeToBase_call
|
|
}
|
|
|
|
CGSize nsview_convertSizeFromBase( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertSizeFromBase:" );
|
|
#define nsview_convertSizeFromBase_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_convertSizeFromBase_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertSizeFromBase_call
|
|
}
|
|
|
|
CGRect nsview_convertRectToBase( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectToBase:" );
|
|
#define nsview_convertRectToBase_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_convertRectToBase_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertRectToBase_call
|
|
}
|
|
|
|
CGRect nsview_convertRectFromBase( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "convertRectFromBase:" );
|
|
#define nsview_convertRectFromBase_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, CGRect ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_convertRectFromBase_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_convertRectFromBase_call
|
|
}
|
|
|
|
long long nsview_gState( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gState" );
|
|
#define nsview_gState_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_gState_call( (id)object, methodSelector );
|
|
#undef nsview_gState_call
|
|
}
|
|
|
|
char nsview_lockFocusIfCanDrawInContext( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "lockFocusIfCanDrawInContext:" );
|
|
#define nsview_lockFocusIfCanDrawInContext_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_lockFocusIfCanDrawInContext_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_lockFocusIfCanDrawInContext_call
|
|
}
|
|
|
|
void nsview_setAcceptsTouchEvents( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAcceptsTouchEvents:" );
|
|
#define nsview_setAcceptsTouchEvents_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAcceptsTouchEvents_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAcceptsTouchEvents_call
|
|
}
|
|
|
|
void nsview_setWantsRestingTouches( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setWantsRestingTouches:" );
|
|
#define nsview_setWantsRestingTouches_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setWantsRestingTouches_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setWantsRestingTouches_call
|
|
}
|
|
|
|
char nsview_gesturesEnabled( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gesturesEnabled" );
|
|
#define nsview_gesturesEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_gesturesEnabled_call( (id)object, methodSelector );
|
|
#undef nsview_gesturesEnabled_call
|
|
}
|
|
|
|
void nsview_setGesturesEnabled( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setGesturesEnabled:" );
|
|
#define nsview_setGesturesEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setGesturesEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setGesturesEnabled_call
|
|
}
|
|
|
|
char nsview_usesConstraintsInsteadOfAutoresizing( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "usesConstraintsInsteadOfAutoresizing" );
|
|
#define nsview_usesConstraintsInsteadOfAutoresizing_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_usesConstraintsInsteadOfAutoresizing_call( (id)object, methodSelector );
|
|
#undef nsview_usesConstraintsInsteadOfAutoresizing_call
|
|
}
|
|
|
|
void nsview_setUsesConstraintsInsteadOfAutoresizing( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUsesConstraintsInsteadOfAutoresizing:" );
|
|
#define nsview_setUsesConstraintsInsteadOfAutoresizing_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setUsesConstraintsInsteadOfAutoresizing_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setUsesConstraintsInsteadOfAutoresizing_call
|
|
}
|
|
|
|
char nsview_isHorizontalContentSizeConstraintActive( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isHorizontalContentSizeConstraintActive" );
|
|
#define nsview_isHorizontalContentSizeConstraintActive_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isHorizontalContentSizeConstraintActive_call( (id)object, methodSelector );
|
|
#undef nsview_isHorizontalContentSizeConstraintActive_call
|
|
}
|
|
|
|
char nsview_isVerticalContentSizeConstraintActive( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isVerticalContentSizeConstraintActive" );
|
|
#define nsview_isVerticalContentSizeConstraintActive_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isVerticalContentSizeConstraintActive_call( (id)object, methodSelector );
|
|
#undef nsview_isVerticalContentSizeConstraintActive_call
|
|
}
|
|
|
|
void nsview_translateRectsNeedingDisplayInRect( nsview_t object, CGRect arg0, CGSize arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "translateRectsNeedingDisplayInRect:by:" );
|
|
#define nsview_translateRectsNeedingDisplayInRect_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, CGSize ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_translateRectsNeedingDisplayInRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_translateRectsNeedingDisplayInRect_call
|
|
}
|
|
|
|
void nsview_removeCursorRect( nsview_t object, CGRect arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeCursorRect:cursor:" );
|
|
#define nsview_removeCursorRect_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_removeCursorRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_removeCursorRect_call
|
|
}
|
|
|
|
char nsview_shouldDrawColor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldDrawColor" );
|
|
#define nsview_shouldDrawColor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_shouldDrawColor_call( (id)object, methodSelector );
|
|
#undef nsview_shouldDrawColor_call
|
|
}
|
|
|
|
char nsview_postsBoundsChangedNotifications( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "postsBoundsChangedNotifications" );
|
|
#define nsview_postsBoundsChangedNotifications_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_postsBoundsChangedNotifications_call( (id)object, methodSelector );
|
|
#undef nsview_postsBoundsChangedNotifications_call
|
|
}
|
|
|
|
void nsview_willSendMenuNeedsUpdate( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willSendMenuNeedsUpdate:withEvent:" );
|
|
#define nsview_willSendMenuNeedsUpdate_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_willSendMenuNeedsUpdate_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_willSendMenuNeedsUpdate_call
|
|
}
|
|
|
|
nsobject_t* nsview_updateLayerHandler( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateLayerHandler" );
|
|
#define nsview_updateLayerHandler_call( obj, selector ) ((nsobject_t* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_updateLayerHandler_call( (id)object, methodSelector );
|
|
#undef nsview_updateLayerHandler_call
|
|
}
|
|
|
|
CGRect nsview_activeDrawingRect( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "activeDrawingRect" );
|
|
#define nsview_activeDrawingRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_activeDrawingRect_call( (id)object, methodSelector );
|
|
#undef nsview_activeDrawingRect_call
|
|
}
|
|
|
|
nsobject_t nsview_contentStyle( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "contentStyle" );
|
|
#define nsview_contentStyle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_contentStyle_call( (id)object, methodSelector );
|
|
#undef nsview_contentStyle_call
|
|
}
|
|
|
|
char nsview_computed_inSelectedTableRow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "computed_inSelectedTableRow" );
|
|
#define nsview_computed_inSelectedTableRow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_computed_inSelectedTableRow_call( (id)object, methodSelector );
|
|
#undef nsview_computed_inSelectedTableRow_call
|
|
}
|
|
|
|
char nsview_computed_titlebarIsForcingDisplayOfDividers( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "computed_titlebarIsForcingDisplayOfDividers" );
|
|
#define nsview_computed_titlebarIsForcingDisplayOfDividers_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_computed_titlebarIsForcingDisplayOfDividers_call( (id)object, methodSelector );
|
|
#undef nsview_computed_titlebarIsForcingDisplayOfDividers_call
|
|
}
|
|
|
|
nsobject_t nsview_fontSmoothingBackgroundColor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "fontSmoothingBackgroundColor" );
|
|
#define nsview_fontSmoothingBackgroundColor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_fontSmoothingBackgroundColor_call( (id)object, methodSelector );
|
|
#undef nsview_fontSmoothingBackgroundColor_call
|
|
}
|
|
|
|
void nsview_setFontSmoothingBackgroundColor( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setFontSmoothingBackgroundColor:" );
|
|
#define nsview_setFontSmoothingBackgroundColor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setFontSmoothingBackgroundColor_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setFontSmoothingBackgroundColor_call
|
|
}
|
|
|
|
char nsview_shouldSetFontSmoothingBackgroundColor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "shouldSetFontSmoothingBackgroundColor" );
|
|
#define nsview_shouldSetFontSmoothingBackgroundColor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_shouldSetFontSmoothingBackgroundColor_call( (id)object, methodSelector );
|
|
#undef nsview_shouldSetFontSmoothingBackgroundColor_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_minXVariable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_minXVariable" );
|
|
#define nsview_nsli_minXVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_minXVariable_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_minXVariable_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_minYVariable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_minYVariable" );
|
|
#define nsview_nsli_minYVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_minYVariable_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_minYVariable_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_superitem( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_superitem" );
|
|
#define nsview_nsli_superitem_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_superitem_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_superitem_call
|
|
}
|
|
|
|
nsobject_t nsview_dataWithEPSInsideRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dataWithEPSInsideRect:" );
|
|
#define nsview_dataWithEPSInsideRect_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_dataWithEPSInsideRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_dataWithEPSInsideRect_call
|
|
}
|
|
|
|
nsobject_t nsview_dataWithPDFInsideRect( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dataWithPDFInsideRect:" );
|
|
#define nsview_dataWithPDFInsideRect_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_dataWithPDFInsideRect_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_dataWithPDFInsideRect_call
|
|
}
|
|
|
|
char nsview_dragFile( nsview_t object, nsobject_t arg0, CGRect arg1, char arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dragFile:fromRect:slideBack:event:" );
|
|
#define nsview_dragFile_call( obj, selector, arg0, arg1, arg2, arg3 ) ((char (*)( id, SEL, nsobject_t, CGRect, char, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsview_dragFile_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_dragFile_call
|
|
}
|
|
|
|
char nsview_dragPromisedFilesOfTypes( nsview_t object, nsobject_t arg0, CGRect arg1, nsobject_t arg2, char arg3, nsobject_t arg4 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dragPromisedFilesOfTypes:fromRect:source:slideBack:event:" );
|
|
#define nsview_dragPromisedFilesOfTypes_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((char (*)( id, SEL, nsobject_t, CGRect, nsobject_t, char, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
return nsview_dragPromisedFilesOfTypes_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef nsview_dragPromisedFilesOfTypes_call
|
|
}
|
|
|
|
void nsview_removeLayoutGuide( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeLayoutGuide:" );
|
|
#define nsview_removeLayoutGuide_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_removeLayoutGuide_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_removeLayoutGuide_call
|
|
}
|
|
|
|
char nsview_nsli_lowerAttribute( nsview_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 nsview_nsli_lowerAttribute_call( obj, selector, arg0, arg1, arg2, arg3, arg4 ) ((char (*)( id, SEL, int, nsobject_t, double, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4 )
|
|
return nsview_nsli_lowerAttribute_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4 );
|
|
#undef nsview_nsli_lowerAttribute_call
|
|
}
|
|
|
|
char nsview_nsli_lowersExpressionRelativeToConstraintContainer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_lowersExpressionRelativeToConstraintContainer" );
|
|
#define nsview_nsli_lowersExpressionRelativeToConstraintContainer_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_lowersExpressionRelativeToConstraintContainer_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_lowersExpressionRelativeToConstraintContainer_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_layoutEngine( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_layoutEngine" );
|
|
#define nsview_nsli_layoutEngine_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_layoutEngine_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_layoutEngine_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_installedConstraints( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_installedConstraints" );
|
|
#define nsview_nsli_installedConstraints_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_installedConstraints_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_installedConstraints_call
|
|
}
|
|
|
|
char nsview_nsli_removeConstraint( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_removeConstraint:" );
|
|
#define nsview_nsli_removeConstraint_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsli_removeConstraint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsli_removeConstraint_call
|
|
}
|
|
|
|
nsobject_t nsview_constraintsAffectingLayoutForOrientation( nsview_t object, long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "constraintsAffectingLayoutForOrientation:ofItem:" );
|
|
#define nsview_constraintsAffectingLayoutForOrientation_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_constraintsAffectingLayoutForOrientation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_constraintsAffectingLayoutForOrientation_call
|
|
}
|
|
|
|
CGSize nsview_nsli_convertSizeToEngineSpace( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_convertSizeToEngineSpace:" );
|
|
#define nsview_nsli_convertSizeToEngineSpace_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsli_convertSizeToEngineSpace_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsli_convertSizeToEngineSpace_call
|
|
}
|
|
|
|
CGSize nsview_nsli_convertSizeFromEngineSpace( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_convertSizeFromEngineSpace:" );
|
|
#define nsview_nsli_convertSizeFromEngineSpace_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsli_convertSizeFromEngineSpace_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsli_convertSizeFromEngineSpace_call
|
|
}
|
|
|
|
char nsview_nsli_defaultResolvedValue( nsview_t object, double* arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_defaultResolvedValue:forSymbolicConstant:inConstraint:error:" );
|
|
#define nsview_nsli_defaultResolvedValue_call( obj, selector, arg0, arg1, arg2, arg3 ) ((char (*)( id, SEL, double*, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsview_nsli_defaultResolvedValue_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_nsli_defaultResolvedValue_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_constraintWithAnchor( nsview_t object, nsobject_t arg0, long long arg1, nsobject_t arg2, double arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_constraintWithAnchor:relatedBy:toAnchor:withSystemSpacingMultipliedBy:" );
|
|
#define nsview_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 nsview_nsli_constraintWithAnchor_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_nsli_constraintWithAnchor_call
|
|
}
|
|
|
|
char nsview_nsli_isRTL( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_isRTL" );
|
|
#define nsview_nsli_isRTL_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_isRTL_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_isRTL_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_itemDescribingLayoutDirectionForConstraint( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_itemDescribingLayoutDirectionForConstraint:toItem:" );
|
|
#define nsview_nsli_itemDescribingLayoutDirectionForConstraint_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_nsli_itemDescribingLayoutDirectionForConstraint_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_nsli_itemDescribingLayoutDirectionForConstraint_call
|
|
}
|
|
|
|
void nsview_nsli_addConstraint( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_addConstraint:" );
|
|
#define nsview_nsli_addConstraint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_nsli_addConstraint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsli_addConstraint_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_boundsWidthVariable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_boundsWidthVariable" );
|
|
#define nsview_nsli_boundsWidthVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_boundsWidthVariable_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_boundsWidthVariable_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_boundsHeightVariable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_boundsHeightVariable" );
|
|
#define nsview_nsli_boundsHeightVariable_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_boundsHeightVariable_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_boundsHeightVariable_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_description( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_description" );
|
|
#define nsview_nsli_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_description_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_description_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_layoutRect( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_layoutRect" );
|
|
#define nsview_nsli_layoutRect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_layoutRect_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_layoutRect_call
|
|
}
|
|
|
|
char nsview_nsli_resolvedValue( nsview_t object, double* arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_resolvedValue:forSymbolicConstant:inConstraint:error:" );
|
|
#define nsview_nsli_resolvedValue_call( obj, selector, arg0, arg1, arg2, arg3 ) ((char (*)( id, SEL, double*, nsobject_t, nsobject_t, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsview_nsli_resolvedValue_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_nsli_resolvedValue_call
|
|
}
|
|
|
|
char nsview_nsli_descriptionIncludesPointer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_descriptionIncludesPointer" );
|
|
#define nsview_nsli_descriptionIncludesPointer_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_descriptionIncludesPointer_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_descriptionIncludesPointer_call
|
|
}
|
|
|
|
unsigned long long nsview_nsli_autoresizingMask( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_autoresizingMask" );
|
|
#define nsview_nsli_autoresizingMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_autoresizingMask_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_autoresizingMask_call
|
|
}
|
|
|
|
char nsview_nsli_isFlipped( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_isFlipped" );
|
|
#define nsview_nsli_isFlipped_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_isFlipped_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_isFlipped_call
|
|
}
|
|
|
|
unsigned long long nsview_nsli_piercingToken( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_piercingToken" );
|
|
#define nsview_nsli_piercingToken_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_piercingToken_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_piercingToken_call
|
|
}
|
|
|
|
void nsview_nsli_setPiercingToken( nsview_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_setPiercingToken:" );
|
|
#define nsview_nsli_setPiercingToken_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_nsli_setPiercingToken_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsli_setPiercingToken_call
|
|
}
|
|
|
|
char nsview_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_isCollectingConstraintChangesForLaterCoordinatedFlush:" );
|
|
#define nsview_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsli_isCollectingConstraintChangesForLaterCoordinatedFlush_call
|
|
}
|
|
|
|
char nsview_nsis_shouldIntegralizeVariable( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_shouldIntegralizeVariable:" );
|
|
#define nsview_nsis_shouldIntegralizeVariable_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsis_shouldIntegralizeVariable_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsis_shouldIntegralizeVariable_call
|
|
}
|
|
|
|
char nsview_nsis_valueOfVariableIsUserObservable( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_valueOfVariableIsUserObservable:" );
|
|
#define nsview_nsis_valueOfVariableIsUserObservable_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsis_valueOfVariableIsUserObservable_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsis_valueOfVariableIsUserObservable_call
|
|
}
|
|
|
|
nsobject_t nsview_nsis_descriptionOfVariable( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_descriptionOfVariable:" );
|
|
#define nsview_nsis_descriptionOfVariable_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsis_descriptionOfVariable_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsis_descriptionOfVariable_call
|
|
}
|
|
|
|
int nsview_nsis_orientationHintForVariable( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsis_orientationHintForVariable:" );
|
|
#define nsview_nsis_orientationHintForVariable_call( obj, selector, arg0 ) ((int (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsis_orientationHintForVariable_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsis_orientationHintForVariable_call
|
|
}
|
|
|
|
double nsview_widthAdjustLimit( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "widthAdjustLimit" );
|
|
#define nsview_widthAdjustLimit_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_widthAdjustLimit_call( (id)object, methodSelector );
|
|
#undef nsview_widthAdjustLimit_call
|
|
}
|
|
|
|
void nsview_adjustPageWidthNew( nsview_t object, double* arg0, double arg1, double arg2, double arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "adjustPageWidthNew:left:right:limit:" );
|
|
#define nsview_adjustPageWidthNew_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, double*, double, double, double ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsview_adjustPageWidthNew_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_adjustPageWidthNew_call
|
|
}
|
|
|
|
double nsview_heightAdjustLimit( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "heightAdjustLimit" );
|
|
#define nsview_heightAdjustLimit_call( obj, selector ) ((double (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_heightAdjustLimit_call( (id)object, methodSelector );
|
|
#undef nsview_heightAdjustLimit_call
|
|
}
|
|
|
|
nsobject_t nsview_pageFooter( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pageFooter" );
|
|
#define nsview_pageFooter_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_pageFooter_call( (id)object, methodSelector );
|
|
#undef nsview_pageFooter_call
|
|
}
|
|
|
|
nsobject_t nsview_pageHeader( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pageHeader" );
|
|
#define nsview_pageHeader_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_pageHeader_call( (id)object, methodSelector );
|
|
#undef nsview_pageHeader_call
|
|
}
|
|
|
|
void nsview_drawSheetBorderWithSize( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawSheetBorderWithSize:" );
|
|
#define nsview_drawSheetBorderWithSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_drawSheetBorderWithSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_drawSheetBorderWithSize_call
|
|
}
|
|
|
|
void nsview_drawPageBorderWithSize( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "drawPageBorderWithSize:" );
|
|
#define nsview_drawPageBorderWithSize_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_drawPageBorderWithSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_drawPageBorderWithSize_call
|
|
}
|
|
|
|
void nsview_beginDocument( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginDocument" );
|
|
#define nsview_beginDocument_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_beginDocument_call( (id)object, methodSelector );
|
|
#undef nsview_beginDocument_call
|
|
}
|
|
|
|
void nsview_endDocument( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endDocument" );
|
|
#define nsview_endDocument_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_endDocument_call( (id)object, methodSelector );
|
|
#undef nsview_endDocument_call
|
|
}
|
|
|
|
void nsview_endPage( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endPage" );
|
|
#define nsview_endPage_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_endPage_call( (id)object, methodSelector );
|
|
#undef nsview_endPage_call
|
|
}
|
|
|
|
void nsview_writePDFInsideRect( nsview_t object, CGRect arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "writePDFInsideRect:toPasteboard:" );
|
|
#define nsview_writePDFInsideRect_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_writePDFInsideRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_writePDFInsideRect_call
|
|
}
|
|
|
|
void nsview_writeEPSInsideRect( nsview_t object, CGRect arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "writeEPSInsideRect:toPasteboard:" );
|
|
#define nsview_writeEPSInsideRect_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_writeEPSInsideRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_writeEPSInsideRect_call
|
|
}
|
|
|
|
void nsview_beginPageInRect( nsview_t object, CGRect arg0, CGPoint arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginPageInRect:atPlacement:" );
|
|
#define nsview_beginPageInRect_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, CGPoint ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_beginPageInRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_beginPageInRect_call
|
|
}
|
|
|
|
void nsview_beginPrologueBBox( nsview_t object, CGRect arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t arg3, nsobject_t arg4, long long arg5, nsobject_t arg6 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginPrologueBBox:creationDate:createdBy:fonts:forWhom:pages:title:" );
|
|
#define nsview_beginPrologueBBox_call( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5, arg6 ) ((void (*)( id, SEL, CGRect, nsobject_t, nsobject_t, nsobject_t, nsobject_t, long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3, arg4, arg5, arg6 )
|
|
nsview_beginPrologueBBox_call( (id)object, methodSelector, arg0, arg1, arg2, arg3, arg4, arg5, arg6 );
|
|
#undef nsview_beginPrologueBBox_call
|
|
}
|
|
|
|
void nsview_endHeaderComments( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endHeaderComments" );
|
|
#define nsview_endHeaderComments_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_endHeaderComments_call( (id)object, methodSelector );
|
|
#undef nsview_endHeaderComments_call
|
|
}
|
|
|
|
void nsview_endPrologue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endPrologue" );
|
|
#define nsview_endPrologue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_endPrologue_call( (id)object, methodSelector );
|
|
#undef nsview_endPrologue_call
|
|
}
|
|
|
|
void nsview_beginSetup( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginSetup" );
|
|
#define nsview_beginSetup_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_beginSetup_call( (id)object, methodSelector );
|
|
#undef nsview_beginSetup_call
|
|
}
|
|
|
|
void nsview_endSetup( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endSetup" );
|
|
#define nsview_endSetup_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_endSetup_call( (id)object, methodSelector );
|
|
#undef nsview_endSetup_call
|
|
}
|
|
|
|
void nsview_beginPage( nsview_t object, long long arg0, nsobject_t arg1, CGRect arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginPage:label:bBox:fonts:" );
|
|
#define nsview_beginPage_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, long long, nsobject_t, CGRect, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsview_beginPage_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_beginPage_call
|
|
}
|
|
|
|
void nsview_beginPageSetupRect( nsview_t object, CGRect arg0, CGPoint arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginPageSetupRect:placement:" );
|
|
#define nsview_beginPageSetupRect_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, CGRect, CGPoint ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_beginPageSetupRect_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_beginPageSetupRect_call
|
|
}
|
|
|
|
void nsview_addToPageSetup( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addToPageSetup" );
|
|
#define nsview_addToPageSetup_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_addToPageSetup_call( (id)object, methodSelector );
|
|
#undef nsview_addToPageSetup_call
|
|
}
|
|
|
|
void nsview_endPageSetup( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endPageSetup" );
|
|
#define nsview_endPageSetup_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_endPageSetup_call( (id)object, methodSelector );
|
|
#undef nsview_endPageSetup_call
|
|
}
|
|
|
|
void nsview_beginTrailer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginTrailer" );
|
|
#define nsview_beginTrailer_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_beginTrailer_call( (id)object, methodSelector );
|
|
#undef nsview_beginTrailer_call
|
|
}
|
|
|
|
void nsview_endTrailer( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endTrailer" );
|
|
#define nsview_endTrailer_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_endTrailer_call( (id)object, methodSelector );
|
|
#undef nsview_endTrailer_call
|
|
}
|
|
|
|
char nsview_enterFullScreenMode( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "enterFullScreenMode:withOptions:" );
|
|
#define nsview_enterFullScreenMode_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_enterFullScreenMode_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_enterFullScreenMode_call
|
|
}
|
|
|
|
void nsview_exitFullScreenModeWithOptions( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exitFullScreenModeWithOptions:" );
|
|
#define nsview_exitFullScreenModeWithOptions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_exitFullScreenModeWithOptions_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_exitFullScreenModeWithOptions_call
|
|
}
|
|
|
|
nsobject_t nsview_reuseIdentifier( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "reuseIdentifier" );
|
|
#define nsview_reuseIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_reuseIdentifier_call( (id)object, methodSelector );
|
|
#undef nsview_reuseIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsview_ns_widgetType( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ns_widgetType" );
|
|
#define nsview_ns_widgetType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_ns_widgetType_call( (id)object, methodSelector );
|
|
#undef nsview_ns_widgetType_call
|
|
}
|
|
|
|
nsobject_t nsview_ns_containerWidgetType( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ns_containerWidgetType" );
|
|
#define nsview_ns_containerWidgetType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_ns_containerWidgetType_call( (id)object, methodSelector );
|
|
#undef nsview_ns_containerWidgetType_call
|
|
}
|
|
|
|
void nsview_exerciseAmbiguityInLayout( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exerciseAmbiguityInLayout" );
|
|
#define nsview_exerciseAmbiguityInLayout_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_exerciseAmbiguityInLayout_call( (id)object, methodSelector );
|
|
#undef nsview_exerciseAmbiguityInLayout_call
|
|
}
|
|
|
|
CGSize nsview_nsli_engineToUserScalingCoefficients( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_engineToUserScalingCoefficients" );
|
|
#define nsview_nsli_engineToUserScalingCoefficients_call( obj, selector ) ((CGSize (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_engineToUserScalingCoefficients_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_engineToUserScalingCoefficients_call
|
|
}
|
|
|
|
nsobject_t nsview_nsli_layoutAnchorForAttribute( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_layoutAnchorForAttribute:" );
|
|
#define nsview_nsli_layoutAnchorForAttribute_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_nsli_layoutAnchorForAttribute_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_nsli_layoutAnchorForAttribute_call
|
|
}
|
|
|
|
char nsview_nsli_canHostIndependentVariableAnchor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_canHostIndependentVariableAnchor" );
|
|
#define nsview_nsli_canHostIndependentVariableAnchor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nsli_canHostIndependentVariableAnchor_call( (id)object, methodSelector );
|
|
#undef nsview_nsli_canHostIndependentVariableAnchor_call
|
|
}
|
|
|
|
void nsview_nsli_swapContainerForOutgoingConstraint( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nsli_swapContainerForOutgoingConstraint:toIncomingConstraint:" );
|
|
#define nsview_nsli_swapContainerForOutgoingConstraint_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_nsli_swapContainerForOutgoingConstraint_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_nsli_swapContainerForOutgoingConstraint_call
|
|
}
|
|
|
|
nsobject_t nsview_engine( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "engine:markerForConstraintToBreakAmongConstraints:" );
|
|
#define nsview_engine_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_engine_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_engine_call
|
|
}
|
|
|
|
void nsview_solutionDidChangeInEngine( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "solutionDidChangeInEngine:" );
|
|
#define nsview_solutionDidChangeInEngine_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_solutionDidChangeInEngine_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_solutionDidChangeInEngine_call
|
|
}
|
|
|
|
void nsview_measureMin( nsview_t object, CGSize* arg0, CGSize* arg1, CGSize* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "measureMin:max:ideal:" );
|
|
#define nsview_measureMin_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, CGSize*, CGSize*, CGSize* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_measureMin_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_measureMin_call
|
|
}
|
|
|
|
nsobject_t nsview_layoutMarginsGuide( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "layoutMarginsGuide" );
|
|
#define nsview_layoutMarginsGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_layoutMarginsGuide_call( (id)object, methodSelector );
|
|
#undef nsview_layoutMarginsGuide_call
|
|
}
|
|
|
|
nsobject_t nsview_safeAreaLayoutGuide( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "safeAreaLayoutGuide" );
|
|
#define nsview_safeAreaLayoutGuide_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_safeAreaLayoutGuide_call( (id)object, methodSelector );
|
|
#undef nsview_safeAreaLayoutGuide_call
|
|
}
|
|
|
|
NSEdgeInsets nsview_computedSafeAreaInsets( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "computedSafeAreaInsets" );
|
|
#define nsview_computedSafeAreaInsets_call( obj, selector ) ((NSEdgeInsets (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_computedSafeAreaInsets_call( (id)object, methodSelector );
|
|
#undef nsview_computedSafeAreaInsets_call
|
|
}
|
|
|
|
CGRect nsview_computedSafeAreaRect( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "computedSafeAreaRect" );
|
|
#define nsview_computedSafeAreaRect_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_computedSafeAreaRect_call( (id)object, methodSelector );
|
|
#undef nsview_computedSafeAreaRect_call
|
|
}
|
|
|
|
nsobject_t nsview_recursiveConstraintDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "recursiveConstraintDescription" );
|
|
#define nsview_recursiveConstraintDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_recursiveConstraintDescription_call( (id)object, methodSelector );
|
|
#undef nsview_recursiveConstraintDescription_call
|
|
}
|
|
|
|
nsobject_t nsview_recursiveConstraintIdentifierDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "recursiveConstraintIdentifierDescription" );
|
|
#define nsview_recursiveConstraintIdentifierDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_recursiveConstraintIdentifierDescription_call( (id)object, methodSelector );
|
|
#undef nsview_recursiveConstraintIdentifierDescription_call
|
|
}
|
|
|
|
nsobject_t nsview_declaredLayoutRules( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "declaredLayoutRules" );
|
|
#define nsview_declaredLayoutRules_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_declaredLayoutRules_call( (id)object, methodSelector );
|
|
#undef nsview_declaredLayoutRules_call
|
|
}
|
|
|
|
char nsview_textLayerShouldEnableFontSmoothing( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "textLayerShouldEnableFontSmoothing:" );
|
|
#define nsview_textLayerShouldEnableFontSmoothing_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_textLayerShouldEnableFontSmoothing_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_textLayerShouldEnableFontSmoothing_call
|
|
}
|
|
|
|
void nsview_removeConstraintWithIdentifier( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeConstraintWithIdentifier:" );
|
|
#define nsview_removeConstraintWithIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_removeConstraintWithIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_removeConstraintWithIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsview_retain( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retain" );
|
|
#define nsview_retain_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_retain_call( (id)object, methodSelector );
|
|
#undef nsview_retain_call
|
|
}
|
|
|
|
unsigned long long nsview_retainCount( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainCount" );
|
|
#define nsview_retainCount_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_retainCount_call( (id)object, methodSelector );
|
|
#undef nsview_retainCount_call
|
|
}
|
|
|
|
void nsview_userActivityWasContinued( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userActivityWasContinued:" );
|
|
#define nsview_userActivityWasContinued_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_userActivityWasContinued_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_userActivityWasContinued_call
|
|
}
|
|
|
|
char nsview_acceptsFirstResponder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "acceptsFirstResponder" );
|
|
#define nsview_acceptsFirstResponder_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_acceptsFirstResponder_call( (id)object, methodSelector );
|
|
#undef nsview_acceptsFirstResponder_call
|
|
}
|
|
|
|
void nsview_tabletPoint( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tabletPoint:" );
|
|
#define nsview_tabletPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_tabletPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_tabletPoint_call
|
|
}
|
|
|
|
void nsview_pressureChangeWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "pressureChangeWithEvent:" );
|
|
#define nsview_pressureChangeWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_pressureChangeWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_pressureChangeWithEvent_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySubrole( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySubrole:" );
|
|
#define nsview_setAccessibilitySubrole_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySubrole_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySubrole_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySubrole( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySubrole" );
|
|
#define nsview_accessibilitySubrole_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySubrole_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySubrole_call
|
|
}
|
|
|
|
void nsview_mouseDown( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseDown:" );
|
|
#define nsview_mouseDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_mouseDown_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mouseDown_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityDecrementButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecrementButton" );
|
|
#define nsview_accessibilityDecrementButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityDecrementButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityDecrementButton_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityIncrementButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIncrementButton" );
|
|
#define nsview_accessibilityIncrementButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIncrementButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIncrementButton_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityChildren( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityChildren" );
|
|
#define nsview_accessibilityChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityChildren_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityChildren_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityRole( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRole" );
|
|
#define nsview_accessibilityRole_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityRole_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityRole_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityLabel( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabel" );
|
|
#define nsview_accessibilityLabel_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityLabel_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityLabel_call
|
|
}
|
|
|
|
long long nsview_accessibilityIndex( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIndex" );
|
|
#define nsview_accessibilityIndex_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIndex_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIndex_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityCustomActions( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomActions" );
|
|
#define nsview_accessibilityCustomActions_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityCustomActions_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityCustomActions_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityChildrenInNavigationOrder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityChildrenInNavigationOrder" );
|
|
#define nsview_accessibilityChildrenInNavigationOrder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityChildrenInNavigationOrder_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityChildrenInNavigationOrder_call
|
|
}
|
|
|
|
char nsview_isAccessibilityElement( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityElement" );
|
|
#define nsview_isAccessibilityElement_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityElement_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityElement_call
|
|
}
|
|
|
|
nsobject_t nsview_supplementalTargetForAction( nsview_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supplementalTargetForAction:sender:" );
|
|
#define nsview_supplementalTargetForAction_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_supplementalTargetForAction_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_supplementalTargetForAction_call
|
|
}
|
|
|
|
nsobject_t nsview_nextResponder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "nextResponder" );
|
|
#define nsview_nextResponder_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_nextResponder_call( (id)object, methodSelector );
|
|
#undef nsview_nextResponder_call
|
|
}
|
|
|
|
long long nsview_accessibilityRowCount( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRowCount" );
|
|
#define nsview_accessibilityRowCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityRowCount_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityRowCount_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityVisibleChildren( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleChildren" );
|
|
#define nsview_accessibilityVisibleChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityVisibleChildren_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVisibleChildren_call
|
|
}
|
|
|
|
void nsview_setAccessibilityIndex( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIndex:" );
|
|
#define nsview_setAccessibilityIndex_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityIndex_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityRoleDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRoleDescription" );
|
|
#define nsview_accessibilityRoleDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityRoleDescription_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityRoleDescription_call
|
|
}
|
|
|
|
long long nsview_accessibilityColumnCount( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumnCount" );
|
|
#define nsview_accessibilityColumnCount_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityColumnCount_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityColumnCount_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySelectedChildren( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedChildren" );
|
|
#define nsview_accessibilitySelectedChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySelectedChildren_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySelectedChildren_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySelectedChildren( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedChildren:" );
|
|
#define nsview_setAccessibilitySelectedChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySelectedChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySelectedChildren_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySelectedCells( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedCells" );
|
|
#define nsview_accessibilitySelectedCells_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySelectedCells_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySelectedCells_call
|
|
}
|
|
|
|
void nsview_mouseEntered( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseEntered:" );
|
|
#define nsview_mouseEntered_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_mouseEntered_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mouseEntered_call
|
|
}
|
|
|
|
void nsview_mouseMoved( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseMoved:" );
|
|
#define nsview_mouseMoved_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_mouseMoved_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mouseMoved_call
|
|
}
|
|
|
|
void nsview_mouseExited( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseExited:" );
|
|
#define nsview_mouseExited_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_mouseExited_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mouseExited_call
|
|
}
|
|
|
|
void nsview_setAccessibilityLabel( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabel:" );
|
|
#define nsview_setAccessibilityLabel_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityLabel_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityLabel_call
|
|
}
|
|
|
|
void nsview_setTouchBar( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setTouchBar:" );
|
|
#define nsview_setTouchBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setTouchBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setTouchBar_call
|
|
}
|
|
|
|
nsobject_t nsview_touchBar( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchBar" );
|
|
#define nsview_touchBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_touchBar_call( (id)object, methodSelector );
|
|
#undef nsview_touchBar_call
|
|
}
|
|
|
|
nsobject_t nsview_validRequestorForSendType( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "validRequestorForSendType:returnType:" );
|
|
#define nsview_validRequestorForSendType_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_validRequestorForSendType_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_validRequestorForSendType_call
|
|
}
|
|
|
|
void nsview_invalidateRestorableState( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateRestorableState" );
|
|
#define nsview_invalidateRestorableState_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_invalidateRestorableState_call( (id)object, methodSelector );
|
|
#undef nsview_invalidateRestorableState_call
|
|
}
|
|
|
|
void nsview_encodeRestorableStateWithCoder( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeRestorableStateWithCoder:" );
|
|
#define nsview_encodeRestorableStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_encodeRestorableStateWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_encodeRestorableStateWithCoder_call
|
|
}
|
|
|
|
void nsview_restoreStateWithCoder( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restoreStateWithCoder:" );
|
|
#define nsview_restoreStateWithCoder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_restoreStateWithCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_restoreStateWithCoder_call
|
|
}
|
|
|
|
void nsview_doCommandBySelector( nsview_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doCommandBySelector:" );
|
|
#define nsview_doCommandBySelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_doCommandBySelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_doCommandBySelector_call
|
|
}
|
|
|
|
char nsview_isAccessibilityFocused( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityFocused" );
|
|
#define nsview_isAccessibilityFocused_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityFocused_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityFocused_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityIdentifier( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIdentifier" );
|
|
#define nsview_accessibilityIdentifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityIdentifier_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityIdentifier_call
|
|
}
|
|
|
|
CGPoint nsview_accessibilityLayoutPointForScreenPoint( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLayoutPointForScreenPoint:" );
|
|
#define nsview_accessibilityLayoutPointForScreenPoint_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityLayoutPointForScreenPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityLayoutPointForScreenPoint_call
|
|
}
|
|
|
|
CGSize nsview_accessibilityLayoutSizeForScreenSize( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLayoutSizeForScreenSize:" );
|
|
#define nsview_accessibilityLayoutSizeForScreenSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityLayoutSizeForScreenSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityLayoutSizeForScreenSize_call
|
|
}
|
|
|
|
CGPoint nsview_accessibilityScreenPointForLayoutPoint( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScreenPointForLayoutPoint:" );
|
|
#define nsview_accessibilityScreenPointForLayoutPoint_call( obj, selector, arg0 ) ((CGPoint (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityScreenPointForLayoutPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityScreenPointForLayoutPoint_call
|
|
}
|
|
|
|
CGSize nsview_accessibilityScreenSizeForLayoutSize( nsview_t object, CGSize arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityScreenSizeForLayoutSize:" );
|
|
#define nsview_accessibilityScreenSizeForLayoutSize_call( obj, selector, arg0 ) ((CGSize (*)( id, SEL, CGSize ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityScreenSizeForLayoutSize_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityScreenSizeForLayoutSize_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityCellForColumn( nsview_t object, long long arg0, long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCellForColumn:row:" );
|
|
#define nsview_accessibilityCellForColumn_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, long long, long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_accessibilityCellForColumn_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_accessibilityCellForColumn_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAttributedStringForRange( nsview_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedStringForRange:" );
|
|
#define nsview_accessibilityAttributedStringForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityAttributedStringForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityAttributedStringForRange_call
|
|
}
|
|
|
|
_NSRange nsview_accessibilityRangeForLine( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRangeForLine:" );
|
|
#define nsview_accessibilityRangeForLine_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityRangeForLine_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityRangeForLine_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityStringForRange( nsview_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityStringForRange:" );
|
|
#define nsview_accessibilityStringForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityStringForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityStringForRange_call
|
|
}
|
|
|
|
_NSRange nsview_accessibilityRangeForPosition( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRangeForPosition:" );
|
|
#define nsview_accessibilityRangeForPosition_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityRangeForPosition_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityRangeForPosition_call
|
|
}
|
|
|
|
_NSRange nsview_accessibilityRangeForIndex( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRangeForIndex:" );
|
|
#define nsview_accessibilityRangeForIndex_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityRangeForIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityRangeForIndex_call
|
|
}
|
|
|
|
CGRect nsview_accessibilityFrameForRange( nsview_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrameForRange:" );
|
|
#define nsview_accessibilityFrameForRange_call( obj, selector, arg0 ) ((CGRect (*)( id, SEL, _NSRange ))abi_objc_msgSend_stret) ( obj, selector, arg0 )
|
|
return nsview_accessibilityFrameForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityFrameForRange_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityRTFForRange( nsview_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRTFForRange:" );
|
|
#define nsview_accessibilityRTFForRange_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityRTFForRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityRTFForRange_call
|
|
}
|
|
|
|
_NSRange nsview_accessibilityStyleRangeForIndex( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityStyleRangeForIndex:" );
|
|
#define nsview_accessibilityStyleRangeForIndex_call( obj, selector, arg0 ) ((_NSRange (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityStyleRangeForIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityStyleRangeForIndex_call
|
|
}
|
|
|
|
long long nsview_accessibilityLineForIndex( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLineForIndex:" );
|
|
#define nsview_accessibilityLineForIndex_call( obj, selector, arg0 ) ((long long (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityLineForIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityLineForIndex_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformCancel( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformCancel" );
|
|
#define nsview_accessibilityPerformCancel_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformCancel_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformCancel_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformConfirm( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformConfirm" );
|
|
#define nsview_accessibilityPerformConfirm_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformConfirm_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformConfirm_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformDecrement( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformDecrement" );
|
|
#define nsview_accessibilityPerformDecrement_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformDecrement_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformDecrement_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformDelete( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformDelete" );
|
|
#define nsview_accessibilityPerformDelete_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformDelete_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformDelete_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformIncrement( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformIncrement" );
|
|
#define nsview_accessibilityPerformIncrement_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformIncrement_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformIncrement_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformPick( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformPick" );
|
|
#define nsview_accessibilityPerformPick_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformPick_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformPick_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformPress( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformPress" );
|
|
#define nsview_accessibilityPerformPress_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformPress_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformPress_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformRaise( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformRaise" );
|
|
#define nsview_accessibilityPerformRaise_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformRaise_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformRaise_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformShowAlternateUI( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformShowAlternateUI" );
|
|
#define nsview_accessibilityPerformShowAlternateUI_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformShowAlternateUI_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformShowAlternateUI_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformShowDefaultUI( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformShowDefaultUI" );
|
|
#define nsview_accessibilityPerformShowDefaultUI_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformShowDefaultUI_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformShowDefaultUI_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformShowMenu( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformShowMenu" );
|
|
#define nsview_accessibilityPerformShowMenu_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPerformShowMenu_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPerformShowMenu_call
|
|
}
|
|
|
|
char nsview_isAccessibilitySelectorAllowed( nsview_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilitySelectorAllowed:" );
|
|
#define nsview_isAccessibilitySelectorAllowed_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isAccessibilitySelectorAllowed_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isAccessibilitySelectorAllowed_call
|
|
}
|
|
|
|
void nsview_setAccessibilityElement( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityElement:" );
|
|
#define nsview_setAccessibilityElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityElement_call
|
|
}
|
|
|
|
void nsview_setAccessibilityFrame( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrame:" );
|
|
#define nsview_setAccessibilityFrame_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityFrame_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityFrame_call
|
|
}
|
|
|
|
void nsview_setAccessibilityFocused( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFocused:" );
|
|
#define nsview_setAccessibilityFocused_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityFocused_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityFocused_call
|
|
}
|
|
|
|
CGPoint nsview_accessibilityActivationPoint( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityActivationPoint" );
|
|
#define nsview_accessibilityActivationPoint_call( obj, selector ) ((CGPoint (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityActivationPoint_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityActivationPoint_call
|
|
}
|
|
|
|
void nsview_setAccessibilityActivationPoint( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityActivationPoint:" );
|
|
#define nsview_setAccessibilityActivationPoint_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityActivationPoint_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityActivationPoint_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityTopLevelUIElement( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTopLevelUIElement" );
|
|
#define nsview_accessibilityTopLevelUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityTopLevelUIElement_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityTopLevelUIElement_call
|
|
}
|
|
|
|
void nsview_setAccessibilityTopLevelUIElement( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTopLevelUIElement:" );
|
|
#define nsview_setAccessibilityTopLevelUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityTopLevelUIElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityTopLevelUIElement_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityURL( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityURL" );
|
|
#define nsview_accessibilityURL_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityURL_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityURL_call
|
|
}
|
|
|
|
void nsview_setAccessibilityURL( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityURL:" );
|
|
#define nsview_setAccessibilityURL_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityURL_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityURL_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValue" );
|
|
#define nsview_accessibilityValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityValue_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityValue_call
|
|
}
|
|
|
|
void nsview_setAccessibilityValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValue:" );
|
|
#define nsview_setAccessibilityValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityValue_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityValueDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityValueDescription" );
|
|
#define nsview_accessibilityValueDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityValueDescription_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityValueDescription_call
|
|
}
|
|
|
|
void nsview_setAccessibilityValueDescription( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityValueDescription:" );
|
|
#define nsview_setAccessibilityValueDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityValueDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityValueDescription_call
|
|
}
|
|
|
|
void nsview_setAccessibilityVisibleChildren( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleChildren:" );
|
|
#define nsview_setAccessibilityVisibleChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityVisibleChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityVisibleChildren_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityTitle( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTitle" );
|
|
#define nsview_accessibilityTitle_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityTitle_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityTitle_call
|
|
}
|
|
|
|
void nsview_setAccessibilityTitle( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTitle:" );
|
|
#define nsview_setAccessibilityTitle_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityTitle_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityTitle_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityTitleUIElement( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTitleUIElement" );
|
|
#define nsview_accessibilityTitleUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityTitleUIElement_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityTitleUIElement_call
|
|
}
|
|
|
|
void nsview_setAccessibilityTitleUIElement( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTitleUIElement:" );
|
|
#define nsview_setAccessibilityTitleUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityTitleUIElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityTitleUIElement_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityNextContents( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNextContents" );
|
|
#define nsview_accessibilityNextContents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityNextContents_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityNextContents_call
|
|
}
|
|
|
|
void nsview_setAccessibilityNextContents( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNextContents:" );
|
|
#define nsview_setAccessibilityNextContents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityNextContents_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityNextContents_call
|
|
}
|
|
|
|
long long nsview_accessibilityOrientation( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityOrientation" );
|
|
#define nsview_accessibilityOrientation_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityOrientation_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityOrientation_call
|
|
}
|
|
|
|
void nsview_setAccessibilityOrientation( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityOrientation:" );
|
|
#define nsview_setAccessibilityOrientation_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityOrientation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityOrientation_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityOverflowButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityOverflowButton" );
|
|
#define nsview_accessibilityOverflowButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityOverflowButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityOverflowButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityOverflowButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityOverflowButton:" );
|
|
#define nsview_setAccessibilityOverflowButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityOverflowButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityOverflowButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityParent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityParent:" );
|
|
#define nsview_setAccessibilityParent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityParent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityParent_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityPlaceholderValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPlaceholderValue" );
|
|
#define nsview_accessibilityPlaceholderValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPlaceholderValue_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPlaceholderValue_call
|
|
}
|
|
|
|
void nsview_setAccessibilityPlaceholderValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPlaceholderValue:" );
|
|
#define nsview_setAccessibilityPlaceholderValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityPlaceholderValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityPlaceholderValue_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityPreviousContents( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPreviousContents" );
|
|
#define nsview_accessibilityPreviousContents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPreviousContents_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPreviousContents_call
|
|
}
|
|
|
|
void nsview_setAccessibilityPreviousContents( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityPreviousContents:" );
|
|
#define nsview_setAccessibilityPreviousContents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityPreviousContents_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityPreviousContents_call
|
|
}
|
|
|
|
void nsview_setAccessibilityRole( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRole:" );
|
|
#define nsview_setAccessibilityRole_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityRole_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityRole_call
|
|
}
|
|
|
|
void nsview_setAccessibilityRoleDescription( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRoleDescription:" );
|
|
#define nsview_setAccessibilityRoleDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityRoleDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityRoleDescription_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySearchButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySearchButton" );
|
|
#define nsview_accessibilitySearchButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySearchButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySearchButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySearchButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySearchButton:" );
|
|
#define nsview_setAccessibilitySearchButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySearchButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySearchButton_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySearchMenu( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySearchMenu" );
|
|
#define nsview_accessibilitySearchMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySearchMenu_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySearchMenu_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySearchMenu( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySearchMenu:" );
|
|
#define nsview_setAccessibilitySearchMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySearchMenu_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySearchMenu_call
|
|
}
|
|
|
|
char nsview_isAccessibilitySelected( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilitySelected" );
|
|
#define nsview_isAccessibilitySelected_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilitySelected_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilitySelected_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySelected( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelected:" );
|
|
#define nsview_setAccessibilitySelected_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySelected_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySelected_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityServesAsTitleForUIElements( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityServesAsTitleForUIElements" );
|
|
#define nsview_accessibilityServesAsTitleForUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityServesAsTitleForUIElements_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityServesAsTitleForUIElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilityServesAsTitleForUIElements( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityServesAsTitleForUIElements:" );
|
|
#define nsview_setAccessibilityServesAsTitleForUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityServesAsTitleForUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityServesAsTitleForUIElements_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityShownMenu( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityShownMenu" );
|
|
#define nsview_accessibilityShownMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityShownMenu_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityShownMenu_call
|
|
}
|
|
|
|
void nsview_setAccessibilityShownMenu( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityShownMenu:" );
|
|
#define nsview_setAccessibilityShownMenu_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityShownMenu_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityShownMenu_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityMinValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMinValue" );
|
|
#define nsview_accessibilityMinValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityMinValue_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityMinValue_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMinValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMinValue:" );
|
|
#define nsview_setAccessibilityMinValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMinValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMinValue_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityMaxValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMaxValue" );
|
|
#define nsview_accessibilityMaxValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityMaxValue_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityMaxValue_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMaxValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMaxValue:" );
|
|
#define nsview_setAccessibilityMaxValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMaxValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMaxValue_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityLinkedUIElements( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLinkedUIElements" );
|
|
#define nsview_accessibilityLinkedUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityLinkedUIElements_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityLinkedUIElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilityLinkedUIElements( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLinkedUIElements:" );
|
|
#define nsview_setAccessibilityLinkedUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityLinkedUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityLinkedUIElements_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityWindow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWindow" );
|
|
#define nsview_accessibilityWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityWindow_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityWindow_call
|
|
}
|
|
|
|
void nsview_setAccessibilityWindow( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityWindow:" );
|
|
#define nsview_setAccessibilityWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityWindow_call
|
|
}
|
|
|
|
void nsview_setAccessibilityIdentifier( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIdentifier:" );
|
|
#define nsview_setAccessibilityIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHelp( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHelp" );
|
|
#define nsview_accessibilityHelp_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityHelp_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityHelp_call
|
|
}
|
|
|
|
void nsview_setAccessibilityHelp( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHelp:" );
|
|
#define nsview_setAccessibilityHelp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityHelp_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityHelp_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityFilename( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFilename" );
|
|
#define nsview_accessibilityFilename_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityFilename_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityFilename_call
|
|
}
|
|
|
|
void nsview_setAccessibilityFilename( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFilename:" );
|
|
#define nsview_setAccessibilityFilename_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityFilename_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityFilename_call
|
|
}
|
|
|
|
char nsview_isAccessibilityExpanded( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityExpanded" );
|
|
#define nsview_isAccessibilityExpanded_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityExpanded_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityExpanded_call
|
|
}
|
|
|
|
void nsview_setAccessibilityExpanded( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityExpanded:" );
|
|
#define nsview_setAccessibilityExpanded_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityExpanded_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityExpanded_call
|
|
}
|
|
|
|
char nsview_isAccessibilityEdited( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityEdited" );
|
|
#define nsview_isAccessibilityEdited_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityEdited_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityEdited_call
|
|
}
|
|
|
|
void nsview_setAccessibilityEdited( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityEdited:" );
|
|
#define nsview_setAccessibilityEdited_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityEdited_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityEdited_call
|
|
}
|
|
|
|
char nsview_isAccessibilityEnabled( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityEnabled" );
|
|
#define nsview_isAccessibilityEnabled_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityEnabled_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityEnabled_call
|
|
}
|
|
|
|
void nsview_setAccessibilityEnabled( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityEnabled:" );
|
|
#define nsview_setAccessibilityEnabled_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityEnabled_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityEnabled_call
|
|
}
|
|
|
|
void nsview_setAccessibilityChildren( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityChildren:" );
|
|
#define nsview_setAccessibilityChildren_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityChildren_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityChildren_call
|
|
}
|
|
|
|
void nsview_setAccessibilityChildrenInNavigationOrder( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityChildrenInNavigationOrder:" );
|
|
#define nsview_setAccessibilityChildrenInNavigationOrder_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityChildrenInNavigationOrder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityChildrenInNavigationOrder_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityClearButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityClearButton" );
|
|
#define nsview_accessibilityClearButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityClearButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityClearButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityClearButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityClearButton:" );
|
|
#define nsview_setAccessibilityClearButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityClearButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityClearButton_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityCancelButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCancelButton" );
|
|
#define nsview_accessibilityCancelButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityCancelButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityCancelButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityCancelButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCancelButton:" );
|
|
#define nsview_setAccessibilityCancelButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityCancelButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityCancelButton_call
|
|
}
|
|
|
|
char nsview_isAccessibilityProtectedContent( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityProtectedContent" );
|
|
#define nsview_isAccessibilityProtectedContent_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityProtectedContent_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityProtectedContent_call
|
|
}
|
|
|
|
void nsview_setAccessibilityProtectedContent( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityProtectedContent:" );
|
|
#define nsview_setAccessibilityProtectedContent_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityProtectedContent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityProtectedContent_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityContents( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContents" );
|
|
#define nsview_accessibilityContents_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityContents_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityContents_call
|
|
}
|
|
|
|
void nsview_setAccessibilityContents( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContents:" );
|
|
#define nsview_setAccessibilityContents_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityContents_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityContents_call
|
|
}
|
|
|
|
char nsview_isAccessibilityAlternateUIVisible( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityAlternateUIVisible" );
|
|
#define nsview_isAccessibilityAlternateUIVisible_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityAlternateUIVisible_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityAlternateUIVisible_call
|
|
}
|
|
|
|
void nsview_setAccessibilityAlternateUIVisible( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAlternateUIVisible:" );
|
|
#define nsview_setAccessibilityAlternateUIVisible_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityAlternateUIVisible_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityAlternateUIVisible_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySharedFocusElements( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySharedFocusElements" );
|
|
#define nsview_accessibilitySharedFocusElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySharedFocusElements_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySharedFocusElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySharedFocusElements( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySharedFocusElements:" );
|
|
#define nsview_setAccessibilitySharedFocusElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySharedFocusElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySharedFocusElements_call
|
|
}
|
|
|
|
char nsview_isAccessibilityRequired( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityRequired" );
|
|
#define nsview_isAccessibilityRequired_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityRequired_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityRequired_call
|
|
}
|
|
|
|
void nsview_setAccessibilityRequired( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRequired:" );
|
|
#define nsview_setAccessibilityRequired_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityRequired_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityRequired_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityCustomRotors( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomRotors" );
|
|
#define nsview_accessibilityCustomRotors_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityCustomRotors_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityCustomRotors_call
|
|
}
|
|
|
|
void nsview_setAccessibilityCustomRotors( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomRotors:" );
|
|
#define nsview_setAccessibilityCustomRotors_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityCustomRotors_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityCustomRotors_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityApplicationFocusedUIElement( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityApplicationFocusedUIElement" );
|
|
#define nsview_accessibilityApplicationFocusedUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityApplicationFocusedUIElement_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityApplicationFocusedUIElement_call
|
|
}
|
|
|
|
void nsview_setAccessibilityApplicationFocusedUIElement( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityApplicationFocusedUIElement:" );
|
|
#define nsview_setAccessibilityApplicationFocusedUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityApplicationFocusedUIElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityApplicationFocusedUIElement_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityMainWindow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMainWindow" );
|
|
#define nsview_accessibilityMainWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityMainWindow_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityMainWindow_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMainWindow( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMainWindow:" );
|
|
#define nsview_setAccessibilityMainWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMainWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMainWindow_call
|
|
}
|
|
|
|
char nsview_isAccessibilityHidden( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityHidden" );
|
|
#define nsview_isAccessibilityHidden_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityHidden_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityHidden_call
|
|
}
|
|
|
|
void nsview_setAccessibilityHidden( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHidden:" );
|
|
#define nsview_setAccessibilityHidden_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityHidden_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityHidden_call
|
|
}
|
|
|
|
char nsview_isAccessibilityFrontmost( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityFrontmost" );
|
|
#define nsview_isAccessibilityFrontmost_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityFrontmost_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityFrontmost_call
|
|
}
|
|
|
|
void nsview_setAccessibilityFrontmost( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrontmost:" );
|
|
#define nsview_setAccessibilityFrontmost_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityFrontmost_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityFrontmost_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityFocusedWindow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFocusedWindow" );
|
|
#define nsview_accessibilityFocusedWindow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityFocusedWindow_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityFocusedWindow_call
|
|
}
|
|
|
|
void nsview_setAccessibilityFocusedWindow( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFocusedWindow:" );
|
|
#define nsview_setAccessibilityFocusedWindow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityFocusedWindow_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityFocusedWindow_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityWindows( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWindows" );
|
|
#define nsview_accessibilityWindows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityWindows_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityWindows_call
|
|
}
|
|
|
|
void nsview_setAccessibilityWindows( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityWindows:" );
|
|
#define nsview_setAccessibilityWindows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityWindows_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityWindows_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityExtrasMenuBar( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityExtrasMenuBar" );
|
|
#define nsview_accessibilityExtrasMenuBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityExtrasMenuBar_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityExtrasMenuBar_call
|
|
}
|
|
|
|
void nsview_setAccessibilityExtrasMenuBar( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityExtrasMenuBar:" );
|
|
#define nsview_setAccessibilityExtrasMenuBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityExtrasMenuBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityExtrasMenuBar_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityMenuBar( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMenuBar" );
|
|
#define nsview_accessibilityMenuBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityMenuBar_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityMenuBar_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMenuBar( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMenuBar:" );
|
|
#define nsview_setAccessibilityMenuBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMenuBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMenuBar_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityColumnTitles( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumnTitles" );
|
|
#define nsview_accessibilityColumnTitles_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityColumnTitles_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityColumnTitles_call
|
|
}
|
|
|
|
void nsview_setAccessibilityColumnTitles( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumnTitles:" );
|
|
#define nsview_setAccessibilityColumnTitles_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityColumnTitles_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityColumnTitles_call
|
|
}
|
|
|
|
char nsview_isAccessibilityOrderedByRow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityOrderedByRow" );
|
|
#define nsview_isAccessibilityOrderedByRow_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityOrderedByRow_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityOrderedByRow_call
|
|
}
|
|
|
|
void nsview_setAccessibilityOrderedByRow( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityOrderedByRow:" );
|
|
#define nsview_setAccessibilityOrderedByRow_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityOrderedByRow_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityOrderedByRow_call
|
|
}
|
|
|
|
long long nsview_accessibilityHorizontalUnits( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHorizontalUnits" );
|
|
#define nsview_accessibilityHorizontalUnits_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityHorizontalUnits_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityHorizontalUnits_call
|
|
}
|
|
|
|
void nsview_setAccessibilityHorizontalUnits( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHorizontalUnits:" );
|
|
#define nsview_setAccessibilityHorizontalUnits_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityHorizontalUnits_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityHorizontalUnits_call
|
|
}
|
|
|
|
long long nsview_accessibilityVerticalUnits( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVerticalUnits" );
|
|
#define nsview_accessibilityVerticalUnits_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityVerticalUnits_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVerticalUnits_call
|
|
}
|
|
|
|
void nsview_setAccessibilityVerticalUnits( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVerticalUnits:" );
|
|
#define nsview_setAccessibilityVerticalUnits_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityVerticalUnits_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityVerticalUnits_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHorizontalUnitDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHorizontalUnitDescription" );
|
|
#define nsview_accessibilityHorizontalUnitDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityHorizontalUnitDescription_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityHorizontalUnitDescription_call
|
|
}
|
|
|
|
void nsview_setAccessibilityHorizontalUnitDescription( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHorizontalUnitDescription:" );
|
|
#define nsview_setAccessibilityHorizontalUnitDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityHorizontalUnitDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityHorizontalUnitDescription_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityVerticalUnitDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVerticalUnitDescription" );
|
|
#define nsview_accessibilityVerticalUnitDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityVerticalUnitDescription_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVerticalUnitDescription_call
|
|
}
|
|
|
|
void nsview_setAccessibilityVerticalUnitDescription( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVerticalUnitDescription:" );
|
|
#define nsview_setAccessibilityVerticalUnitDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityVerticalUnitDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityVerticalUnitDescription_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHandles( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHandles" );
|
|
#define nsview_accessibilityHandles_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityHandles_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityHandles_call
|
|
}
|
|
|
|
void nsview_setAccessibilityHandles( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHandles:" );
|
|
#define nsview_setAccessibilityHandles_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityHandles_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityHandles_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityWarningValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityWarningValue" );
|
|
#define nsview_accessibilityWarningValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityWarningValue_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityWarningValue_call
|
|
}
|
|
|
|
void nsview_setAccessibilityWarningValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityWarningValue:" );
|
|
#define nsview_setAccessibilityWarningValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityWarningValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityWarningValue_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityCriticalValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCriticalValue" );
|
|
#define nsview_accessibilityCriticalValue_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityCriticalValue_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityCriticalValue_call
|
|
}
|
|
|
|
void nsview_setAccessibilityCriticalValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCriticalValue:" );
|
|
#define nsview_setAccessibilityCriticalValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityCriticalValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityCriticalValue_call
|
|
}
|
|
|
|
char nsview_isAccessibilityDisclosed( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityDisclosed" );
|
|
#define nsview_isAccessibilityDisclosed_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityDisclosed_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityDisclosed_call
|
|
}
|
|
|
|
void nsview_setAccessibilityDisclosed( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDisclosed:" );
|
|
#define nsview_setAccessibilityDisclosed_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityDisclosed_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityDisclosed_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityDisclosedByRow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDisclosedByRow" );
|
|
#define nsview_accessibilityDisclosedByRow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityDisclosedByRow_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityDisclosedByRow_call
|
|
}
|
|
|
|
void nsview_setAccessibilityDisclosedByRow( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDisclosedByRow:" );
|
|
#define nsview_setAccessibilityDisclosedByRow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityDisclosedByRow_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityDisclosedByRow_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityDisclosedRows( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDisclosedRows" );
|
|
#define nsview_accessibilityDisclosedRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityDisclosedRows_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityDisclosedRows_call
|
|
}
|
|
|
|
void nsview_setAccessibilityDisclosedRows( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDisclosedRows:" );
|
|
#define nsview_setAccessibilityDisclosedRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityDisclosedRows_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityDisclosedRows_call
|
|
}
|
|
|
|
long long nsview_accessibilityDisclosureLevel( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDisclosureLevel" );
|
|
#define nsview_accessibilityDisclosureLevel_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityDisclosureLevel_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityDisclosureLevel_call
|
|
}
|
|
|
|
void nsview_setAccessibilityDisclosureLevel( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDisclosureLevel:" );
|
|
#define nsview_setAccessibilityDisclosureLevel_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityDisclosureLevel_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityDisclosureLevel_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityMarkerUIElements( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMarkerUIElements" );
|
|
#define nsview_accessibilityMarkerUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityMarkerUIElements_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityMarkerUIElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMarkerUIElements( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMarkerUIElements:" );
|
|
#define nsview_setAccessibilityMarkerUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMarkerUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMarkerUIElements_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityMarkerValues( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMarkerValues" );
|
|
#define nsview_accessibilityMarkerValues_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityMarkerValues_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityMarkerValues_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMarkerValues( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMarkerValues:" );
|
|
#define nsview_setAccessibilityMarkerValues_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMarkerValues_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMarkerValues_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityMarkerGroupUIElement( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMarkerGroupUIElement" );
|
|
#define nsview_accessibilityMarkerGroupUIElement_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityMarkerGroupUIElement_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityMarkerGroupUIElement_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMarkerGroupUIElement( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMarkerGroupUIElement:" );
|
|
#define nsview_setAccessibilityMarkerGroupUIElement_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMarkerGroupUIElement_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMarkerGroupUIElement_call
|
|
}
|
|
|
|
long long nsview_accessibilityUnits( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUnits" );
|
|
#define nsview_accessibilityUnits_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityUnits_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityUnits_call
|
|
}
|
|
|
|
void nsview_setAccessibilityUnits( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUnits:" );
|
|
#define nsview_setAccessibilityUnits_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityUnits_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityUnits_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityUnitDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUnitDescription" );
|
|
#define nsview_accessibilityUnitDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityUnitDescription_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityUnitDescription_call
|
|
}
|
|
|
|
void nsview_setAccessibilityUnitDescription( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUnitDescription:" );
|
|
#define nsview_setAccessibilityUnitDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityUnitDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityUnitDescription_call
|
|
}
|
|
|
|
long long nsview_accessibilityRulerMarkerType( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRulerMarkerType" );
|
|
#define nsview_accessibilityRulerMarkerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityRulerMarkerType_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityRulerMarkerType_call
|
|
}
|
|
|
|
void nsview_setAccessibilityRulerMarkerType( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRulerMarkerType:" );
|
|
#define nsview_setAccessibilityRulerMarkerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityRulerMarkerType_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityRulerMarkerType_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityMarkerTypeDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMarkerTypeDescription" );
|
|
#define nsview_accessibilityMarkerTypeDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityMarkerTypeDescription_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityMarkerTypeDescription_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMarkerTypeDescription( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMarkerTypeDescription:" );
|
|
#define nsview_setAccessibilityMarkerTypeDescription_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMarkerTypeDescription_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMarkerTypeDescription_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHorizontalScrollBar( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHorizontalScrollBar" );
|
|
#define nsview_accessibilityHorizontalScrollBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityHorizontalScrollBar_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityHorizontalScrollBar_call
|
|
}
|
|
|
|
void nsview_setAccessibilityHorizontalScrollBar( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHorizontalScrollBar:" );
|
|
#define nsview_setAccessibilityHorizontalScrollBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityHorizontalScrollBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityHorizontalScrollBar_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityVerticalScrollBar( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVerticalScrollBar" );
|
|
#define nsview_accessibilityVerticalScrollBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityVerticalScrollBar_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVerticalScrollBar_call
|
|
}
|
|
|
|
void nsview_setAccessibilityVerticalScrollBar( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVerticalScrollBar:" );
|
|
#define nsview_setAccessibilityVerticalScrollBar_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityVerticalScrollBar_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityVerticalScrollBar_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAllowedValues( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAllowedValues" );
|
|
#define nsview_accessibilityAllowedValues_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAllowedValues_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAllowedValues_call
|
|
}
|
|
|
|
void nsview_setAccessibilityAllowedValues( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAllowedValues:" );
|
|
#define nsview_setAccessibilityAllowedValues_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityAllowedValues_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityAllowedValues_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityLabelUIElements( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabelUIElements" );
|
|
#define nsview_accessibilityLabelUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityLabelUIElements_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityLabelUIElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilityLabelUIElements( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabelUIElements:" );
|
|
#define nsview_setAccessibilityLabelUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityLabelUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityLabelUIElements_call
|
|
}
|
|
|
|
float nsview_accessibilityLabelValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityLabelValue" );
|
|
#define nsview_accessibilityLabelValue_call( obj, selector ) ((float (*)( id, SEL ))abi_objc_msgSend_fpret) ( obj, selector )
|
|
return nsview_accessibilityLabelValue_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityLabelValue_call
|
|
}
|
|
|
|
void nsview_setAccessibilityLabelValue( nsview_t object, float arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityLabelValue:" );
|
|
#define nsview_setAccessibilityLabelValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, float ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityLabelValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityLabelValue_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySplitters( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySplitters" );
|
|
#define nsview_accessibilitySplitters_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySplitters_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySplitters_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySplitters( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySplitters:" );
|
|
#define nsview_setAccessibilitySplitters_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySplitters_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySplitters_call
|
|
}
|
|
|
|
void nsview_setAccessibilityDecrementButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDecrementButton:" );
|
|
#define nsview_setAccessibilityDecrementButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityDecrementButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityDecrementButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityIncrementButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityIncrementButton:" );
|
|
#define nsview_setAccessibilityIncrementButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityIncrementButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityIncrementButton_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityTabs( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTabs" );
|
|
#define nsview_accessibilityTabs_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityTabs_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityTabs_call
|
|
}
|
|
|
|
void nsview_setAccessibilityTabs( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityTabs:" );
|
|
#define nsview_setAccessibilityTabs_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityTabs_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityTabs_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHeader( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeader" );
|
|
#define nsview_accessibilityHeader_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityHeader_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityHeader_call
|
|
}
|
|
|
|
void nsview_setAccessibilityHeader( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeader:" );
|
|
#define nsview_setAccessibilityHeader_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityHeader_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityHeader_call
|
|
}
|
|
|
|
void nsview_setAccessibilityColumnCount( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumnCount:" );
|
|
#define nsview_setAccessibilityColumnCount_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityColumnCount_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityColumnCount_call
|
|
}
|
|
|
|
void nsview_setAccessibilityRowCount( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRowCount:" );
|
|
#define nsview_setAccessibilityRowCount_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityRowCount_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityRowCount_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityColumns( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumns" );
|
|
#define nsview_accessibilityColumns_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityColumns_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityColumns_call
|
|
}
|
|
|
|
void nsview_setAccessibilityColumns( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumns:" );
|
|
#define nsview_setAccessibilityColumns_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityColumns_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityColumns_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityRows( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRows" );
|
|
#define nsview_accessibilityRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityRows_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityRows_call
|
|
}
|
|
|
|
void nsview_setAccessibilityRows( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRows:" );
|
|
#define nsview_setAccessibilityRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityRows_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityRows_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityVisibleRows( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleRows" );
|
|
#define nsview_accessibilityVisibleRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityVisibleRows_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVisibleRows_call
|
|
}
|
|
|
|
void nsview_setAccessibilityVisibleRows( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleRows:" );
|
|
#define nsview_setAccessibilityVisibleRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityVisibleRows_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityVisibleRows_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySelectedRows( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedRows" );
|
|
#define nsview_accessibilitySelectedRows_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySelectedRows_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySelectedRows_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySelectedRows( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedRows:" );
|
|
#define nsview_setAccessibilitySelectedRows_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySelectedRows_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySelectedRows_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityVisibleColumns( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleColumns" );
|
|
#define nsview_accessibilityVisibleColumns_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityVisibleColumns_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVisibleColumns_call
|
|
}
|
|
|
|
void nsview_setAccessibilityVisibleColumns( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleColumns:" );
|
|
#define nsview_setAccessibilityVisibleColumns_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityVisibleColumns_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityVisibleColumns_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySelectedColumns( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedColumns" );
|
|
#define nsview_accessibilitySelectedColumns_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySelectedColumns_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySelectedColumns_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySelectedColumns( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedColumns:" );
|
|
#define nsview_setAccessibilitySelectedColumns_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySelectedColumns_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySelectedColumns_call
|
|
}
|
|
|
|
long long nsview_accessibilitySortDirection( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySortDirection" );
|
|
#define nsview_accessibilitySortDirection_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySortDirection_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySortDirection_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySortDirection( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySortDirection:" );
|
|
#define nsview_setAccessibilitySortDirection_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySortDirection_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySortDirection_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityRowHeaderUIElements( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRowHeaderUIElements" );
|
|
#define nsview_accessibilityRowHeaderUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityRowHeaderUIElements_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityRowHeaderUIElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilityRowHeaderUIElements( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRowHeaderUIElements:" );
|
|
#define nsview_setAccessibilityRowHeaderUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityRowHeaderUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityRowHeaderUIElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySelectedCells( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedCells:" );
|
|
#define nsview_setAccessibilitySelectedCells_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySelectedCells_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySelectedCells_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityVisibleCells( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleCells" );
|
|
#define nsview_accessibilityVisibleCells_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityVisibleCells_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVisibleCells_call
|
|
}
|
|
|
|
void nsview_setAccessibilityVisibleCells( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleCells:" );
|
|
#define nsview_setAccessibilityVisibleCells_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityVisibleCells_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityVisibleCells_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityColumnHeaderUIElements( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumnHeaderUIElements" );
|
|
#define nsview_accessibilityColumnHeaderUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityColumnHeaderUIElements_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityColumnHeaderUIElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilityColumnHeaderUIElements( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumnHeaderUIElements:" );
|
|
#define nsview_setAccessibilityColumnHeaderUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityColumnHeaderUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityColumnHeaderUIElements_call
|
|
}
|
|
|
|
_NSRange nsview_accessibilityRowIndexRange( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRowIndexRange" );
|
|
#define nsview_accessibilityRowIndexRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityRowIndexRange_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityRowIndexRange_call
|
|
}
|
|
|
|
void nsview_setAccessibilityRowIndexRange( nsview_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityRowIndexRange:" );
|
|
#define nsview_setAccessibilityRowIndexRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityRowIndexRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityRowIndexRange_call
|
|
}
|
|
|
|
_NSRange nsview_accessibilityColumnIndexRange( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityColumnIndexRange" );
|
|
#define nsview_accessibilityColumnIndexRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityColumnIndexRange_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityColumnIndexRange_call
|
|
}
|
|
|
|
void nsview_setAccessibilityColumnIndexRange( nsview_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityColumnIndexRange:" );
|
|
#define nsview_setAccessibilityColumnIndexRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityColumnIndexRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityColumnIndexRange_call
|
|
}
|
|
|
|
long long nsview_accessibilityInsertionPointLineNumber( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityInsertionPointLineNumber" );
|
|
#define nsview_accessibilityInsertionPointLineNumber_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityInsertionPointLineNumber_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityInsertionPointLineNumber_call
|
|
}
|
|
|
|
void nsview_setAccessibilityInsertionPointLineNumber( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityInsertionPointLineNumber:" );
|
|
#define nsview_setAccessibilityInsertionPointLineNumber_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityInsertionPointLineNumber_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityInsertionPointLineNumber_call
|
|
}
|
|
|
|
_NSRange nsview_accessibilitySharedCharacterRange( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySharedCharacterRange" );
|
|
#define nsview_accessibilitySharedCharacterRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySharedCharacterRange_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySharedCharacterRange_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySharedCharacterRange( nsview_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySharedCharacterRange:" );
|
|
#define nsview_setAccessibilitySharedCharacterRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySharedCharacterRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySharedCharacterRange_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySharedTextUIElements( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySharedTextUIElements" );
|
|
#define nsview_accessibilitySharedTextUIElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySharedTextUIElements_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySharedTextUIElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySharedTextUIElements( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySharedTextUIElements:" );
|
|
#define nsview_setAccessibilitySharedTextUIElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySharedTextUIElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySharedTextUIElements_call
|
|
}
|
|
|
|
_NSRange nsview_accessibilityVisibleCharacterRange( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityVisibleCharacterRange" );
|
|
#define nsview_accessibilityVisibleCharacterRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityVisibleCharacterRange_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityVisibleCharacterRange_call
|
|
}
|
|
|
|
void nsview_setAccessibilityVisibleCharacterRange( nsview_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityVisibleCharacterRange:" );
|
|
#define nsview_setAccessibilityVisibleCharacterRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityVisibleCharacterRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityVisibleCharacterRange_call
|
|
}
|
|
|
|
long long nsview_accessibilityNumberOfCharacters( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNumberOfCharacters" );
|
|
#define nsview_accessibilityNumberOfCharacters_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityNumberOfCharacters_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityNumberOfCharacters_call
|
|
}
|
|
|
|
void nsview_setAccessibilityNumberOfCharacters( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityNumberOfCharacters:" );
|
|
#define nsview_setAccessibilityNumberOfCharacters_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityNumberOfCharacters_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityNumberOfCharacters_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySelectedText( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedText" );
|
|
#define nsview_accessibilitySelectedText_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySelectedText_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySelectedText_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySelectedText( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedText:" );
|
|
#define nsview_setAccessibilitySelectedText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySelectedText_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySelectedText_call
|
|
}
|
|
|
|
_NSRange nsview_accessibilitySelectedTextRange( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedTextRange" );
|
|
#define nsview_accessibilitySelectedTextRange_call( obj, selector ) ((_NSRange (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySelectedTextRange_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySelectedTextRange_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySelectedTextRange( nsview_t object, _NSRange arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedTextRange:" );
|
|
#define nsview_setAccessibilitySelectedTextRange_call( obj, selector, arg0 ) ((void (*)( id, SEL, _NSRange ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySelectedTextRange_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySelectedTextRange_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySelectedTextRanges( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySelectedTextRanges" );
|
|
#define nsview_accessibilitySelectedTextRanges_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySelectedTextRanges_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySelectedTextRanges_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySelectedTextRanges( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySelectedTextRanges:" );
|
|
#define nsview_setAccessibilitySelectedTextRanges_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySelectedTextRanges_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySelectedTextRanges_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityToolbarButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityToolbarButton" );
|
|
#define nsview_accessibilityToolbarButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityToolbarButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityToolbarButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityToolbarButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityToolbarButton:" );
|
|
#define nsview_setAccessibilityToolbarButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityToolbarButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityToolbarButton_call
|
|
}
|
|
|
|
char nsview_isAccessibilityModal( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityModal" );
|
|
#define nsview_isAccessibilityModal_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityModal_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityModal_call
|
|
}
|
|
|
|
void nsview_setAccessibilityModal( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityModal:" );
|
|
#define nsview_setAccessibilityModal_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityModal_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityModal_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityProxy( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityProxy" );
|
|
#define nsview_accessibilityProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityProxy_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityProxy_call
|
|
}
|
|
|
|
void nsview_setAccessibilityProxy( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityProxy:" );
|
|
#define nsview_setAccessibilityProxy_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityProxy_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityProxy_call
|
|
}
|
|
|
|
char nsview_isAccessibilityMain( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityMain" );
|
|
#define nsview_isAccessibilityMain_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityMain_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityMain_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMain( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMain:" );
|
|
#define nsview_setAccessibilityMain_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMain_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMain_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityFullScreenButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFullScreenButton" );
|
|
#define nsview_accessibilityFullScreenButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityFullScreenButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityFullScreenButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityFullScreenButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFullScreenButton:" );
|
|
#define nsview_setAccessibilityFullScreenButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityFullScreenButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityFullScreenButton_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityGrowArea( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityGrowArea" );
|
|
#define nsview_accessibilityGrowArea_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityGrowArea_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityGrowArea_call
|
|
}
|
|
|
|
void nsview_setAccessibilityGrowArea( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityGrowArea:" );
|
|
#define nsview_setAccessibilityGrowArea_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityGrowArea_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityGrowArea_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityDocument( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDocument" );
|
|
#define nsview_accessibilityDocument_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityDocument_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityDocument_call
|
|
}
|
|
|
|
void nsview_setAccessibilityDocument( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDocument:" );
|
|
#define nsview_setAccessibilityDocument_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityDocument_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityDocument_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityDefaultButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDefaultButton" );
|
|
#define nsview_accessibilityDefaultButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityDefaultButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityDefaultButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityDefaultButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityDefaultButton:" );
|
|
#define nsview_setAccessibilityDefaultButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityDefaultButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityDefaultButton_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityCloseButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCloseButton" );
|
|
#define nsview_accessibilityCloseButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityCloseButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityCloseButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityCloseButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCloseButton:" );
|
|
#define nsview_setAccessibilityCloseButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityCloseButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityCloseButton_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityZoomButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityZoomButton" );
|
|
#define nsview_accessibilityZoomButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityZoomButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityZoomButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityZoomButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityZoomButton:" );
|
|
#define nsview_setAccessibilityZoomButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityZoomButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityZoomButton_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityMinimizeButton( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityMinimizeButton" );
|
|
#define nsview_accessibilityMinimizeButton_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityMinimizeButton_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityMinimizeButton_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMinimizeButton( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMinimizeButton:" );
|
|
#define nsview_setAccessibilityMinimizeButton_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMinimizeButton_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMinimizeButton_call
|
|
}
|
|
|
|
char nsview_isAccessibilityMinimized( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityMinimized" );
|
|
#define nsview_isAccessibilityMinimized_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityMinimized_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityMinimized_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMinimized( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMinimized:" );
|
|
#define nsview_setAccessibilityMinimized_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMinimized_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMinimized_call
|
|
}
|
|
|
|
void nsview_setAccessibilityCustomActions( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomActions:" );
|
|
#define nsview_setAccessibilityCustomActions_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityCustomActions_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityCustomActions_call
|
|
}
|
|
|
|
void nsview_quickLookPreviewItemsAtWindowLocation( nsview_t object, CGPoint arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "quickLookPreviewItemsAtWindowLocation:" );
|
|
#define nsview_quickLookPreviewItemsAtWindowLocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGPoint ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_quickLookPreviewItemsAtWindowLocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_quickLookPreviewItemsAtWindowLocation_call
|
|
}
|
|
|
|
char nsview_presentError( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "presentError:" );
|
|
#define nsview_presentError_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_presentError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_presentError_call
|
|
}
|
|
|
|
nsobject_t nsview_willPresentError( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willPresentError:" );
|
|
#define nsview_willPresentError_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_willPresentError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_willPresentError_call
|
|
}
|
|
|
|
void nsview_keyDown( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyDown:" );
|
|
#define nsview_keyDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_keyDown_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_keyDown_call
|
|
}
|
|
|
|
char nsview_resignFirstResponder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resignFirstResponder" );
|
|
#define nsview_resignFirstResponder_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_resignFirstResponder_call( (id)object, methodSelector );
|
|
#undef nsview_resignFirstResponder_call
|
|
}
|
|
|
|
char nsview_becomeFirstResponder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "becomeFirstResponder" );
|
|
#define nsview_becomeFirstResponder_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_becomeFirstResponder_call( (id)object, methodSelector );
|
|
#undef nsview_becomeFirstResponder_call
|
|
}
|
|
|
|
nsobject_t nsview_undoManager( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "undoManager" );
|
|
#define nsview_undoManager_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_undoManager_call( (id)object, methodSelector );
|
|
#undef nsview_undoManager_call
|
|
}
|
|
|
|
char nsview_validateProposedFirstResponder( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "validateProposedFirstResponder:forEvent:" );
|
|
#define nsview_validateProposedFirstResponder_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_validateProposedFirstResponder_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_validateProposedFirstResponder_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityResultsForSearchPredicate( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityResultsForSearchPredicate:" );
|
|
#define nsview_accessibilityResultsForSearchPredicate_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityResultsForSearchPredicate_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityResultsForSearchPredicate_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHeaderForColumnIndex( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderForColumnIndex:" );
|
|
#define nsview_accessibilityHeaderForColumnIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityHeaderForColumnIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityHeaderForColumnIndex_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHeaderForRowIndex( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderForRowIndex:" );
|
|
#define nsview_accessibilityHeaderForRowIndex_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityHeaderForRowIndex_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityHeaderForRowIndex_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAuditIssues( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAuditIssues" );
|
|
#define nsview_accessibilityAuditIssues_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAuditIssues_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAuditIssues_call
|
|
}
|
|
|
|
void nsview_setAccessibilityAuditIssues( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAuditIssues:" );
|
|
#define nsview_setAccessibilityAuditIssues_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityAuditIssues_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityAuditIssues_call
|
|
}
|
|
|
|
char nsview_isAccessibilityAutoInteractable( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityAutoInteractable" );
|
|
#define nsview_isAccessibilityAutoInteractable_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityAutoInteractable_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityAutoInteractable_call
|
|
}
|
|
|
|
void nsview_setAccessibilityAutoInteractable( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAutoInteractable:" );
|
|
#define nsview_setAccessibilityAutoInteractable_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityAutoInteractable_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityAutoInteractable_call
|
|
}
|
|
|
|
long long nsview_accessibilityContainerType( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContainerType" );
|
|
#define nsview_accessibilityContainerType_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityContainerType_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityContainerType_call
|
|
}
|
|
|
|
void nsview_setAccessibilityContainerType( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContainerType:" );
|
|
#define nsview_setAccessibilityContainerType_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityContainerType_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityContainerType_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityUserInputLabels( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityUserInputLabels" );
|
|
#define nsview_accessibilityUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityUserInputLabels_call
|
|
}
|
|
|
|
void nsview_setAccessibilityUserInputLabels( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityUserInputLabels:" );
|
|
#define nsview_setAccessibilityUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAttributedUserInputLabels( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedUserInputLabels" );
|
|
#define nsview_accessibilityAttributedUserInputLabels_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAttributedUserInputLabels_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
void nsview_setAccessibilityAttributedUserInputLabels( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityAttributedUserInputLabels:" );
|
|
#define nsview_setAccessibilityAttributedUserInputLabels_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityAttributedUserInputLabels_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityAttributedUserInputLabels_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityCustomChoosers( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityCustomChoosers" );
|
|
#define nsview_accessibilityCustomChoosers_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityCustomChoosers_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityCustomChoosers_call
|
|
}
|
|
|
|
void nsview_setAccessibilityCustomChoosers( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityCustomChoosers:" );
|
|
#define nsview_setAccessibilityCustomChoosers_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityCustomChoosers_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityCustomChoosers_call
|
|
}
|
|
|
|
char nsview_isAccessibilityEnhancedUserInterface( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityEnhancedUserInterface" );
|
|
#define nsview_isAccessibilityEnhancedUserInterface_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityEnhancedUserInterface_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityEnhancedUserInterface_call
|
|
}
|
|
|
|
void nsview_setAccessibilityEnhancedUserInterface( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityEnhancedUserInterface:" );
|
|
#define nsview_setAccessibilityEnhancedUserInterface_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityEnhancedUserInterface_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityEnhancedUserInterface_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityFunctionRowTopLevelElements( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFunctionRowTopLevelElements" );
|
|
#define nsview_accessibilityFunctionRowTopLevelElements_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityFunctionRowTopLevelElements_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityFunctionRowTopLevelElements_call
|
|
}
|
|
|
|
void nsview_setAccessibilityFunctionRowTopLevelElements( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFunctionRowTopLevelElements:" );
|
|
#define nsview_setAccessibilityFunctionRowTopLevelElements_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityFunctionRowTopLevelElements_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityFunctionRowTopLevelElements_call
|
|
}
|
|
|
|
char nsview_isAccessibilityMimicNativeView( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAccessibilityMimicNativeView" );
|
|
#define nsview_isAccessibilityMimicNativeView_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isAccessibilityMimicNativeView_call( (id)object, methodSelector );
|
|
#undef nsview_isAccessibilityMimicNativeView_call
|
|
}
|
|
|
|
void nsview_setAccessibilityMimicNativeView( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityMimicNativeView:" );
|
|
#define nsview_setAccessibilityMimicNativeView_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityMimicNativeView_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityMimicNativeView_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilitySections( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySections" );
|
|
#define nsview_accessibilitySections_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySections_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySections_call
|
|
}
|
|
|
|
void nsview_setAccessibilitySections( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilitySections:" );
|
|
#define nsview_setAccessibilitySections_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilitySections_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilitySections_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityHeaderGroup( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityHeaderGroup" );
|
|
#define nsview_accessibilityHeaderGroup_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityHeaderGroup_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityHeaderGroup_call
|
|
}
|
|
|
|
void nsview_setAccessibilityHeaderGroup( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityHeaderGroup:" );
|
|
#define nsview_setAccessibilityHeaderGroup_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityHeaderGroup_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityHeaderGroup_call
|
|
}
|
|
|
|
CGRect nsview_accessibilityFrameInParentSpace( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityFrameInParentSpace" );
|
|
#define nsview_accessibilityFrameInParentSpace_call( obj, selector ) ((CGRect (*)( id, SEL ))abi_objc_msgSend_stret) ( obj, selector )
|
|
return nsview_accessibilityFrameInParentSpace_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityFrameInParentSpace_call
|
|
}
|
|
|
|
void nsview_setAccessibilityFrameInParentSpace( nsview_t object, CGRect arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityFrameInParentSpace:" );
|
|
#define nsview_setAccessibilityFrameInParentSpace_call( obj, selector, arg0 ) ((void (*)( id, SEL, CGRect ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityFrameInParentSpace_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityFrameInParentSpace_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityPreviousContentSibling( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPreviousContentSibling" );
|
|
#define nsview_accessibilityPreviousContentSibling_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPreviousContentSibling_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPreviousContentSibling_call
|
|
}
|
|
|
|
void nsview_setPreviousContentSibling( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setPreviousContentSibling:" );
|
|
#define nsview_setPreviousContentSibling_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setPreviousContentSibling_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setPreviousContentSibling_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityNextContentSibling( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityNextContentSibling" );
|
|
#define nsview_accessibilityNextContentSibling_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityNextContentSibling_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityNextContentSibling_call
|
|
}
|
|
|
|
void nsview_setNextContentSibling( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNextContentSibling:" );
|
|
#define nsview_setNextContentSibling_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setNextContentSibling_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setNextContentSibling_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityContentSiblingAbove( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContentSiblingAbove" );
|
|
#define nsview_accessibilityContentSiblingAbove_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityContentSiblingAbove_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityContentSiblingAbove_call
|
|
}
|
|
|
|
void nsview_setAccessibilityContentSiblingAbove( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContentSiblingAbove:" );
|
|
#define nsview_setAccessibilityContentSiblingAbove_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityContentSiblingAbove_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityContentSiblingAbove_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityContentSiblingBelow( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityContentSiblingBelow" );
|
|
#define nsview_accessibilityContentSiblingBelow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityContentSiblingBelow_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityContentSiblingBelow_call
|
|
}
|
|
|
|
void nsview_setAccessibilityContentSiblingBelow( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityContentSiblingBelow:" );
|
|
#define nsview_setAccessibilityContentSiblingBelow_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityContentSiblingBelow_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityContentSiblingBelow_call
|
|
}
|
|
|
|
char nsview_accessibilityOverridesAlwaysTakePrecedence( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityOverridesAlwaysTakePrecedence" );
|
|
#define nsview_accessibilityOverridesAlwaysTakePrecedence_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityOverridesAlwaysTakePrecedence_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityOverridesAlwaysTakePrecedence_call
|
|
}
|
|
|
|
void nsview_setAccessibilityOverridesAlwaysTakePrecedence( nsview_t object, char arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setAccessibilityOverridesAlwaysTakePrecedence:" );
|
|
#define nsview_setAccessibilityOverridesAlwaysTakePrecedence_call( obj, selector, arg0 ) ((void (*)( id, SEL, char ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setAccessibilityOverridesAlwaysTakePrecedence_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setAccessibilityOverridesAlwaysTakePrecedence_call
|
|
}
|
|
|
|
nsobject_t nsview_makeTouchBar( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "makeTouchBar" );
|
|
#define nsview_makeTouchBar_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_makeTouchBar_call( (id)object, methodSelector );
|
|
#undef nsview_makeTouchBar_call
|
|
}
|
|
|
|
void nsview_mouseDragged( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseDragged:" );
|
|
#define nsview_mouseDragged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_mouseDragged_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mouseDragged_call
|
|
}
|
|
|
|
void nsview_mouseUp( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mouseUp:" );
|
|
#define nsview_mouseUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_mouseUp_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mouseUp_call
|
|
}
|
|
|
|
nsobject_t nsview_NS_touchBarProviders( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_touchBarProviders" );
|
|
#define nsview_NS_touchBarProviders_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_NS_touchBarProviders_call( (id)object, methodSelector );
|
|
#undef nsview_NS_touchBarProviders_call
|
|
}
|
|
|
|
nsobject_t nsview_NS_touchBarProvidersKeyPaths( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_touchBarProvidersKeyPaths" );
|
|
#define nsview_NS_touchBarProvidersKeyPaths_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_NS_touchBarProvidersKeyPaths_call( (id)object, methodSelector );
|
|
#undef nsview_NS_touchBarProvidersKeyPaths_call
|
|
}
|
|
|
|
void nsview_magnifyWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "magnifyWithEvent:" );
|
|
#define nsview_magnifyWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_magnifyWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_magnifyWithEvent_call
|
|
}
|
|
|
|
void nsview_translateWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "translateWithEvent:" );
|
|
#define nsview_translateWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_translateWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_translateWithEvent_call
|
|
}
|
|
|
|
void nsview_touchesBeganWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesBeganWithEvent:" );
|
|
#define nsview_touchesBeganWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_touchesBeganWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_touchesBeganWithEvent_call
|
|
}
|
|
|
|
void nsview_touchesMovedWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesMovedWithEvent:" );
|
|
#define nsview_touchesMovedWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_touchesMovedWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_touchesMovedWithEvent_call
|
|
}
|
|
|
|
void nsview_touchesEndedWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesEndedWithEvent:" );
|
|
#define nsview_touchesEndedWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_touchesEndedWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_touchesEndedWithEvent_call
|
|
}
|
|
|
|
void nsview_touchesCancelledWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "touchesCancelledWithEvent:" );
|
|
#define nsview_touchesCancelledWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_touchesCancelledWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_touchesCancelledWithEvent_call
|
|
}
|
|
|
|
void nsview_rightMouseUp( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightMouseUp:" );
|
|
#define nsview_rightMouseUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_rightMouseUp_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_rightMouseUp_call
|
|
}
|
|
|
|
void nsview_keyUp( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyUp:" );
|
|
#define nsview_keyUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_keyUp_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_keyUp_call
|
|
}
|
|
|
|
void nsview_flagsChanged( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flagsChanged:" );
|
|
#define nsview_flagsChanged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_flagsChanged_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_flagsChanged_call
|
|
}
|
|
|
|
void nsview_rightMouseDragged( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rightMouseDragged:" );
|
|
#define nsview_rightMouseDragged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_rightMouseDragged_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_rightMouseDragged_call
|
|
}
|
|
|
|
void nsview_otherMouseDown( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "otherMouseDown:" );
|
|
#define nsview_otherMouseDown_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_otherMouseDown_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_otherMouseDown_call
|
|
}
|
|
|
|
void nsview_otherMouseDragged( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "otherMouseDragged:" );
|
|
#define nsview_otherMouseDragged_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_otherMouseDragged_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_otherMouseDragged_call
|
|
}
|
|
|
|
void nsview_otherMouseUp( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "otherMouseUp:" );
|
|
#define nsview_otherMouseUp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_otherMouseUp_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_otherMouseUp_call
|
|
}
|
|
|
|
nsobject_t nsview_userActivity( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "userActivity" );
|
|
#define nsview_userActivity_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_userActivity_call( (id)object, methodSelector );
|
|
#undef nsview_userActivity_call
|
|
}
|
|
|
|
void nsview_updateUserActivityState( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "updateUserActivityState:" );
|
|
#define nsview_updateUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_updateUserActivityState_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_updateUserActivityState_call
|
|
}
|
|
|
|
void nsview_restoreUserActivityState( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restoreUserActivityState:" );
|
|
#define nsview_restoreUserActivityState_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_restoreUserActivityState_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_restoreUserActivityState_call
|
|
}
|
|
|
|
void nsview_setUserActivity( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setUserActivity:" );
|
|
#define nsview_setUserActivity_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setUserActivity_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setUserActivity_call
|
|
}
|
|
|
|
void nsview_insertText( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertText:" );
|
|
#define nsview_insertText_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_insertText_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_insertText_call
|
|
}
|
|
|
|
char nsview_tryToPerform( nsview_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tryToPerform:with:" );
|
|
#define nsview_tryToPerform_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_tryToPerform_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_tryToPerform_call
|
|
}
|
|
|
|
void nsview_flushBufferedKeyEvents( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushBufferedKeyEvents" );
|
|
#define nsview_flushBufferedKeyEvents_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_flushBufferedKeyEvents_call( (id)object, methodSelector );
|
|
#undef nsview_flushBufferedKeyEvents_call
|
|
}
|
|
|
|
nsobject_t nsview_servicesRequestor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "servicesRequestor" );
|
|
#define nsview_servicesRequestor_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_servicesRequestor_call( (id)object, methodSelector );
|
|
#undef nsview_servicesRequestor_call
|
|
}
|
|
|
|
void nsview_quickAction( nsview_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "quickAction:didFailWithRequestor:error:" );
|
|
#define nsview_quickAction_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_quickAction_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_quickAction_call
|
|
}
|
|
|
|
nsobject_t nsview_additionalQuickActionItemSource( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "additionalQuickActionItemSource" );
|
|
#define nsview_additionalQuickActionItemSource_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_additionalQuickActionItemSource_call( (id)object, methodSelector );
|
|
#undef nsview_additionalQuickActionItemSource_call
|
|
}
|
|
|
|
nsobject_t nsview_colorFactory( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "colorFactory" );
|
|
#define nsview_colorFactory_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_colorFactory_call( (id)object, methodSelector );
|
|
#undef nsview_colorFactory_call
|
|
}
|
|
|
|
unsigned long long nsview_interfaceStyle( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "interfaceStyle" );
|
|
#define nsview_interfaceStyle_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_interfaceStyle_call( (id)object, methodSelector );
|
|
#undef nsview_interfaceStyle_call
|
|
}
|
|
|
|
void nsview_setInterfaceStyle( nsview_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setInterfaceStyle:" );
|
|
#define nsview_setInterfaceStyle_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setInterfaceStyle_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setInterfaceStyle_call
|
|
}
|
|
|
|
nsobject_t nsview_dependencyInfo( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dependencyInfo" );
|
|
#define nsview_dependencyInfo_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_dependencyInfo_call( (id)object, methodSelector );
|
|
#undef nsview_dependencyInfo_call
|
|
}
|
|
|
|
void nsview_rotateWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "rotateWithEvent:" );
|
|
#define nsview_rotateWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_rotateWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_rotateWithEvent_call
|
|
}
|
|
|
|
void nsview_noResponderFor( nsview_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "noResponderFor:" );
|
|
#define nsview_noResponderFor_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_noResponderFor_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_noResponderFor_call
|
|
}
|
|
|
|
unsigned long long nsview_gestureEventMask( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "gestureEventMask" );
|
|
#define nsview_gestureEventMask_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_gestureEventMask_call( (id)object, methodSelector );
|
|
#undef nsview_gestureEventMask_call
|
|
}
|
|
|
|
void nsview_setGestureEventMask( nsview_t object, unsigned long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setGestureEventMask:" );
|
|
#define nsview_setGestureEventMask_call( obj, selector, arg0 ) ((void (*)( id, SEL, unsigned long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setGestureEventMask_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setGestureEventMask_call
|
|
}
|
|
|
|
char nsview_wantsForwardedScrollEventsForAxis( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsForwardedScrollEventsForAxis:" );
|
|
#define nsview_wantsForwardedScrollEventsForAxis_call( obj, selector, arg0 ) ((char (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_wantsForwardedScrollEventsForAxis_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_wantsForwardedScrollEventsForAxis_call
|
|
}
|
|
|
|
char nsview_wantsScrollEventsForSwipeTrackingOnAxis( nsview_t object, long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsScrollEventsForSwipeTrackingOnAxis:" );
|
|
#define nsview_wantsScrollEventsForSwipeTrackingOnAxis_call( obj, selector, arg0 ) ((char (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_wantsScrollEventsForSwipeTrackingOnAxis_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_wantsScrollEventsForSwipeTrackingOnAxis_call
|
|
}
|
|
|
|
void nsview_setDependencyInfo( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDependencyInfo:" );
|
|
#define nsview_setDependencyInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setDependencyInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setDependencyInfo_call
|
|
}
|
|
|
|
void nsview_invalidateRequestor( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "invalidateRequestor" );
|
|
#define nsview_invalidateRequestor_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_invalidateRequestor_call( (id)object, methodSelector );
|
|
#undef nsview_invalidateRequestor_call
|
|
}
|
|
|
|
void nsview_tabletProximity( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "tabletProximity:" );
|
|
#define nsview_tabletProximity_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_tabletProximity_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_tabletProximity_call
|
|
}
|
|
|
|
void nsview_smartMagnifyWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "smartMagnifyWithEvent:" );
|
|
#define nsview_smartMagnifyWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_smartMagnifyWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_smartMagnifyWithEvent_call
|
|
}
|
|
|
|
void nsview_swipeWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "swipeWithEvent:" );
|
|
#define nsview_swipeWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_swipeWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_swipeWithEvent_call
|
|
}
|
|
|
|
void nsview_beginGestureWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "beginGestureWithEvent:" );
|
|
#define nsview_beginGestureWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_beginGestureWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_beginGestureWithEvent_call
|
|
}
|
|
|
|
void nsview_endGestureWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "endGestureWithEvent:" );
|
|
#define nsview_endGestureWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_endGestureWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_endGestureWithEvent_call
|
|
}
|
|
|
|
void nsview_quickLookWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "quickLookWithEvent:" );
|
|
#define nsview_quickLookWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_quickLookWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_quickLookWithEvent_call
|
|
}
|
|
|
|
void nsview_navigateWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "navigateWithEvent:" );
|
|
#define nsview_navigateWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_navigateWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_navigateWithEvent_call
|
|
}
|
|
|
|
void nsview_changeModeWithEvent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "changeModeWithEvent:" );
|
|
#define nsview_changeModeWithEvent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_changeModeWithEvent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_changeModeWithEvent_call
|
|
}
|
|
|
|
char nsview_wantsForwardedScrollEvents( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "wantsForwardedScrollEvents" );
|
|
#define nsview_wantsForwardedScrollEvents_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_wantsForwardedScrollEvents_call( (id)object, methodSelector );
|
|
#undef nsview_wantsForwardedScrollEvents_call
|
|
}
|
|
|
|
void nsview_showContextHelp( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "showContextHelp:" );
|
|
#define nsview_showContextHelp_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_showContextHelp_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_showContextHelp_call
|
|
}
|
|
|
|
nsobject_t nsview_presentationWindowForError( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "presentationWindowForError:originatedInWindow:" );
|
|
#define nsview_presentationWindowForError_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_presentationWindowForError_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_presentationWindowForError_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityOverriddenAttributes( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityOverriddenAttributes" );
|
|
#define nsview_accessibilityOverriddenAttributes_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityOverriddenAttributes_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityOverriddenAttributes_call
|
|
}
|
|
|
|
char nsview_accessibilityReplaceRange( nsview_t object, _NSRange arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityReplaceRange:withText:" );
|
|
#define nsview_accessibilityReplaceRange_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, _NSRange, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_accessibilityReplaceRange_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_accessibilityReplaceRange_call
|
|
}
|
|
|
|
unsigned long long nsview_accessibilityArrayAttributeCount( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityArrayAttributeCount:" );
|
|
#define nsview_accessibilityArrayAttributeCount_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityArrayAttributeCount_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityArrayAttributeCount_call
|
|
}
|
|
|
|
unsigned long long nsview_accessibilityIndexOfChild( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIndexOfChild:" );
|
|
#define nsview_accessibilityIndexOfChild_call( obj, selector, arg0 ) ((unsigned long long (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityIndexOfChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityIndexOfChild_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityArrayAttributeValues( nsview_t object, nsobject_t arg0, unsigned long long arg1, unsigned long long arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityArrayAttributeValues:index:maxCount:" );
|
|
#define nsview_accessibilityArrayAttributeValues_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsview_accessibilityArrayAttributeValues_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_accessibilityArrayAttributeValues_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityParameterizedAttributeNames( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityParameterizedAttributeNames" );
|
|
#define nsview_accessibilityParameterizedAttributeNames_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityParameterizedAttributeNames_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityParameterizedAttributeNames_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityIndexForChildUIElementAttributeForParameter( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityIndexForChildUIElementAttributeForParameter:" );
|
|
#define nsview_accessibilityIndexForChildUIElementAttributeForParameter_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityIndexForChildUIElementAttributeForParameter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityIndexForChildUIElementAttributeForParameter_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityAttributedValueForStringAttributeAttributeForParameter( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAttributedValueForStringAttributeAttributeForParameter:" );
|
|
#define nsview_accessibilityAttributedValueForStringAttributeAttributeForParameter_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityAttributedValueForStringAttributeAttributeForParameter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityAttributedValueForStringAttributeAttributeForParameter_call
|
|
}
|
|
|
|
nsobject_t nsview_accessibilityTemporaryChildren( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityTemporaryChildren" );
|
|
#define nsview_accessibilityTemporaryChildren_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityTemporaryChildren_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityTemporaryChildren_call
|
|
}
|
|
|
|
char nsview_accessibilityPerformShowMenuOfChild( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPerformShowMenuOfChild:" );
|
|
#define nsview_accessibilityPerformShowMenuOfChild_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_accessibilityPerformShowMenuOfChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityPerformShowMenuOfChild_call
|
|
}
|
|
|
|
int nsview_accessibilityPresenterProcessIdentifier( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityPresenterProcessIdentifier" );
|
|
#define nsview_accessibilityPresenterProcessIdentifier_call( obj, selector ) ((int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityPresenterProcessIdentifier_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityPresenterProcessIdentifier_call
|
|
}
|
|
|
|
char nsview_accessibilitySupportsNotifications( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySupportsNotifications" );
|
|
#define nsview_accessibilitySupportsNotifications_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySupportsNotifications_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySupportsNotifications_call
|
|
}
|
|
|
|
char nsview_accessibilityAllowsOverriddenAttributesWhenIgnored( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAllowsOverriddenAttributesWhenIgnored" );
|
|
#define nsview_accessibilityAllowsOverriddenAttributesWhenIgnored_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilityAllowsOverriddenAttributesWhenIgnored_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilityAllowsOverriddenAttributesWhenIgnored_call
|
|
}
|
|
|
|
char nsview_accessibilitySetOverrideValue( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetOverrideValue:forAttribute:" );
|
|
#define nsview_accessibilitySetOverrideValue_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_accessibilitySetOverrideValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_accessibilitySetOverrideValue_call
|
|
}
|
|
|
|
void nsview_accessibilityEncodeOverriddenAttributes( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityEncodeOverriddenAttributes:" );
|
|
#define nsview_accessibilityEncodeOverriddenAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_accessibilityEncodeOverriddenAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityEncodeOverriddenAttributes_call
|
|
}
|
|
|
|
void nsview_accessibilityDecodeOverriddenAttributes( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityDecodeOverriddenAttributes:" );
|
|
#define nsview_accessibilityDecodeOverriddenAttributes_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_accessibilityDecodeOverriddenAttributes_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityDecodeOverriddenAttributes_call
|
|
}
|
|
|
|
char nsview_accessibilitySupportsCustomElementData( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySupportsCustomElementData" );
|
|
#define nsview_accessibilitySupportsCustomElementData_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessibilitySupportsCustomElementData_call( (id)object, methodSelector );
|
|
#undef nsview_accessibilitySupportsCustomElementData_call
|
|
}
|
|
|
|
void nsview_bind( nsview_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bind:toObject:withKeyPath:options:" );
|
|
#define nsview_bind_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsview_bind_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_bind_call
|
|
}
|
|
|
|
void nsview_awakeFromNib( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeFromNib" );
|
|
#define nsview_awakeFromNib_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_awakeFromNib_call( (id)object, methodSelector );
|
|
#undef nsview_awakeFromNib_call
|
|
}
|
|
|
|
void nsview_unbind( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unbind:" );
|
|
#define nsview_unbind_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_unbind_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_unbind_call
|
|
}
|
|
|
|
nsclass_t nsview_valueClassForBinding( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueClassForBinding:" );
|
|
#define nsview_valueClassForBinding_call( obj, selector, arg0 ) ((nsclass_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_valueClassForBinding_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_valueClassForBinding_call
|
|
}
|
|
|
|
nsobject_t nsview_NS_observationForKeyPath( nsview_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_observationForKeyPath:options:block:" );
|
|
#define nsview_NS_observationForKeyPath_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsview_NS_observationForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_NS_observationForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsview_NS_observationForKeyPaths( nsview_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_observationForKeyPaths:options:block:" );
|
|
#define nsview_NS_observationForKeyPaths_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsview_NS_observationForKeyPaths_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_NS_observationForKeyPaths_call
|
|
}
|
|
|
|
nsobject_t nsview_optionDescriptionsForBinding( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "optionDescriptionsForBinding:" );
|
|
#define nsview_optionDescriptionsForBinding_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_optionDescriptionsForBinding_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_optionDescriptionsForBinding_call
|
|
}
|
|
|
|
nsobject_t nsview_exposedBindings( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exposedBindings" );
|
|
#define nsview_exposedBindings_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_exposedBindings_call( (id)object, methodSelector );
|
|
#undef nsview_exposedBindings_call
|
|
}
|
|
|
|
nsobject_t nsview_infoForBinding( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "infoForBinding:" );
|
|
#define nsview_infoForBinding_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_infoForBinding_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_infoForBinding_call
|
|
}
|
|
|
|
void nsview_prepareForInterfaceBuilder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "prepareForInterfaceBuilder" );
|
|
#define nsview_prepareForInterfaceBuilder_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_prepareForInterfaceBuilder_call( (id)object, methodSelector );
|
|
#undef nsview_prepareForInterfaceBuilder_call
|
|
}
|
|
|
|
void nsview_accessibilityAddTemporaryChild( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityAddTemporaryChild:" );
|
|
#define nsview_accessibilityAddTemporaryChild_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_accessibilityAddTemporaryChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityAddTemporaryChild_call
|
|
}
|
|
|
|
void nsview_accessibilityRemoveTemporaryChild( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilityRemoveTemporaryChild:" );
|
|
#define nsview_accessibilityRemoveTemporaryChild_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_accessibilityRemoveTemporaryChild_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilityRemoveTemporaryChild_call
|
|
}
|
|
|
|
nsobject_t nsview_NSLifeguard_autorelease( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSLifeguard_autorelease" );
|
|
#define nsview_NSLifeguard_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_NSLifeguard_autorelease_call( (id)object, methodSelector );
|
|
#undef nsview_NSLifeguard_autorelease_call
|
|
}
|
|
|
|
void nsview_accessibilitySetPresenterProcessIdentifier( nsview_t object, int arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessibilitySetPresenterProcessIdentifier:" );
|
|
#define nsview_accessibilitySetPresenterProcessIdentifier_call( obj, selector, arg0 ) ((void (*)( id, SEL, int ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_accessibilitySetPresenterProcessIdentifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_accessibilitySetPresenterProcessIdentifier_call
|
|
}
|
|
|
|
nsobject_t nsview_NS_tiledLayerVisibleRect( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_tiledLayerVisibleRect" );
|
|
#define nsview_NS_tiledLayerVisibleRect_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_NS_tiledLayerVisibleRect_call( (id)object, methodSelector );
|
|
#undef nsview_NS_tiledLayerVisibleRect_call
|
|
}
|
|
|
|
void nsview_NS_addTiledLayerDescendent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_addTiledLayerDescendent:" );
|
|
#define nsview_NS_addTiledLayerDescendent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_NS_addTiledLayerDescendent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_NS_addTiledLayerDescendent_call
|
|
}
|
|
|
|
void nsview_NS_removeTiledLayerDescendent( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NS_removeTiledLayerDescendent:" );
|
|
#define nsview_NS_removeTiledLayerDescendent_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_NS_removeTiledLayerDescendent_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_NS_removeTiledLayerDescendent_call
|
|
}
|
|
|
|
char nsview_CAMLTypeSupportedForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeSupportedForKey:" );
|
|
#define nsview_CAMLTypeSupportedForKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_CAMLTypeSupportedForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_CAMLTypeSupportedForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_CAMLTypeForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLTypeForKey:" );
|
|
#define nsview_CAMLTypeForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_CAMLTypeForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_CAMLTypeForKey_call
|
|
}
|
|
|
|
char nsview_CA_validateValue( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_validateValue:forKey:" );
|
|
#define nsview_CA_validateValue_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_CA_validateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_CA_validateValue_call
|
|
}
|
|
|
|
void nsview_encodeWithCAMLWriter( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "encodeWithCAMLWriter:" );
|
|
#define nsview_encodeWithCAMLWriter_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_encodeWithCAMLWriter_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_encodeWithCAMLWriter_call
|
|
}
|
|
|
|
nsobject_t nsview_CA_interpolateValues( nsview_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValues:::interpolator:" );
|
|
#define nsview_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 nsview_CA_interpolateValues_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_CA_interpolateValues_call
|
|
}
|
|
|
|
nsobject_t nsview_CAMLType( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CAMLType" );
|
|
#define nsview_CAMLType_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_CAMLType_call( (id)object, methodSelector );
|
|
#undef nsview_CAMLType_call
|
|
}
|
|
|
|
nsobject_t nsview_CA_archivingValueForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_archivingValueForKey:" );
|
|
#define nsview_CA_archivingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_CA_archivingValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_CA_archivingValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_CA_roundToIntegerFromValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_roundToIntegerFromValue:" );
|
|
#define nsview_CA_roundToIntegerFromValue_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_CA_roundToIntegerFromValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_CA_roundToIntegerFromValue_call
|
|
}
|
|
|
|
nsobject_t nsview_CA_addValue( nsview_t object, nsobject_t arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_addValue:multipliedBy:" );
|
|
#define nsview_CA_addValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_CA_addValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_CA_addValue_call
|
|
}
|
|
|
|
nsobject_t nsview_CA_interpolateValue( nsview_t object, nsobject_t arg0, float arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_interpolateValue:byFraction:" );
|
|
#define nsview_CA_interpolateValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, float ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_CA_interpolateValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_CA_interpolateValue_call
|
|
}
|
|
|
|
double nsview_CA_distanceToValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_distanceToValue:" );
|
|
#define nsview_CA_distanceToValue_call( obj, selector, arg0 ) ((double (*)( id, SEL, nsobject_t ))abi_objc_msgSend_fpret) ( obj, selector, arg0 )
|
|
return nsview_CA_distanceToValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_CA_distanceToValue_call
|
|
}
|
|
|
|
void nsview_CA_prepareRenderValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_prepareRenderValue" );
|
|
#define nsview_CA_prepareRenderValue_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_CA_prepareRenderValue_call( (id)object, methodSelector );
|
|
#undef nsview_CA_prepareRenderValue_call
|
|
}
|
|
|
|
Object* nsview_CA_copyRenderValue( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_copyRenderValue" );
|
|
#define nsview_CA_copyRenderValue_call( obj, selector ) ((Object* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_CA_copyRenderValue_call( (id)object, methodSelector );
|
|
#undef nsview_CA_copyRenderValue_call
|
|
}
|
|
|
|
char nsview_supportsRBSXPCSecureCoding( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsRBSXPCSecureCoding" );
|
|
#define nsview_supportsRBSXPCSecureCoding_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_supportsRBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nsview_supportsRBSXPCSecureCoding_call
|
|
}
|
|
|
|
char nsview_RBSIsXPCObject( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "RBSIsXPCObject" );
|
|
#define nsview_RBSIsXPCObject_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_RBSIsXPCObject_call( (id)object, methodSelector );
|
|
#undef nsview_RBSIsXPCObject_call
|
|
}
|
|
|
|
nsobject_t nsview_NSRepresentation( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "NSRepresentation" );
|
|
#define nsview_NSRepresentation_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_NSRepresentation_call( (id)object, methodSelector );
|
|
#undef nsview_NSRepresentation_call
|
|
}
|
|
|
|
char nsview_supportsBSXPCSecureCoding( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "supportsBSXPCSecureCoding" );
|
|
#define nsview_supportsBSXPCSecureCoding_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_supportsBSXPCSecureCoding_call( (id)object, methodSelector );
|
|
#undef nsview_supportsBSXPCSecureCoding_call
|
|
}
|
|
|
|
char nsview_bs_isPlistableType( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_isPlistableType" );
|
|
#define nsview_bs_isPlistableType_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_bs_isPlistableType_call( (id)object, methodSelector );
|
|
#undef nsview_bs_isPlistableType_call
|
|
}
|
|
|
|
nsobject_t nsview_bs_secureEncoded( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureEncoded" );
|
|
#define nsview_bs_secureEncoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_bs_secureEncoded_call( (id)object, methodSelector );
|
|
#undef nsview_bs_secureEncoded_call
|
|
}
|
|
|
|
nsobject_t nsview_bs_encoded( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_encoded" );
|
|
#define nsview_bs_encoded_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_bs_encoded_call( (id)object, methodSelector );
|
|
#undef nsview_bs_encoded_call
|
|
}
|
|
|
|
nsclass_t nsview_classForCoder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForCoder" );
|
|
#define nsview_classForCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_classForCoder_call( (id)object, methodSelector );
|
|
#undef nsview_classForCoder_call
|
|
}
|
|
|
|
nsobject_t nsview_replacementObjectForCoder( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForCoder:" );
|
|
#define nsview_replacementObjectForCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_replacementObjectForCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_replacementObjectForCoder_call
|
|
}
|
|
|
|
nsobject_t nsview_awakeAfterUsingCoder( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "awakeAfterUsingCoder:" );
|
|
#define nsview_awakeAfterUsingCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_awakeAfterUsingCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_awakeAfterUsingCoder_call
|
|
}
|
|
|
|
char nsview_implementsSelector( nsview_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "implementsSelector:" );
|
|
#define nsview_implementsSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_implementsSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_implementsSelector_call
|
|
}
|
|
|
|
void nsview_setObservationInfo( nsview_t object, void* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservationInfo:" );
|
|
#define nsview_setObservationInfo_call( obj, selector, arg0 ) ((void (*)( id, SEL, void* ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setObservationInfo_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setObservationInfo_call
|
|
}
|
|
|
|
nsobject_t nsview_replacementObjectForPortCoder( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForPortCoder:" );
|
|
#define nsview_replacementObjectForPortCoder_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_replacementObjectForPortCoder_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_replacementObjectForPortCoder_call
|
|
}
|
|
|
|
void nsview_willChangeValueForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChangeValueForKey:" );
|
|
#define nsview_willChangeValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_willChangeValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_willChangeValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_dictionaryWithValuesForKeys( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "dictionaryWithValuesForKeys:" );
|
|
#define nsview_dictionaryWithValuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_dictionaryWithValuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_dictionaryWithValuesForKeys_call
|
|
}
|
|
|
|
nsobject_t nsview_valueForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKey:" );
|
|
#define nsview_valueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_valueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_valueForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_valueForUndefinedKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForUndefinedKey:" );
|
|
#define nsview_valueForUndefinedKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_valueForUndefinedKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_valueForUndefinedKey_call
|
|
}
|
|
|
|
nsclass_t nsview_classForKeyedArchiver( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedArchiver" );
|
|
#define nsview_classForKeyedArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_classForKeyedArchiver_call( (id)object, methodSelector );
|
|
#undef nsview_classForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t nsview_replacementObjectForKeyedArchiver( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForKeyedArchiver:" );
|
|
#define nsview_replacementObjectForKeyedArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_replacementObjectForKeyedArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_replacementObjectForKeyedArchiver_call
|
|
}
|
|
|
|
nsobject_t nsview_valueForKeyPath( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueForKeyPath:" );
|
|
#define nsview_valueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_valueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_valueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsview_addObserver( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserver:" );
|
|
#define nsview_addObserver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_addObserver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addObserver_call
|
|
}
|
|
|
|
nsobject_t nsview_objectSpecifier( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "objectSpecifier" );
|
|
#define nsview_objectSpecifier_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_objectSpecifier_call( (id)object, methodSelector );
|
|
#undef nsview_objectSpecifier_call
|
|
}
|
|
|
|
nsobject_t nsview_replacementObjectForArchiver( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replacementObjectForArchiver:" );
|
|
#define nsview_replacementObjectForArchiver_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_replacementObjectForArchiver_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_replacementObjectForArchiver_call
|
|
}
|
|
|
|
nsclass_t nsview_classForArchiver( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForArchiver" );
|
|
#define nsview_classForArchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_classForArchiver_call( (id)object, methodSelector );
|
|
#undef nsview_classForArchiver_call
|
|
}
|
|
|
|
nsobject_t nsview_attributeKeys( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "attributeKeys" );
|
|
#define nsview_attributeKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_attributeKeys_call( (id)object, methodSelector );
|
|
#undef nsview_attributeKeys_call
|
|
}
|
|
|
|
nsobject_t nsview_toOneRelationshipKeys( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toOneRelationshipKeys" );
|
|
#define nsview_toOneRelationshipKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_toOneRelationshipKeys_call( (id)object, methodSelector );
|
|
#undef nsview_toOneRelationshipKeys_call
|
|
}
|
|
|
|
nsobject_t nsview_toManyRelationshipKeys( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "toManyRelationshipKeys" );
|
|
#define nsview_toManyRelationshipKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_toManyRelationshipKeys_call( (id)object, methodSelector );
|
|
#undef nsview_toManyRelationshipKeys_call
|
|
}
|
|
|
|
nsobject_t nsview_inverseForRelationshipKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "inverseForRelationshipKey:" );
|
|
#define nsview_inverseForRelationshipKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_inverseForRelationshipKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_inverseForRelationshipKey_call
|
|
}
|
|
|
|
nsobject_t nsview_classDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classDescription" );
|
|
#define nsview_classDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_classDescription_call( (id)object, methodSelector );
|
|
#undef nsview_classDescription_call
|
|
}
|
|
|
|
nsobject_t nsview_copyScriptingValue( nsview_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyScriptingValue:forKey:withProperties:" );
|
|
#define nsview_copyScriptingValue_call( obj, selector, arg0, arg1, arg2 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
return nsview_copyScriptingValue_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_copyScriptingValue_call
|
|
}
|
|
|
|
objc_method_description* nsview_methodDescriptionForSelector( nsview_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodDescriptionForSelector:" );
|
|
#define nsview_methodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_methodDescriptionForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_methodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t nsview_newScriptingObjectOfClass( nsview_t object, nsclass_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:" );
|
|
#define nsview_newScriptingObjectOfClass_call( obj, selector, arg0, arg1, arg2, arg3 ) ((nsobject_t (*)( id, SEL, nsclass_t, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
return nsview_newScriptingObjectOfClass_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_newScriptingObjectOfClass_call
|
|
}
|
|
|
|
nsobject_t nsview_handleQueryWithUnboundKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "handleQueryWithUnboundKey:" );
|
|
#define nsview_handleQueryWithUnboundKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_handleQueryWithUnboundKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_handleQueryWithUnboundKey_call
|
|
}
|
|
|
|
void nsview_handleTakeValue( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "handleTakeValue:forUnboundKey:" );
|
|
#define nsview_handleTakeValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_handleTakeValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_handleTakeValue_call
|
|
}
|
|
|
|
nsobject_t nsview_storedValueForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "storedValueForKey:" );
|
|
#define nsview_storedValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_storedValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_storedValueForKey_call
|
|
}
|
|
|
|
void nsview_takeStoredValue( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "takeStoredValue:forKey:" );
|
|
#define nsview_takeStoredValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_takeStoredValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_takeStoredValue_call
|
|
}
|
|
|
|
void nsview_takeValue( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "takeValue:forKey:" );
|
|
#define nsview_takeValue_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_takeValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_takeValue_call
|
|
}
|
|
|
|
nsobject_t nsview_valuesForKeys( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valuesForKeys:" );
|
|
#define nsview_valuesForKeys_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_valuesForKeys_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_valuesForKeys_call
|
|
}
|
|
|
|
void nsview_takeValuesFromDictionary( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "takeValuesFromDictionary:" );
|
|
#define nsview_takeValuesFromDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_takeValuesFromDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_takeValuesFromDictionary_call
|
|
}
|
|
|
|
void nsview_unableToSetNilForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "unableToSetNilForKey:" );
|
|
#define nsview_unableToSetNilForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_unableToSetNilForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_unableToSetNilForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_keyValueBindingForKey( nsview_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyValueBindingForKey:typeMask:" );
|
|
#define nsview_keyValueBindingForKey_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_keyValueBindingForKey_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_keyValueBindingForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_createKeyValueBindingForKey( nsview_t object, nsobject_t arg0, unsigned long long arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "createKeyValueBindingForKey:typeMask:" );
|
|
#define nsview_createKeyValueBindingForKey_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, unsigned long long ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_createKeyValueBindingForKey_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_createKeyValueBindingForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_mutableArrayValueForKeyPath( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKeyPath:" );
|
|
#define nsview_mutableArrayValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_mutableArrayValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mutableArrayValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsview_mutableOrderedSetValueForKeyPath( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKeyPath:" );
|
|
#define nsview_mutableOrderedSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_mutableOrderedSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mutableOrderedSetValueForKeyPath_call
|
|
}
|
|
|
|
nsobject_t nsview_mutableSetValueForKeyPath( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKeyPath:" );
|
|
#define nsview_mutableSetValueForKeyPath_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_mutableSetValueForKeyPath_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mutableSetValueForKeyPath_call
|
|
}
|
|
|
|
void nsview_removeObservation( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObservation:" );
|
|
#define nsview_removeObservation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_removeObservation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_removeObservation_call
|
|
}
|
|
|
|
void nsview_receiveObservedValue( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedValue:" );
|
|
#define nsview_receiveObservedValue_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_receiveObservedValue_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_receiveObservedValue_call
|
|
}
|
|
|
|
void nsview_receiveObservedError( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "receiveObservedError:" );
|
|
#define nsview_receiveObservedError_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_receiveObservedError_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_receiveObservedError_call
|
|
}
|
|
|
|
void nsview_finishObserving( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finishObserving" );
|
|
#define nsview_finishObserving_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_finishObserving_call( (id)object, methodSelector );
|
|
#undef nsview_finishObserving_call
|
|
}
|
|
|
|
void nsview_setObservation( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setObservation:forObservingKeyPath:" );
|
|
#define nsview_setObservation_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_setObservation_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_setObservation_call
|
|
}
|
|
|
|
void nsview_observeValueForKeyPath( nsview_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observeValueForKeyPath:ofObject:change:context:" );
|
|
#define nsview_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 )
|
|
nsview_observeValueForKeyPath_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_observeValueForKeyPath_call
|
|
}
|
|
|
|
void nsview_removeObserver( nsview_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObserver:forKeyPath:context:" );
|
|
#define nsview_removeObserver_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, void* ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_removeObserver_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_removeObserver_call
|
|
}
|
|
|
|
nsobject_t nsview_className( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "className" );
|
|
#define nsview_className_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_className_call( (id)object, methodSelector );
|
|
#undef nsview_className_call
|
|
}
|
|
|
|
nsobject_t nsview_addChainedObservers( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addChainedObservers:" );
|
|
#define nsview_addChainedObservers_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_addChainedObservers_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addChainedObservers_call
|
|
}
|
|
|
|
nsobject_t nsview_addObserverBlock( nsview_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObserverBlock:" );
|
|
#define nsview_addObserverBlock_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_addObserverBlock_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addObserverBlock_call
|
|
}
|
|
|
|
nsobject_t nsview_addObservationTransformer( nsview_t object, nsobject_t* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObservationTransformer:" );
|
|
#define nsview_addObservationTransformer_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_addObservationTransformer_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_addObservationTransformer_call
|
|
}
|
|
|
|
void nsview_setNilValueForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setNilValueForKey:" );
|
|
#define nsview_setNilValueForKey_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setNilValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setNilValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_mutableArrayValueForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableArrayValueForKey:" );
|
|
#define nsview_mutableArrayValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_mutableArrayValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mutableArrayValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_mutableOrderedSetValueForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableOrderedSetValueForKey:" );
|
|
#define nsview_mutableOrderedSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_mutableOrderedSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mutableOrderedSetValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_mutableSetValueForKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableSetValueForKey:" );
|
|
#define nsview_mutableSetValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_mutableSetValueForKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_mutableSetValueForKey_call
|
|
}
|
|
|
|
void nsview_setValuesForKeysWithDictionary( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setValuesForKeysWithDictionary:" );
|
|
#define nsview_setValuesForKeysWithDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setValuesForKeysWithDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setValuesForKeysWithDictionary_call
|
|
}
|
|
|
|
void nsview_willChange( nsview_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "willChange:valuesAtIndexes:forKey:" );
|
|
#define nsview_willChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_willChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_willChange_call
|
|
}
|
|
|
|
void nsview_didChange( nsview_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "didChange:valuesAtIndexes:forKey:" );
|
|
#define nsview_didChange_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_didChange_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_didChange_call
|
|
}
|
|
|
|
void* nsview_observationInfo( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "observationInfo" );
|
|
#define nsview_observationInfo_call( obj, selector ) ((void* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_observationInfo_call( (id)object, methodSelector );
|
|
#undef nsview_observationInfo_call
|
|
}
|
|
|
|
nsobject_t nsview_autoContentAccessingProxy( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autoContentAccessingProxy" );
|
|
#define nsview_autoContentAccessingProxy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_autoContentAccessingProxy_call( (id)object, methodSelector );
|
|
#undef nsview_autoContentAccessingProxy_call
|
|
}
|
|
|
|
nsobject_t nsview_coerceValue( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "coerceValue:forKey:" );
|
|
#define nsview_coerceValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_coerceValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_coerceValue_call
|
|
}
|
|
|
|
void nsview_setScriptingProperties( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setScriptingProperties:" );
|
|
#define nsview_setScriptingProperties_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setScriptingProperties_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_setScriptingProperties_call
|
|
}
|
|
|
|
nsobject_t nsview_scriptingValueForSpecifier( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scriptingValueForSpecifier:" );
|
|
#define nsview_scriptingValueForSpecifier_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_scriptingValueForSpecifier_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_scriptingValueForSpecifier_call
|
|
}
|
|
|
|
nsobject_t nsview_scriptingProperties( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "scriptingProperties" );
|
|
#define nsview_scriptingProperties_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_scriptingProperties_call( (id)object, methodSelector );
|
|
#undef nsview_scriptingProperties_call
|
|
}
|
|
|
|
nsobject_t nsview_coerceValueForScriptingProperties( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "coerceValueForScriptingProperties:" );
|
|
#define nsview_coerceValueForScriptingProperties_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_coerceValueForScriptingProperties_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_coerceValueForScriptingProperties_call
|
|
}
|
|
|
|
nsobject_t nsview_valueAtIndex( nsview_t object, unsigned long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueAtIndex:inPropertyWithKey:" );
|
|
#define nsview_valueAtIndex_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_valueAtIndex_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_valueAtIndex_call
|
|
}
|
|
|
|
nsobject_t nsview_valueWithName( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueWithName:inPropertyWithKey:" );
|
|
#define nsview_valueWithName_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_valueWithName_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_valueWithName_call
|
|
}
|
|
|
|
nsobject_t nsview_valueWithUniqueID( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "valueWithUniqueID:inPropertyWithKey:" );
|
|
#define nsview_valueWithUniqueID_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_valueWithUniqueID_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_valueWithUniqueID_call
|
|
}
|
|
|
|
void nsview_insertValue( nsview_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "insertValue:atIndex:inPropertyWithKey:" );
|
|
#define nsview_insertValue_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_insertValue_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_insertValue_call
|
|
}
|
|
|
|
void nsview_replaceValueAtIndex( nsview_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "replaceValueAtIndex:inPropertyWithKey:withValue:" );
|
|
#define nsview_replaceValueAtIndex_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, unsigned long long, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_replaceValueAtIndex_call( (id)object, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_replaceValueAtIndex_call
|
|
}
|
|
|
|
void nsview_removeValueAtIndex( nsview_t object, unsigned long long arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeValueAtIndex:fromPropertyWithKey:" );
|
|
#define nsview_removeValueAtIndex_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, unsigned long long, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_removeValueAtIndex_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_removeValueAtIndex_call
|
|
}
|
|
|
|
nsclass_t nsview_classForPortCoder( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForPortCoder" );
|
|
#define nsview_classForPortCoder_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_classForPortCoder_call( (id)object, methodSelector );
|
|
#undef nsview_classForPortCoder_call
|
|
}
|
|
|
|
void nsview_performSelector( nsview_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelector:withObject:afterDelay:inModes:" );
|
|
#define nsview_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 )
|
|
nsview_performSelector_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_performSelector_call
|
|
}
|
|
|
|
unsigned int nsview_classCode( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classCode" );
|
|
#define nsview_classCode_call( obj, selector ) ((unsigned int (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_classCode_call( (id)object, methodSelector );
|
|
#undef nsview_classCode_call
|
|
}
|
|
|
|
char nsview_isEqualTo( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqualTo:" );
|
|
#define nsview_isEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isEqualTo_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isEqualTo_call
|
|
}
|
|
|
|
char nsview_isLessThanOrEqualTo( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isLessThanOrEqualTo:" );
|
|
#define nsview_isLessThanOrEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isLessThanOrEqualTo_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isLessThanOrEqualTo_call
|
|
}
|
|
|
|
char nsview_isLessThan( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isLessThan:" );
|
|
#define nsview_isLessThan_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isLessThan_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isLessThan_call
|
|
}
|
|
|
|
char nsview_isGreaterThanOrEqualTo( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isGreaterThanOrEqualTo:" );
|
|
#define nsview_isGreaterThanOrEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isGreaterThanOrEqualTo_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isGreaterThanOrEqualTo_call
|
|
}
|
|
|
|
char nsview_isGreaterThan( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isGreaterThan:" );
|
|
#define nsview_isGreaterThan_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isGreaterThan_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isGreaterThan_call
|
|
}
|
|
|
|
char nsview_isNotEqualTo( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNotEqualTo:" );
|
|
#define nsview_isNotEqualTo_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isNotEqualTo_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isNotEqualTo_call
|
|
}
|
|
|
|
char nsview_doesContain( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesContain:" );
|
|
#define nsview_doesContain_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_doesContain_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_doesContain_call
|
|
}
|
|
|
|
char nsview_isLike( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isLike:" );
|
|
#define nsview_isLike_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isLike_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isLike_call
|
|
}
|
|
|
|
char nsview_isCaseInsensitiveLike( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isCaseInsensitiveLike:" );
|
|
#define nsview_isCaseInsensitiveLike_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isCaseInsensitiveLike_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isCaseInsensitiveLike_call
|
|
}
|
|
|
|
void nsview_performSelectorOnMainThread( nsview_t object, nsselector_t arg0, nsobject_t arg1, char arg2, nsobject_t arg3 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorOnMainThread:withObject:waitUntilDone:modes:" );
|
|
#define nsview_performSelectorOnMainThread_call( obj, selector, arg0, arg1, arg2, arg3 ) ((void (*)( id, SEL, nsselector_t, nsobject_t, char, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2, arg3 )
|
|
nsview_performSelectorOnMainThread_call( (id)object, methodSelector, arg0, arg1, arg2, arg3 );
|
|
#undef nsview_performSelectorOnMainThread_call
|
|
}
|
|
|
|
void nsview_performSelectorInBackground( nsview_t object, nsselector_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "performSelectorInBackground:withObject:" );
|
|
#define nsview_performSelectorInBackground_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_performSelectorInBackground_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_performSelectorInBackground_call
|
|
}
|
|
|
|
nsobject_t nsview_classDescriptionForDestinationKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classDescriptionForDestinationKey:" );
|
|
#define nsview_classDescriptionForDestinationKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_classDescriptionForDestinationKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_classDescriptionForDestinationKey_call
|
|
}
|
|
|
|
nsobject_t nsview_entityName( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "entityName" );
|
|
#define nsview_entityName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_entityName_call( (id)object, methodSelector );
|
|
#undef nsview_entityName_call
|
|
}
|
|
|
|
char nsview_ownsDestinationObjectsForRelationshipKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "ownsDestinationObjectsForRelationshipKey:" );
|
|
#define nsview_ownsDestinationObjectsForRelationshipKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_ownsDestinationObjectsForRelationshipKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_ownsDestinationObjectsForRelationshipKey_call
|
|
}
|
|
|
|
char nsview_isToManyKey( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isToManyKey:" );
|
|
#define nsview_isToManyKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isToManyKey_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isToManyKey_call
|
|
}
|
|
|
|
void nsview_removeObject( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "removeObject:fromPropertyWithKey:" );
|
|
#define nsview_removeObject_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_removeObject_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_removeObject_call
|
|
}
|
|
|
|
void nsview_addObject( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "addObject:toPropertyWithKey:" );
|
|
#define nsview_addObject_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_addObject_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_addObject_call
|
|
}
|
|
|
|
nsobject_t nsview_validateTakeValue( nsview_t object, nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "validateTakeValue:forKeyPath:" );
|
|
#define nsview_validateTakeValue_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_validateTakeValue_call( (id)object, methodSelector, arg0, arg1 );
|
|
#undef nsview_validateTakeValue_call
|
|
}
|
|
|
|
nsobject_t nsview_allPropertyKeys( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allPropertyKeys" );
|
|
#define nsview_allPropertyKeys_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_allPropertyKeys_call( (id)object, methodSelector );
|
|
#undef nsview_allPropertyKeys_call
|
|
}
|
|
|
|
void nsview_clearProperties( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "clearProperties" );
|
|
#define nsview_clearProperties_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_clearProperties_call( (id)object, methodSelector );
|
|
#undef nsview_clearProperties_call
|
|
}
|
|
|
|
void nsview_flushKeyBindings( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushKeyBindings" );
|
|
#define nsview_flushKeyBindings_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_flushKeyBindings_call( (id)object, methodSelector );
|
|
#undef nsview_flushKeyBindings_call
|
|
}
|
|
|
|
void nsview_takeStoredValuesFromDictionary( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "takeStoredValuesFromDictionary:" );
|
|
#define nsview_takeStoredValuesFromDictionary_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_takeStoredValuesFromDictionary_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_takeStoredValuesFromDictionary_call
|
|
}
|
|
|
|
char nsview_isNSDate__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDate__" );
|
|
#define nsview_isNSDate___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSDate___call( (id)object, methodSelector );
|
|
#undef nsview_isNSDate___call
|
|
}
|
|
|
|
char nsview_isNSString__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSString__" );
|
|
#define nsview_isNSString___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSString___call( (id)object, methodSelector );
|
|
#undef nsview_isNSString___call
|
|
}
|
|
|
|
char nsview_isNSCFConstantString__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSCFConstantString__" );
|
|
#define nsview_isNSCFConstantString___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSCFConstantString___call( (id)object, methodSelector );
|
|
#undef nsview_isNSCFConstantString___call
|
|
}
|
|
|
|
char nsview_isNSNumber__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSNumber__" );
|
|
#define nsview_isNSNumber___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSNumber___call( (id)object, methodSelector );
|
|
#undef nsview_isNSNumber___call
|
|
}
|
|
|
|
char nsview_isNSArray__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSArray__" );
|
|
#define nsview_isNSArray___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSArray___call( (id)object, methodSelector );
|
|
#undef nsview_isNSArray___call
|
|
}
|
|
|
|
char nsview_isNSDictionary__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSDictionary__" );
|
|
#define nsview_isNSDictionary___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSDictionary___call( (id)object, methodSelector );
|
|
#undef nsview_isNSDictionary___call
|
|
}
|
|
|
|
char nsview_isNSSet__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSSet__" );
|
|
#define nsview_isNSSet___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSSet___call( (id)object, methodSelector );
|
|
#undef nsview_isNSSet___call
|
|
}
|
|
|
|
char nsview_isNSData__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSData__" );
|
|
#define nsview_isNSData___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSData___call( (id)object, methodSelector );
|
|
#undef nsview_isNSData___call
|
|
}
|
|
|
|
char nsview_isNSObject__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSObject__" );
|
|
#define nsview_isNSObject___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSObject___call( (id)object, methodSelector );
|
|
#undef nsview_isNSObject___call
|
|
}
|
|
|
|
char nsview_isNSOrderedSet__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSOrderedSet__" );
|
|
#define nsview_isNSOrderedSet___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSOrderedSet___call( (id)object, methodSelector );
|
|
#undef nsview_isNSOrderedSet___call
|
|
}
|
|
|
|
char nsview_isNSTimeZone__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSTimeZone__" );
|
|
#define nsview_isNSTimeZone___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSTimeZone___call( (id)object, methodSelector );
|
|
#undef nsview_isNSTimeZone___call
|
|
}
|
|
|
|
char nsview_isNSValue__( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isNSValue__" );
|
|
#define nsview_isNSValue___call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isNSValue___call( (id)object, methodSelector );
|
|
#undef nsview_isNSValue___call
|
|
}
|
|
|
|
nsobject_t nsview_description( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "description" );
|
|
#define nsview_description_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_description_call( (id)object, methodSelector );
|
|
#undef nsview_description_call
|
|
}
|
|
|
|
void nsview_doesNotRecognizeSelector( nsview_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "doesNotRecognizeSelector:" );
|
|
#define nsview_doesNotRecognizeSelector_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_doesNotRecognizeSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_doesNotRecognizeSelector_call
|
|
}
|
|
|
|
nsobject_t nsview_methodSignatureForSelector( nsview_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "methodSignatureForSelector:" );
|
|
#define nsview_methodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_methodSignatureForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_methodSignatureForSelector_call
|
|
}
|
|
|
|
nsobject_t nsview_autorelease( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "autorelease" );
|
|
#define nsview_autorelease_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_autorelease_call( (id)object, methodSelector );
|
|
#undef nsview_autorelease_call
|
|
}
|
|
|
|
nsobject_t nsview_copy( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copy" );
|
|
#define nsview_copy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_copy_call( (id)object, methodSelector );
|
|
#undef nsview_copy_call
|
|
}
|
|
|
|
void nsview_finalize( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "finalize" );
|
|
#define nsview_finalize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_finalize_call( (id)object, methodSelector );
|
|
#undef nsview_finalize_call
|
|
}
|
|
|
|
char nsview_isEqual( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isEqual:" );
|
|
#define nsview_isEqual_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isEqual_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isEqual_call
|
|
}
|
|
|
|
nsclass_t nsview_class( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "class" );
|
|
#define nsview_class_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_class_call( (id)object, methodSelector );
|
|
#undef nsview_class_call
|
|
}
|
|
|
|
nsobject_t nsview_self( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "self" );
|
|
#define nsview_self_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_self_call( (id)object, methodSelector );
|
|
#undef nsview_self_call
|
|
}
|
|
|
|
char nsview_isProxy( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isProxy" );
|
|
#define nsview_isProxy_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isProxy_call( (id)object, methodSelector );
|
|
#undef nsview_isProxy_call
|
|
}
|
|
|
|
char nsview_isKindOfClass( nsview_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isKindOfClass:" );
|
|
#define nsview_isKindOfClass_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isKindOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isKindOfClass_call
|
|
}
|
|
|
|
char nsview_isMemberOfClass( nsview_t object, nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isMemberOfClass:" );
|
|
#define nsview_isMemberOfClass_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isMemberOfClass_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_isMemberOfClass_call
|
|
}
|
|
|
|
char nsview_conformsToProtocol( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "conformsToProtocol:" );
|
|
#define nsview_conformsToProtocol_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_conformsToProtocol_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_conformsToProtocol_call
|
|
}
|
|
|
|
char nsview_respondsToSelector( nsview_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "respondsToSelector:" );
|
|
#define nsview_respondsToSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_respondsToSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_respondsToSelector_call
|
|
}
|
|
|
|
_NSZone* nsview_zone( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "zone" );
|
|
#define nsview_zone_call( obj, selector ) ((_NSZone* (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_zone_call( (id)object, methodSelector );
|
|
#undef nsview_zone_call
|
|
}
|
|
|
|
unsigned long long nsview_hash( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "hash" );
|
|
#define nsview_hash_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_hash_call( (id)object, methodSelector );
|
|
#undef nsview_hash_call
|
|
}
|
|
|
|
nsclass_t nsview_superclass( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "superclass" );
|
|
#define nsview_superclass_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_superclass_call( (id)object, methodSelector );
|
|
#undef nsview_superclass_call
|
|
}
|
|
|
|
nsobject_t nsview_debugDescription( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "debugDescription" );
|
|
#define nsview_debugDescription_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_debugDescription_call( (id)object, methodSelector );
|
|
#undef nsview_debugDescription_call
|
|
}
|
|
|
|
char nsview_retainWeakReference( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "retainWeakReference" );
|
|
#define nsview_retainWeakReference_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_retainWeakReference_call( (id)object, methodSelector );
|
|
#undef nsview_retainWeakReference_call
|
|
}
|
|
|
|
char nsview_allowsWeakReference( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allowsWeakReference" );
|
|
#define nsview_allowsWeakReference_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_allowsWeakReference_call( (id)object, methodSelector );
|
|
#undef nsview_allowsWeakReference_call
|
|
}
|
|
|
|
char nsview_isFault( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isFault" );
|
|
#define nsview_isFault_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isFault_call( (id)object, methodSelector );
|
|
#undef nsview_isFault_call
|
|
}
|
|
|
|
void nsview_forwardInvocation( nsview_t object, nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardInvocation:" );
|
|
#define nsview_forwardInvocation_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_forwardInvocation_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_forwardInvocation_call
|
|
}
|
|
|
|
nsobject_t nsview_forwardingTargetForSelector( nsview_t object, nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "forwardingTargetForSelector:" );
|
|
#define nsview_forwardingTargetForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_forwardingTargetForSelector_call( (id)object, methodSelector, arg0 );
|
|
#undef nsview_forwardingTargetForSelector_call
|
|
}
|
|
|
|
nsobject_t nsview_mutableCopy( nsview_t object )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopy" );
|
|
#define nsview_mutableCopy_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_mutableCopy_call( (id)object, methodSelector );
|
|
#undef nsview_mutableCopy_call
|
|
}
|
|
|
|
void nsview_initialize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "initialize" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_initialize_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_initialize_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_initialize_call
|
|
}
|
|
|
|
nsobject_t nsview_new( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "new" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_new_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_new_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_new_call
|
|
}
|
|
|
|
nsobject_t nsview_keyPathsForValuesAffectingAlignmentRectInsets( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingAlignmentRectInsets" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_keyPathsForValuesAffectingAlignmentRectInsets_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_keyPathsForValuesAffectingAlignmentRectInsets_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_keyPathsForValuesAffectingAlignmentRectInsets_call
|
|
}
|
|
|
|
nsobject_t nsview_defaultAnimationForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultAnimationForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_defaultAnimationForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_defaultAnimationForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_defaultAnimationForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_keyPathsForValuesInvalidatingDisplay( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesInvalidatingDisplay" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_keyPathsForValuesInvalidatingDisplay_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_keyPathsForValuesInvalidatingDisplay_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_keyPathsForValuesInvalidatingDisplay_call
|
|
}
|
|
|
|
char nsview_requiresConstraintBasedLayout( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "requiresConstraintBasedLayout" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_requiresConstraintBasedLayout_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_requiresConstraintBasedLayout_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_requiresConstraintBasedLayout_call
|
|
}
|
|
|
|
nsobject_t nsview_keyPathsForValuesInvalidatingConstraints( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesInvalidatingConstraints" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_keyPathsForValuesInvalidatingConstraints_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_keyPathsForValuesInvalidatingConstraints_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_keyPathsForValuesInvalidatingConstraints_call
|
|
}
|
|
|
|
nsobject_t nsview_keyPathsForValuesInvalidatingIntrinsicContentSize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesInvalidatingIntrinsicContentSize" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_keyPathsForValuesInvalidatingIntrinsicContentSize_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_keyPathsForValuesInvalidatingIntrinsicContentSize_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_keyPathsForValuesInvalidatingIntrinsicContentSize_call
|
|
}
|
|
|
|
nsobject_t nsview_focusView( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "focusView" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_focusView_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_focusView_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_focusView_call
|
|
}
|
|
|
|
unsigned long long nsview_defaultFocusRingType( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultFocusRingType" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_defaultFocusRingType_call( obj, selector ) ((unsigned long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_defaultFocusRingType_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_defaultFocusRingType_call
|
|
}
|
|
|
|
nsobject_t nsview_defaultMenu( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultMenu" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_defaultMenu_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_defaultMenu_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_defaultMenu_call
|
|
}
|
|
|
|
char nsview_isCompatibleWithResponsiveScrolling( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isCompatibleWithResponsiveScrolling" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_isCompatibleWithResponsiveScrolling_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_isCompatibleWithResponsiveScrolling_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_isCompatibleWithResponsiveScrolling_call
|
|
}
|
|
|
|
nsobject_t nsview_keyPathsForValuesInvalidatingLayout( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesInvalidatingLayout" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_keyPathsForValuesInvalidatingLayout_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_keyPathsForValuesInvalidatingLayout_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_keyPathsForValuesInvalidatingLayout_call
|
|
}
|
|
|
|
char nsview_automaticallyNotifiesObserversOfHidden( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfHidden" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyNotifiesObserversOfHidden_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_automaticallyNotifiesObserversOfHidden_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_automaticallyNotifiesObserversOfHidden_call
|
|
}
|
|
|
|
char nsview_automaticallyNotifiesObserversOfHiddenOrHasHiddenAncestor( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfHiddenOrHasHiddenAncestor" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyNotifiesObserversOfHiddenOrHasHiddenAncestor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_automaticallyNotifiesObserversOfHiddenOrHasHiddenAncestor_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_automaticallyNotifiesObserversOfHiddenOrHasHiddenAncestor_call
|
|
}
|
|
|
|
char nsview_automaticallyNotifiesObserversOfWantsLayer( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfWantsLayer" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyNotifiesObserversOfWantsLayer_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_automaticallyNotifiesObserversOfWantsLayer_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_automaticallyNotifiesObserversOfWantsLayer_call
|
|
}
|
|
|
|
long long nsview_default_semanticContext( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "default_semanticContext" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_default_semanticContext_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_default_semanticContext_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_default_semanticContext_call
|
|
}
|
|
|
|
nsobject_t nsview_keyPathsForValuesAffectingUserInterfaceLayoutDirection( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingUserInterfaceLayoutDirection" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_keyPathsForValuesAffectingUserInterfaceLayoutDirection_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_keyPathsForValuesAffectingUserInterfaceLayoutDirection_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_keyPathsForValuesAffectingUserInterfaceLayoutDirection_call
|
|
}
|
|
|
|
char nsview_automaticallyNotifiesObserversOf_userInterfaceLayoutDirectionPropagatesToDescendants( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOf_userInterfaceLayoutDirectionPropagatesToDescendants" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyNotifiesObserversOf_userInterfaceLayoutDirectionPropagatesToDescendants_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_automaticallyNotifiesObserversOf_userInterfaceLayoutDirectionPropagatesToDescendants_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_automaticallyNotifiesObserversOf_userInterfaceLayoutDirectionPropagatesToDescendants_call
|
|
}
|
|
|
|
char nsview_automaticallyNotifiesObserversOf_recommendedDrawableSize( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOf_recommendedDrawableSize" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyNotifiesObserversOf_recommendedDrawableSize_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_automaticallyNotifiesObserversOf_recommendedDrawableSize_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_automaticallyNotifiesObserversOf_recommendedDrawableSize_call
|
|
}
|
|
|
|
nsobject_t nsview_keyPathsForValuesAffectingFunctionRow( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingFunctionRow" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_keyPathsForValuesAffectingFunctionRow_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_keyPathsForValuesAffectingFunctionRow_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_keyPathsForValuesAffectingFunctionRow_call
|
|
}
|
|
|
|
char nsview_automaticallyNotifiesObserversOf_titlebarOverhang( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOf_titlebarOverhang" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyNotifiesObserversOf_titlebarOverhang_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_automaticallyNotifiesObserversOf_titlebarOverhang_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_automaticallyNotifiesObserversOf_titlebarOverhang_call
|
|
}
|
|
|
|
char nsview_automaticallyNotifiesObserversOfTouchBar( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfTouchBar" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyNotifiesObserversOfTouchBar_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_automaticallyNotifiesObserversOfTouchBar_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_automaticallyNotifiesObserversOfTouchBar_call
|
|
}
|
|
|
|
char nsview_automaticallyTracksDependenciesOnValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyTracksDependenciesOnValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyTracksDependenciesOnValueForKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_automaticallyTracksDependenciesOnValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_automaticallyTracksDependenciesOnValueForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_restorableStateKeyPaths( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "restorableStateKeyPaths" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_restorableStateKeyPaths_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_restorableStateKeyPaths_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_restorableStateKeyPaths_call
|
|
}
|
|
|
|
char nsview_automaticallyNotifiesObserversOfServicesRequestor( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversOfServicesRequestor" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyNotifiesObserversOfServicesRequestor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_automaticallyNotifiesObserversOfServicesRequestor_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_automaticallyNotifiesObserversOfServicesRequestor_call
|
|
}
|
|
|
|
nsobject_t nsview_defaultPlaceholderForMarker( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "defaultPlaceholderForMarker:withBinding:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_defaultPlaceholderForMarker_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_defaultPlaceholderForMarker_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsview_defaultPlaceholderForMarker_call
|
|
}
|
|
|
|
void nsview_exposeBinding( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "exposeBinding:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_exposeBinding_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_exposeBinding_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_exposeBinding_call
|
|
}
|
|
|
|
void nsview_setDefaultPlaceholder( nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setDefaultPlaceholder:forMarker:withBinding:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_setDefaultPlaceholder_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_setDefaultPlaceholder_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_setDefaultPlaceholder_call
|
|
}
|
|
|
|
char nsview_CA_automaticallyNotifiesObservers( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_automaticallyNotifiesObservers:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_CA_automaticallyNotifiesObservers_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_CA_automaticallyNotifiesObservers_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_CA_automaticallyNotifiesObservers_call
|
|
}
|
|
|
|
char nsview_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_encodesPropertyConditionally:type:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_CA_encodesPropertyConditionally_call( obj, selector, arg0, arg1 ) ((char (*)( id, SEL, unsigned int, int ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_CA_encodesPropertyConditionally_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsview_CA_encodesPropertyConditionally_call
|
|
}
|
|
|
|
nsobject_t nsview_CA_CAMLPropertyForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "CA_CAMLPropertyForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_CA_CAMLPropertyForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_CA_CAMLPropertyForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_CA_CAMLPropertyForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_bs_secureDecodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDecodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_bs_secureDecodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_bs_secureDecodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_bs_secureDecodedFromData_call
|
|
}
|
|
|
|
nsobject_t nsview_bs_secureDataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureDataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_bs_secureDataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_bs_secureDataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_bs_secureDataFromObject_call
|
|
}
|
|
|
|
nsobject_t nsview_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_secureObjectFromData:ofClass:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_bs_secureObjectFromData_call( obj, selector, arg0, arg1 ) ((nsobject_t (*)( id, SEL, nsobject_t, nsclass_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
return nsview_bs_secureObjectFromData_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsview_bs_secureObjectFromData_call
|
|
}
|
|
|
|
nsobject_t nsview_bs_dataFromObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_dataFromObject:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_bs_dataFromObject_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_bs_dataFromObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_bs_dataFromObject_call
|
|
}
|
|
|
|
nsobject_t nsview_bs_objectFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_objectFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_bs_objectFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_bs_objectFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_bs_objectFromData_call
|
|
}
|
|
|
|
nsobject_t nsview_bs_decodedFromData( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "bs_decodedFromData:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_bs_decodedFromData_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_bs_decodedFromData_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_bs_decodedFromData_call
|
|
}
|
|
|
|
void nsview_load( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "load" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_load_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_load_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_load_call
|
|
}
|
|
|
|
long long nsview_version( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "version" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_version_call( obj, selector ) ((long long (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_version_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_version_call
|
|
}
|
|
|
|
char nsview_instancesImplementSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesImplementSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_instancesImplementSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_instancesImplementSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_instancesImplementSelector_call
|
|
}
|
|
|
|
void nsview_poseAsClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "poseAsClass:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_poseAsClass_call( obj, selector, arg0 ) ((void (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_poseAsClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_poseAsClass_call
|
|
}
|
|
|
|
void nsview_setVersion( long long arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setVersion:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_setVersion_call( obj, selector, arg0 ) ((void (*)( id, SEL, long long ))objc_msgSend) ( obj, selector, arg0 )
|
|
nsview_setVersion_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_setVersion_call
|
|
}
|
|
|
|
char nsview_automaticallyNotifiesObserversForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "automaticallyNotifiesObserversForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_automaticallyNotifiesObserversForKey_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_automaticallyNotifiesObserversForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_automaticallyNotifiesObserversForKey_call
|
|
}
|
|
|
|
nsobject_t nsview_classFallbacksForKeyedArchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classFallbacksForKeyedArchiver" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_classFallbacksForKeyedArchiver_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_classFallbacksForKeyedArchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_classFallbacksForKeyedArchiver_call
|
|
}
|
|
|
|
nsclass_t nsview_classForKeyedUnarchiver( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "classForKeyedUnarchiver" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_classForKeyedUnarchiver_call( obj, selector ) ((nsclass_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_classForKeyedUnarchiver_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_classForKeyedUnarchiver_call
|
|
}
|
|
|
|
char nsview_useStoredAccessor( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "useStoredAccessor" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_useStoredAccessor_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_useStoredAccessor_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_useStoredAccessor_call
|
|
}
|
|
|
|
char nsview_accessInstanceVariablesDirectly( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "accessInstanceVariablesDirectly" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_accessInstanceVariablesDirectly_call( obj, selector ) ((char (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_accessInstanceVariablesDirectly_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_accessInstanceVariablesDirectly_call
|
|
}
|
|
|
|
objc_method_description* nsview_instanceMethodDescriptionForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodDescriptionForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_instanceMethodDescriptionForSelector_call( obj, selector, arg0 ) ((objc_method_description* (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_instanceMethodDescriptionForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_instanceMethodDescriptionForSelector_call
|
|
}
|
|
|
|
nsobject_t nsview_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "keyPathsForValuesAffectingValueForKey:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_keyPathsForValuesAffectingValueForKey_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_keyPathsForValuesAffectingValueForKey_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_keyPathsForValuesAffectingValueForKey_call
|
|
}
|
|
|
|
void nsview_setKeys( nsobject_t arg0, nsobject_t arg1 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "setKeys:triggerChangeNotificationsForDependentKey:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_setKeys_call( obj, selector, arg0, arg1 ) ((void (*)( id, SEL, nsobject_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1 )
|
|
nsview_setKeys_call( (id)internalClassObject, methodSelector, arg0, arg1 );
|
|
#undef nsview_setKeys_call
|
|
}
|
|
|
|
void nsview_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "cancelPreviousPerformRequestsWithTarget:selector:object:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_cancelPreviousPerformRequestsWithTarget_call( obj, selector, arg0, arg1, arg2 ) ((void (*)( id, SEL, nsobject_t, nsselector_t, nsobject_t ))objc_msgSend) ( obj, selector, arg0, arg1, arg2 )
|
|
nsview_cancelPreviousPerformRequestsWithTarget_call( (id)internalClassObject, methodSelector, arg0, arg1, arg2 );
|
|
#undef nsview_cancelPreviousPerformRequestsWithTarget_call
|
|
}
|
|
|
|
void nsview_flushAllKeyBindings( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushAllKeyBindings" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_flushAllKeyBindings_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_flushAllKeyBindings_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_flushAllKeyBindings_call
|
|
}
|
|
|
|
void nsview_flushClassKeyBindings( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "flushClassKeyBindings" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_flushClassKeyBindings_call( obj, selector ) ((void (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
nsview_flushClassKeyBindings_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_flushClassKeyBindings_call
|
|
}
|
|
|
|
nsobject_t nsview_SFSQLiteClassName( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "SFSQLiteClassName" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_SFSQLiteClassName_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_SFSQLiteClassName_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_SFSQLiteClassName_call
|
|
}
|
|
|
|
nsobject_t nsview_instanceMethodSignatureForSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instanceMethodSignatureForSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_instanceMethodSignatureForSelector_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_instanceMethodSignatureForSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_instanceMethodSignatureForSelector_call
|
|
}
|
|
|
|
nsobject_t nsview_copyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "copyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_copyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_copyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_copyWithZone_call
|
|
}
|
|
|
|
nsobject_t nsview_allocWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "allocWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_allocWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_allocWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_allocWithZone_call
|
|
}
|
|
|
|
char nsview_resolveInstanceMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveInstanceMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_resolveInstanceMethod_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_resolveInstanceMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_resolveInstanceMethod_call
|
|
}
|
|
|
|
char nsview_resolveClassMethod( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "resolveClassMethod:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_resolveClassMethod_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_resolveClassMethod_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_resolveClassMethod_call
|
|
}
|
|
|
|
nsview_t nsview_alloc( )
|
|
{
|
|
SEL methodSelector = sel_registerName( "alloc" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_alloc_call( obj, selector ) ((nsobject_t (*)( id, SEL ))objc_msgSend) ( obj, selector )
|
|
return nsview_alloc_call( (id)internalClassObject, methodSelector );
|
|
#undef nsview_alloc_call
|
|
}
|
|
|
|
nsobject_t nsview_mutableCopyWithZone( _NSZone* arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "mutableCopyWithZone:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_mutableCopyWithZone_call( obj, selector, arg0 ) ((nsobject_t (*)( id, SEL, _NSZone* ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_mutableCopyWithZone_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_mutableCopyWithZone_call
|
|
}
|
|
|
|
char nsview_isSubclassOfClass( nsclass_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isSubclassOfClass:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_isSubclassOfClass_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsclass_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isSubclassOfClass_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_isSubclassOfClass_call
|
|
}
|
|
|
|
char nsview_isAncestorOfObject( nsobject_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "isAncestorOfObject:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_isAncestorOfObject_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsobject_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_isAncestorOfObject_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_isAncestorOfObject_call
|
|
}
|
|
|
|
char nsview_instancesRespondToSelector( nsselector_t arg0 )
|
|
{
|
|
SEL methodSelector = sel_registerName( "instancesRespondToSelector:" );
|
|
Class internalClassObject = objc_getClass( "NSView" );
|
|
#define nsview_instancesRespondToSelector_call( obj, selector, arg0 ) ((char (*)( id, SEL, nsselector_t ))objc_msgSend) ( obj, selector, arg0 )
|
|
return nsview_instancesRespondToSelector_call( (id)internalClassObject, methodSelector, arg0 );
|
|
#undef nsview_instancesRespondToSelector_call
|
|
}
|
|
|