UIPopup Klassenreferenz

#import <UIPopup.h>

Abgeleitet von UIControl.

Aufstellung aller Elemente


Ö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

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei UIPopup.h.


Dokumentation der Elementfunktionen

- (id) initWithFrame: (struct CGRect fp8  

Implementiert UIView.

- (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.


Dokumentation der Datenelemente

- (int) _selectedIndex [protected]

Definiert in Zeile 11 der Datei UIPopup.h.

- (struct CGRect) _saveFrame [read, protected]

Definiert in Zeile 12 der Datei UIPopup.h.

- (struct CGRect) _highlightRect [read, protected]

Definiert in Zeile 13 der Datei UIPopup.h.

- (int) _highlightIndex [protected]

Definiert in Zeile 14 der Datei UIPopup.h.

- (unsigned int) stillTracking [protected]

Definiert in Zeile 16 der Datei UIPopup.h.

- (unsigned int) reserved [protected]

Implementiert UIControl.

Definiert in Zeile 17 der Datei UIPopup.h.

struct { ... } UIPopup::_popupFlags [protected]


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: