QGIS API Documentation 4.1.0-Master (376402f9aeb)
Loading...
Searching...
No Matches
qgsabstractgeopdfexporter.cpp File Reference
#include "qgsabstractgeopdfexporter.h"
#include <cpl_string.h>
#include <gdal.h>
#include "qgscoordinatetransformcontext.h"
#include "qgsfileutils.h"
#include "qgsgeometry.h"
#include "qgslogger.h"
#include "qgsvectorfilewriter.h"
#include "qgsvectorlayer.h"
#include <QDomDocument>
#include <QDomElement>
#include <QMutex>
#include <QMutexLocker>
#include <QString>
#include <QTextStream>
#include <QTimeZone>
#include <QUuid>
Include dependency graph for qgsabstractgeopdfexporter.cpp:

Go to the source code of this file.

Functions

void CPL_STDCALL collectErrors (CPLErr, int, const char *msg)
void sortTreeNodeList (std::vector< std::unique_ptr< TreeNode > > &nodeList, QStringList layerOrder)
 Sort a tree node list according to layerOrder.

Function Documentation

◆ collectErrors()

void CPL_STDCALL collectErrors ( CPLErr ,
int ,
const char * msg )

Definition at line 80 of file qgsabstractgeopdfexporter.cpp.

◆ sortTreeNodeList()

void sortTreeNodeList ( std::vector< std::unique_ptr< TreeNode > > & nodeList,
QStringList layerOrder )

Sort a tree node list according to layerOrder.

Definition at line 244 of file qgsabstractgeopdfexporter.cpp.