#import <CPPopover.h>
Additional Inherited Members | |
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 |
This class represent a widget that displays a popover view relative to another one.
Delegate can implement:
Definition at line 2 of file CPPopover.h.
|
implementation |
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 433 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 441 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 457 of file CPPopover.j.
|
implementation |
Closes the popover
Definition at line 268 of file CPPopover.j.
|
implementation |
Returns the size of the popover's view
Definition at line 130 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 417 of file CPPopover.j.
|
implementation |
Archives the responder to a coder.
aCoder | the coder to which the responder will be archived |
Reimplemented from CPResponder.
Provided by category CPPopover(CPCoding).
Definition at line 399 of file CPPopover.j.
|
implementation |
Initialize the CPPopover witn default values
Reimplemented from CPObject.
Definition at line 85 of file CPPopover.j.
|
implementation |
Initializes the responder with data from a coder.
aCoder | the coder from which data will be read |
Reimplemented from CPResponder.
Provided by category CPPopover(CPCoding).
Definition at line 384 of file CPPopover.j.
|
implementation |
|
implementation |
Close the popover
sender | the sender of the action |
Definition at line 299 of file CPPopover.j.
|
implementation |
Returns the current rect of the popover
Definition at line 106 of file CPPopover.j.
|
implementation |
Set if the popover should animate for open/close actions.
shouldAnimate | if YES, the popover will be animated. |
Definition at line 163 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 449 of file CPPopover.j.
|
implementation |
Set the behavior of the CPPopover. It can be:
CPPopoverBehaviorTransient:
the popover will close if another control outside the popover becomes the responderCPPopoverBehaviorApplicationDefined:
(DEFAULT) the application is responsible for closing the popoveraBehavior | the desired behavior |
Definition at line 180 of file CPPopover.j.
|
implementation |
Provided by category CPPopover(Deprecated).
Definition at line 366 of file CPPopover.j.
|
implementation |
Sets the size of of the popover's view
aSize | the desired size |
Definition at line 140 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 425 of file CPPopover.j.
|
implementation |
Definition at line 189 of file CPPopover.j.
|
implementation |
Sets the frame of the popover
aRect | the desired frame |
Definition at line 117 of file CPPopover.j.
|
implementation |
Show the popover
positioningRect | if set, the popover will be positionned to a random rect relative to the window |
positioningView | if set, the popover will be positioned relative to this view |
preferredEdge | CPRectEdge representing the preferred positioning. |
Definition at line 223 of file CPPopover.j.