Up

NSGestureRecognizer class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2024-11-13 12:52:37 -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

class_NSGestureRecognizer NSObject NSObject NSGestureRecognizer NSGestureRecognizer NSObject->NSGestureRecognizer
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
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Up