[Previous] [Up] [Next]

NSProgressIndicator

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSProgressIndicator

NSProgressIndicator

Declared in: Gui/NSProgressIndicator.h

Inherits from: NSView

Conforms to: NSCoding


Instance Variables

Methods


Instances Methods

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;