API 0.9.5
AppKit/CPControllerSelectionProxy.h
Go to the documentation of this file.
00001 
00002 @interface CPControllerSelectionProxy : CPObject
00003 {
00004     id                  _controller;
00005     id                  _keys;
00006 
00007     CPDictionary        _cachedValues;
00008     CPArray             _observationProxies;
00009 
00010     Object              _observedObjectsByKeyPath;
00011 }
00012 @end
 All Classes Files Functions Variables Defines