API  1.0.0
CPOutlineView.h
Go to the documentation of this file.
1 
3 {
4  id <CPOutlineViewDataSource> _outlineViewDataSource;
5  id <CPOutlineViewDelegate> _outlineViewDelegate;
6  CPTableColumn _outlineTableColumn;
7 
8  float _indentationPerLevel;
9  BOOL _indentationMarkerFollowsDataView;
10 
11  CPInteger _implementedOutlineViewDataSourceMethods;
12  CPInteger _implementedOutlineViewDelegateMethods;
13 
14  Object _rootItemInfo;
15  CPMutableArray _itemsForRows;
16  Object _itemInfosForItems;
17 
18  CPControl _disclosureControlPrototype;
19  CPArray _disclosureControlsForRows;
20  CPData _disclosureControlData;
21  CPArray _disclosureControlQueue;
22 
23  BOOL _shouldRetargetItem;
24  id _retargetedItem;
25 
26  BOOL _shouldRetargetChildIndex;
27  CPInteger _retargedChildIndex;
28  CPTimer _dragHoverTimer;
29  id _dropItem;
30 
31  BOOL _coalesceSelectionNotificationState;
32 
33  CPArray _pendingItemToClean;
34  CPArray _itemAddedDuringLastLoading;
35 }
36 @end
A Cappuccino wrapper for any data type.
Definition: CPData.h:2
A timer object that can send a message after the given time interval.
Definition: CPTimer.h:2