API  1.0.0
CPObjectController.h
Go to the documentation of this file.
1 
3 {
4  id _contentObject;
5  id _selection;
6 
7  Class _objectClass;
8  CPString _objectClassName;
9 
10  BOOL _isEditable;
11  BOOL _automaticallyPreparesContent;
12  BOOL _usesLazyFetching // @accessors(getter=usesLazyFetching, setter=setUsesLazyFetching:);
13  BOOL _isUsingManagedProxy;
14  _CPManagedProxy _managedProxy;
15 
16  CPCountedSet _observedKeys;
17 }
18 @end
An immutable string (collection of characters).
Definition: CPString.h:2
An mutable collection which may contain a specific object numerous times.
Definition: CPCountedSet.h:2