#import <MovieBackgroundView.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - setOrientation: |
| (void) | - setShowQTAudioOnlyUI: |
| (void) | - _createInformationalTitleView:systemFont:ellipsisStyle: |
| (void) | - setInformationalTitle:infoSubTitle: |
| (void) | - layoutForCurrentOrientation |
| (BOOL) | - shouldShowInformationalTextForOrientation: |
| (void) | - setInformationalTextShown: |
| (void) | - layoutSubviews |
Geschützte Attribute | |
| int | _orientation |
| UIImageView * | _imageView |
| UIImageView * | _iconView |
| UITextLabel * | _infoTitle |
| UITextLabel * | _infoSubTitle |
| UIView * | _hackView |
Definiert in Zeile 11 der Datei MovieBackgroundView.h.
| - (void) dealloc |
Implementiert UIView.
| - (void) setOrientation: | (int) | fp8 |
| - (void) setShowQTAudioOnlyUI: | (BOOL) | fp8 |
| - (void) _createInformationalTitleView: | (id *) | fp8 | ||
| systemFont: | (struct __GSFont *) | fp12 | ||
| ellipsisStyle: | (int) | fp16 | ||
| - (void) setInformationalTitle: | (id) | fp8 | ||
| infoSubTitle: | (id) | fp12 | ||
| - (void) layoutForCurrentOrientation |
| - (BOOL) shouldShowInformationalTextForOrientation: | (int) | fp8 |
| - (void) setInformationalTextShown: | (BOOL) | fp8 |
| - (void) layoutSubviews |
- (int) _orientation [protected] |
Definiert in Zeile 13 der Datei MovieBackgroundView.h.
- (UIImageView*) _imageView [protected] |
Definiert in Zeile 14 der Datei MovieBackgroundView.h.
- (UIImageView*) _iconView [protected] |
Definiert in Zeile 15 der Datei MovieBackgroundView.h.
- (UITextLabel*) _infoTitle [protected] |
Definiert in Zeile 16 der Datei MovieBackgroundView.h.
- (UITextLabel*) _infoSubTitle [protected] |
Definiert in Zeile 17 der Datei MovieBackgroundView.h.
Definiert in Zeile 18 der Datei MovieBackgroundView.h.