#import <UIPopup.h>
Abgeleitet von UIControl.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - selectItemAtIndex: |
| (int) | - indexOfSelectedItem |
| (void) | - drawRect: |
| (id) | - hitTest:forEvent: |
| (BOOL) | - beginTrackingAt:withEvent: |
| (BOOL) | - continueTrackingAt:previous:withEvent: |
| (void) | - endTrackingAt:previous:withEvent: |
Geschützte Attribute | |
| int | _selectedIndex |
| struct CGRect | _saveFrame |
| struct CGRect | _highlightRect |
| int | _highlightIndex |
| struct { | |
| unsigned int stillTracking:1 | |
| unsigned int reserved:31 | |
| } | _popupFlags |
Definiert in Zeile 9 der Datei UIPopup.h.
| - (void) selectItemAtIndex: | (int) | fp8 |
| - (int) indexOfSelectedItem |
| - (void) drawRect: | (struct CGRect) | fp8 |
| - (id) hitTest: | (struct CGPoint) | fp8 | ||
| forEvent: | (struct __GSEvent *) | fp16 | ||
| - (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.
- (int) _selectedIndex [protected] |
- (struct CGRect) _saveFrame [read, protected] |
- (struct CGRect) _highlightRect [read, protected] |
- (int) _highlightIndex [protected] |
- (unsigned int) stillTracking [protected] |
- (unsigned int) reserved [protected] |
struct { ... } UIPopup::_popupFlags [protected] |