#import <UISwitchControlButton.h>
Abgeleitet von UIControl.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (BOOL) | - shouldTrack |
| (void) | - dealloc |
| (void) | - _drawThreePartButtonInRect: |
| (void) | - drawRect: |
| (void) | - setFrame: |
Geschützte Attribute | |
| UIImage * | _leftCap |
| UIImage * | _middleFill |
| UIImage * | _rightCap |
| UIImage * | _leftCapDown |
| UIImage * | _middleFillDown |
| UIImage * | _rightCapDown |
| unsigned int | _useShadowedLeft:1 |
| unsigned int | _useShadowedRight:1 |
Definiert in Zeile 11 der Datei UISwitchControlButton.h.
| - (BOOL) shouldTrack |
Implementiert UIControl.
| - (void) dealloc |
Implementiert UIControl.
| - (void) _drawThreePartButtonInRect: | (struct CGRect) | fp8 |
| - (void) drawRect: | (struct CGRect) | fp8 |
| - (void) setFrame: | (struct CGRect) | fp8 |
Definiert in Zeile 13 der Datei UISwitchControlButton.h.
- (UIImage*) _middleFill [protected] |
Definiert in Zeile 14 der Datei UISwitchControlButton.h.
Definiert in Zeile 15 der Datei UISwitchControlButton.h.
- (UIImage*) _leftCapDown [protected] |
Definiert in Zeile 16 der Datei UISwitchControlButton.h.
- (UIImage*) _middleFillDown [protected] |
Definiert in Zeile 17 der Datei UISwitchControlButton.h.
- (UIImage*) _rightCapDown [protected] |
Definiert in Zeile 18 der Datei UISwitchControlButton.h.
- (unsigned int) _useShadowedLeft [protected] |
Definiert in Zeile 19 der Datei UISwitchControlButton.h.
- (unsigned int) _useShadowedRight [protected] |
Definiert in Zeile 20 der Datei UISwitchControlButton.h.