ngIEqualizerPresetCollection Interface Reference

Specific accessors to preset collections. More...

import"ngIEqualizerPresetProvider.idl";

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

Public Member Functions

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

Detailed Description

Specific accessors to preset collections.

Note
This interface is mainly here for pleasure, as you could do all of the actions it provides based of an nsIArray. Those methods might be better optimized though.

Definition at line 54 of file ngIEqualizerPresetProvider.idl.

Member Function Documentation

ngIEqualizerPreset ngIEqualizerPresetCollection::getPresetByName ( in AString  aName)

Returns the preset in the collection with the given name.

Note
Returns null when there is no preset with this name.
PRBool ngIEqualizerPresetCollection::hasPresetNamed ( in AString  aName)

Returns wether the collection contains a preset with this name.


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