/headers/MoviePlayerUI/MovieTransportHUD.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "UIImageView.h"
00008 
00009 @class MediaVolumeSlider, UIPushButton, UITextLabel;
00010 
00011 @interface MovieTransportHUD : UIImageView
00012 {
00013     UIPushButton *_playButton;
00014     UIPushButton *_nextButton;
00015     UIPushButton *_prevButton;
00016     UIPushButton *_bookmarkButton;
00017     UIPushButton *_emailLinkButton;
00018     UIPushButton *_chaptersButton;
00019     UIPushButton *_alternateTracksButton;
00020     MediaVolumeSlider *_volumeSlider;
00021     UITextLabel *_chapterTitleLabel;
00022     id _target;
00023     unsigned int _displayableParts;
00024     unsigned int _validationDisabledParts;
00025     unsigned int _videoOutOn:1;
00026 }
00027 
00028 - (void)_createControlsWithTarget:(id)fp8;
00029 - (id)_getBackgroundImage;
00030 - (struct CGSize)_getViewSizeForBackgroundImage:(id)fp8;
00031 - (id)initWithDefaultSizeAndTarget:(id)fp8 videoOutOn:(BOOL)fp12;
00032 - (void)dealloc;
00033 - (void)_layoutChapterLabel;
00034 - (void)setChapterTitle:(id)fp8;
00035 - (void)setPlaybackState:(int)fp8;
00036 - (void)view:(id)fp8 handleTapWithCount:(int)fp12 event:(struct __GSEvent *)fp16;
00037 - (void)viewHandleTouchPause:(id)fp8 isDown:(BOOL)fp12;
00038 - (double)viewTouchPauseThreshold:(id)fp8;
00039 - (void)moveUIElement:(id)fp8 offset:(struct CGPoint)fp12;
00040 - (void)_configureView:(id)fp8 forValidationDisabled:(BOOL)fp12;
00041 - (void)_updatePartsForValidation;
00042 - (void)setValidationDisabledParts:(unsigned int)fp8;
00043 - (void)setEnabled:(BOOL)fp8;
00044 - (void)setDisplayableMovieParts:(unsigned int)fp8;
00045 - (unsigned int)displayableMovieParts;
00046 
00047 @end
00048