API  1.0.0
CPTableHeaderView.h
Go to the documentation of this file.
1 
3 {
4  CGPoint _mouseDownLocation;
5  CGPoint _columnMouseDownLocation;
6  CGPoint _mouseEnterExitLocation;
7  CGPoint _previousTrackingLocation;
8 
9  int _activeColumn;
10  int _pressedColumn;
11 
12  BOOL _isResizing;
13  BOOL _isDragging;
14  BOOL _canDragColumn;
15 
16  CPView _columnDragView;
17  CPView _columnDragHeaderView;
18  CPView _columnDragClipView;
19 
20  float _columnOldWidth;
21 
22  CPTableView _tableView // @accessors(property=tableView);
23 }
24 @end
Definition: CPView.j:137