#import <UISectionHeaderCell.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - setStyle: |
| (struct CGRect) | - _rectForTitle: |
| (void) | - setTitle: |
| (void) | - drawTitle:withColor:withShadowColor:inRect: |
| (void) | - drawTitle:inRect: |
| (void) | - drawRect: |
| (id) | - title |
| (BOOL) | - isEqualToView: |
| (BOOL) | - _shouldTryPromoteDescendantToFirstResponder |
| (void) | - mouseUp: |
Öffentliche, statische Methoden | |
| (struct __GSFont *) | + defaultTitleFont |
Geschützte Attribute | |
| NSString * | _title |
| struct { | |
| unsigned int style:1 | |
| unsigned int reserved:31 | |
| } | _sectionHeaderCellFlags |
Definiert in Zeile 11 der Datei UISectionHeaderCell.h.
| + (struct __GSFont *) defaultTitleFont |
| - (void) dealloc |
Implementiert UIView.
| - (void) setStyle: | (int) | fp8 |
| - (struct CGRect) _rectForTitle: | (id) | fp8 |
| - (void) setTitle: | (id) | fp8 |
| - (void) drawTitle: | (id) | fp8 | ||
| withColor: | (struct CGColor *) | fp12 | ||
| withShadowColor: | (struct CGColor *) | fp16 | ||
| inRect: | (struct CGRect) | fp20 | ||
| - (void) drawTitle: | (id) | fp8 | ||
| inRect: | (struct CGRect) | fp12 | ||
| - (void) drawRect: | (struct CGRect) | fp8 |
| - (id) title |
| - (BOOL) isEqualToView: | (id) | fp8 |
| - (BOOL) _shouldTryPromoteDescendantToFirstResponder |
| - (void) mouseUp: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
Definiert in Zeile 13 der Datei UISectionHeaderCell.h.
- (unsigned int) style [protected] |
Definiert in Zeile 15 der Datei UISectionHeaderCell.h.
- (unsigned int) reserved [protected] |
struct { ... } UISectionHeaderCell::_sectionHeaderCellFlags [protected] |