![]() |
API 0.9.5
|
#import <CPTableHeaderView.h>
Inheritance diagram for CPTableHeaderView:Instance Methods | |
| (int) | - columnAtPoint: |
| (void) | - continueResizingTableColumn:at: |
| (BOOL) | - continueTrackingTableColumn:at: |
| (void) | - draggedView:beganAt: |
| (void) | - draggedView:endedAt:operation: |
| (void) | - draggedView:movedTo: |
| (void) | - drawRect: |
| (BOOL) | - drawsColumnLines |
| (void) | - encodeWithCoder: |
| (CGRect) | - headerRectOfColumn: |
| (id) | - initWithCoder: |
| (id) | - initWithFrame: |
| (void) | - layoutSubviews |
| (void) | - mouseDown: |
| (void) | - mouseEntered: |
| (void) | - mouseExited: |
| (void) | - mouseMoved: |
| (void) | - setDrawsColumnLines: |
| (void) | - setTableView: |
| (BOOL) | - shouldResizeTableColumn:at: |
| (void) | - startResizingTableColumn:at: |
| (void) | - startTrackingTableColumn:at: |
| (void) | - stopResizingTableColumn:at: |
| (void) | - stopTrackingTableColumn:at: |
| (CPTableView) | - tableView |
| (void) | - trackMouse: |
Class Methods | |
| (CPString) | + defaultThemeClass |
| (id) | + themeAttributes |
Definition at line 2 of file CPTableHeaderView.h.
| - (int) columnAtPoint: | (CGPoint) | aPoint |
Definition at line 204 of file CPTableHeaderView.j.
| - (void) continueResizingTableColumn: | (int) | aColumnIndex | |
| at: | (CGPoint) | aPoint | |
Definition at line 508 of file CPTableHeaderView.j.
| - (BOOL) continueTrackingTableColumn: | (int) | aColumnIndex | |
| at: | (CGPoint) | aPoint | |
Definition at line 341 of file CPTableHeaderView.j.
| + (CPString) defaultThemeClass |
Reimplemented from CPView.
Definition at line 166 of file CPTableHeaderView.j.
| - (void) draggedView: | (CPView) | aView | |
| beganAt: | (CGPoint) | aPoint | |
Definition at line 429 of file CPTableHeaderView.j.
| - (void) draggedView: | (CPImage) | aView | |
| endedAt: | (CGPoint) | aLocation | |
| operation: | (CPDragOperation) | anOperation | |
Definition at line 475 of file CPTableHeaderView.j.
| - (void) draggedView: | (CPView) | aView | |
| movedTo: | (CGPoint) | aPoint | |
Definition at line 441 of file CPTableHeaderView.j.
| - (void) drawRect: | (CGRect) | aRect |
Definition at line 610 of file CPTableHeaderView.j.
| - (BOOL) drawsColumnLines |
Definition at line 225 of file CPTableHeaderView.j.
| - (void) encodeWithCoder: | (CPCoder) | aCoder |
Archives the view to a coder.
| aCoder | the object into which the view's data will be archived. |
Reimplemented from CPView.
Definition at line 681 of file CPTableHeaderView.j.
| - (CGRect) headerRectOfColumn: | (int) | aColumnIndex |
Definition at line 209 of file CPTableHeaderView.j.
| - (id) initWithCoder: | (CPCoder) | aCoder |
Initializes the view from an archive.
| aCoder | the coder from which to initialize |
Reimplemented from CPView.
Definition at line 661 of file CPTableHeaderView.j.
| - (id) initWithFrame: | (CGRect) | aFrame |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPView.
Definition at line 194 of file CPTableHeaderView.j.
| - (void) layoutSubviews |
Reimplemented from CPView.
Definition at line 583 of file CPTableHeaderView.j.
| - (void) mouseDown: | (CPEvent) | anEvent |
Notifies the receiver that the user has clicked the mouse down in its area.
| anEvent | contains information about the click |
Reimplemented from CPView.
Definition at line 260 of file CPTableHeaderView.j.
| - (void) mouseEntered: | (CPEvent) | theEvent |
Reimplemented from CPResponder.
Definition at line 567 of file CPTableHeaderView.j.
| - (void) mouseExited: | (CPEvent) | anEvent |
Notifies the receiver that the mouse exited the receiver's area.
| anEvent | contains information about the exit |
Reimplemented from CPResponder.
Definition at line 577 of file CPTableHeaderView.j.
| - (void) mouseMoved: | (CPEvent) | anEvent |
Notifies the receiver that the user has moved the mouse (with no buttons down).
| anEvent | contains information about the movement |
Reimplemented from CPResponder.
Definition at line 572 of file CPTableHeaderView.j.
| - (void) setDrawsColumnLines: | (BOOL) | aFlag |
Definition at line 220 of file CPTableHeaderView.j.
| - (void) setTableView: | (CPTableView) | aValue |
Synthesized accessor method.
Definition at line 703 of file CPTableHeaderView.j.
| - (BOOL) shouldResizeTableColumn: | (int) | aColumnIndex | |
| at: | (CGPoint) | aPoint | |
Definition at line 487 of file CPTableHeaderView.j.
| - (void) startResizingTableColumn: | (int) | aColumnIndex | |
| at: | (CGPoint) | aPoint | |
Definition at line 498 of file CPTableHeaderView.j.
| - (void) startTrackingTableColumn: | (int) | aColumnIndex | |
| at: | (CGPoint) | aPoint | |
Definition at line 336 of file CPTableHeaderView.j.
| - (void) stopResizingTableColumn: | (int) | aColumnIndex | |
| at: | (CGPoint) | aPoint | |
Definition at line 528 of file CPTableHeaderView.j.
| - (void) stopTrackingTableColumn: | (int) | aColumnIndex | |
| at: | (CGPoint) | aPoint | |
Definition at line 368 of file CPTableHeaderView.j.
| - (CPTableView) tableView |
Synthesized accessor method.
Definition at line 695 of file CPTableHeaderView.j.
| + (id) themeAttributes |
Reimplemented from CPView.
Definition at line 171 of file CPTableHeaderView.j.
| - (void) trackMouse: | (CPEvent) | theEvent |
Definition at line 265 of file CPTableHeaderView.j.