MProEngAlertToneSeeker Class Reference

#include <mw/MProEngAlertToneSeeker.h>

Link against: ProfileEngine.lib

class MProEngAlertToneSeeker
Public Member Functions
virtual ~MProEngAlertToneSeeker()
pure virtual voidCancelFetch()
pure virtual voidFetchAlertToneListL(MProEngAlertToneSeekerObserver &)

Detailed Description

This class can be used to find media files suitable to be set as an alert tone in Profiles.

Since
Series 60 3.1

Constructor & Destructor Documentation

~MProEngAlertToneSeeker ( )

~MProEngAlertToneSeeker()[inline, virtual]

Destructor.

Member Function Documentation

CancelFetch ( )

voidCancelFetch()[pure virtual]
Cancels the asynchronous fetch operation.
Since
S60 3.1

FetchAlertToneListL ( MProEngAlertToneSeekerObserver & )

voidFetchAlertToneListL(MProEngAlertToneSeekerObserver &aObserver)[pure virtual]
Asynchronous method that searches all the tone files that can be used as alert tones in Profiles. The resulting list of the tone paths is delivered to the MProEngAlertToneSeekerObserver. This is a very long lasting operation (~minutes), so this shouldn't be performed too often.
Since
S 60 3.1
ParameterDescription
aObserverReference to the client-implemented observer which will get the list of tones after the list has been constructed.