Up

NSRulerMarker

Authors

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

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


Contents -

  1. Software documentation for the NSRulerMarker class

Software documentation for the NSRulerMarker class

NSRulerMarker : NSObject

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

Description forthcoming.

Method summary

drawRect:

- (void) drawRect: (NSRect)aRect;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


image

- (NSImage*) image;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


imageOrigin

- (NSPoint) imageOrigin;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


imageRectInRuler

- (NSRect) imageRectInRuler;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithRulerView:markerLocation:image:imageOrigin:

- (id) initWithRulerView: (NSRulerView*)aRulerView markerLocation: (float)location image: (NSImage*)anImage imageOrigin: (NSPoint)imageOrigin;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isDragging

- (BOOL) isDragging;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isMovable

- (BOOL) isMovable;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isRemovable

- (BOOL) isRemovable;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


makerLocation

- (float) makerLocation;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


representedObject

- (id) representedObject;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


ruler

- (NSRulerView*) ruler;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setImage:

- (void) setImage: (NSImage*)anImage;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setImageOrigin:

- (void) setImageOrigin: (NSPoint)aPoint;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMarkerLocation:

- (void) setMarkerLocation: (float)location;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMovable:

- (void) setMovable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setRemovable:

- (void) setRemovable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setRepresentedObject:

- (void) setRepresentedObject: (id)anObject;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


thicknessRequiredInRuler

- (float) thicknessRequiredInRuler;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


trackMouse:adding:

- (BOOL) trackMouse: (NSEvent*)theEvent adding: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up