#import <CPTableHeaderView.h>
Class Methods | |
(CPString) | + defaultThemeClass |
(CPDictionary) | + themeAttributes |
![]() | |
(CPMenu) | + defaultMenu |
(void) | + initialize |
(BOOL) | + isHighDPIDrawingEnabled |
(CPSet) | + keyPathsForValuesAffectingBounds |
(CPSet) | + keyPathsForValuesAffectingFrame |
(void) | + setHighDPIDrawingEnabled: |
Definition at line 2 of file CPTableHeaderView.h.
|
implementation |
Definition at line 333 of file CPTableHeaderView.j.
|
implementation |
Reimplemented from CPView.
Definition at line 265 of file CPTableHeaderView.j.
|
implementation |
Definition at line 310 of file CPTableHeaderView.j.
|
implementation |
Definition at line 315 of file CPTableHeaderView.j.
|
implementation |
Archives the view to a coder.
aCoder | the object into which the view's data will be archived. |
Reimplemented from CPView.
Provided by category CPTableHeaderView(CPCoding).
Definition at line 815 of file CPTableHeaderView.j.
|
implementation |
Definition at line 338 of file CPTableHeaderView.j.
|
implementation |
Initializes the view from an archive.
aCoder | the coder from which to initialize |
Reimplemented from CPView.
Provided by category CPTableHeaderView(CPCoding).
Definition at line 804 of file CPTableHeaderView.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPView.
Definition at line 298 of file CPTableHeaderView.j.
|
implementation |
Provided by category CPTableHeaderView(CPTableHeaderViewPrivate).
Definition at line 588 of file CPTableHeaderView.j.
|
implementation |
Reimplemented from CPView.
Definition at line 358 of file CPTableHeaderView.j.
|
implementation |
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 378 of file CPTableHeaderView.j.
|
implementation |
Notifies the receiver that the user has initiated a drag over it. A drag is a mouse movement while the left button is down.
anEvent | contains information about the drag |
Reimplemented from CPResponder.
Definition at line 399 of file CPTableHeaderView.j.
|
implementation |
Reimplemented from CPResponder.
Definition at line 454 of file CPTableHeaderView.j.
|
implementation |
Notifies the receiver that the mouse exited the receiver's area.
anEvent | contains information about the exit |
Reimplemented from CPResponder.
Definition at line 471 of file CPTableHeaderView.j.
|
implementation |
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 466 of file CPTableHeaderView.j.
|
implementation |
Notifies the receiver that the user has released the left mouse button.
anEvent | contains information about the release |
Reimplemented from CPResponder.
Definition at line 430 of file CPTableHeaderView.j.
|
implementation |
Definition at line 323 of file CPTableHeaderView.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTableHeaderView(CPSynthesizedAccessors).
Definition at line 836 of file CPTableHeaderView.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTableHeaderView(CPSynthesizedAccessors).
Definition at line 828 of file CPTableHeaderView.j.
|
implementation |
Reimplemented from CPView.
Definition at line 270 of file CPTableHeaderView.j.
|
implementation |
Called when the receiver has been moved to a new CPWindow.
Reimplemented from CPView.
Definition at line 351 of file CPTableHeaderView.j.