#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 335 of file CPTableHeaderView.j.
|
implementation |
Provided by category CPTableHeaderView(CPTrackingArea).
Definition at line 473 of file CPTableHeaderView.j.
|
implementation |
Definition at line 265 of file CPTableHeaderView.j.
|
implementation |
Definition at line 312 of file CPTableHeaderView.j.
|
implementation |
Definition at line 317 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 806 of file CPTableHeaderView.j.
|
implementation |
Definition at line 340 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 795 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 582 of file CPTableHeaderView.j.
|
implementation |
Reimplemented from CPView.
Definition at line 360 of file CPTableHeaderView.j.
|
implementation |
Reimplemented from CPView.
Definition at line 380 of file CPTableHeaderView.j.
|
implementation |
Definition at line 401 of file CPTableHeaderView.j.
|
implementation |
Definition at line 432 of file CPTableHeaderView.j.
|
implementation |
Definition at line 325 of file CPTableHeaderView.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTableHeaderView(CPSynthesizedAccessors).
Definition at line 827 of file CPTableHeaderView.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTableHeaderView(CPSynthesizedAccessors).
Definition at line 819 of file CPTableHeaderView.j.
|
implementation |
Definition at line 270 of file CPTableHeaderView.j.
|
implementation |
Invoked automatically when the view’s geometry changes such that its tracking areas need to be recalculated.
You should override this method to remove out of date tracking areas and add recomputed tracking areas;
Cocoa calls this on every view, whereas they have tracking area(s) or not. Cappuccino behaves differently :
Please note that it is the owner of a tracking area who is called for updateTrackingAreas. But, if a view without any tracking area is inserted in the view hierarchy (that is, in a window), the view is called for updateTrackingAreas. This enables you to use updateTrackingArea to initially attach your tracking areas to the view.
Reimplemented from CPView.
Provided by category CPTableHeaderView(CPTrackingArea).
Definition at line 460 of file CPTableHeaderView.j.
|
implementation |
Called when the receiver has been moved to a new CPWindow.
Reimplemented from CPView.
Definition at line 353 of file CPTableHeaderView.j.