Up

NSGestureRecognizer class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500


Contents -

  1. Software documentation for the NSGestureRecognizer class
  2. Software documentation for the NSObject(NSGestureRecognizerDelegate) informal protocol
  3. Software documentation for the NSGestureRecognizerDelegate protocol

Software documentation for the NSGestureRecognizer class

NSGestureRecognizer : NSObject

Declared in:
AppKit/NSGestureRecognizer.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

locationInView: 

- (NSPoint) locationInView: (NSView*)view;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Software documentation for the NSObject(NSGestureRecognizerDelegate) informal protocol

NSObject(NSGestureRecognizerDelegate)

Declared in:
AppKit/NSGestureRecognizer.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

gestureRecognizer: shouldAttemptToRecognizeWithEvent: 

- (BOOL) gestureRecognizer: (NSGestureRecognizer*)gestureRecognizer shouldAttemptToRecognizeWithEvent: (NSEvent*)event;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

gestureRecognizer: shouldBeRequiredToFailByGestureRecognizer: 

- (BOOL) gestureRecognizer: (NSGestureRecognizer*)gestureRecognizer shouldBeRequiredToFailByGestureRecognizer: (NSGestureRecognizer*)otherGestureRecognizer;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

gestureRecognizer: shouldRecognizeSimultaneouslyWithGestureRecognizer: 

- (BOOL) gestureRecognizer: (NSGestureRecognizer*)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer: (NSGestureRecognizer*)otherGestureRecognizer;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

gestureRecognizer: shouldRequireFailureOfGestureRecognizer: 

- (BOOL) gestureRecognizer: (NSGestureRecognizer*)gestureRecognizer shouldRequireFailureOfGestureRecognizer: (NSGestureRecognizer*)otherGestureRecognizer;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

gestureRecognizerShouldBegin: 

- (BOOL) gestureRecognizerShouldBegin: (NSGestureRecognizer*)gestureRecognizer;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Software documentation for the NSGestureRecognizerDelegate protocol

NSGestureRecognizerDelegate

Declared in:
AppKit/NSGestureRecognizer.h
Conforms to:
NSObject
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Up