UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Media files


CQikMediaFileFolderUtils

This class provides functionality for saving, renaming, moving, copying and deleting files, and also for creating, renaming, moving, copying and deleting folders. Using this functionality objects run asynchronously. The class also provides functionality for listing files and folders synchronously.

Class reference

CQikMediaFileFolderUtils

[Top]


CQikMediaFolderChangeNotifier

Notifier of changes to media folders and external drives. Object giving notifications when changes happen on physical directories used in multimedia file handling or when inserting/removing an external device. An instance of this notifier class must be created and started by first calling the static method NewL() and then call the Start() method of the notifier instance. This example creates a notifier which reports of disk changes. The aDrive parameter is not used, neither is the aMimeType parameter.

Class reference

CQikMediaFolderChangeNotifier

[Top]


CQikMediaItem

This class is used to get an abstract description of a file or folder location.

Class reference

CQikMediaItem

[Top]


MQikMediaFileFolderUtilsObserver

This class is an observer for the dialogs, applications to use for getting notified when the asynchronous file or folder operations are done in CQikMediaFileFolderUtils.

Class reference

MQikMediaFileFolderUtilsObserver

[Top]


MQikMediaFolderChangeNotifierObserver

Interface for observers interested in changes to media folders and external drives. The MQikMediaFolderChangeNotifierObserver interface is to be implemented by observer classes interested in notifications of file or directory state changes of media folders. Notifications can also be requested for changes to external drives. That is when inserting and removing external drives. The notifier class CQikMediaFolderChangeNotifier itself must be created and started by calling the methods CQikMediaFolderChangeNotifier::NewL() and CQikMediaFolderChangeNotifier::Start(). See the notifier class for further details.

Class reference

MQikMediaFolderChangeNotifierObserver