QGIS/python/core/auto_generated/qgsvirtuallayerdefinitionutils.sip.in
Nyall Dawson c864d22d1f Add "get ..." to doxygen compliance blacklist
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
2018-05-27 14:05:06 +10:00

36 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsvirtuallayerdefinitionutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsVirtualLayerDefinitionUtils
{
%Docstring
Utils class for QgsVirtualLayerDefinition
%End
%TypeHeaderCode
#include "qgsvirtuallayerdefinitionutils.h"
%End
public:
static QgsVirtualLayerDefinition fromJoinedLayer( QgsVectorLayer *joinedLayer );
%Docstring
Gets a virtual layer definition from a vector layer where vector joins are replaced by SQL LEFT JOINs
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsvirtuallayerdefinitionutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/