Inheritance diagram for DzFileIO:
Methods | |
void | getDefaultOptions (DzFileIOSettings options) |
Boolean | getOptions (DzFileIOSettings options, Boolean useInterface) |
Boolean | showOptions () |
This class provides functionality common to all file importers and exporters such as the ability to edit options before file import/export. Also, this class provides functions for importers/exporters to report errors to the user/log file, and provides static convenience functions for dissecting file paths into their parts.
void DzFileIO::getDefaultOptions | ( | DzFileIOSettings | options | ) |
Gets the default options for an I/O operation. Subclasses should reimplement this function to set the default options for the Importer/Exporter. The default implementation does nothing.
options | The settings object that the defaults will be added to. |
void DzFileIO::getOptions | ( | DzFileIOSettings | options, | |
Boolean | useInterface | |||
) |
Gets the options for an import operation.
options | The settings object that the selected options will be added to. | |
useInterface | If true, the options interface for the importer will be displayed to the user, if false, the default (or last-used) options will be returned. |
Boolean DzFileIO::showOptions | ( | ) |