[Previous] [Up] [Next]

NSSlider

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSSlider

NSSlider

Declared in: AppKit/NSSlider.h

Inherits from: NSControl

Conforms to: NSCoding



acceptsFirstMouse:

- (BOOL) acceptsFirstMouse: (NSEvent*)mouseDownEvent

allowsTickMarkValuesOnly

- (BOOL) allowsTickMarkValuesOnly

altIncrementValue

- (double) altIncrementValue

closestTickMarkValueToValue:

- (double) closestTickMarkValueToValue: (double)aValue

image

- (NSImage*) image

indexOfTickMarkAtPoint:

- (int) indexOfTickMarkAtPoint: (NSPoint)point

isVertical

- (int) isVertical

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

setImage:

- (void) setImage: (NSImage*)barImage

setKnobThickness:

- (void) setKnobThickness: (float)thickness

setMaxValue:

- (void) setMaxValue: (double)maxValue

setMinValue:

- (void) setMinValue: (double)minValue

setNumberOfTickMarks:

- (void) setNumberOfTickMarks: (int)numberOfTickMarks

setTickMarkPosition:

- (void) setTickMarkPosition: (NSTickMarkPosition)position

setTitle:

- (void) setTitle: (NSString*)barTitle

setTitleCell:

- (void) setTitleCell: (NSCell*)titleCell

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