QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
qgslayoutguiutils.h
Go to the documentation of this file.
1/***************************************************************************
2 qgslayoutguiutils.h
3 -------------------
4 Date : October 2017
5 Copyright : (C) 2017 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 QGSLAYOUTGUIUTILS_H
17#define QGSLAYOUTGUIUTILS_H
18
19// We don't want to expose this in the public API
20#define SIP_NO_FILE
21
22#include "qgis_gui.h"
23
24class QgsMapCanvas;
25
33class GUI_EXPORT QgsLayoutGuiUtils
34{
35
36 public:
37
41 static void registerGuiForKnownItemTypes( QgsMapCanvas *mapCanvas );
42
43};
44
45
46
47#endif // QGSLAYOUTGUIUTILS_H
Utils for layout handling from app.
Map canvas is a class for displaying all GIS data types on a canvas.
Definition: qgsmapcanvas.h:93