MProEngAlertToneSeeker Class Reference

API published in: S60 3rd Ed FP 1

Link against: profileengine.lib

Capability Information

Required Capabilities

WriteDeviceData

Exceptions

No capabilities needed for reading profiles.


#include <mproengalerttoneseeker.h>

Detailed Description

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

Public Member Functions

virtual void  FetchAlertToneListL (MProEngAlertToneSeekerObserver &aObserver)=0
  Asynchronous method that searches all the tone files that can be used as alert tones in Profiles.
virtual void  CancelFetch ()=0
  Cancels the asynchronous fetch operation.
virtual  ~MProEngAlertToneSeeker ()
  Destructor.

Constructor & Destructor Documentation

virtual MProEngAlertToneSeeker::~MProEngAlertToneSeeker  )  [inline, virtual]
 

Destructor.


Member Function Documentation

virtual void MProEngAlertToneSeeker::CancelFetch  )  [pure virtual]
 

Cancels the asynchronous fetch operation.

virtual void MProEngAlertToneSeeker::FetchAlertToneListL 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.

Parameters:
aObserver  Reference to the client-implemented observer which will get the list of tones after the list has been constructed.

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

Copyright © Nokia Corporation 2001-2008
Back to top