Dialog that lets the user add a folder.
Dialog that lets the user take a picture with the default camera.
Dialog used to copy files.
Dialog used to move files and folders.
Dialog that lets the user rename a file or folder.
A dialog that lets the user select to save or not.
Class reference |
CQikSaveChangesDialog
|
|
Dialog used to save a file in a folder. The file passed as source file will (default) be copied to the folder the user selects.
If ESaveFileUsingMove flag is used the file is moved instead of copied.
Dialog that lets the user select one or multiple files.
Dialog used to select folders.
This class displays the Send As dialog. It has a listbox which lists all supported Mtms. From the listbox a Mtm can be chosen that will be used when sending
the entry. It calls the CQikSendAsLogic class, which opens a session to the Send As server. The RunDlgLD() methods takes ownership of either a CRichText or
a CQikSendAsLogic object. Since the method may leave even after ownership has been taken it is important that the object is not pushed
on the cleanup stack when RunDlgLD is executed, the dialog will make sure that the object will be destroyed and deleted if it leaves.
Dialog that lets the user change zoom level.