|
||
class CBaSystemSoundArray : public CBase;
An array to contain the set of system sounds for a TBaSystemSoundUid
CBase
-
Base class for all classes to be instantiated on the heap.
CBaSystemSoundArray
- An array to contain the set of system sounds for a TBaSystemSoundUid
Defined in CBaSystemSoundArray
:
At(TInt)
Count()
NewL()
NewLC()
RestoreL(RFs &,TBaSystemSoundUid)
Retrieves all instances of a sound category. Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C void RestoreL(RFs &aFsSession, TBaSystemSoundUid aSSUid);
Retrieves all instances of a sound category.
|
IMPORT_C TBaSystemSoundInfo At(TInt aIndex);
|
|