Up
Authors
- Gerrit van Dyk (
gerritvd@decimax.com
)
-
Copyright: (C) 1999 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSProgressIndicator.h
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (void)
animate: (id)sender;
Availability: OpenStep
Description forthcoming.
- (NSTimeInterval)
animationDelay;
Availability: OpenStep
Description forthcoming.
- (
NSControlSize)
controlSize;
Availability: OpenStep
Description forthcoming.
- (
NSControlTint)
controlTint;
Availability: OpenStep
Description forthcoming.
- (double)
doubleValue;
Availability: OpenStep
Description forthcoming.
- (void)
incrementBy: (double)delta;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isBezeled;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isIndeterminate;
Availability: OpenStep
Description forthcoming.
- (double)
maxValue;
Availability: OpenStep
Description forthcoming.
- (double)
minValue;
Availability: OpenStep
Description forthcoming.
- (void)
setAnimationDelay: (NSTimeInterval)delay;
Availability: OpenStep
Description forthcoming.
- (void)
setBezeled: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setControlSize: (
NSControlSize)size;
Availability: OpenStep
Description forthcoming.
- (void)
setControlTint: (
NSControlTint)tint;
Availability: OpenStep
Description forthcoming.
- (void)
setDoubleValue: (double)aValue;
Availability: OpenStep
Description forthcoming.
- (void)
setIndeterminate: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setMaxValue: (double)newMaximum;
Availability: OpenStep
Description forthcoming.
- (void)
setMinValue: (double)newMinimum;
Availability: OpenStep
Description forthcoming.
- (void)
setUsesThreadedAnimation: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
startAnimation: (id)sender;
Availability: OpenStep
Description forthcoming.
- (void)
stopAnimation: (id)sender;
Availability: OpenStep
Description forthcoming.
- (BOOL)
usesThreadedAnimation;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSProgressIndicator Class
@protected NSTimeInterval _animationDelay;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected double _doubleValue;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _isBezeled;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _isIndeterminate;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _isVertical;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected double _maxValue;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected double _minValue;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _usesThreadedAnimation;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- AppKit/NSProgressIndicator.h
Availability: Gui
Description forthcoming.
Method summary
- (BOOL)
isVertical;
Availability: Gui
Description forthcoming.
- (void)
setVertical: (BOOL)flag;
Availability: Gui
Description forthcoming.
Up