Property unit interface This interface describes a property unit. More...
import"sbIPropertyUnitConverter.idl";
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. More... | |
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. More... | |
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. More... | |
Property unit interface This interface describes a property unit.
Definition at line 38 of file sbIPropertyUnitConverter.idl.
readonly attribute AString sbIPropertyUnit::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.
Definition at line 46 of file sbIPropertyUnitConverter.idl.
readonly attribute AString sbIPropertyUnit::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.
Definition at line 53 of file sbIPropertyUnitConverter.idl.
readonly attribute AString sbIPropertyUnit::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 60 of file sbIPropertyUnitConverter.idl.