The CPUserNotificationCenter class delivers user notifications to the user from applications or helper applications. More...
#import <CPUserNotificationCenter.h>
Class Methods | |
(CPNotificationCenter) | + defaultUserNotificationCenter |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
The CPUserNotificationCenter class delivers user notifications to the user from applications or helper applications.
Definition at line 2 of file CPUserNotificationCenter.h.
|
implementation |
Returns the user's notification center
Definition at line 65 of file CPUserNotificationCenter.j.
|
implementation |
Synthesized accessor method.
Provided by category CPUserNotificationCenter(CPSynthesizedAccessors).
Definition at line 294 of file CPUserNotificationCenter.j.
|
implementation |
Deliver the given user notification
aNotification | the user notification |
Definition at line 162 of file CPUserNotificationCenter.j.
|
implementation |
Initializes the receiver
Reimplemented from CPObject.
Definition at line 73 of file CPUserNotificationCenter.j.
|
implementation |
Remove all delivered user notifications from the user notification center.
Definition at line 179 of file CPUserNotificationCenter.j.
|
implementation |
Remove a delivered user notification from the user notification center.
aNotification | the user notification |
Definition at line 171 of file CPUserNotificationCenter.j.
|
implementation |
Removes the given user notification for the scheduled notifications.
anUserNotification | the user notification |
Definition at line 144 of file CPUserNotificationCenter.j.
|
implementation |
Synthesized accessor method.
Provided by category CPUserNotificationCenter(CPSynthesizedAccessors).
Definition at line 310 of file CPUserNotificationCenter.j.
|
implementation |
Schedules the given user notification
anUserNotification | the user notification |
Definition at line 117 of file CPUserNotificationCenter.j.
|
implementation |
Definition at line 91 of file CPUserNotificationCenter.j.
|
implementation |
Synthesized accessor method.
Provided by category CPUserNotificationCenter(CPSynthesizedAccessors).
Definition at line 302 of file CPUserNotificationCenter.j.
|
implementation |
Synthesized accessor method.
Provided by category CPUserNotificationCenter(CPSynthesizedAccessors).
Definition at line 318 of file CPUserNotificationCenter.j.