#import <ABCardTitleView.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - drawLeftAlignedWithClipRect: |
| (void) | - drawCenteredWithClipRect: |
| (void) | - drawRect: |
| (void) | - setTitleFontSize: |
| (void) | - setTitleColor: |
| (void) | - setTitle: |
| (void) | - setTitleBevelColor: |
| (void) | - setLabel: |
| (void) | - setStatus: |
| (void) | - setLeftAligned: |
Geschützte Attribute | |
| NSString * | _title |
| NSString * | _label |
| NSString * | _status |
| struct CGColor * | _titleColor |
| struct CGColor * | _titleBevelColor |
| float | _titleFontSize |
| BOOL | _leftAligned |
Definiert in Zeile 11 der Datei ABCardTitleView.h.
| - (void) dealloc |
Implementiert UIView.
| - (void) drawLeftAlignedWithClipRect: | (struct CGRect) | fp8 |
| - (void) drawCenteredWithClipRect: | (struct CGRect) | fp8 |
| - (void) drawRect: | (struct CGRect) | fp8 |
| - (void) setTitleFontSize: | (float) | fp8 |
| - (void) setTitleColor: | (struct CGColor *) | fp8 |
| - (void) setTitle: | (id) | fp8 |
| - (void) setTitleBevelColor: | (struct CGColor *) | fp8 |
| - (void) setLabel: | (id) | fp8 |
| - (void) setStatus: | (id) | fp8 |
| - (void) setLeftAligned: | (BOOL) | fp8 |
Definiert in Zeile 13 der Datei ABCardTitleView.h.
Definiert in Zeile 14 der Datei ABCardTitleView.h.
Definiert in Zeile 15 der Datei ABCardTitleView.h.
- (struct CGColor*) _titleColor [read, protected] |
Definiert in Zeile 16 der Datei ABCardTitleView.h.
- (struct CGColor*) _titleBevelColor [read, protected] |
Definiert in Zeile 17 der Datei ABCardTitleView.h.
- (float) _titleFontSize [protected] |
Definiert in Zeile 18 der Datei ABCardTitleView.h.
- (BOOL) _leftAligned [protected] |
Definiert in Zeile 19 der Datei ABCardTitleView.h.