]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/MPVideoChapterCell.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MPVideoChapterCell.h
CommitLineData
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 <MediaPlayer/MPPlayingIndicatorTableCell.h>
8
9@class MPTimeMarker;
10
11@interface MPVideoChapterCell : MPPlayingIndicatorTableCell
12{
13 MPTimeMarker *_marker;
14 unsigned int _index;
15 float _timeColumnWidth;
16 unsigned int _showThumbnailColumn:1;
17}
18
19- (id)initWithFrame:(struct CGRect)fp8;
20- (void)dealloc;
21- (void)drawBackgroundInRect:(struct CGRect)fp8 withFade:(float)fp24;
22- (void)drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
23- (void)layoutSubviews;
24- (void)setIndex:(unsigned int)fp8;
25- (void)setShowThumbnailColumn:(BOOL)fp8;
26- (void)setChapterTimeMarker:(id)fp8;
27- (void)setTimeColumnWidth:(float)fp8;
28- (struct CGPoint)indicatorPoint;
29- (void)_addThumbnailIfNecessary:(id)fp8;
30- (void)_removeThumbnailIfNecessary:(id)fp8;
31
32@end
33