API  1.0.0
CPTrackingArea Class Reference

#import <CPTrackingArea.h>

+ Inheritance diagram for CPTrackingArea:

Instance Methods

(void) - encodeWithCoder:
 
(unsigned) - implementedOwnerMethods
 
(id) - initWithCoder:
 
(CPTrackingArea- initWithRect:options:owner:userInfo:
 
(CPTrackingAreaOptions) - options
 
(id) - owner
 
(CGRect) - rect
 
(void) - setView:
 
(CPDictionary- userInfo
 
(CPView- view
 
(CGRect) - windowRect
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(id) - init
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Additional Inherited Members

- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

A CPTrackingArea defines a region of view that generates mouse-tracking and cursor-update events when the mouse is over that region.

Definition at line 2 of file CPTrackingArea.h.

Method Documentation

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Provided by category CPTrackingArea(CPCoding).

Definition at line 152 of file CPTrackingArea.j.

◆ implementedOwnerMethods()

- (unsigned) implementedOwnerMethods
implementation

Synthesized accessor method.

Provided by category CPTrackingArea(CPSynthesizedAccessors).

Definition at line 225 of file CPTrackingArea.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Provided by category CPTrackingArea(CPCoding).

Definition at line 137 of file CPTrackingArea.j.

◆ initWithRect:options:owner:userInfo:()

- (CPTrackingArea) initWithRect: (CGRect)  aRect
options: (CPTrackingAreaOptions)  options
owner: (id)  owner
userInfo: (CPDictionary userInfo 
implementation

Initializes and returns an object defining a region of a view to receive mouse-tracking events, mouse-moved events, cursor-update events, or possibly all these events.

Definition at line 77 of file CPTrackingArea.j.

◆ options()

- (CPTrackingAreaOptions) options
implementation

Synthesized accessor method.

Provided by category CPTrackingArea(CPSynthesizedAccessors).

Definition at line 177 of file CPTrackingArea.j.

◆ owner()

- (id) owner
implementation

Synthesized accessor method.

Provided by category CPTrackingArea(CPSynthesizedAccessors).

Definition at line 185 of file CPTrackingArea.j.

◆ rect()

- (CGRect) rect
implementation

Synthesized accessor method.

Provided by category CPTrackingArea(CPSynthesizedAccessors).

Definition at line 169 of file CPTrackingArea.j.

◆ setView:()

- (void) setView: (CPView aValue
implementation

Synthesized accessor method.

Provided by category CPTrackingArea(CPSynthesizedAccessors).

Definition at line 209 of file CPTrackingArea.j.

◆ userInfo()

- (CPDictionary) userInfo
implementation

Synthesized accessor method.

Provided by category CPTrackingArea(CPSynthesizedAccessors).

Definition at line 193 of file CPTrackingArea.j.

◆ view()

- (CPView) view
implementation

Synthesized accessor method.

Provided by category CPTrackingArea(CPSynthesizedAccessors).

Definition at line 201 of file CPTrackingArea.j.

◆ windowRect()

- (CGRect) windowRect
implementation

Synthesized accessor method.

Provided by category CPTrackingArea(CPSynthesizedAccessors).

Definition at line 217 of file CPTrackingArea.j.


The documentation for this class was generated from the following files: