0
(- (id) hitTest:(NSPoint) aPoint is
0
(if (PointInRect aPoint (self frame))
0
- (else
NULL))) ;; in the most hard-won conclusion of this project, this should be NULL and not nil.
0
+ (else
nil))) ;; in the most hard-won conclusion of this project, this should be NULL and not nil.
0
(- (BOOL) shouldDelayWindowOrderingForEvent:(id) theEvent is YES)
0
(- (int) draggingSourceOperationMaskForLocal:(BOOL) flag is NSDragOperationCopy)
0
- (- (id) menuForEvent:(id) e is
NULL)
0
+ (- (id) menuForEvent:(id) e is
nil)
0
(- (void) mouseDown:(id) e is
0
(NSApp preventWindowOrdering)
0
;; Is this a significant distance from the mouseDown?
0
(unless (< (distanceSquaredBetweenPoints start current) 52.0)
0
- (set dragStart (self convertPoint:start fromView:
NULL))
0
+ (set dragStart (self convertPoint:start fromView:
nil))
0
(set imageSize ($dragImage size))
0
(set dragStart (list (- (dragStart first) (/ (imageSize first) 3.0))
0
(- (dragStart second) (/ (imageSize second) 3.0))))
0
(unless (eq pi oldInfo)
0
((@undoManager prepareWithInvocationTarget:self) replacePageInfoAt:i withPageInfo:oldInfo)
0
(@pageInfos replaceObjectAtIndex:i withObject:pi)
0
- ((NSNotificationCenter defaultCenter) postNotificationName:"PackModelChangedNotification" object:self userInfo:
NULL)))
0
+ ((NSNotificationCenter defaultCenter) postNotificationName:"PackModelChangedNotification" object:self userInfo:
nil)))
0
(- (void) setImageRep:(id) r pageOfRep:(int) repPage forPage:(int) viewPage is
0
(set pi ((PageInfo alloc) init))
0
(set str (NSString stringWithContentsOfFile:currentPath
0
encoding:NSUTF8StringEncoding
0
(set atts (self textAttributes))
0
(- (int) pageForPointInWindow:(NSPoint) p is
0
- (set x (self convertPoint:p fromView:
NULL))
0
+ (set x (self convertPoint:p fromView:
nil))
0
(- (int) draggingEntered:(id) sender is
Comments
No one has commented yet.