API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
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 
13  CPCountedSet _observedKeys;
14 }
15 @end