#import <UIImageAndTextTableCell.h>
Abgeleitet von UITableCell.
Basisklasse für ImageCountCell, LibraryTableCell, UIAlertSheetTableCell, UIDateTableCell, UIPickerTableCell und UIPreferencesTableCell.
Öffentliche Methoden | |
| (void) | - dealloc |
| (id) | - titleTextLabel |
| (void) | - setTitle: |
| (id) | - title |
| (void) | - setImage: |
| (id) | - image |
| (struct CGColor *) | - _getTitleColor |
| (void) | - updateHighlightColors |
| (void) | - setEnabled: |
| (id) | - iconImageView |
| (struct CGPoint) | - textInset |
| (struct CGPoint) | - iconInset |
| (void) | - setAlignment: |
| (int) | - alignment |
| (void) | - layoutSubviews |
Öffentliche, statische Methoden | |
| (struct __GSFont *) | + defaultTitleFont |
Geschützte Attribute | |
| UITextLabel * | _titleTextLabel |
| UIImageView * | _iconImageView |
Definiert in Zeile 11 der Datei UIImageAndTextTableCell.h.
| + (struct __GSFont *) defaultTitleFont |
Implementiert in ImageCountCell, LibraryTableCell und UIPreferencesTableCell.
| - (void) dealloc |
| - (id) titleTextLabel |
Implementiert in UIMovieAlternateTrackCell, PSControlTableCell und PSTableCell.
| - (void) setTitle: | (id) | fp8 |
Implementiert in UIMovieAlternateTrackGroupCell.
| - (id) title |
| - (void) setImage: | (id) | fp8 |
| - (id) image |
| - (struct CGColor *) _getTitleColor |
Implementiert in UIPreferencesTableCell.
| - (void) updateHighlightColors |
Implementiert UITableCell.
Implementiert in LibraryTableCell, UIAlertSheetTableCell, UIPreferencesTableCell und UIWeekMonthDayTableCell.
| - (void) setEnabled: | (BOOL) | fp8 |
Implementiert UIView.
Implementiert in UIPreferencesControlTableCell, UIPreferencesTableCell und UIPreferencesTextTableCell.
| - (id) iconImageView |
| - (struct CGPoint) textInset |
| - (struct CGPoint) iconInset |
Implementiert in LibraryTableCell.
| - (void) setAlignment: | (int) | fp8 |
| - (int) alignment |
| - (void) layoutSubviews |
Implementiert UITableCell.
Implementiert in ABCardTableCell, UIMovieAlternateTrackCell, UIMovieAlternateTrackGroupCell, ImageCountCell, LibraryTableCell, PSTableCell, UIPickerTableCell, UIPreferencesTableCell, UIPreferencesTextTableCell und UIWeekMonthDayTableCell.
- (UITextLabel*) _titleTextLabel [protected] |
Definiert in Zeile 13 der Datei UIImageAndTextTableCell.h.
- (UIImageView*) _iconImageView [protected] |
Definiert in Zeile 14 der Datei UIImageAndTextTableCell.h.