[Previous] [Up] [Next]

NSSliderCell

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSSliderCell

NSSliderCell

Declared in: AppKit/NSSliderCell.h

Inherits from: NSActionCell

Conforms to: NSCoding



prefersTrackingUntilMouseUp

+ (BOOL) prefersTrackingUntilMouseUp

allowsTickMarkValuesOnly

- (BOOL) allowsTickMarkValuesOnly

altIncrementValue

- (double) altIncrementValue

closestTickMarkValueToValue:

- (double) closestTickMarkValueToValue: (double)aValue

drawBarInside:flipped:

- (void) drawBarInside: (NSRect)aRect flipped: (BOOL)flipped

drawKnob

- (void) drawKnob

drawKnob:

- (void) drawKnob: (NSRect)knobRect

indexOfTickMarkAtPoint:

- (int) indexOfTickMarkAtPoint: (NSPoint)point

isVertical

- (int) isVertical

knobRectFlipped:

- (NSRect) knobRectFlipped: (BOOL)flipped

knobThickness

- (float) knobThickness

maxValue

- (double) maxValue

minValue

- (double) minValue

numberOfTickMarks

- (int) numberOfTickMarks

rectOfTickMarkAtIndex:

- (NSRect) rectOfTickMarkAtIndex: (int)index

setAllowsTickMarkValuesOnly:

- (void) setAllowsTickMarkValuesOnly: (BOOL)flag

setAltIncrementValue:

- (void) setAltIncrementValue: (double)increment

setKnobThickness:

- (void) setKnobThickness: (float)thickness

setMaxValue:

- (void) setMaxValue: (double)aDouble

setMinValue:

- (void) setMinValue: (double)aDouble

setNumberOfTickMarks:

- (void) setNumberOfTickMarks: (int)numberOfTickMarks

setTickMarkPosition:

- (void) setTickMarkPosition: (NSTickMarkPosition)position

setTitle:

- (void) setTitle: (NSString*)title

setTitleCell:

- (void) setTitleCell: (NSCell*)aCell

setTitleColor:

- (void) setTitleColor: (NSColor*)color

setTitleFont:

- (void) setTitleFont: (NSFont*)font

tickMarkPosition

- (NSTickMarkPosition) tickMarkPosition

tickMarkValueAtIndex:

- (double) tickMarkValueAtIndex: (int)index

title

- (NSString*) title

titleCell

- (id) titleCell

titleColor

- (NSColor*) titleColor

titleFont

- (NSFont*) titleFont

trackRect

- (NSRect) trackRect