Additional Inherited Members | |
Public Member Functions inherited from ngIMainEqualizerPresetProvider | |
void | deletePreset (in AString aName) |
Delete the user set preset with the given name. More... | |
void | savePreset (in AString aName, in nsIArray aValues) |
Save a preset with the given name and values into the users profile. More... | |
Public Member Functions inherited from ngIEqualizerPresetCollection | |
ngIEqualizerPreset | getPresetByName (in AString aName) |
Returns the preset in the collection with the given name. More... | |
PRBool | hasPresetNamed (in AString aName) |
Returns wether the collection contains a preset with this name. More... | |
Public Attributes inherited from ngIEqualizerPresetProvider | |
readonly attribute nsIArray | presets |
Array of presets. Each element should implement ngIEqualizerPreset. More... | |