#import <CPTableHeaderView.h>
Class Methods | |
(CPString) | + defaultThemeClass |
(CPDictionary) | + themeAttributes |
Class Methods inherited from CPView | |
(Class) | + animatorClass |
(CAAnimation) | + defaultAnimationForKey: |
(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 492 of file CPTableHeaderView.j.
|
implementation |
Reimplemented from CPView.
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 826 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 815 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 601 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 431 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 847 of file CPTableHeaderView.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTableHeaderView(CPSynthesizedAccessors).
Definition at line 839 of file CPTableHeaderView.j.
|
implementation |
Reimplemented from CPView.
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, add recomputed tracking areas and then call super;
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 462 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.