API  1.0.0
CPTrackingArea.h
Go to the documentation of this file.
1 
2 @interface CPTrackingArea : CPObject
3 {
4  CGRect _viewRect // @accessors(getter=rect);
5  CPTrackingAreaOptions _options // @accessors(getter=options);
6  id _owner // @accessors(getter=owner);
7  CPDictionary _userInfo // @accessors(getter=userInfo);
8 
9  CPView _referencingView // @accessors(property=view);
10  CGRect _windowRect // @accessors(getter=windowRect);
11 
12  unsigned _implementedOwnerMethods // @accessors(getter=implementedOwnerMethods);
13 }
14 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2
Definition: CPView.j:137