QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
Abstract base class that may be implemented to handle new types of data to be dropped in QGIS layouts. More...
#include <qgslayoutcustomdrophandler.h>
Public Member Functions | |
QgsLayoutCustomDropHandler (QObject *parent=nullptr) | |
Constructor for QgsLayoutCustomDropHandler. More... | |
virtual bool | handleFileDrop (QgsLayoutDesignerInterface *iface, const QString &file) |
Called when the specified file has been dropped onto a QGIS layout. More... | |
Abstract base class that may be implemented to handle new types of data to be dropped in QGIS layouts.
Definition at line 31 of file qgslayoutcustomdrophandler.h.
QgsLayoutCustomDropHandler::QgsLayoutCustomDropHandler | ( | QObject * | parent = nullptr | ) |
Constructor for QgsLayoutCustomDropHandler.
Definition at line 18 of file qgslayoutcustomdrophandler.cpp.
|
virtual |
Called when the specified file has been dropped onto a QGIS layout.
If true is returned, then the handler has accepted this file and it should not be further processed (e.g. by other QgsLayoutCustomDropHandler).
The base class implementation does nothing.
Definition at line 24 of file qgslayoutcustomdrophandler.cpp.