/headers/MoviePlayerUI/UIMovieAlternateTrackCell.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 "UIPreferencesTableCell.h"
00008 
00009 @class UIImageView;
00010 
00011 @interface UIMovieAlternateTrackCell : UIPreferencesTableCell
00012 {
00013     UIImageView *_checkMarkView;
00014     unsigned int _isChecked:1;
00015 }
00016 
00017 + (void)destroyCache;
00018 - (void)dealloc;
00019 - (id)titleTextLabel;
00020 - (BOOL)isChecked;
00021 - (void)setChecked:(BOOL)fp8;
00022 - (struct CGColor *)outlineColor;
00023 - (id)_bezierPathForCellOutline:(int)fp8;
00024 - (id)_bezierPath;
00025 - (void)drawBackgroundInRect:(struct CGRect)fp8 withFade:(float)fp24;
00026 - (void)layoutSubviews;
00027 
00028 @end
00029