ngILocalizableEqualizerPreset Interface Reference

Variant of a writable preset which makes the name of the preset localizable. More...

import"ngIEqualizerPreset.idl";

Inheritance diagram for ngILocalizableEqualizerPreset:
[legend]
Collaboration diagram for ngILocalizableEqualizerPreset:
[legend]

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...
 

Detailed Description

Variant of a writable preset which makes the name of the preset localizable.

Definition at line 81 of file ngIEqualizerPreset.idl.

Member Function Documentation

void ngILocalizableEqualizerPreset::setValues ( in nsIArray  aValues)

Set the values of the preset.

Exceptions
NS_ERROR_ILLEGAL_VALUEif the supplied array does not have the same length as teh equalizer has bands.

Member Data Documentation

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.


The documentation for this interface was generated from the following file: