webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Protected Attributes | List of all members
MovieControllerLayer Class Reference

#import <MovieControllerLayer.h>

Inheritance diagram for MovieControllerLayer:

Instance Methods

(void- setMovie:
 
(void- handleMouseDown:
 
(void- handleMouseUp:
 
(void- handleMouseDragged:
 

Protected Attributes

CGImageRef _playImage
 
CGImageRef _pauseImage
 
CGImageRef _sliderTrackLeft
 
CGImageRef _sliderTrackRight
 
CGImageRef _sliderTrackCenter
 
CGImageRef _thumb
 
QTMovie_movie
 
NSTimer * _updateTimeTimer
 
BOOL _wasPlayingBeforeMouseDown
 
BOOL _isScrubbing
 
CGFloat _mouseDownXDelta
 

Method Documentation

◆ handleMouseDown:()

- (void) handleMouseDown: (CGPoint point

◆ handleMouseDragged:()

- (void) handleMouseDragged: (CGPoint point

◆ handleMouseUp:()

- (void) handleMouseUp: (CGPoint point

◆ setMovie:()

- (void) setMovie: (QTMovie *)  movie

Member Data Documentation

◆ _isScrubbing

- (BOOL) _isScrubbing
protected

◆ _mouseDownXDelta

- (CGFloat) _mouseDownXDelta
protected

◆ _movie

- (QTMovie*) _movie
protected

◆ _pauseImage

- (CGImageRef) _pauseImage
protected

◆ _playImage

- (CGImageRef) _playImage
protected

◆ _sliderTrackCenter

- (CGImageRef) _sliderTrackCenter
protected

◆ _sliderTrackLeft

- (CGImageRef) _sliderTrackLeft
protected

◆ _sliderTrackRight

- (CGImageRef) _sliderTrackRight
protected

◆ _thumb

- (CGImageRef) _thumb
protected

◆ _updateTimeTimer

- (NSTimer*) _updateTimeTimer
protected

◆ _wasPlayingBeforeMouseDown

- (BOOL) _wasPlayingBeforeMouseDown
protected

The documentation for this class was generated from the following files: