16 #ifndef QGSCUSTOMPROJECTOPENHANDLER_H 
   17 #define QGSCUSTOMPROJECTOPENHANDLER_H 
   20 #include <QStringList> 
   67     virtual bool createDocumentThumbnailAfterOpen() 
const;
 
   72     virtual QIcon icon() 
const;
 
Abstract base class that may be implemented to handle new project file types within the QGIS applicat...
virtual QStringList filters() const =0
Returns file filters associated with this handler, e.g.
virtual bool handleProjectOpen(const QString &file)=0
Called when the specified project file has been opened within QGIS.