#import <UICheckbox.h>
Abgeleitet von UIControl.
Öffentliche Methoden | |
| (id) | - initWithTitle: |
| (void) | - setTitle: |
| (BOOL) | - isChecked |
| (void) | - setChecked: |
| (BOOL) | - beginTrackingAt:withEvent: |
| (BOOL) | - continueTrackingAt:previous:withEvent: |
| (void) | - endTrackingAt:previous:withEvent: |
| (void) | - drawRect: |
Geschützte Attribute | |
| NSString * | _title |
| BOOL | _checked |
Definiert in Zeile 11 der Datei UICheckbox.h.
| - (id) initWithTitle: | (id) | fp8 |
| - (void) setTitle: | (id) | fp8 |
| - (BOOL) isChecked |
| - (void) setChecked: | (BOOL) | fp8 |
| - (BOOL) beginTrackingAt: | (struct CGPoint) | fp8 | ||
| withEvent: | (struct __GSEvent *) | fp16 | ||
Implementiert UIControl.
| - (BOOL) continueTrackingAt: | (struct CGPoint) | fp8 | ||
| previous: | (struct CGPoint) | fp16 | ||
| withEvent: | (struct __GSEvent *) | fp24 | ||
Implementiert UIControl.
| - (void) endTrackingAt: | (struct CGPoint) | fp8 | ||
| previous: | (struct CGPoint) | fp16 | ||
| withEvent: | (struct __GSEvent *) | fp24 | ||
Implementiert UIControl.
| - (void) drawRect: | (struct CGRect) | fp8 |
Definiert in Zeile 13 der Datei UICheckbox.h.
- (BOOL) _checked [protected] |
Definiert in Zeile 14 der Datei UICheckbox.h.