[Previous]
[Up]
[Next]
NSSliderCell
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: AppKit/NSSliderCell.h
Inherits from: NSActionCell
Conforms to: NSCoding
+ (BOOL) prefersTrackingUntilMouseUp
- (BOOL) allowsTickMarkValuesOnly
- (double) altIncrementValue
- (double) closestTickMarkValueToValue: (double)aValue
- (void) drawBarInside: (NSRect)aRect flipped: (BOOL)flipped
- (void) drawKnob
- (void) drawKnob: (NSRect)knobRect
- (int) indexOfTickMarkAtPoint: (NSPoint)point
- (int) isVertical
- (NSRect) knobRectFlipped: (BOOL)flipped
- (float) knobThickness
- (double) maxValue
- (double) minValue
- (int) numberOfTickMarks
- (NSRect) rectOfTickMarkAtIndex: (int)index
- (void) setAllowsTickMarkValuesOnly: (BOOL)flag
- (void) setAltIncrementValue: (double)increment
- (void) setKnobThickness: (float)thickness
- (void) setMaxValue: (double)aDouble
- (void) setMinValue: (double)aDouble
- (void) setNumberOfTickMarks: (int)numberOfTickMarks
- (void) setTickMarkPosition: (NSTickMarkPosition)position
- (void) setTitle: (NSString*)title
- (void) setTitleCell: (NSCell*)aCell
- (void) setTitleColor: (NSColor*)color
- (void) setTitleFont: (NSFont*)font
- (NSTickMarkPosition) tickMarkPosition
- (double) tickMarkValueAtIndex: (int)index
- (NSString*) title
- (id) titleCell
- (NSColor*) titleColor
- (NSFont*) titleFont
- (NSRect) trackRect