]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "UIView.h" | |
8 | ||
9 | @class MPItem, MediaVolumeSlider, UIPushButton; | |
10 | ||
11 | @interface MPTransportControls : UIView | |
12 | { | |
13 | id _target; | |
14 | MPItem *_item; | |
15 | unsigned int _desiredParts; | |
16 | unsigned int _disabledParts; | |
17 | unsigned int _heldPart; | |
18 | unsigned int _visibleParts; | |
19 | unsigned int _forVideo:1; | |
20 | unsigned int _paused:1; | |
21 | UIPushButton *_alternatesButton; | |
22 | UIPushButton *_bookmarkButton; | |
23 | UIPushButton *_chaptersButton; | |
24 | UIPushButton *_emailButton; | |
25 | UIPushButton *_nextButton; | |
26 | UIPushButton *_playButton; | |
27 | UIPushButton *_previousButton; | |
28 | MediaVolumeSlider *_volumeSlider; | |
29 | } | |
30 | ||
31 | - (id)init; | |
32 | - (void)dealloc; | |
33 | - (void)didMoveToWindow; | |
34 | - (void)setAlpha:(float)fp8; | |
35 | - (BOOL)isForVideo; | |
36 | - (void)setDesiredParts:(unsigned int)fp8; | |
37 | - (void)setDesiredParts:(unsigned int)fp8 animated:(BOOL)fp12; | |
38 | - (void)setDisabledParts:(unsigned int)fp8; | |
39 | - (void)setForVideo:(BOOL)fp8; | |
40 | - (void)setItem:(id)fp8; | |
41 | - (void)setVisibleParts:(unsigned int)fp8; | |
42 | - (void)setVisibleParts:(unsigned int)fp8 animated:(BOOL)fp12; | |
43 | - (void)viewHandleTouchPause:(id)fp8 isDown:(BOOL)fp12; | |
44 | - (double)viewTouchPauseThreshold:(id)fp8; | |
45 | - (void)_alternateTypesChangedNotification:(id)fp8; | |
46 | - (void)_itemChangedNotification:(id)fp8; | |
47 | - (void)_playbackStateChangedNotification:(id)fp8; | |
48 | - (void)_validityChangedNotification:(id)fp8; | |
49 | - (void)buttonDown:(id)fp8; | |
50 | - (void)buttonUp:(id)fp8; | |
51 | - (id)createVolumeSlider; | |
52 | - (void)reloadForAdditions:(id)fp8 removals:(id)fp12 animate:(BOOL)fp16; | |
53 | - (void)updateVolumeHUDVisibility; | |
54 | - (unsigned int)_applyDesiredPartsToParts:(unsigned int)fp8; | |
55 | - (void)_applyDesiredPartsWithAnimation:(BOOL)fp8; | |
56 | - (id)_buttonImageForPart:(unsigned int)fp8; | |
57 | - (id)_createButtonForPart:(unsigned int)fp8; | |
58 | - (void)_handleHoldForPart:(unsigned int)fp8; | |
59 | - (void)_handleReleaseForPart:(unsigned int)fp8; | |
60 | - (void)_handleTapForPart:(unsigned int)fp8; | |
61 | - (void)_reloadViewWithAnimation:(BOOL)fp8; | |
62 | - (id)_updateAdditions:(id)fp8 removals:(id)fp12 forPart:(unsigned int)fp16; | |
63 | - (void)_updateEnabledStates:(BOOL)fp8; | |
64 | - (unsigned int)visibleParts; | |
65 | - (id)target; | |
66 | - (void)setTarget:(id)fp8; | |
67 | - (id)item; | |
68 | - (unsigned int)disabledParts; | |
69 | - (unsigned int)desiredParts; | |
70 | ||
71 | @end | |
72 |