#import <CPDragServer.h>
Class Methods | |
(void) | + initialize |
(CPDragServer) | + sharedDragServer |
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: |
(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 |
Definition at line 2 of file CPDragServer.h.
|
implementation |
Synthesized accessor method.
Provided by category CPDragServer(CPSynthesizedAccessors).
Definition at line 504 of file CPDragServer.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDragServer(CPSynthesizedAccessors).
Definition at line 496 of file CPDragServer.j.
|
implementation |
Definition at line 167 of file CPDragServer.j.
|
implementation |
Definition at line 307 of file CPDragServer.j.
|
implementation |
Definition at line 172 of file CPDragServer.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDragServer(CPSynthesizedAccessors).
Definition at line 512 of file CPDragServer.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDragServer(CPSynthesizedAccessors).
Definition at line 520 of file CPDragServer.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDragServer(CPSynthesizedAccessors).
Definition at line 528 of file CPDragServer.j.
|
implementation |
Definition at line 194 of file CPDragServer.j.
|
implementation |
Definition at line 177 of file CPDragServer.j.
|
implementation |
Definition at line 211 of file CPDragServer.j.
|
implementation |
Initiates a drag session.
anImage | the image to be dragged |
aWindow | the source window of the drag session |
imageLocation | |
mouseOffset | |
anEvent | |
aPasteboard | the pasteboard where the drag data is located |
aSourceObject | the object where the drag started |
slideBack | if YES , aView slides back to its origin on a failed drop |
Definition at line 427 of file CPDragServer.j.
|
implementation |
Initiates a drag session.
aView | the view being dragged |
aWindow | the window where the drag source is |
viewLocation | |
mouseOffset | |
anEvent | |
aPasteboard | the pasteboard that contains the drag data |
aSourceObject | the object where the drag started |
slideBack | if YES , aView slides back to its origin on a failed drop |
Definition at line 346 of file CPDragServer.j.
|
implementation |
Initializes the receiver
Reimplemented from CPObject.
Definition at line 153 of file CPDragServer.j.
|
implementation |
Reimplemented from CPObject.
Definition at line 134 of file CPDragServer.j.
|
implementation |
Synthesized accessor method.
Provided by category CPDragServer(CPSynthesizedAccessors).
Definition at line 488 of file CPDragServer.j.
|
implementation |
Definition at line 325 of file CPDragServer.j.
|
implementation |
Definition at line 142 of file CPDragServer.j.
|
implementation |
Definition at line 441 of file CPDragServer.j.