API
0.9.8
All
Classes
Files
Functions
Variables
Typedefs
Macros
Groups
Pages
CPTableHeaderView.h
Go to the documentation of this file.
1
2
@interface
CPTableHeaderView
:
CPView
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
AppKit
CPTableHeaderView.h
Generated on Sun Mar 29 2015 14:04:31 for API by
1.8.4