#import <ISDialog.h>
Abgeleitet von NSObject.
Ö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 |
Definiert in Zeile 11 der Datei ISDialog.h.
| - (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 | ||
- (int) _priority [protected] |
Definiert in Zeile 13 der Datei ISDialog.h.
Definiert in Zeile 14 der Datei ISDialog.h.
Definiert in Zeile 15 der Datei ISDialog.h.
- (NSMutableArray*) _buttons [protected] |
Definiert in Zeile 16 der Datei ISDialog.h.
Definiert in Zeile 17 der Datei ISDialog.h.
- (NSMutableDictionary*) _handlerInfo [protected] |
Definiert in Zeile 18 der Datei ISDialog.h.