I2DShImportExportMananger Struct Reference
List of all members.
Detailed Description
API to access the Image import/export manager in the application.
Member Function Documentation
virtual boolean MCCOMAPI I2DShImportExportMananger::GetExportCapabilities |
( |
IDType |
format, |
|
|
ImageExportCapabilities & |
capabitilities, |
|
|
const TPSOptions * |
psPluginOptions | |
|
) |
| | [pure virtual] |
Returns the export capabilities for a given file format.
- Parameters:
-
| format | The ID of the file format. |
| capabitilities | The buffers that this format can save. |
| psPluginOptions | The plugin options. |
- Returns:
- True if the format is supported.
Returns the export capabilities for a given file format (DEPRECATED).
- Parameters:
-
| format | The ID of the file format. |
| capabitilities | The buffers that this format can save. |
- Returns:
- True if the format is supported.
Returns the export plugin that can export a given image format.
- Parameters:
-
| imageExporter | The exporter that is returned (NULL if no importer is found) |
| format | The id of the file format. |
virtual void MCCOMAPI I2DShImportExportMananger::GetFileTypeListForOpen |
( |
TMCFileTypeList & |
typeList |
) |
[pure virtual] |
Returns the list of the image file types that are supported by the application.
- Parameters:
-
| typeList | The list of image file types that is returned. |
virtual void MCCOMAPI I2DShImportExportMananger::GetFileTypeListForSave |
( |
TMCFileTypeList & |
typeList, |
|
|
boolean |
onlyReadableFormats | |
|
) |
| | [pure virtual] |
Returns the list of the image file types that are supported by the application.
- Parameters:
-
| typeList | The list of image file types that is returned. |
| onlyReadableFormats | True if the only formats we want are the ones we can also read |
Returns the import plugin that can import a given image format.
- Parameters:
-
| imageImporter | The importer that is returned (NULL if no importer is found) |
| format | The id of the file format. |
The documentation for this struct was generated from the following file: