![]() |
API
0.9.6
|
#import <CPPopover.h>
Additional Inherited Members | |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
![]() | |
Class | isa |
This class represent a widget that displays a attached view relative to another one.
Delegate can implement:
Definition at line 2 of file CPPopover.h.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 408 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 424 of file CPPopover.j.
|
implementation |
Definition at line 300 of file CPPopover.j.
|
implementation |
Definition at line 307 of file CPPopover.j.
|
implementation |
Definition at line 289 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 440 of file CPPopover.j.
|
implementation |
Closes the popover
Definition at line 241 of file CPPopover.j.
|
implementation |
Returns the size of the popover's view
Definition at line 118 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 384 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 400 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 366 of file CPPopover.j.
|
implementation |
Initialize the CPPopover witn default values
Reimplemented from CPObject.
Definition at line 75 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 351 of file CPPopover.j.
|
implementation |
|
implementation |
This method is called only when a non-popover parent window is closing. In that case popovers should order out.
Definition at line 323 of file CPPopover.j.
|
implementation |
Close the popover
sender | the sender of the action |
Definition at line 272 of file CPPopover.j.
|
implementation |
Returns the current rect of the popover
Definition at line 96 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 416 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 432 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 153 of file CPPopover.j.
|
implementation |
Provided by category CPPopover(Deprecated).
Definition at line 333 of file CPPopover.j.
|
implementation |
Sets the size of of the popover's view
aSize | the desired size |
Definition at line 130 of file CPPopover.j.
|
implementation |
Synthesized accessor method.
Provided by category CPPopover(CPSynthesizedAccessors).
Definition at line 392 of file CPPopover.j.
|
implementation |
Definition at line 162 of file CPPopover.j.
|
implementation |
Sets the frame of the popover
aRect | the desired frame |
Definition at line 106 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 196 of file CPPopover.j.
|
implementation |
Definition at line 233 of file CPPopover.j.