Classes

NSActionCell
NSAlert
NSApplication
NSArrayController
NSBezierPath
NSBitmapImageRep
NSBox
NSBrowser
NSBrowserCell
NSButton
NSButtonCell
NSCachedImageRep
NSCell
NSClipView
NSCollectionView
NSCollectionViewItem
NSColor
NSColorList
NSColorPanel
NSColorPicker
NSColorWell
NSComboBox
NSComboBoxCell
NSControl
NSController
NSCursor
NSCustomImageRep
NSDataLink
NSDataLinkManager
NSDataLinkPanel
NSDatePicker
NSDatePickerCell
NSDocument
NSDocumentController
NSDrawer
NSDrawerDelegate
NSEPSImageRep
NSEvent
NSFont
NSFontDescriptor
NSFontManager
NSFontPanel
NSForm
NSFormCell
NSGraphicsContext
NSHelpManager
NSHelpPanel
NSImage
NSImageCell
NSImageRep
NSImageView
NSInputServer
NSMatrix
NSMenu
NSMenuItem
NSMenuItemCell
NSMenuView
NSMovie
NSMovieView
NSMutableParagraphStyle
NSNib
NSObjectController
NSOpenGLContext
NSOpenGLPixelFormat
NSOpenGLView
NSOpenPanel
NSOutlineView
NSPageLayout
NSPanel
NSParagraphStyle
NSPasteboard
NSPasteboardItem
NSPopUpButton
NSPopUpButtonCell
NSPredicateEditor
NSPredicateEditorRowTemplate
NSPrintInfo
NSPrintOperation
NSPrintPanel
NSPrinter
NSProgressIndicator
NSResponder
NSRuleEditor
NSRulerMarker
NSSavePanel
NSScreen
NSScrollView
NSScroller
NSSecureTextField
NSSecureTextFieldCell
NSSelection
NSSharingService
NSSharingServicePicker
NSSlider
NSSliderCell
NSSound
NSSpeechSynthesizer
NSSpellChecker
NSSplitView
NSStepper
NSStepperCell
NSTabView
NSTabViewItem
NSTableColumn
NSTableHeaderCell
NSTableHeaderView
NSTableView
NSText
NSTextAttachment
NSTextAttachmentCell
NSTextContainer
NSTextField
NSTextFieldCell
NSTextStorage
NSTextTab
NSTextView
NSTokenField
NSTokenFieldCell
NSUserDefaultsController
NSView
NSWindow
NSWindowController
NSWorkspace

Protocols

<GSImageDelegateProtocol>
<NSAlertDelegate>
<NSApplicationDelegate>
<NSBrowserDelegate>
<NSCollectionViewDataSource>
<NSCollectionViewDelegate>
<NSCollectionViewElement>
<NSCollectionViewPrefetching>
<NSComboBoxCellDataSource>
<NSComboBoxDataSource>
<NSComboBoxDelegate>
<NSControlTextEditingDelegate>
<NSInputServerMouseTracker>
<NSInputServiceProvider>
<NSMatrixDelegate>
<NSMenuDelegate>
<NSMenuItem>
<NSMenuValidation>
<NSMenuView>
<NSOpenSavePanelDelegate>
<NSOutlineViewDataSource>
<NSOutlineViewDelegate>
<NSPasteboardItemDataProvider>
<NSPasteboardReading>
<NSPasteboardWriting>
<NSPrintPanelAccessorizing>
<NSRuleEditorDelegate>
<NSSharingServiceDelegate>
<NSSharingServicePickerDelegate>
<NSSpeechSynthesizerDelegate>
<NSSplitViewDelegate>
<NSTabViewDelegate>
<NSTableViewDataSource>
<NSTableViewDelegate>
<NSTextAttachmentCell>
<NSTextFieldDelegate>
<NSTextViewDelegate>
<NSWindowDelegate>
(NSAlertDelegate)
(NSApplicationDelegate)
(NSBrowserDelegate)
(NSComboBoxCellDataSource)
(NSControlDelegate)
(NSControlTextEditingDelegate)
(NSDataLinkManagerDelegate)
(NSDataPickerCellDelegate)
(NSEditor)
(NSEditorRegistration)
(NSFontManagerDelegate)
(NSFontPanelValidation)
(NSMenuActionResponder)
(NSMenuDelegate)
(NSOpenSavePanelDelegate)
(NSPasteboardItemDataProvider)
(NSPasteboardOwner)
(NSPasteboardReading)
(NSPasteboardWriting)
(NSPlaceholder)
(NSSavePanelDelegate)
(NSServicesRequests)
(NSSoundDelegate)
(NSSpeechSynthesizerDelegate)
(NSSplitViewDelegate)
(NSTableDataSource)
(NSTableViewDelegate)
(NSTextDelegate)
(NSTextStorageDelegate)
(NSTextViewDelegate)
(NSWindowDelegate)
(NSWindowDelegateAdditions)

Constants

Functions

Macros

Types

Variables

Up

NSProgressIndicator

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.


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