#import <MediaVolumeSlider.h>
Abgeleitet von UISliderControl.
Öffentliche Methoden | |
| (BOOL) | - _setPlayerVolume: |
| (float) | - _playerVolume |
| (struct CGRect) | - adjustedFrame: |
| (id) | - initWithFrame:isForMovie: |
| (void) | - setFrame: |
| (BOOL) | - pointInside:forEvent: |
| (void) | - dealloc |
| (struct CGRect) | - fillBounds |
| (void) | - drawSliderPiece:inRect: |
| (id) | - imageForSliderPiece: |
| (id) | - createSliderKnobView |
| (void) | - commitVolume: |
| (void) | - _updateVolume: |
| (void) | - setValue:animated:animationCurve: |
| (id) | - hitTest:forEvent:fudgeKnob: |
| (BOOL) | - beginTrackingAt:withEvent: |
| (void) | - endTrackingAt:previous:withEvent: |
Öffentliche, statische Methoden | |
| (float) | + defaultHeight |
Geschützte Attribute | |
| NSTimer * | _commitTimer |
| float | _hitBufferY |
| float | _hitBufferHeight |
| float | _lastCommittedValue |
| float | _lastTrackingValue |
| unsigned int | _tracking:1 |
| unsigned int | _endingTracking:1 |
| unsigned int | _appModeIsMovie:1 |
| unsigned int | _updatingVolumeForExternalChange:1 |
| unsigned int | _lastCommitSucceeded:1 |
Definiert in Zeile 11 der Datei MediaVolumeSlider.h.
| + (float) defaultHeight |
| - (BOOL) _setPlayerVolume: | (float) | fp8 |
| - (float) _playerVolume |
| - (id) initWithFrame: | (struct CGRect) | fp8 | ||
| isForMovie: | (BOOL) | fp24 | ||
| - (void) setFrame: | (struct CGRect) | fp8 |
| - (BOOL) pointInside: | (struct CGPoint) | fp8 | ||
| forEvent: | (struct __GSEvent *) | fp16 | ||
| - (void) dealloc |
Implementiert UISliderControl.
| - (struct CGRect) fillBounds |
Implementiert UISliderControl.
| - (void) drawSliderPiece: | (int) | fp8 | ||
| inRect: | (struct CGRect) | fp12 | ||
Implementiert UISliderControl.
| - (id) imageForSliderPiece: | (int) | fp8 |
Implementiert UISliderControl.
| - (id) createSliderKnobView |
Implementiert UISliderControl.
| - (void) commitVolume: | (id) | fp8 |
| - (void) _updateVolume: | (id) | fp8 |
| - (void) setValue: | (float) | fp8 | ||
| animated: | (BOOL) | fp12 | ||
| animationCurve: | (int) | fp16 | ||
Implementiert UISliderControl.
| - (id) hitTest: | (struct CGPoint) | fp8 | ||
| forEvent: | (struct __GSEvent *) | fp16 | ||
| fudgeKnob: | (BOOL) | fp20 | ||
| - (BOOL) beginTrackingAt: | (struct CGPoint) | fp8 | ||
| withEvent: | (struct __GSEvent *) | fp16 | ||
Implementiert UISliderControl.
| - (void) endTrackingAt: | (struct CGPoint) | fp8 | ||
| previous: | (struct CGPoint) | fp16 | ||
| withEvent: | (struct __GSEvent *) | fp24 | ||
Implementiert UISliderControl.
- (NSTimer*) _commitTimer [protected] |
Definiert in Zeile 13 der Datei MediaVolumeSlider.h.
- (float) _hitBufferY [protected] |
Definiert in Zeile 14 der Datei MediaVolumeSlider.h.
- (float) _hitBufferHeight [protected] |
Definiert in Zeile 15 der Datei MediaVolumeSlider.h.
- (float) _lastCommittedValue [protected] |
Definiert in Zeile 16 der Datei MediaVolumeSlider.h.
- (float) _lastTrackingValue [protected] |
Definiert in Zeile 17 der Datei MediaVolumeSlider.h.
- (unsigned int) _tracking [protected] |
Definiert in Zeile 18 der Datei MediaVolumeSlider.h.
- (unsigned int) _endingTracking [protected] |
Definiert in Zeile 19 der Datei MediaVolumeSlider.h.
- (unsigned int) _appModeIsMovie [protected] |
Definiert in Zeile 20 der Datei MediaVolumeSlider.h.
- (unsigned int) _updatingVolumeForExternalChange [protected] |
Definiert in Zeile 21 der Datei MediaVolumeSlider.h.
- (unsigned int) _lastCommitSucceeded [protected] |
Definiert in Zeile 22 der Datei MediaVolumeSlider.h.