Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSRulerView.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
+ (void)
registerUnitWithName: (NSString*)uName
abbreviation: (NSString*)abbreviation
unitToPointsConversionFactor: (float)conversionFactor
stepUpCycle: (NSArray*)stepUpCycle
stepDownCycle: (NSArray*)stepDownCycle;
Availability: OpenStep
Description forthcoming.
- (
NSView*)
accessoryView;
Availability: OpenStep
Description forthcoming.
- (void)
addMarker: (
NSRulerMarker*)aMarker;
Availability: OpenStep
Description forthcoming.
- (float)
baselineLocation;
Availability: OpenStep
Description forthcoming.
- (
NSView*)
clientView;
Availability: OpenStep
Description forthcoming.
- (void)
drawHashMarksAndLabelsInRect: (NSRect)aRect;
Availability: OpenStep
Description forthcoming.
- (void)
drawMarkersInRect: (NSRect)aRect;
Availability: OpenStep
Description forthcoming.
- (void)
invalidateHashMarks;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isFlipped;
Availability: OpenStep
Description forthcoming.
- (NSArray*)
markers;
Availability: OpenStep
Description forthcoming.
- (NSString*)
measurementUnits;
Availability: OpenStep
Description forthcoming.
- (void)
moveRulerlineFromLocation: (float)oldLoc
toLocation: (float)newLoc;
Availability: OpenStep
Description forthcoming.
- (float)
originOffset;
Availability: OpenStep
Description forthcoming.
- (void)
removeMarker: (
NSRulerMarker*)aMarker;
Availability: OpenStep
Description forthcoming.
- (float)
requiredThickness;
Availability: OpenStep
Description forthcoming.
- (float)
reservedThicknessForAccessoryView;
Availability: OpenStep
Description forthcoming.
- (float)
reservedThicknessForMarkers;
Availability: OpenStep
Description forthcoming.
- (float)
ruleThickness;
Availability: OpenStep
Description forthcoming.
- (
NSScrollView*)
scrollView;
Availability: OpenStep
Description forthcoming.
- (void)
setAccessoryView: (
NSView*)aView;
Availability: OpenStep
Description forthcoming.
- (void)
setClientView: (
NSView*)aView;
Availability: OpenStep
Description forthcoming.
- (void)
setMarkers: (NSArray*)newMarkers;
Availability: OpenStep
Description forthcoming.
- (void)
setMeasurementUnits: (NSString*)uName;
Availability: OpenStep
Description forthcoming.
- (void)
setOrientation: (
NSRulerOrientation)o;
Availability: OpenStep
Description forthcoming.
- (void)
setOriginOffset: (float)offset;
Availability: OpenStep
Description forthcoming.
- (void)
setReservedThicknessForAccessoryView: (float)thickness;
Availability: OpenStep
Description forthcoming.
- (void)
setReservedThicknessForMarkers: (float)thickness;
Availability: OpenStep
Description forthcoming.
- (void)
setRuleThickness: (float)thickness;
Availability: OpenStep
Description forthcoming.
- (void)
setScrollView: (
NSScrollView*)scrollView;
Availability: OpenStep
Description forthcoming.
- (BOOL)
trackMarker: (
NSRulerMarker*)aMarker
withMouseEvent: (
NSEvent*)theEvent;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSRulerView Class
@protected float _UNUSED;
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 NSView* _accessoryView;
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 _cacheIsValid;
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 NSView* _clientView;
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 _labelDistance;
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 NSString* _labelFormat;
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 _markDistance;
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 NSMutableArray* _markers;
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 int _marksToBigMark;
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 int _marksToLabel;
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 int _marksToMidMark;
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 NSRulerOrientation _orientation;
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 _originOffset;
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 _reservedThicknessForAccessoryView;
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 _reservedThicknessForMarkers;
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 _ruleThickness;
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 NSScrollView* _scrollView;
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 GSRulerUnit* _unit;
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 _unitToRuler;
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.
- Declared in:
- AppKit/NSRulerView.h
Availability: OpenStep
Description forthcoming.
Method summary
- (void)
rulerView: (
NSRulerView*)aRulerView
didAddMarker: (
NSRulerMarker*)aMarker;
Availability: OpenStep
Description forthcoming.
- (void)
rulerView: (
NSRulerView*)aRulerView
didMoveMarker: (
NSRulerMarker*)aMarker;
Availability: OpenStep
Description forthcoming.
- (void)
rulerView: (
NSRulerView*)aRulerView
didRemoveMarker: (
NSRulerMarker*)aMarker;
Availability: OpenStep
Description forthcoming.
- (void)
rulerView: (
NSRulerView*)aRulerView
handleMouseDown: (
NSEvent*)theEvent;
Availability: OpenStep
Description forthcoming.
- (BOOL)
rulerView: (
NSRulerView*)aRulerView
shouldAddMarker: (
NSRulerMarker*)aMarker;
Availability: OpenStep
Description forthcoming.
- (BOOL)
rulerView: (
NSRulerView*)aRulerView
shouldMoveMarker: (
NSRulerMarker*)aMarker;
Availability: OpenStep
Description forthcoming.
- (BOOL)
rulerView: (
NSRulerView*)aRulerView
shouldRemoveMarker: (
NSRulerMarker*)aMarker;
Availability: OpenStep
Description forthcoming.
- (float)
rulerView: (
NSRulerView*)aRulerView
willAddMarker: (
NSRulerMarker*)aMarker
atLocation: (float)location;
Availability: OpenStep
Description forthcoming.
- (float)
rulerView: (
NSRulerView*)aRulerView
willMoveMarker: (
NSRulerMarker*)aMarker
toLocation: (float)location;
Availability: OpenStep
Description forthcoming.
- (void)
rulerView: (
NSRulerView*)aRulerView
willSetClientView: (
NSView*)newClient;
Availability: OpenStep
Description forthcoming.
Up