/headers/MoviePlayerUI/MediaVolumeSlider.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 "UISliderControl.h"
00008 
00009 @class NSTimer;
00010 
00011 @interface MediaVolumeSlider : UISliderControl
00012 {
00013     NSTimer *_commitTimer;
00014     float _hitBufferY;
00015     float _hitBufferHeight;
00016     float _lastCommittedValue;
00017     float _lastTrackingValue;
00018     unsigned int _tracking:1;
00019     unsigned int _endingTracking:1;
00020     unsigned int _appModeIsMovie:1;
00021     unsigned int _updatingVolumeForExternalChange:1;
00022     unsigned int _lastCommitSucceeded:1;
00023 }
00024 
00025 + (float)defaultHeight;
00026 - (BOOL)_setPlayerVolume:(float)fp8;
00027 - (float)_playerVolume;
00028 - (struct CGRect)adjustedFrame:(struct CGRect)fp8;
00029 - (id)initWithFrame:(struct CGRect)fp8 isForMovie:(BOOL)fp24;
00030 - (void)setFrame:(struct CGRect)fp8;
00031 - (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
00032 - (void)dealloc;
00033 - (struct CGRect)fillBounds;
00034 - (void)drawSliderPiece:(int)fp8 inRect:(struct CGRect)fp12;
00035 - (id)imageForSliderPiece:(int)fp8;
00036 - (id)createSliderKnobView;
00037 - (void)commitVolume:(id)fp8;
00038 - (void)_updateVolume:(id)fp8;
00039 - (void)setValue:(float)fp8 animated:(BOOL)fp12 animationCurve:(int)fp16;
00040 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16 fudgeKnob:(BOOL)fp20;
00041 - (BOOL)beginTrackingAt:(struct CGPoint)fp8 withEvent:(struct __GSEvent *)fp16;
00042 - (void)endTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
00043 
00044 @end
00045