Up
Authors
- Gerrit van Dyk (
gerritvd@decimax.com
)
-
- Fred Kiefer (
fredkiefer@gmx.de
)
-
Date: Generated at 2025-07-12 14:18:56 +0000
Copyright: (C) 1999 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSProgressIndicator.h
Availability: OpenStep
Description forthcoming.
Instance Variables
- (void)
animate: (id)sender;
Availability: MacOS-X 99.99.99
Description forthcoming.
- (NSTimeInterval)
animationDelay;
Availability: MacOS-X 99.99.99
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)
isDisplayedWhenStopped;
Availability: MacOS-X 10.2.0
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: MacOS-X 99.99.99
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)
setDisplayedWhenStopped: (BOOL)flag;
Availability: MacOS-X 10.2.0
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)
setStyle: (NSProgressIndicatorStyle)style;
Availability: MacOS-X 10.2.0
Description forthcoming.
- (void)
setUsesThreadedAnimation: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
sizeToFit;
Availability: MacOS-X 10.2.0
Description forthcoming.
- (void)
startAnimation: (id)sender;
Availability: OpenStep
Description forthcoming.
- (void)
stopAnimation: (id)sender;
Availability: OpenStep
Description forthcoming.
- (NSProgressIndicatorStyle)
style;
Availability: MacOS-X 10.2.0
Description forthcoming.
- (BOOL)
usesThreadedAnimation;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSProgressIndicator Class
@protected NSTimeInterval
_animationDelay;
Availability: OpenStep
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 NSControlSize
_controlSize;
Availability: OpenStep
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 NSControlTint
_controlTint;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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
_isDisplayedWhenStopped;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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 NSProgressIndicatorStyle
_style;
Availability: OpenStep
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;
Availability: OpenStep
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: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
isVertical;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setVertical: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up