[Previous]
[Up]
[Next]
NSProgressIndicator
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSProgressIndicator.h
Inherits from: NSView
Conforms to: NSCoding
Instance Variables
Methods
Instances Methods
- (void) animate: (id)sender;
- (NSTimeInterval) animationDelay;
- (double) doubleValue;
- (void) incrementBy: (double)delta;
- (id) initWithFrame: (NSRect)frameRect;
- (BOOL) isBezeled;
- (BOOL) isIndeterminate;
- (double) maxValue;
- (double) minValue;
- (void) setAnimationDelay: (NSTimeInterval)delay;
- (void) setBezeled: (BOOL)flag;
- (void) setDoubleValue: (double)doubleValue;
- (void) setIndeterminate: (BOOL)flag;
- (void) setMaxValue: (double)newMaximum;
- (void) setMinValue: (double)newMinimum;
- (void) setUsesThreadedAnimation: (BOOL)flag;
- (void) stopAnimation: (id)sender;
- (BOOL) usesThreadedAnimation;