Up

NSProgressIndicator

Authors

Gerrit van Dyk (gerritvd@decimax.com)
Fred Kiefer (fredkiefer@gmx.de)

Date: Generated at 2023-12-22 15:07:50 -0500

Copyright: (C) 1999 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSProgressIndicator class
  2. Software documentation for the NSProgressIndicator(GNUstepExtensions) category

Software documentation for the NSProgressIndicator class

NSProgressIndicator : NSView

Declared in:
AppKit/NSProgressIndicator.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

animate: 

- (void) animate: (id)sender;
Availability: MacOS-X 99.99.99

Description forthcoming.

animationDelay 

- (NSTimeInterval) animationDelay;
Availability: MacOS-X 99.99.99

Description forthcoming.

controlSize 

- (NSControlSize) controlSize;
Availability: OpenStep

Description forthcoming.

controlTint 

- (NSControlTint) controlTint;
Availability: OpenStep

Description forthcoming.

doubleValue 

- (double) doubleValue;
Availability: OpenStep

Description forthcoming.

incrementBy: 

- (void) incrementBy: (double)delta;
Availability: OpenStep

Description forthcoming.

isBezeled 

- (BOOL) isBezeled;
Availability: OpenStep

Description forthcoming.

isDisplayedWhenStopped 

- (BOOL) isDisplayedWhenStopped;
Availability: MacOS-X 10.2.0

Description forthcoming.

isIndeterminate 

- (BOOL) isIndeterminate;
Availability: OpenStep

Description forthcoming.

maxValue 

- (double) maxValue;
Availability: OpenStep

Description forthcoming.

minValue 

- (double) minValue;
Availability: OpenStep

Description forthcoming.

setAnimationDelay: 

- (void) setAnimationDelay: (NSTimeInterval)delay;
Availability: MacOS-X 99.99.99

Description forthcoming.

setBezeled: 

- (void) setBezeled: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

setControlSize: 

- (void) setControlSize: (NSControlSize)size;
Availability: OpenStep

Description forthcoming.

setControlTint: 

- (void) setControlTint: (NSControlTint)tint;
Availability: OpenStep

Description forthcoming.

setDisplayedWhenStopped: 

- (void) setDisplayedWhenStopped: (BOOL)flag;
Availability: MacOS-X 10.2.0

Description forthcoming.

setDoubleValue: 

- (void) setDoubleValue: (double)aValue;
Availability: OpenStep

Description forthcoming.

setIndeterminate: 

- (void) setIndeterminate: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

setMaxValue: 

- (void) setMaxValue: (double)newMaximum;
Availability: OpenStep

Description forthcoming.

setMinValue: 

- (void) setMinValue: (double)newMinimum;
Availability: OpenStep

Description forthcoming.

setStyle: 

- (void) setStyle: (NSProgressIndicatorStyle)style;
Availability: MacOS-X 10.2.0

Description forthcoming.

setUsesThreadedAnimation: 

- (void) setUsesThreadedAnimation: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

sizeToFit 

- (void) sizeToFit;
Availability: MacOS-X 10.2.0

Description forthcoming.

startAnimation: 

- (void) startAnimation: (id)sender;
Availability: OpenStep

Description forthcoming.

stopAnimation: 

- (void) stopAnimation: (id)sender;
Availability: OpenStep

Description forthcoming.

style 

- (NSProgressIndicatorStyle) style;
Availability: MacOS-X 10.2.0

Description forthcoming.

usesThreadedAnimation 

- (BOOL) usesThreadedAnimation;
Availability: OpenStep

Description forthcoming.



Instance Variables for NSProgressIndicator Class

_animationDelay

@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.

_controlSize

@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.

_controlTint

@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.

_doubleValue

@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.

_isBezeled

@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.

_isDisplayedWhenStopped

@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.

_isIndeterminate

@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.

_maxValue

@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.

_minValue

@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.

_style

@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.

_usesThreadedAnimation

@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.




Software documentation for the NSProgressIndicator(GNUstepExtensions) category

NSProgressIndicator(GNUstepExtensions)

Declared in:
AppKit/NSProgressIndicator.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

isVertical 

- (BOOL) isVertical;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setVertical: 

- (void) setVertical: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Up