16#ifndef QGSCUSTOMPROJECTOPENHANDLER_H
17#define QGSCUSTOMPROJECTOPENHANDLER_H
72 virtual QIcon
icon()
const;
Abstract base class that may be implemented to handle new project file types within the QGIS applicat...
virtual QIcon icon() const
Returns a custom icon used to represent this handler.
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.
virtual bool createDocumentThumbnailAfterOpen() const
Returns true if a document thumbnail should automatically be created after opening the project.