Up

NSProgressIndicator

Authors

Gerrit van Dyk (gerritvd@decimax.com)

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: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

animate: 

- (void) animate: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


animationDelay 

- (NSTimeInterval) animationDelay;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


controlSize 

- (NSControlSize) controlSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


controlTint 

- (NSControlTint) controlTint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


doubleValue 

- (double) doubleValue;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


incrementBy: 

- (void) incrementBy: (double)delta;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isBezeled 

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

Description forthcoming.


isIndeterminate 

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

Description forthcoming.


maxValue 

- (double) maxValue;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


minValue 

- (double) minValue;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAnimationDelay: 

- (void) setAnimationDelay: (NSTimeInterval)delay;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setBezeled: 

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

Description forthcoming.


setControlSize: 

- (void) setControlSize: (NSControlSize)size;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setControlTint: 

- (void) setControlTint: (NSControlTint)tint;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDoubleValue: 

- (void) setDoubleValue: (double)aValue;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setIndeterminate: 

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

Description forthcoming.


setMaxValue: 

- (void) setMaxValue: (double)newMaximum;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setMinValue: 

- (void) setMinValue: (double)newMinimum;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setUsesThreadedAnimation: 

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

Description forthcoming.


startAnimation: 

- (void) startAnimation: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


stopAnimation: 

- (void) stopAnimation: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


usesThreadedAnimation 

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

Description forthcoming.




Instance Variables for NSProgressIndicator Class

_animationDelay

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


_doubleValue

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


_isBezeled

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


_isIndeterminate

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


_isVertical

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


_maxValue

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


_minValue

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


_usesThreadedAnimation

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





Software documentation for the NSProgressIndicator(GNUstepExtensions) category

NSProgressIndicator(GNUstepExtensions)

Declared in:
AppKit/NSProgressIndicator.h
Availability: Gui 0.0

Description forthcoming.

Method summary

isVertical 

- (BOOL) isVertical;
Availability: Gui 0.0

Description forthcoming.


setVertical: 

- (void) setVertical: (BOOL)flag;
Availability: Gui 0.0

Description forthcoming.



Up