Up
Authors
- Fred Kiefer(
FredKiefer@gmx.de
)
-
Displays a symbol in a NSRulerView.
Copyright: (C) 2001 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSRulerMarker.h
- Conforms to:
- NSCopying
- NSCoding
Standards:
Description forthcoming.
Method summary
- (void) drawRect: (NSRect)aRect;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSImage*) image;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSPoint) imageOrigin;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSRect) imageRectInRuler;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (id) initWithRulerView: (NSRulerView*)aRulerView markerLocation: (float)location image: (NSImage*)anImage imageOrigin: (NSPoint)imageOrigin;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (BOOL) isDragging;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (BOOL) isMovable;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (BOOL) isRemovable;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (float) makerLocation;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (id) representedObject;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSRulerView*) ruler;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setImage: (NSImage*)anImage;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setImageOrigin: (NSPoint)aPoint;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setMarkerLocation: (float)location;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setMovable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setRemovable: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setRepresentedObject: (id)anObject;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (float) thicknessRequiredInRuler;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (BOOL) trackMouse: (NSEvent*)theEvent adding: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
Up