Public Attributes | |
readonly attribute AString | id |
The id of the unit. This string is not localized and is used in calls to sbIPropertyUnitConverter's convert function to specify to and from which unit to convert, it should be unique within the list units in an sbIPropertyUnitConverter. | |
readonly attribute AString | name |
The full name of the unit, ie. Kilobyte. This is a localized string, ie. a partial entity such as "&my.partial.entity", which needs to be translated before being shown on a user interface. | |
readonly attribute AString | shortName |
The short name of the unit, ie. kB. This is a localized string, ie. a partial entity such as "&my.partial.entity", which needs to be translated before being shown on a user interface. |
Definition at line 38 of file sbIPropertyUnitConverter.idl.