Variant of a writable preset which makes the name of the preset localizable. More...
import"ngIEqualizerPreset.idl";
Public Member Functions | |
| void | setValues (in nsIArray aValues) |
| Set the values of the preset. More... | |
Public Attributes | |
| attribute AString | property |
| Name of the string in the stringBundle. More... | |
| attribute nsIStringBundle | stringBundle |
| String bundle to get the localized name from. More... | |
Public Attributes inherited from ngIEqualizerPreset | |
| readonly attribute AString | name |
| Name of the preset, used as unique ID and may be visible to the user. More... | |
| readonly attribute nsIArray | values |
| The values array holds the values for the bands. More... | |
Variant of a writable preset which makes the name of the preset localizable.
Definition at line 81 of file ngIEqualizerPreset.idl.
| void ngILocalizableEqualizerPreset::setValues | ( | in nsIArray | aValues | ) |
Set the values of the preset.
| NS_ERROR_ILLEGAL_VALUE | if the supplied array does not have the same length as teh equalizer has bands. |
| attribute AString ngILocalizableEqualizerPreset::property |
Name of the string in the stringBundle.
Definition at line 86 of file ngIEqualizerPreset.idl.
| attribute nsIStringBundle ngILocalizableEqualizerPreset::stringBundle |
String bundle to get the localized name from.
Definition at line 91 of file ngIEqualizerPreset.idl.