Up
Authors
- Generated by abuild
-
- Declared in:
- Foundation/NSEnergyFormatter.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (BOOL)
getObjectValue: (id*)obj
forString: (
NSString*)string
errorDescription: (
NSString**)error;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
isForFoodEnergyUse;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSNumberFormatter*)
numberFormatter;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setForFoodEnergyUse: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setNumberFormatter: (
NSNumberFormatter*)formatter;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setUnitStyle: (
NSFormattingUnitStyle)style;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
stringFromJoules: (double)numberInJoules;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
unitStringFromJoules: (double)numberInJoules
usedUnit: (
NSEnergyFormatterUnit*)unit;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSString*)
unitStringFromValue: (double)value
unit: (
NSEnergyFormatterUnit)unit;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSEnergyFormatter Class
@protected BOOL _isForFoodEnergyUse;
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.
@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.
@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