#include <sbPropertyUnitConverter.h>
|
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...
|
|
Definition at line 42 of file sbPropertyUnitConverter.h.
sbPropertyUnit::sbPropertyUnit |
( |
| ) |
|
sbPropertyUnit::sbPropertyUnit |
( |
const nsAString & |
aName, |
|
|
const nsAString & |
aShortName, |
|
|
const nsAString & |
aID |
|
) |
| |
sbPropertyUnit::~sbPropertyUnit |
( |
| ) |
|
|
virtual |
NS_IMETHODIMP sbPropertyUnit::Init |
( |
const nsAString & |
aName, |
|
|
const nsAString & |
aShortName, |
|
|
const nsAString & |
aID |
|
) |
| |
nsString sbPropertyUnit::mID |
|
protected |
PRBool sbPropertyUnit::mInitialized |
|
protected |
PRLock* sbPropertyUnit::mLock |
|
protected |
nsString sbPropertyUnit::mName |
|
protected |
nsString sbPropertyUnit::mShortName |
|
protected |
The documentation for this class was generated from the following files: