CPDragServer Class Reference
List of all members.
Detailed Description
Definition at line 134 of file CPDragServer.j.
Member Function Documentation
- (id _draggingSource) accessors |
|
(readonly) |
|
|
|
(getter) |
= draggedWindow | |
|
|
| | [implementation] |
- (id) draggingDestination |
|
|
|
[implementation] |
- (void) draggingEndedInPlatformWindow: |
|
(CPPlatformWindow) |
aPlatformWindow |
globalLocation: |
|
(CGPoint) |
aLocation |
operation: |
|
(CPDragOperation) |
anOperation | |
|
|
| | [implementation] |
- (CGPoint) draggingLocation |
|
|
|
[implementation] |
- (void) draggingSourceUpdatedWithGlobalLocation: |
|
(CGPoint) |
aGlobalLocation |
|
[implementation] |
- (void) draggingStartedInPlatformWindow: |
|
(CPPlatformWindow) |
aPlatformWindow |
globalLocation: |
|
(CGPoint) |
aLocation | |
|
|
| | [implementation] |
- (CPDragOperation) draggingUpdatedInPlatformWindow: |
|
(CPPlatformWindow) |
aPlatformWindow |
location: |
|
(CGPoint) |
aLocation | |
|
|
| | [implementation] |
- (void) dragImage: |
|
(CPImage) |
anImage |
fromWindow: |
|
(CPWindow) |
aWindow |
at: |
|
(CGPoint) |
imageLocation |
offset: |
|
(CGSize) |
mouseOffset |
event: |
|
(CPEvent) |
anEvent |
pasteboard: |
|
(CPPasteboard) |
aPasteboard |
source: |
|
(id) |
aSourceObject |
slideBack: |
|
(BOOL) |
slideBack | |
|
|
| | [implementation] |
Initiates a drag session.
- Parameters:
-
| 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 376 of file CPDragServer.j.
- (void) dragView: |
|
(CPView) |
aView |
fromWindow: |
|
(CPWindow) |
aWindow |
at: |
|
(CGPoint) |
viewLocation |
offset: |
|
(CGSize) |
mouseOffset |
event: |
|
(CPEvent) |
mouseDownEvent |
pasteboard: |
|
(CPPasteboard) |
aPasteboard |
source: |
|
(id) |
aSourceObject |
slideBack: |
|
(BOOL) |
slideBack | |
|
|
| | [implementation] |
Initiates a drag session.
- Parameters:
-
| 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 299 of file CPDragServer.j.
- (id) init |
|
|
|
[implementation] |
+ (void) initialize |
|
|
|
[implementation] |
- (void) performDragOperationInPlatformWindow: |
|
(CPPlatformWindow) |
aPlatformWindow |
|
[implementation] |
- (void) trackDragging: |
|
(CPEvent) |
anEvent |
|
[implementation] |
The documentation for this class was generated from the following file: