|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSPoint.ByValue | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.appkit.categories | |
org.rococoa.cocoa.foundation | |
org.rococoa.cocoa.foundation.categories |
Uses of NSPoint.ByValue in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSPoint.ByValue | |
---|---|
abstract NSPoint.ByValue |
NSRulerMarker.imageOrigin()
Original signature : -(NSPoint)imageOrigin native declaration : NSRulerMarker.h:52 |
abstract NSPoint.ByValue |
NSLayoutManager.locationForGlyphAtIndex(NSUInteger glyphIndex)
Original signature : -(NSPoint)locationForGlyphAtIndex:(NSUInteger) native declaration : NSLayoutManager.h:432 |
abstract NSPoint.ByValue |
NSEvent.locationInWindow()
-locationInWindow is valid for all mouse-related events Original signature : -(NSPoint)locationInWindow native declaration : NSEvent.h:244 |
static NSPoint.ByValue |
NSEvent.mouseLocation()
global mouse coordinates Original signature : +(NSPoint)mouseLocation native declaration : NSEvent.h:363 |
abstract NSPoint.ByValue |
NSEvent._class_.mouseLocation()
global mouse coordinates Original signature : +(NSPoint)mouseLocation native declaration : NSEvent.h:363 |
abstract NSPoint.ByValue |
NSEvent.tilt()
range is -1 to 1 for both axes Original signature : -(NSPoint)tilt native declaration : NSEvent.h:320 |
Methods in org.rococoa.cocoa.appkit with parameters of type NSPoint.ByValue | |
---|---|
abstract NSUInteger |
NSLayoutManager.characterIndexForPoint_inTextContainer_fractionOfDistanceBetweenInsertionPoints(NSPoint.ByValue point,
NSTextContainer container,
CGFloatByReference partialFraction)
Original signature : -(NSUInteger)characterIndexForPoint:(NSPoint) inTextContainer:(NSTextContainer*) fractionOfDistanceBetweenInsertionPoints:(CGFloat*) native declaration : NSLayoutManager.h:493 |
static NSRulerMarker |
NSRulerMarker.createWithRulerView_markerLocation_image_imageOrigin(NSRulerView ruler,
org.rococoa.cocoa.CGFloat location,
NSImage image,
NSPoint.ByValue imageOrigin)
Factory method |
static NSEvent |
NSEvent.enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(int type,
NSPoint.ByValue location,
NSUInteger flags,
double time,
NSInteger wNum,
NSGraphicsContext context,
NSInteger eNum,
NSInteger tNum,
Pointer data)
Original signature : +(NSEvent*)enterExitEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) trackingNumber:(NSInteger) userData:(void*) native declaration : NSEvent.h:359 |
abstract NSEvent |
NSEvent._class_.enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(int type,
NSPoint.ByValue location,
NSUInteger flags,
double time,
NSInteger wNum,
NSGraphicsContext context,
NSInteger eNum,
NSInteger tNum,
Pointer data)
Original signature : +(NSEvent*)enterExitEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) trackingNumber:(NSInteger) userData:(void*) native declaration : NSEvent.h:359 |
abstract org.rococoa.cocoa.CGFloat |
NSLayoutManager.fractionOfDistanceThroughGlyphForPoint_inTextContainer(NSPoint.ByValue point,
NSTextContainer container)
Original signature : -(CGFloat)fractionOfDistanceThroughGlyphForPoint:(NSPoint) inTextContainer:(NSTextContainer*) native declaration : NSLayoutManager.h:489 |
abstract NSUInteger |
NSLayoutManager.glyphIndexForPoint_inTextContainer_fractionOfDistanceThroughGlyph(NSPoint.ByValue point,
NSTextContainer container,
CGFloatByReference partialFraction)
Original signature : -(NSUInteger)glyphIndexForPoint:(NSPoint) inTextContainer:(NSTextContainer*) fractionOfDistanceThroughGlyph:(CGFloat*) native declaration : NSLayoutManager.h:487 |
abstract NSUInteger |
NSLayoutManager.glyphIndexForPoint_inTextContainer(NSPoint.ByValue point,
NSTextContainer container)
Original signature : -(NSUInteger)glyphIndexForPoint:(NSPoint) inTextContainer:(NSTextContainer*) native declaration : NSLayoutManager.h:488 |
abstract NSRulerMarker |
NSRulerMarker.initWithRulerView_markerLocation_image_imageOrigin(NSRulerView ruler,
org.rococoa.cocoa.CGFloat location,
NSImage image,
NSPoint.ByValue imageOrigin)
Original signature : -(id)initWithRulerView:(NSRulerView*) markerLocation:(CGFloat) image:(NSImage*) imageOrigin:(NSPoint) native declaration : NSRulerMarker.h:34 |
static NSEvent |
NSEvent.keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(int type,
NSPoint.ByValue location,
NSUInteger flags,
double time,
NSInteger wNum,
NSGraphicsContext context,
NSString keys,
NSString ukeys,
boolean flag,
short code)
Original signature : +(NSEvent*)keyEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) characters:(NSString*) charactersIgnoringModifiers:(NSString*) isARepeat:(BOOL) keyCode:(unsigned short) native declaration : NSEvent.h:358 |
abstract NSEvent |
NSEvent._class_.keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(int type,
NSPoint.ByValue location,
NSUInteger flags,
double time,
NSInteger wNum,
NSGraphicsContext context,
NSString keys,
NSString ukeys,
boolean flag,
short code)
Original signature : +(NSEvent*)keyEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) characters:(NSString*) charactersIgnoringModifiers:(NSString*) isARepeat:(BOOL) keyCode:(unsigned short) native declaration : NSEvent.h:358 |
static NSEvent |
NSEvent.mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(int type,
NSPoint.ByValue location,
NSUInteger flags,
double time,
NSInteger wNum,
NSGraphicsContext context,
NSInteger eNum,
NSInteger cNum,
float pressure)
apps will rarely create these objects Original signature : +(NSEvent*)mouseEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) clickCount:(NSInteger) pressure:(float) native declaration : NSEvent.h:357 |
abstract NSEvent |
NSEvent._class_.mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(int type,
NSPoint.ByValue location,
NSUInteger flags,
double time,
NSInteger wNum,
NSGraphicsContext context,
NSInteger eNum,
NSInteger cNum,
float pressure)
apps will rarely create these objects Original signature : +(NSEvent*)mouseEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) clickCount:(NSInteger) pressure:(float) native declaration : NSEvent.h:357 |
void |
AppKitLibrary.NSCopyBits(NSInteger srcGState,
NSRect.ByValue srcRect,
NSPoint.ByValue destPoint)
Original signature : void NSCopyBits(NSInteger, NSRect, NSPoint) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:161 |
NSColor |
AppKitLibrary.NSReadPixel(NSPoint.ByValue passedPoint)
Original signature : NSColor* NSReadPixel(NSPoint) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:159 |
void |
AppKitLibrary.NSShowAnimationEffect(int animationEffect,
NSPoint.ByValue centerLocation,
NSSize.ByValue size,
ObjCObject animationDelegate,
Selector didEndSelector,
Pointer contextInfo)
Original signature : void NSShowAnimationEffect(NSAnimationEffect, NSPoint, NSSize, id, SEL, void*) native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:211 |
static NSEvent |
NSEvent.otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(int type,
NSPoint.ByValue location,
NSUInteger flags,
double time,
NSInteger wNum,
NSGraphicsContext context,
short subtype,
NSInteger d1,
NSInteger d2)
Original signature : +(NSEvent*)otherEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) subtype:(short) data1:(NSInteger) data2:(NSInteger) native declaration : NSEvent.h:360 |
abstract NSEvent |
NSEvent._class_.otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(int type,
NSPoint.ByValue location,
NSUInteger flags,
double time,
NSInteger wNum,
NSGraphicsContext context,
short subtype,
NSInteger d1,
NSInteger d2)
Original signature : +(NSEvent*)otherEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) subtype:(short) data1:(NSInteger) data2:(NSInteger) native declaration : NSEvent.h:360 |
abstract void |
NSRulerMarker.setImageOrigin(NSPoint.ByValue imageOrigin)
Original signature : -(void)setImageOrigin:(NSPoint) native declaration : NSRulerMarker.h:51 |
abstract void |
NSLayoutManager.setLocation_forStartOfGlyphRange(NSPoint.ByValue location,
NSRange.ByValue glyphRange)
Original signature : -(void)setLocation:(NSPoint) forStartOfGlyphRange:(NSRange) native declaration : NSLayoutManager.h:380 |
Uses of NSPoint.ByValue in org.rococoa.cocoa.appkit.categories |
---|
Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSPoint.ByValue | |
---|---|
void |
NSTextViewSupport.drawBackgroundForGlyphRange_atPoint(NSRange.ByValue glyphsToShow,
NSPoint.ByValue origin)
Original signature : -(void)drawBackgroundForGlyphRange:(NSRange) atPoint:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:555 |
void |
NSTextViewSupport.drawGlyphsForGlyphRange_atPoint(NSRange.ByValue glyphsToShow,
NSPoint.ByValue origin)
Original signature : -(void)drawGlyphsForGlyphRange:(NSRange) atPoint:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:556 |
void |
NSTextViewSupport.drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger strikethroughVal,
org.rococoa.cocoa.CGFloat baselineOffset,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)drawStrikethroughForGlyphRange:(NSRange) strikethroughType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:575 |
void |
NSTextViewSupport.drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger underlineVal,
org.rococoa.cocoa.CGFloat baselineOffset,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)drawUnderlineForGlyphRange:(NSRange) underlineType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:570 |
void |
NSTextViewSupport.strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger strikethroughVal,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)strikethroughGlyphRange:(NSRange) strikethroughType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:576 |
void |
NSTextViewSupport.underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger underlineVal,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)underlineGlyphRange:(NSRange) underlineType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:571 |
Uses of NSPoint.ByValue in org.rococoa.cocoa.foundation |
---|
Fields in org.rococoa.cocoa.foundation with type parameters of type NSPoint.ByValue | |
---|---|
static GlobalStruct<NSPoint.ByValue> |
FoundationLibrary.NSZeroPoint
|
Methods in org.rococoa.cocoa.foundation that return NSPoint.ByValue | |
---|---|
NSPoint.ByValue |
FoundationLibrary.NSPointFromString(NSString aString)
Original signature : NSPoint NSPointFromString(NSString*) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:190 |
Methods in org.rococoa.cocoa.foundation with parameters of type NSPoint.ByValue | |
---|---|
boolean |
FoundationLibrary.NSEqualPoints(NSPoint.ByValue aPoint,
NSPoint.ByValue bPoint)
Original signature : BOOL NSEqualPoints(NSPoint, NSPoint) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:171 |
boolean |
FoundationLibrary.NSMouseInRect(NSPoint.ByValue aPoint,
NSRect.ByValue aRect,
boolean flipped)
Original signature : BOOL NSMouseInRect(NSPoint, NSRect, BOOL) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:183 |
boolean |
FoundationLibrary.NSPointInRect(NSPoint.ByValue aPoint,
NSRect.ByValue aRect)
Original signature : BOOL NSPointInRect(NSPoint, NSRect) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:182 |
NSString |
FoundationLibrary.NSStringFromPoint(NSPoint.ByValue aPoint)
Original signature : NSString* NSStringFromPoint(NSPoint) native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:187 |
Uses of NSPoint.ByValue in org.rococoa.cocoa.foundation.categories |
---|
Methods in org.rococoa.cocoa.foundation.categories that return NSPoint.ByValue | |
---|---|
NSPoint.ByValue |
NSGeometryCoding.decodePoint()
Original signature : -(NSPoint)decodePoint from NSGeometryCoding native declaration : NSGeometry.h:209 |
NSPoint.ByValue |
NSGeometryKeyedCoding.decodePointForKey(NSString key)
Original signature : -(NSPoint)decodePointForKey:(NSString*) from NSGeometryKeyedCoding native declaration : NSGeometry.h:225 |
NSPoint.ByValue |
NSValueGeometryExtensions.pointValue()
Original signature : -(NSPoint)pointValue from NSValueGeometryExtensions native declaration : NSGeometry.h:200 |
Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSPoint.ByValue | |
---|---|
void |
NSGeometryKeyedCoding.encodePoint_forKey(NSPoint.ByValue point,
NSString key)
Original signature : -(void)encodePoint:(NSPoint) forKey:(NSString*) from NSGeometryKeyedCoding native declaration : NSGeometry.h:221 |
void |
NSGeometryCoding.encodePoint(NSPoint.ByValue point)
Original signature : -(void)encodePoint:(NSPoint) from NSGeometryCoding native declaration : NSGeometry.h:208 |
NSValue |
NSValueGeometryExtensions._static_.valueWithPoint(NSPoint.ByValue point)
Original signature : +(NSValue*)valueWithPoint:(NSPoint) from NSValueGeometryExtensions native declaration : NSGeometry.h:196 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |