QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Macros | Typedefs | Functions | Variables
qgsauxiliarystorage.cpp File Reference
#include "qgsauxiliarystorage.h"
#include "qgslogger.h"
#include "qgssqliteutils.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
 
typedef QVector< QgsSymbolLayer::PropertySymbolPropertyList
 

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 })) Q_GLOBAL_STATIC_WITH_ARGS(SymbolPropertyList
 

Variables

 symbolHiddenProperties
 

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 34 of file qgsauxiliarystorage.cpp.

◆ SymbolPropertyList

Definition at line 35 of file qgsauxiliarystorage.cpp.

Function Documentation

◆ Q_GLOBAL_STATIC_WITH_ARGS()

Variable Documentation

◆ symbolHiddenProperties

symbolHiddenProperties

Definition at line 65 of file qgsauxiliarystorage.cpp.