Up

NSLevelIndicatorCell class documentation

Authors

Generated by Gregory John Casamento,,,

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

Software documentation for the NSLevelIndicatorCell class

NSLevelIndicatorCell : NSActionCell

Declared in:
AppKit/NSLevelIndicatorCell.h
Availability: MacOS-X 10.4.0

Description forthcoming.

Instance Variables

Method summary

criticalValue 

- (double) criticalValue;
Availability: MacOS-X 10.4.0

Description forthcoming.

initWithLevelIndicatorStyle: 

- (id) initWithLevelIndicatorStyle: (NSLevelIndicatorStyle)style;
Availability: MacOS-X 10.4.0

Description forthcoming.

maxValue 

- (double) maxValue;
Availability: MacOS-X 10.4.0

Description forthcoming.

minValue 

- (double) minValue;
Availability: MacOS-X 10.4.0

Description forthcoming.

numberOfMajorTickMarks 

- (NSInteger) numberOfMajorTickMarks;
Availability: MacOS-X 10.4.0

Description forthcoming.

numberOfTickMarks 

- (NSInteger) numberOfTickMarks;
Availability: MacOS-X 10.4.0

Description forthcoming.

rectOfTickMarkAtIndex: 

- (NSRect) rectOfTickMarkAtIndex: (NSInteger)index;
Availability: MacOS-X 10.4.0

Description forthcoming.

setCriticalValue: 

- (void) setCriticalValue: (double)val;
Availability: MacOS-X 10.4.0

Description forthcoming.

setLevelIndicatorStyle: 

- (void) setLevelIndicatorStyle: (NSLevelIndicatorStyle)style;
Availability: MacOS-X 10.4.0

Description forthcoming.

setMaxValue: 

- (void) setMaxValue: (double)val;
Availability: MacOS-X 10.4.0

Description forthcoming.

setMinValue: 

- (void) setMinValue: (double)val;
Availability: MacOS-X 10.4.0

Description forthcoming.

setNumberOfMajorTickMarks: 

- (void) setNumberOfMajorTickMarks: (NSInteger)count;
Availability: MacOS-X 10.4.0

Description forthcoming.

setNumberOfTickMarks: 

- (void) setNumberOfTickMarks: (NSInteger)count;
Availability: MacOS-X 10.4.0

Description forthcoming.

setTickMarkPosition: 

- (void) setTickMarkPosition: (NSTickMarkPosition)pos;
Availability: MacOS-X 10.4.0

Description forthcoming.

setWarningValue: 

- (void) setWarningValue: (double)val;
Availability: MacOS-X 10.4.0

Description forthcoming.

style 

- (NSLevelIndicatorStyle) style;
Availability: MacOS-X 10.4.0

Description forthcoming.

tickMarkPosition 

- (NSTickMarkPosition) tickMarkPosition;
Availability: MacOS-X 10.4.0

Description forthcoming.

tickMarkValueAtIndex: 

- (double) tickMarkValueAtIndex: (NSInteger)index;
Availability: MacOS-X 10.4.0

Description forthcoming.

warningValue 

- (double) warningValue;
Availability: MacOS-X 10.4.0

Description forthcoming.



Instance Variables for NSLevelIndicatorCell Class

_cellFrame

@protected NSRect _cellFrame;
Availability: MacOS-X 10.4.0

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.

_criticalValue

@protected double _criticalValue;
Availability: MacOS-X 10.4.0

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: MacOS-X 10.4.0

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: MacOS-X 10.4.0

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.

_numberOfMajorTickMarks

@protected NSInteger _numberOfMajorTickMarks;
Availability: MacOS-X 10.4.0

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.

_numberOfTickMarks

@protected NSInteger _numberOfTickMarks;
Availability: MacOS-X 10.4.0

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 NSLevelIndicatorStyle _style;
Availability: MacOS-X 10.4.0

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.

_tickMarkPosition

@protected NSTickMarkPosition _tickMarkPosition;
Availability: MacOS-X 10.4.0

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.

_warningValue

@protected double _warningValue;
Availability: MacOS-X 10.4.0

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.





Up