27#ifndef GRAPHICS_IMPORT_MGR_H
28#define GRAPHICS_IMPORT_MGR_H
56 std::unique_ptr<GRAPHICS_IMPORT_PLUGIN>
GetPluginByExt(
const wxString& aExtension )
const;
Manage vector graphics importers.
GFX_FILE_T
< List of handled file types.
std::unique_ptr< GRAPHICS_IMPORT_PLUGIN > GetPluginByExt(const wxString &aExtension) const
Returns a plugin instance for a specific file type.
std::unique_ptr< GRAPHICS_IMPORT_PLUGIN > GetPlugin(GFX_FILE_T aType) const
std::vector< GFX_FILE_T > GetImportableFileTypes() const
Returns a plugin that handles a specific file extension.
Interface for vector graphics import plugins.