/headers/MoviePlayerUI/MovieBackgroundView.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 "UIView.h"
00008 
00009 @class UIImageView, UITextLabel;
00010 
00011 @interface MovieBackgroundView : UIView
00012 {
00013     int _orientation;
00014     UIImageView *_imageView;
00015     UIImageView *_iconView;
00016     UITextLabel *_infoTitle;
00017     UITextLabel *_infoSubTitle;
00018     UIView *_hackView;
00019 }
00020 
00021 - (id)initWithFrame:(struct CGRect)fp8;
00022 - (void)dealloc;
00023 - (void)setOrientation:(int)fp8;
00024 - (void)setShowQTAudioOnlyUI:(BOOL)fp8;
00025 - (void)_createInformationalTitleView:(id *)fp8 systemFont:(struct __GSFont *)fp12 ellipsisStyle:(int)fp16;
00026 - (void)setInformationalTitle:(id)fp8 infoSubTitle:(id)fp12;
00027 - (void)layoutForCurrentOrientation;
00028 - (BOOL)shouldShowInformationalTextForOrientation:(int)fp8;
00029 - (void)setInformationalTextShown:(BOOL)fp8;
00030 - (void)layoutSubviews;
00031 
00032 @end
00033