QGIS API Documentation
3.14.0-Pi (9f7028fd23)
src
core
qgsvirtuallayerdefinitionutils.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsvirtuallayerdefinitionutils.h
3
begin : Jan, 2016
4
copyright : (C) 2016 Hugo Mercier, Oslandia
5
email : hugo dot mercier at oslandia dot com
6
***************************************************************************/
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
17
#ifndef QGSVIRTUALLAYERDEFINITION_UTILS_H
18
#define QGSVIRTUALLAYERDEFINITION_UTILS_H
19
20
#include "qgis_core.h"
21
22
class
QgsVectorLayer
;
23
class
QgsVirtualLayerDefinition
;
24
29
class
CORE_EXPORT
QgsVirtualLayerDefinitionUtils
30
{
31
public
:
33
static
QgsVirtualLayerDefinition
fromJoinedLayer(
QgsVectorLayer
*joinedLayer );
34
};
35
36
#endif
QgsVirtualLayerDefinitionUtils
Definition:
qgsvirtuallayerdefinitionutils.h:29
QgsVectorLayer
Definition:
qgsvectorlayer.h:385
QgsVirtualLayerDefinition
Definition:
qgsvirtuallayerdefinition.h:31
Generated on Mon Jun 22 2020 05:14:09 for QGIS API Documentation by
1.8.17