![]() |
API 0.9.5
|
00001 00002 @interface CPOutlineView : CPTableView 00003 { 00004 id _outlineViewDataSource; 00005 id _outlineViewDelegate; 00006 CPTableColumn _outlineTableColumn; 00007 00008 float _indentationPerLevel; 00009 BOOL _indentationMarkerFollowsDataView; 00010 00011 CPInteger _implementedOutlineViewDataSourceMethods; 00012 CPInteger _implementedOutlineViewDelegateMethods; 00013 00014 Object _rootItemInfo; 00015 CPMutableArray _itemsForRows; 00016 Object _itemInfosForItems; 00017 00018 CPControl _disclosureControlPrototype; 00019 CPArray _disclosureControlsForRows; 00020 CPData _disclosureControlData; 00021 CPArray _disclosureControlQueue; 00022 00023 BOOL _shouldRetargetItem; 00024 id _retargetedItem; 00025 00026 BOOL _shouldRetargetChildIndex; 00027 CPInteger _retargedChildIndex; 00028 CPTimer _dragHoverTimer; 00029 id _dropItem; 00030 00031 BOOL _coalesceSelectionNotificationState; 00032 } 00033 @end