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
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (void)
drawRect: (
NSRect)aRect;
Availability: OpenStep
Description forthcoming.
- (
NSImage*)
image;
Availability: OpenStep
Description forthcoming.
- (
NSPoint)
imageOrigin;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
imageRectInRuler;
Availability: OpenStep
Description forthcoming.
- (id)
initWithRulerView: (
NSRulerView*)aRulerView
markerLocation: (
CGFloat)location
image: (
NSImage*)anImage
imageOrigin: (
NSPoint)imageOrigin;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isDragging;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isMovable;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isRemovable;
Availability: OpenStep
Description forthcoming.
- (
CGFloat)
markerLocation;
Availability: OpenStep
Description forthcoming.
- (id<
NSCopying>)
representedObject;
Availability: OpenStep
Description forthcoming.
- (
NSRulerView*)
ruler;
Availability: OpenStep
Description forthcoming.
- (void)
setImage: (
NSImage*)anImage;
Availability: OpenStep
Description forthcoming.
- (void)
setImageOrigin: (
NSPoint)aPoint;
Availability: OpenStep
Description forthcoming.
- (void)
setMarkerLocation: (
CGFloat)location;
Availability: OpenStep
Description forthcoming.
- (void)
setMovable: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setRemovable: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setRepresentedObject: (id<
NSCopying>)anObject;
Availability: OpenStep
Description forthcoming.
- (
CGFloat)
thicknessRequiredInRuler;
Availability: OpenStep
Description forthcoming.
- (BOOL)
trackMouse: (
NSEvent*)theEvent
adding: (BOOL)adding;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSRulerMarker Class
@protected NSImage* _image;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSPoint _imageOrigin;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _isDragging;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _isMovable;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _isRemovable;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected CGFloat _location;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id _representedObject;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSRulerView* _rulerView;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up