[Previous]
[Up]
[Next]
NSRulerMarker
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSRulerMarker.h
Inherits from: NSObject
Conforms to: NSCopying
Instance Variables
Methods
Instances Methods
- (void) drawRect: (NSRect)aRect;
- (NSImage*) image;
- (NSPoint) imageOrigin;
- (NSRect) imageRectInRuler;
- (id) initWithRulerView: (NSRulerView*)aRulerView markerLocation: (float)location image: (NSImage *)anImage imageOrigin: (NSPoint)imageOrigin;
- (BOOL) isDragging;
- (BOOL) isMovable;
- (BOOL) isRemovable;
- (float) makerLocation;
- (id<NSCopying>) representedObject;
- (NSRulerView*) ruler;
- (void) setImage: (NSImage*)anImage;
- (void) setImageOrigin: (NSPoint)aPoint;
- (void) setMarkerLocation: (float)location;
- (void) setMovable: (BOOL)flag;
- (void) setRemovable: (BOOL)flag;
- (void) setRepresentedObject: (id<NSCopying>)anObject;
- (float) thicknessRequiredInRuler;
- (BOOL) trackMouse: (NSEvent*)theEvent;