QGIS API Documentation
3.4.15-Madeira (e83d02e274)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
gui
layout
qgslayoutcustomdrophandler.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgslayoutcustomdrophandler.h
3
---------------------
4
begin : December 2017
5
copyright : (C) 2017 by nyall Dawson
6
email : nyall dot dawson at gmail dot com
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
16
#ifndef QGSLAYOUTCUSTOMDROPHANDLER_H
17
#define QGSLAYOUTCUSTOMDROPHANDLER_H
18
19
#include "qgis_gui.h"
20
#include "
qgis_sip.h
"
21
#include <QObject>
22
23
class
QgsLayoutDesignerInterface
;
24
31
class
GUI_EXPORT
QgsLayoutCustomDropHandler
:
public
QObject
32
{
33
Q_OBJECT
34
35
public
:
36
40
QgsLayoutCustomDropHandler
( QObject *parent
SIP_TRANSFERTHIS
=
nullptr
);
41
49
virtual
bool
handleFileDrop(
QgsLayoutDesignerInterface
*iface,
const
QString &file );
50
};
51
52
#endif // QGSLAYOUTCUSTOMDROPHANDLER_H
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition:
qgis_sip.h:46
QgsLayoutDesignerInterface
A common interface for layout designer dialogs and widgets.
Definition:
qgslayoutdesignerinterface.h:53
QgsLayoutCustomDropHandler
Abstract base class that may be implemented to handle new types of data to be dropped in QGIS layouts...
Definition:
qgslayoutcustomdrophandler.h:31
qgis_sip.h
Generated on Sun Jan 19 2020 15:27:13 for QGIS API Documentation by
1.8.11