Class: QgsLayoutCustomDropHandler

class qgis.gui.QgsLayoutCustomDropHandler(parent: QObject = None)

Bases: PyQt5.QtCore.QObject

Constructor for QgsLayoutCustomDropHandler.

Abstract base class that may be implemented to handle new types of data to be dropped in QGIS layouts.

New in version 3.0.

Parameters

parent

childEvent()
connectNotify()
customEvent()
disconnectNotify()
handleFileDrop(self, iface: QgsLayoutDesignerInterface, file: str) → bool

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.

Parameters
Return type

bool

isSignalConnected()
receivers()
sender()
senderSignalIndex()
timerEvent()