[Previous] [Up] [Next]

NSProgressIndicator

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSProgressIndicator

NSProgressIndicator

Declared in: Gui/NSProgressIndicator.h

Inherits from: NSView

Conforms to: NSCoding



animate:

- (void) animate: (id)sender

animationDelay

- (NSTimeInterval) animationDelay

doubleValue

- (double) doubleValue

incrementBy:

- (void) incrementBy: (double)delta

initWithFrame:

- (id) initWithFrame: (NSRect)frameRect

isBezeled

- (BOOL) isBezeled

isIndeterminate

- (BOOL) isIndeterminate

maxValue

- (double) maxValue

minValue

- (double) minValue

setAnimationDelay:

- (void) setAnimationDelay: (NSTimeInterval)delay

setBezeled:

- (void) setBezeled: (BOOL)flag

setDoubleValue:

- (void) setDoubleValue: (double)doubleValue

setIndeterminate:

- (void) setIndeterminate: (BOOL)flag

setMaxValue:

- (void) setMaxValue: (double)newMaximum

setMinValue:

- (void) setMinValue: (double)newMinimum

setUsesThreadedAnimation:

- (void) setUsesThreadedAnimation: (BOOL)flag

stopAnimation:

- (void) stopAnimation: (id)sender

usesThreadedAnimation

- (BOOL) usesThreadedAnimation