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: (float)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.
- (float)
markerLocation;
Availability: OpenStep
Description forthcoming.
- (id
) 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: (float)location;
Availability: OpenStep
Description forthcoming.
- (void)
setMovable: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setRemovable: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setRepresentedObject: (id
)anObject;
Availability: OpenStep
Description forthcoming.
- (float)
thicknessRequiredInRuler;
Availability: OpenStep
Description forthcoming.
- (BOOL)
trackMouse: (
NSEvent*)theEvent
adding: (BOOL)adding;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSRulerMarker Class
@protected NSImage* _image;
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;
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;
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;
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;
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 float _location;
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;
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;
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