#import <UISwitchControl.h>
Abgeleitet von UISliderControl.
Öffentliche Methoden | |
| (id) | - init |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - setEnabled: |
| (id) | - imageForSliderPiece: |
| (struct __GSFont *) | - _font |
| (void) | - _drawText:inRect:selected: |
| (id) | - createSliderKnobView |
| (void) | - drawSliderPiece:inRect: |
| (BOOL) | - continueTrackingAt:previous:withEvent: |
| (BOOL) | - beginTrackingAt:withEvent: |
| (void) | - endTrackingAt:previous:withEvent: |
| (void) | - mouseUp: |
| (void) | - drawSliderInRect:dirtyRect: |
| (void) | - setAlternateColors: |
Geschützte Attribute | |
| UIImage * | _leftCapShadowed |
| UIImage * | _rightCapShadowed |
| UIImage * | _leftCapShadowedDown |
| UIImage * | _rightCapShadowedDown |
Definiert in Zeile 11 der Datei UISwitchControl.h.
| - (id) init |
Implementiert UISliderControl.
| - (id) initWithFrame: | (struct CGRect) | fp8 |
Implementiert UISliderControl.
| - (void) dealloc |
Implementiert UISliderControl.
| - (void) setEnabled: | (BOOL) | fp8 |
Implementiert UISliderControl.
| - (id) imageForSliderPiece: | (int) | fp8 |
Implementiert UISliderControl.
| - (struct __GSFont *) _font |
| - (void) _drawText: | (id) | fp8 | ||
| inRect: | (struct CGRect) | fp12 | ||
| selected: | (BOOL) | fp28 | ||
| - (id) createSliderKnobView |
Implementiert UISliderControl.
| - (void) drawSliderPiece: | (int) | fp8 | ||
| inRect: | (struct CGRect) | fp12 | ||
Implementiert UISliderControl.
| - (BOOL) continueTrackingAt: | (struct CGPoint) | fp8 | ||
| previous: | (struct CGPoint) | fp16 | ||
| withEvent: | (struct __GSEvent *) | fp24 | ||
Implementiert UISliderControl.
| - (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.
| - (void) mouseUp: | (struct __GSEvent *) | fp8 |
Implementiert UIControl.
Implementiert UISliderControl.
| - (void) setAlternateColors: | (BOOL) | fp8 |
- (UIImage*) _leftCapShadowed [protected] |
Definiert in Zeile 13 der Datei UISwitchControl.h.
- (UIImage*) _rightCapShadowed [protected] |
Definiert in Zeile 14 der Datei UISwitchControl.h.
- (UIImage*) _leftCapShadowedDown [protected] |
Definiert in Zeile 15 der Datei UISwitchControl.h.
- (UIImage*) _rightCapShadowedDown [protected] |
Definiert in Zeile 16 der Datei UISwitchControl.h.