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
Return a plugin that handles a specific file extension.
 
std::unique_ptr< GRAPHICS_IMPORT_PLUGIN > GetPlugin(GFX_FILE_T aType) const
Return a plugin instance for a specific file type.
 
std::vector< GFX_FILE_T > GetImportableFileTypes() const
Vector containing all GFX_FILE_T values that can be imported.
 
Interface for vector graphics import plugins.