Up

NSTrackingArea class documentation

Authors

Generated by Gregory John Casamento,,,

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

Software documentation for the NSTrackingArea class

NSTrackingArea : NSObject

Declared in:
AppKit/NSTrackingArea.h
Conforms to:
NSCoding
NSCopying
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

initWithRect: options: owner: userInfo: 

- (id) initWithRect: (NSRect)rect options: (NSTrackingAreaOptions)options owner: (id)owner userInfo: (NSDictionary*)userInfo;
Availability: OpenStep

Description forthcoming.

options 

- (NSTrackingAreaOptions) options;
Availability: OpenStep

Description forthcoming.

owner 

- (id) owner;
Availability: OpenStep

Description forthcoming.

rect 

- (NSRect) rect;
Availability: OpenStep

Description forthcoming.

userInfo 

- (NSDictionary*) userInfo;
Availability: OpenStep

Description forthcoming.



Instance Variables for NSTrackingArea Class

_options

@protected NSTrackingAreaOptions _options;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_trackingRect

@protected GSTrackingRect* _trackingRect;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_userInfo

@protected NSDictionary* _userInfo;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up