Go to the source code of this file.
Classes | |
class | OpMenuImport |
class | BitmapExportParam |
Passes infomation about bitmap(s) to export. More... | |
class | OpMenuExport |
class | FileDropInfo |
class | OpDroppedFile |
Defines | |
#define | OPTOKEN_MENUIMPORT _T("Import") |
Pops up a common dialog to allow the user to import a file into Camelot using any of the available import filters. | |
#define | OPTOKEN_MENUEXPORT _T("Export") |
Pops up a common dialog to allow theuser to export a file from Camelot using any of the available import filters. | |
#define | OPTOKEN_DROPPEDFILE _T("DroppedFile") |
Responds to the user dragging and dropping a file onto Camelot - it attempts to deduce which import filter should be used to load the file. If for any reason it cannot work out which filter to use, a dialog is popped up to allow the user to select the filter they want to use. |
|
Responds to the user dragging and dropping a file onto Camelot - it attempts to deduce which import filter should be used to load the file. If for any reason it cannot work out which filter to use, a dialog is popped up to allow the user to select the filter they want to use.
Definition at line 288 of file impexpop.h. |
|
Pops up a common dialog to allow theuser to export a file from Camelot using any of the available import filters.
Definition at line 210 of file impexpop.h. |
|
Pops up a common dialog to allow the user to import a file into Camelot using any of the available import filters.
Definition at line 130 of file impexpop.h. |