Up

NSRulerMarker

Authors

Fred Kiefer (FredKiefer@gmx.de)
Displays a symbol in a NSRulerView.

Copyright: (C) 2001 Free Software Foundation, Inc.

Software documentation for the NSRulerMarker class

NSRulerMarker : NSObject

Declared in:
AppKit/NSRulerMarker.h
Conforms to:
NSCopying
NSCoding
Standards:

Description forthcoming.



Instance Variables for NSRulerMarker Class

_image

@private NSImage* _image;

Description forthcoming.


_imageOrigin

@private NSPoint _imageOrigin;

Description forthcoming.


_isDragging

@private BOOL _isDragging;

Description forthcoming.


_isMovable

@private BOOL _isMovable;

Description forthcoming.


_isRemovable

@private BOOL _isRemovable;

Description forthcoming.


_location

@private float _location;

Description forthcoming.


_representedObject

@private id _representedObject;

Description forthcoming.


_rulerView

@private NSRulerView* _rulerView;

Description forthcoming.





Method summary

drawRect: 

- (void) drawRect: (NSRect)aRect;

Description forthcoming.


image 

- (NSImage*) image;

Description forthcoming.


imageOrigin 

- (NSPoint) imageOrigin;

Description forthcoming.


imageRectInRuler 

- (NSRect) imageRectInRuler;

Description forthcoming.


initWithRulerView: markerLocation: image: imageOrigin: 

- (id) initWithRulerView: (NSRulerView*)aRulerView markerLocation: (float)location image: (NSImage*)anImage imageOrigin: (NSPoint)imageOrigin;

Description forthcoming.


isDragging 

- (BOOL) isDragging;

Description forthcoming.


isMovable 

- (BOOL) isMovable;

Description forthcoming.


isRemovable 

- (BOOL) isRemovable;

Description forthcoming.


markerLocation 

- (float) markerLocation;

Description forthcoming.


representedObject 

- (id<NSCopying>) representedObject;

Description forthcoming.


ruler 

- (NSRulerView*) ruler;

Description forthcoming.


setImage: 

- (void) setImage: (NSImage*)anImage;

Description forthcoming.


setImageOrigin: 

- (void) setImageOrigin: (NSPoint)aPoint;

Description forthcoming.


setMarkerLocation: 

- (void) setMarkerLocation: (float)location;

Description forthcoming.


setMovable: 

- (void) setMovable: (BOOL)flag;

Description forthcoming.


setRemovable: 

- (void) setRemovable: (BOOL)flag;

Description forthcoming.


setRepresentedObject: 

- (void) setRepresentedObject: (id<NSCopying>)anObject;

Description forthcoming.


thicknessRequiredInRuler 

- (float) thicknessRequiredInRuler;

Description forthcoming.


trackMouse: adding: 

- (BOOL) trackMouse: (NSEvent*)theEvent adding: (BOOL)adding;

Description forthcoming.



Up