QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
src
gui
history
qgshistoryprovider.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgshistoryprovider.h
3
--------------------------
4
begin : April 2019
5
copyright : (C) 2019 by Nyall Dawson
6
email : nyall dot dawson at gmail dot com
7
***************************************************************************/
8
/***************************************************************************
9
* *
10
* This program is free software; you can redistribute it and/or modify *
11
* it under the terms of the GNU General Public License as published by *
12
* the Free Software Foundation; either version 2 of the License, or *
13
* (at your option) any later version. *
14
* *
15
***************************************************************************/
16
#ifndef QGSHISTORYPROVIDER_H
17
#define QGSHISTORYPROVIDER_H
18
19
#include "qgis_gui.h"
20
#include "
qgis_sip.h
"
21
#include <QString>
22
#include <QVariantMap>
23
24
class
QgsHistoryEntryNode;
25
26
35
class
GUI_EXPORT
QgsAbstractHistoryProvider
36
{
37
public
:
38
39
#ifdef SIP_RUN
40
SIP_CONVERT_TO_SUBCLASS_CODE
41
if
(
dynamic_cast<
QgsProcessingHistoryProvider
*
>
( sipCpp ) )
42
sipType = sipType_QgsProcessingHistoryProvider;
43
else
44
sipType =
nullptr
;
45
SIP_END
46
#endif
47
48
virtual
~
QgsAbstractHistoryProvider
();
49
53
virtual
QString id()
const
= 0;
54
55
#if 0
56
60
virtual
QgsHistoryEntryNode *createNodeForEntry(
const
QVariantMap &entry ) = 0
SIP_FACTORY
;
61
#endif
62
};
63
64
#endif //QGSHISTORYPROVIDER_H
65
66
67
SIP_FACTORY
#define SIP_FACTORY
Definition:
qgis_sip.h:76
SIP_CONVERT_TO_SUBCLASS_CODE
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)
Definition:
qgis_sip.h:186
qgis_sip.h
QgsAbstractHistoryProvider
Abstract base class for objects which track user history (i.e.
Definition:
qgshistoryprovider.h:35
QgsProcessingHistoryProvider
History provider for operations performed through the Processing framework.
Definition:
qgsprocessinghistoryprovider.h:30
SIP_END
#define SIP_END
Definition:
qgis_sip.h:203
Generated on Sun Sep 11 2022 00:03:17 for QGIS API Documentation by
1.8.17