#import <AtomView.h>
Abgeleitet von UIDefaultKeyboardInput.
Basisklasse für ComposeRecipientAtom.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (id) | - title |
| (void) | - setTitle: |
| (float) | - preferredWidth |
| (void) | - setShowsDisclosure: |
| (BOOL) | - selected |
| (void) | - setSelected: |
| (void) | - drawRect: |
| (void) | - setDrawText: |
| (void) | - setDrawBackground: |
Öffentliche, statische Methoden | |
| (id) | + backgroundImageWithDisclosure:selected: |
| (CDAnonymousStruct1) | + backgroundImageSlicesWithDisclosure: |
| (float) | + defaultHeight |
| (float) | + horizontalPadding |
Geschützte Attribute | |
| NSString * | _title |
| id | _delegate |
| unsigned int | _selected:1 |
| unsigned int | _drawBackground:1 |
| unsigned int | _drawText:1 |
| unsigned int | _needsCentering:1 |
| unsigned int | _showsDisclosure:1 |
| float | _width |
Definiert in Zeile 11 der Datei AtomView.h.
| + (id) backgroundImageWithDisclosure: | (BOOL) | fp8 | ||
| selected: | (BOOL) | fp12 | ||
| + (CDAnonymousStruct1) backgroundImageSlicesWithDisclosure: | (BOOL) | fp8 |
| + (float) defaultHeight |
| + (float) horizontalPadding |
| - (void) dealloc |
| - (id) title |
Implementiert in ComposeRecipientAtom.
| - (void) setTitle: | (id) | fp8 |
| - (float) preferredWidth |
| - (void) setShowsDisclosure: | (BOOL) | fp8 |
| - (BOOL) selected |
| - (void) setSelected: | (BOOL) | fp8 |
| - (void) drawRect: | (struct CGRect) | fp8 |
| - (void) setDrawText: | (BOOL) | fp8 |
| - (void) setDrawBackground: | (BOOL) | fp8 |
Definiert in Zeile 13 der Datei AtomView.h.
- (id) _delegate [protected] |
Definiert in Zeile 14 der Datei AtomView.h.
- (unsigned int) _selected [protected] |
Definiert in Zeile 15 der Datei AtomView.h.
- (unsigned int) _drawBackground [protected] |
Definiert in Zeile 16 der Datei AtomView.h.
- (unsigned int) _drawText [protected] |
Definiert in Zeile 17 der Datei AtomView.h.
- (unsigned int) _needsCentering [protected] |
Definiert in Zeile 18 der Datei AtomView.h.
- (unsigned int) _showsDisclosure [protected] |
Definiert in Zeile 19 der Datei AtomView.h.
- (float) _width [protected] |
Definiert in Zeile 20 der Datei AtomView.h.