/headers/MoviePlayerUI/UIMovieChapterListCell.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 <MoviePlayerUI/IndicatorTableCell.h>
00008 
00009 @class UIMovieTimeMarker;
00010 
00011 @interface UIMovieChapterListCell : IndicatorTableCell
00012 {
00013     UIMovieTimeMarker *_marker;
00014     unsigned int _index;
00015     float _timeColumnWidth;
00016     unsigned int _showThumbnailColumn:1;
00017 }
00018 
00019 - (id)initWithFrame:(struct CGRect)fp8;
00020 - (void)dealloc;
00021 - (void)drawBackgroundInRect:(struct CGRect)fp8 withFade:(float)fp24;
00022 - (void)drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
00023 - (void)layoutSubviews;
00024 - (void)setIndex:(unsigned int)fp8;
00025 - (void)setShowThumbnailColumn:(BOOL)fp8;
00026 - (void)setTimeMarker:(id)fp8;
00027 - (void)setTimeColumnWidth:(float)fp8;
00028 - (struct CGPoint)indicatorPoint;
00029 - (void)_addThumbnailIfNecessary:(id)fp8;
00030 - (void)_removeThumbnailIfNecessary:(id)fp8;
00031 
00032 @end
00033