Registry for file types (of type iAFileIO) with the file I/O framework of open_iA.
More...
#include <iAFileTypeRegistry.h>
Registry for file types (of type iAFileIO) with the file I/O framework of open_iA.
◆ add()
Adds a given file type to the registry.
◆ addDefaultExtension()
| void iAFileTypeRegistry::addDefaultExtension |
( |
iADataSetType | type, |
|
|
QString | ext ) |
|
static |
Adds a default extension for a given file type.
◆ createIO()
Create a file I/O for the given extension.
◆ defaultExtAvailable()
| bool iAFileTypeRegistry::defaultExtAvailable |
( |
iADataSetType | type | ) |
|
|
static |
Whether a default extension for datasets of the given type is available.
◆ defaultExtension()
| QString iAFileTypeRegistry::defaultExtension |
( |
iADataSetType | type | ) |
|
|
static |
Get the default extension for datasets of the given type.
◆ defaultExtFilterString()
| QString iAFileTypeRegistry::defaultExtFilterString |
( |
iADataSetType | type | ) |
|
|
static |
Get the filter string for the default extension for a given dataset type.
To be used in file open dialog, same string returned for that filetype as part of the result of registeredFileTypes
◆ registeredFileTypes()
Retrieve list of file types for file open/save dialog.
The documentation for this class was generated from the following files: