#import <BackgroundView.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (int) | - barStyle |
| (void) | - _setupButtonBars |
| (id) | - initWithSize:fullScreen: |
| (void) | - dealloc |
| (void) | - statusBarHeightDidChange: |
| (void) | - setDelegate: |
| (void) | - setDisplayingPhotoPicker: |
| (void) | - setCurrentContentView: |
| (void) | - transitionViewDidComplete: |
| (void) | - updateStatusBar |
| (id) | - navigationBar |
| (void) | - pushNavigationItem: |
| (void) | - popNavigationItem |
| (id) | - topItem |
| (void) | - navigationBar:pushedItem: |
| (void) | - navigationBar:poppedItem: |
| (void) | - navigationBar:buttonClicked: |
| (id) | - buttonBar |
| (id) | - buttonBarForItem: |
| (void) | - playSlideshowClicked: |
| (void) | - cancelButtonClicked: |
Geschützte Attribute | |
| UINavigationBar * | _navBar |
| int | _barStyle |
| UITransitionView * | _contentTransitionView |
| UIButtonBar * | _overlayButtonBar |
| UIView * | _currentContentView |
| id | _delegate |
Definiert in Zeile 11 der Datei BackgroundView.h.
| - (int) barStyle |
| - (void) _setupButtonBars |
| - (id) initWithSize: | (struct CGSize) | fp8 | ||
| fullScreen: | (BOOL) | fp16 | ||
| - (void) dealloc |
Implementiert UIView.
| - (void) statusBarHeightDidChange: | (id) | fp8 |
| - (void) setDelegate: | (id) | fp8 |
| - (void) setDisplayingPhotoPicker: | (BOOL) | fp8 |
| - (void) setCurrentContentView: | (id) | fp8 |
| - (void) transitionViewDidComplete: | (id) | fp8 |
| - (void) updateStatusBar |
| - (id) navigationBar |
| - (void) pushNavigationItem: | (id) | fp8 |
| - (void) popNavigationItem |
| - (id) topItem |
| - (void) navigationBar: | (id) | fp8 | ||
| pushedItem: | (id) | fp12 | ||
| - (void) navigationBar: | (id) | fp8 | ||
| poppedItem: | (id) | fp12 | ||
| - (void) navigationBar: | (id) | fp8 | ||
| buttonClicked: | (int) | fp12 | ||
| - (id) buttonBar |
| - (id) buttonBarForItem: | (id) | fp8 |
| - (void) playSlideshowClicked: | (id) | fp8 |
| - (void) cancelButtonClicked: | (id) | fp8 |
- (UINavigationBar*) _navBar [protected] |
Definiert in Zeile 13 der Datei BackgroundView.h.
- (int) _barStyle [protected] |
Definiert in Zeile 14 der Datei BackgroundView.h.
- (UITransitionView*) _contentTransitionView [protected] |
Definiert in Zeile 15 der Datei BackgroundView.h.
- (UIButtonBar*) _overlayButtonBar [protected] |
Definiert in Zeile 16 der Datei BackgroundView.h.
- (UIView*) _currentContentView [protected] |
Definiert in Zeile 17 der Datei BackgroundView.h.
- (id) _delegate [protected] |
Definiert in Zeile 18 der Datei BackgroundView.h.