32 #include <goffice/goffice.h> 33 #include <gsf/gsf-input.h> 34 #include <gsf/gsf-output.h> 174 static bool GetFirstLoader (std::map<std::string, LoaderStruct>::iterator &it);
181 static bool GetNextLoader (std::map<std::string, LoaderStruct>::iterator &it);
186 static Loader *GetLoader (
char const *mime_type);
191 static Loader *GetSaver (
char const *mime_type);
205 virtual ContentType Read (
Document *doc, GsfInput *in,
char const *mime_type, GOIOContext *io);
226 void AddMimeType (
const char *mime_type);
232 void RemoveMimeType (
const char *mime_type);
246 #endif // GCU_LOADER_H std::list< std::string > MimeTypes
The Gnome Chemistry Utils C++ classes.
class used to implement serialization engines.