#import <PSControlTableCell.h>
Abgeleitet von PSTableCell.
Öffentliche Methoden | |
| (void) | - setValues:titleDictionary: |
| (id) | - titleTextLabel |
| (id) | - valueTextLabel |
| (void) | - dealloc |
| (id) | - control |
| (BOOL) | - loading |
| (void) | - setLoading: |
| (void) | - setControl: |
| (void) | - controlChanged: |
| (void) | - setValue: |
| (void) | - segmentedControl:selectedSegmentChanged: |
Geschützte Attribute | |
| UIControl * | _control |
| UIProgressIndicator * | _progressIndicator |
| NSArray * | _values |
| NSDictionary * | _titleDict |
Definiert in Zeile 11 der Datei PSControlTableCell.h.
| - (void) setValues: | (id) | fp8 | ||
| titleDictionary: | (id) | fp12 | ||
| - (id) titleTextLabel |
Implementiert PSTableCell.
| - (id) valueTextLabel |
Implementiert UIPreferencesTableCell.
| - (void) dealloc |
Implementiert PSTableCell.
| - (id) control |
| - (BOOL) loading |
| - (void) setLoading: | (BOOL) | fp8 |
| - (void) setControl: | (id) | fp8 |
| - (void) controlChanged: | (id) | fp8 |
| - (void) setValue: | (id) | fp8 |
Implementiert UIPreferencesTableCell.
| - (void) segmentedControl: | (id) | fp8 | ||
| selectedSegmentChanged: | (int) | fp12 | ||
Definiert in Zeile 13 der Datei PSControlTableCell.h.
- (UIProgressIndicator*) _progressIndicator [protected] |
Definiert in Zeile 14 der Datei PSControlTableCell.h.
Definiert in Zeile 15 der Datei PSControlTableCell.h.
- (NSDictionary*) _titleDict [protected] |
Definiert in Zeile 16 der Datei PSControlTableCell.h.