#import <UISimpleTableCell.h>
Abgeleitet von UITableCell.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - setFont: |
| (struct __GSFont *) | - font |
| (void) | - dealloc |
| (void) | - drawTitleInRect:selected: |
| (void) | - drawContentInRect:selected: |
| (void) | - setEnabled: |
| (void) | - setTitle: |
| (id) | - title |
| (void) | - setTitleColor: |
| (id) | - iconImageView |
| (void) | - layoutSubviews |
| (void) | - setIcon: |
| (id) | - icon |
| (void) | - setIndentationLevel: |
| (unsigned int) | - indentationLevel |
| (int) | - ellipsisStyle |
| (id) | - _automationID |
Öffentliche, statische Methoden | |
| (struct __GSFont *) | + defaultFont |
Geschützte Attribute | |
| struct __GSFont * | _font |
| UIImageView * | _iconImageView |
| unsigned int | _indentationLevel |
| NSString * | _title |
| int | _titleColor |
Definiert in Zeile 11 der Datei UISimpleTableCell.h.
| + (struct __GSFont *) defaultFont |
| - (void) setFont: | (struct __GSFont *) | fp8 |
| - (struct __GSFont *) font |
| - (void) dealloc |
Implementiert UITableCell.
| - (void) drawTitleInRect: | (struct CGRect) | fp8 | ||
| selected: | (BOOL) | fp24 | ||
| - (void) drawContentInRect: | (struct CGRect) | fp8 | ||
| selected: | (BOOL) | fp24 | ||
Implementiert UITableCell.
| - (void) setEnabled: | (BOOL) | fp8 |
Implementiert UIView.
| - (void) setTitle: | (id) | fp8 |
| - (id) title |
| - (void) setTitleColor: | (int) | fp8 |
| - (id) iconImageView |
| - (void) layoutSubviews |
Implementiert UITableCell.
| - (void) setIcon: | (id) | fp8 |
| - (id) icon |
| - (void) setIndentationLevel: | (unsigned int) | fp8 |
| - (unsigned int) indentationLevel |
| - (int) ellipsisStyle |
| - (id) _automationID |
- (struct __GSFont*) _font [read, protected] |
Definiert in Zeile 13 der Datei UISimpleTableCell.h.
- (UIImageView*) _iconImageView [protected] |
Definiert in Zeile 14 der Datei UISimpleTableCell.h.
- (unsigned int) _indentationLevel [protected] |
Definiert in Zeile 15 der Datei UISimpleTableCell.h.
Definiert in Zeile 16 der Datei UISimpleTableCell.h.
- (int) _titleColor [protected] |
Definiert in Zeile 17 der Datei UISimpleTableCell.h.