Up

NSMeasurementFormatter class documentation

Authors

Generated by abuild

Software documentation for the NSMeasurementFormatter class

NSMeasurementFormatter : NSFormatter

Declared in:
Foundation/NSMeasurementFormatter.h
Conforms to:
NSCoding
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

locale 

- (NSLocale*) locale;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

numberFormatter 

- (NSNumberFormatter*) numberFormatter;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setLocale: 

- (void) setLocale: (NSLocale*)locale;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setNumberFormatter: 

- (void) setNumberFormatter: (NSNumberFormatter*)numberFormatter;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setUnitOptions: 

- (void) setUnitOptions: (NSMeasurementFormatterUnitOptions)unitOptions;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setUnitStyle: 

- (void) setUnitStyle: (NSFormattingUnitStyle)style;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

stringFromMeasurement: 

- (NSString*) stringFromMeasurement: (NSMeasurement*)measurement;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

stringFromUnit: 

- (NSString*) stringFromUnit: (NSUnit*)unit;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

unitOptions 

- (NSMeasurementFormatterUnitOptions) unitOptions;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

unitStyle 

- (NSFormattingUnitStyle) unitStyle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSMeasurementFormatter Class

_locale

@protected NSLocale* _locale;
Availability: Not in OpenStep/MacOS-X

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.

_numberFormatter

@protected NSNumberFormatter* _numberFormatter;
Availability: Not in OpenStep/MacOS-X

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.

_unitOptions

@protected NSMeasurementFormatterUnitOptions _unitOptions;
Availability: Not in OpenStep/MacOS-X

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.

_unitStyle

@protected NSFormattingUnitStyle _unitStyle;
Availability: Not in OpenStep/MacOS-X

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