25 #ifndef GCR_APPLICATION_H
26 #define GCR_APPLICATION_H
29 #include <goffice/goffice.h>
128 bool FileProcess (
const gchar* filename,
const gchar* mime_type,
bool bSave, GtkWindow *window,
gcu::Document *pDoc = NULL);
164 void AddMimeType (std::list<std::string> &l, std::string
const& mime_type);
173 std::list<std::string> m_SupportedMimeTypes;
174 std::list<std::string> m_WriteableMimeTypes;
175 std::list <View*> m_Views;
176 GtkUIManager* m_UIManager;
179 guint m_NotificationId;
189 #endif // GCR_APPLICATION_H