API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPTableHeaderView.h
Go to the documentation of this file.
1 
3 {
4  CGPoint _mouseDownLocation;
5  CGPoint _previousTrackingLocation;
6  int _activeColumn;
7  int _pressedColumn;
8  int _lastDragDestinationColumnIndex;
9 
10  BOOL _isResizing;
11  BOOL _isDragging;
12  BOOL _isTrackingColumn;
13  BOOL _drawsColumnLines;
14 
15  float _columnOldWidth;
16 
17  CPTableView _tableView // @accessors(property=tableView);
18 }
19 @end