]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MediaDetailScrubberControl.h
Added UISystemFont*.
[iphone-api.git] / MediaPlayer / MediaDetailScrubberControl.h
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 "UIScrubberControl.h"
8
9 @class InactivityMonitor;
10
11 @interface MediaDetailScrubberControl : UIScrubberControl
12 {
13 InactivityMonitor *_considerDetailModeMonitor;
14 struct CGPoint _lastTrackedWindowPoint;
15 int _detailScrubDragCoeff;
16 float _detailScrubCenter;
17 float _detailScrubValueRadius;
18 unsigned int _detailScrubDisabled:1;
19 unsigned int _detailScrubActive:1;
20 unsigned int _detailScrubActiveDelayedValue:1;
21 unsigned int _detailScrubActiveDelayedValueScheduled:1;
22 unsigned int _ignoreSetValue:1;
23 unsigned int _scrubbingActive:1;
24 unsigned int _trackableMouseDown:1;
25 unsigned int _detailScrubValueCenterChanged:1;
26 }
27
28 - (void)dealloc;
29 - (void)setDuration:(double)fp8;
30 - (BOOL)isDetailScrubbingActive;
31 - (BOOL)isDetailScrubbingEnabled;
32 - (BOOL)_isTracking;
33 - (BOOL)_isDetailScrubbingEnabled;
34 - (BOOL)_isDetailScrubbing;
35 - (void)_detailScrubActiveStateApplyNewState;
36 - (void)_activateAndUpdateDetailScrubbingParameters;
37 - (float)_detailScrubValueRadius;
38 - (int)_detailScrubDragCoefficientExponent;
39 - (float)_validatedValue:(float)fp8;
40 - (void)inactivityMonitorDetectedInactivity:(id)fp8;
41 - (void)_startInactivityMonitoringWithDuration:(float)fp8;
42 - (void)_endInactivityMonitoring;
43 - (void)willBeginTracking;
44 - (void)didEndTracking;
45 - (void)cancelMouseTracking;
46 - (BOOL)_corePointInsideKnob:(struct CGPoint)fp8 gsEvent:(struct __GSEvent *)fp16 uiEvent:(id)fp20;
47 - (BOOL)_coreBeginTrackingAt:(struct CGPoint)fp8 gsEvent:(struct __GSEvent *)fp16 uiTouch:(id)fp20 uiEvent:(id)fp24;
48 - (BOOL)_coreContinueTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 gsEvent:(struct __GSEvent *)fp24 uiTouch:(id)fp28 uiEvent:(id)fp32;
49 - (void)_coreEndTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 gsEvent:(struct __GSEvent *)fp24 uiTouch:(id)fp28 uiEvent:(id)fp32;
50 - (BOOL)beginTrackingAt:(struct CGPoint)fp8 withEvent:(struct __GSEvent *)fp16;
51 - (BOOL)continueTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
52 - (void)endTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
53 - (BOOL)beginTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
54 - (BOOL)continueTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
55 - (void)endTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
56 - (void)_sendDelegateDidEnterScrubbingState:(BOOL)fp8;
57 - (void)_resetTimeFrames;
58 - (void)willMoveToSuperview;
59 - (void)didMoveToSuperview;
60 - (void)_setValue:(float)fp8 andSendAction:(BOOL)fp12;
61
62 @end
63