ISDialog Klassenreferenz

#import <ISDialog.h>

Abgeleitet von NSObject.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - init
(id) - initWithDialogDictionary:
(void) - dealloc
(void) - postNotification
(int) - priority
(void) - setPriority:
(id) - title
(void) - setTitle:
(id) - body
(void) - setBody:
(void) - addButtonWithTitle:url:
(void) - addButtonWithTitle:buyParameters:
(BOOL) - hasButtonWithActionType:
(unsigned int) - numberOfButtons
(id) - buttonAtIndex:
(id) - handler
(void) - setHandler:
(id) - valueForHandlerInfoKey:
(void) - setValue:forHandlerInfoKey:

Geschützte Attribute

int _priority
NSString_title
NSString_body
NSMutableArray_buttons
NSObject< ISDialogURLHandler > * _handler
NSMutableDictionary_handlerInfo

Ausführliche Beschreibung

Definiert in Zeile 11 der Datei ISDialog.h.


Dokumentation der Elementfunktionen

- (id) init  

- (id) initWithDialogDictionary: (id)  fp8  

- (void) dealloc  

Implementiert NSObject.

- (void) postNotification  

- (int) priority  

- (void) setPriority: (int)  fp8  

- (id) title  

- (void) setTitle: (id)  fp8  

- (id) body  

- (void) setBody: (id)  fp8  

- (void) addButtonWithTitle: (id)  fp8
url: (id)  fp12 

- (void) addButtonWithTitle: (id)  fp8
buyParameters: (id)  fp12 

- (BOOL) hasButtonWithActionType: (int)  fp8  

- (unsigned int) numberOfButtons  

- (id) buttonAtIndex: (unsigned int)  fp8  

- (id) handler  

- (void) setHandler: (id)  fp8  

- (id) valueForHandlerInfoKey: (id)  fp8  

- (void) setValue: (id)  fp8
forHandlerInfoKey: (id)  fp12 


Dokumentation der Datenelemente

- (int) _priority [protected]

Definiert in Zeile 13 der Datei ISDialog.h.

- (NSString*) _title [protected]

Definiert in Zeile 14 der Datei ISDialog.h.

- (NSString*) _body [protected]

Definiert in Zeile 15 der Datei ISDialog.h.

- (NSMutableArray*) _buttons [protected]

Definiert in Zeile 16 der Datei ISDialog.h.

- (NSObject<ISDialogURLHandler>*) _handler [protected]

Definiert in Zeile 17 der Datei ISDialog.h.

Definiert in Zeile 18 der Datei ISDialog.h.


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