QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
Macros | Typedefs | Functions
qgsauxiliarystorage.cpp File Reference
#include "qgsauxiliarystorage.h"
#include "qgslogger.h"
#include "qgsspatialiteutils.h"
#include "qgsproject.h"
#include "qgsvectorlayerlabeling.h"
#include "qgsdiagramrenderer.h"
#include "qgsmemoryproviderutils.h"
#include "qgssymbollayer.h"
#include <sqlite3.h>
#include <QFile>
Include dependency graph for qgsauxiliarystorage.cpp:

Go to the source code of this file.

Macros

#define AS_EXTENSION   QStringLiteral( "qgd" )
 
#define AS_JOINFIELD   QStringLiteral( "ASPK" )
 
#define AS_JOINPREFIX   QStringLiteral( "auxiliary_storage_" )
 

Typedefs

typedef QVector< QgsPalLayerSettings::PropertyPalPropertyList
 

Functions

 Q_GLOBAL_STATIC_WITH_ARGS (PalPropertyList, palHiddenProperties,({ QgsPalLayerSettings::PositionX, QgsPalLayerSettings::PositionY, QgsPalLayerSettings::Show, QgsPalLayerSettings::LabelRotation, QgsPalLayerSettings::Family, QgsPalLayerSettings::FontStyle, QgsPalLayerSettings::Size, QgsPalLayerSettings::Bold, QgsPalLayerSettings::Italic, QgsPalLayerSettings::Underline, QgsPalLayerSettings::Color, QgsPalLayerSettings::Strikeout, QgsPalLayerSettings::MultiLineAlignment, QgsPalLayerSettings::BufferSize, QgsPalLayerSettings::BufferDraw, QgsPalLayerSettings::BufferColor, QgsPalLayerSettings::LabelDistance, QgsPalLayerSettings::Hali, QgsPalLayerSettings::Vali, QgsPalLayerSettings::ScaleVisibility, QgsPalLayerSettings::MinScale, QgsPalLayerSettings::MaxScale, QgsPalLayerSettings::AlwaysShow, QgsPalLayerSettings::CalloutDraw, QgsPalLayerSettings::LabelAllParts })) QgsAuxiliaryLayer
 

Macro Definition Documentation

◆ AS_EXTENSION

#define AS_EXTENSION   QStringLiteral( "qgd" )

Definition at line 31 of file qgsauxiliarystorage.cpp.

◆ AS_JOINFIELD

#define AS_JOINFIELD   QStringLiteral( "ASPK" )

Definition at line 30 of file qgsauxiliarystorage.cpp.

◆ AS_JOINPREFIX

#define AS_JOINPREFIX   QStringLiteral( "auxiliary_storage_" )

Definition at line 32 of file qgsauxiliarystorage.cpp.

Typedef Documentation

◆ PalPropertyList

Definition at line 33 of file qgsauxiliarystorage.cpp.

Function Documentation

◆ Q_GLOBAL_STATIC_WITH_ARGS()

Definition at line 34 of file qgsauxiliarystorage.cpp.