107#include <QAuthenticator>
111#include <QFileOpenEvent>
113#include <QImageReader>
114#include <QLibraryInfo>
116#include <QMessageBox>
120#include <QProcessEnvironment>
121#include <QRecursiveMutex>
122#include <QRegularExpression>
124#include <QStandardPaths>
127#include <QTextStream>
128#include <QThreadPool>
130#include "moc_qgsapplication.cpp"
132using namespace Qt::StringLiterals;
140 =
new QgsSettingsEntryVariant( u
"value"_s, sTreeCustomVariables, QVariant(), u
"User-defined custom application variable, keyed by variable name. Available as @-prefixed variables in expressions."_s );
158#include <netinet/in.h>
164#define SECURITY_WIN32
167#pragma comment( lib, "Secur32.lib" )
171#include "qgsconfig.h"
181#if defined( Q_OS_LINUX )
182#include <sys/sysinfo.h>
185#define CONN_POOL_MAX_CONCURRENT_CONNS 4
248QObject *
ABISYM( QgsApplication::mFileOpenEventReceiver ) =
nullptr;
249bool ABISYM( QgsApplication::mInitialized ) =
false;
250bool ABISYM( QgsApplication::mRunningFromBuildDir ) =
false;
256int ABISYM( QgsApplication::sMaxThreads ) = -1;
273#if defined( _MSC_VER ) && !defined( USING_NMAKE ) && !defined( USING_NINJA )
291 : QApplication( argc, argv, GUIenabled )
293 *sPlatformName() = platformName;
298 if ( platformName !=
"desktop"_L1 )
300 mApplicationMembers = std::make_unique<ApplicationMembers>();
303 mApplicationMembers->mSettingsRegistryCore->migrateOldSettings();
312 *sProfilePath() = profileFolder;
318 qRegisterMetaType<QgsGeometry::Error>(
"QgsGeometry::Error" );
319 qRegisterMetaType<QgsDatabaseQueryLogEntry>(
"QgsDatabaseQueryLogEntry" );
320 qRegisterMetaType<QgsProcessingFeatureSourceDefinition>(
"QgsProcessingFeatureSourceDefinition" );
321 qRegisterMetaType<QgsProcessingOutputLayerDefinition>(
"QgsProcessingOutputLayerDefinition" );
322 qRegisterMetaType<Qgis::LayoutUnit>(
"Qgis::LayoutUnit" );
323 qRegisterMetaType<QgsUnsetAttributeValue>(
"QgsUnsetAttributeValue" );
324 qRegisterMetaType<QgsFeatureId>(
"QgsFeatureId" );
325 qRegisterMetaType<QgsFields>(
"QgsFields" );
326 qRegisterMetaType<QgsFeatureIds>(
"QgsFeatureIds" );
327 qRegisterMetaType<QgsProperty>(
"QgsProperty" );
328 qRegisterMetaType<QgsFeatureStoreList>(
"QgsFeatureStoreList" );
329 qRegisterMetaType<Qgis::MessageLevel>(
"Qgis::MessageLevel" );
330 qRegisterMetaType<Qgis::BrowserItemState>(
"Qgis::BrowserItemState" );
331 qRegisterMetaType<Qgis::GpsFixStatus>(
"Qgis::GpsFixStatus" );
332 qRegisterMetaType<QgsReferencedRectangle>(
"QgsReferencedRectangle" );
333 qRegisterMetaType<QgsReferencedPointXY>(
"QgsReferencedPointXY" );
334 qRegisterMetaType<QgsReferencedGeometry>(
"QgsReferencedGeometry" );
335 qRegisterMetaType<Qgis::LayoutRenderFlags>(
"Qgis::LayoutRenderFlags" );
336 qRegisterMetaType<QgsStyle::StyleEntity>(
"QgsStyle::StyleEntity" );
337 qRegisterMetaType<QgsCoordinateReferenceSystem>(
"QgsCoordinateReferenceSystem" );
338 qRegisterMetaType<QgsAuthManager::MessageLevel>(
"QgsAuthManager::MessageLevel" );
339 qRegisterMetaType<QgsNetworkRequestParameters>(
"QgsNetworkRequestParameters" );
340 qRegisterMetaType<QgsNetworkReplyContent>(
"QgsNetworkReplyContent" );
341 qRegisterMetaType<QgsFeature>(
"QgsFeature" );
342 qRegisterMetaType<QgsGeometry>(
"QgsGeometry" );
343 qRegisterMetaType<QgsInterval>(
"QgsInterval" );
344 qRegisterMetaType<QgsRectangle>(
"QgsRectangle" );
345 qRegisterMetaType<QgsPointXY>(
"QgsPointXY" );
346 qRegisterMetaType<QgsPoint>(
"QgsPoint" );
347 qRegisterMetaType<QgsDatumTransform::GridDetails>(
"QgsDatumTransform::GridDetails" );
348 qRegisterMetaType<QgsDatumTransform::TransformDetails>(
"QgsDatumTransform::TransformDetails" );
349 qRegisterMetaType<QgsNewsFeedParser::Entry>(
"QgsNewsFeedParser::Entry" );
350 qRegisterMetaType<QgsRectangle>(
"QgsRectangle" );
351 qRegisterMetaType<QgsLocatorResult>(
"QgsLocatorResult" );
352 qRegisterMetaType<QgsGradientColorRamp>(
"QgsGradientColorRamp" );
353 qRegisterMetaType<QgsProcessingModelChildParameterSource>(
"QgsProcessingModelChildParameterSource" );
354 qRegisterMetaType<QgsRemappingSinkDefinition>(
"QgsRemappingSinkDefinition" );
355 qRegisterMetaType<QgsProcessingModelChildDependency>(
"QgsProcessingModelChildDependency" );
356 qRegisterMetaType<QgsProcessingModelChildAlgorithmResult>(
"QgsProcessingModelChildAlgorithmResult" );
357 qRegisterMetaType<QgsTextFormat>(
"QgsTextFormat" );
358 qRegisterMetaType<QPainter::CompositionMode>(
"QPainter::CompositionMode" );
359 qRegisterMetaType<QgsDateTimeRange>(
"QgsDateTimeRange" );
360 qRegisterMetaType<QgsDoubleRange>(
"QgsDoubleRange" );
361 qRegisterMetaType<QgsIntRange>(
"QgsIntRange" );
362 qRegisterMetaType<QList<QgsMapLayer *>>(
"QList<QgsMapLayer*>" );
363 qRegisterMetaType<QMap<QNetworkRequest::Attribute, QVariant>>(
"QMap<QNetworkRequest::Attribute,QVariant>" );
364 qRegisterMetaType<QMap<QNetworkRequest::KnownHeaders, QVariant>>(
"QMap<QNetworkRequest::KnownHeaders,QVariant>" );
365 qRegisterMetaType<QList<QNetworkReply::RawHeaderPair>>(
"QList<QNetworkReply::RawHeaderPair>" );
366 qRegisterMetaType<QNetworkReply::NetworkError>(
"QNetworkReply::NetworkError" );
367 qRegisterMetaType< QAuthenticator * >(
"QAuthenticator*" );
368 qRegisterMetaType< QgsGpsInformation >(
"QgsGpsInformation" );
369 qRegisterMetaType< QgsSensorThingsExpansionDefinition >(
"QgsSensorThingsExpansionDefinition" );
370 qRegisterMetaType< QTimeZone >(
"QTimeZone" );
371 qRegisterMetaType< QgsSelectiveMaskingSourceSet >(
"QgsSelectiveMaskingSourceSet" );
379 instance()->mApplicationMembers = std::make_unique<ApplicationMembers>();
382 instance()->mApplicationMembers->mSettingsRegistryCore->migrateOldSettings();
390 if ( profileFolder.isEmpty() )
392 if ( getenv(
"QGIS_CUSTOM_CONFIG_PATH" ) )
394 profileFolder = getenv(
"QGIS_CUSTOM_CONFIG_PATH" );
398 profileFolder = QStandardPaths::standardLocations( QStandardPaths::AppDataLocation ).value( 0 );
404 std::unique_ptr< QgsUserProfile > profile = manager.
getProfile();
405 profileFolder = profile->folder();
408 *sProfilePath() = profileFolder;
410 static std::once_flag sMetaTypesRegistered;
415 if ( ABISYM( mRunningFromBuildDir ) )
418 *sPrefixPath() = QString();
419#if defined( _MSC_VER ) && !defined( USING_NMAKE ) && !defined( USING_NINJA )
420 setPluginPath( *sBuildOutputPath() +
'/' + QString( QGIS_PLUGIN_SUBDIR ) +
'/' + *sCfgIntDir() );
422 setPluginPath( *sBuildOutputPath() +
'/' + QStringLiteral( QGIS_PLUGIN_SUBDIR ) );
425 *sLibraryPath() = *sBuildOutputPath() +
'/' + QGIS_LIB_SUBDIR +
'/';
426#if defined( _MSC_VER ) && !defined( USING_NMAKE ) && !defined( USING_NINJA )
427 *sLibexecPath() = *sBuildOutputPath() +
'/' + QGIS_LIBEXEC_SUBDIR +
'/' + *sCfgIntDir() +
'/';
429 *sLibexecPath() = *sBuildOutputPath() +
'/' + QGIS_LIBEXEC_SUBDIR +
'/';
431#if defined( HAVE_QUICK )
432 *sQmlImportPath() = *sBuildOutputPath() +
'/' + QGIS_QML_SUBDIR +
'/';
437 char *
prefixPath = getenv(
"QGIS_PREFIX_PATH" );
440 if ( sPrefixPath()->isNull() )
442#if defined( Q_OS_WIN ) || defined( Q_OS_MACOS ) && !defined( QGIS_MAC_BUNDLE )
444#elif defined( QGIS_MAC_BUNDLE )
445 QDir myDir( applicationDirPath() +
"/../.."_L1 );
447#elif defined( ANDROID )
449 QDir myDir( QDir::homePath() );
451 QString myPrefix = myDir.absolutePath();
454 QDir myDir( applicationDirPath() );
456 if ( applicationDirPath().contains( u
"cgi-bin"_s ) )
461 QString myPrefix = myDir.absolutePath();
472 *sConfigPath() = profileFolder +
'/';
481 if ( getenv(
"QGIS_AUTH_DB_DIR_PATH" ) )
484 sAuthDbUri()->clear();
487 if ( getenv(
"QGIS_AUTH_DB_URI" ) )
489 *sAuthDbUri() = getenv(
"QGIS_AUTH_DB_URI" );
493 if ( sAuthDbUri->isEmpty() )
495 *sAuthDbUri() = u
"QSQLITE://"_s + *sAuthDbDirPath() + u
"qgis-auth.db"_s;
499 qputenv(
"QT3D_RENDERER",
"opengl" );
502 QMap<QString, QString> systemEnvVarMap;
503 QString passfile( u
"QGIS_AUTH_PASSWORD_FILE"_s );
505 const auto systemEnvironment = QProcessEnvironment::systemEnvironment().toStringList();
506 for (
const QString &varStr : systemEnvironment )
508 int pos = varStr.indexOf(
'='_L1 );
511 QString varStrName = varStr.left( pos );
512 QString varStrValue = varStr.mid( pos + 1 );
513 if ( varStrName != passfile )
515 systemEnvVarMap.insert( varStrName, varStrValue );
518 *sSystemEnvVars() = systemEnvVarMap;
525 const QString projData( QDir::cleanPath(
pkgDataPath().append(
"/proj" ) ) );
526 if ( QFile::exists( projData ) )
528 qputenv(
"PROJ_DATA", projData.toUtf8() );
529 currentProjSearchPaths.append( projData );
533 char **newPaths =
new char *[currentProjSearchPaths.length()];
534 for (
int i = 0; i < currentProjSearchPaths.count(); ++i )
536 newPaths[i] = CPLStrdup( currentProjSearchPaths.at( i ).toUtf8().constData() );
538 proj_context_set_search_paths(
nullptr, currentProjSearchPaths.count(), newPaths );
539 for (
int i = 0; i < currentProjSearchPaths.count(); ++i )
541 CPLFree( newPaths[i] );
546 QCoreApplication::addLibraryPath(
pluginPath() );
549 QImageReader::setAllocationLimit( 512 );
559 ABISYM( sMaxThreads ) = -1;
575 if ( !members()->mStyleModel )
576 members()->mStyleModel = std::make_unique<QgsStyleModel>( defaultStyle );
578 ABISYM( mInitialized ) =
true;
582void QgsApplication::installTranslators()
585 if ( mQgisTranslator )
587 removeTranslator( mQgisTranslator.get() );
588 mQgisTranslator.reset();
592 removeTranslator( mQtTranslator.get() );
593 mQtTranslator.reset();
595 if ( mQtBaseTranslator )
597 removeTranslator( mQtBaseTranslator.get() );
598 mQtBaseTranslator.reset();
601 if ( *sTranslation() !=
"C"_L1 )
603 mQgisTranslator = std::make_unique<QTranslator>(
this );
604 if ( mQgisTranslator->load( u
"qgis_"_s + *sTranslation(),
i18nPath() ) )
606 installTranslator( mQgisTranslator.get() );
618 QString qtTranslationsPath = QLibraryInfo::location( QLibraryInfo::TranslationsPath );
620 QString prefix = QDir( QString(
"%1/../" ).arg( QApplication::applicationDirPath() ) ).absolutePath();
621 qtTranslationsPath = prefix + qtTranslationsPath.mid( QLibraryInfo::location( QLibraryInfo::PrefixPath ).length() );
624 mQtTranslator = std::make_unique<QTranslator>(
this );
625 if ( mQtTranslator->load( u
"qt_"_s + *sTranslation(), qtTranslationsPath ) )
627 installTranslator( mQtTranslator.get() );
631 QgsDebugMsgLevel( u
"loading of qt translation failed %1/qt_%2"_s.arg( qtTranslationsPath, *sTranslation() ), 2 );
634 mQtBaseTranslator = std::make_unique<QTranslator>(
this );
635 if ( mQtBaseTranslator->load( u
"qtbase_"_s + *sTranslation(), qtTranslationsPath ) )
637 installTranslator( mQtBaseTranslator.get() );
641 QgsDebugMsgLevel( u
"loading of qtbase translation failed %1/qt_%2"_s.arg( qtTranslationsPath, *sTranslation() ), 2 );
648 if ( mApplicationMembers )
652 mApplicationMembers->mSettingsRegistryCore->backwardCompatibility();
656 QgsDebugError( u
"An error occurred while performing backwards compatibility for settings: %1"_s.arg( e.
what() ) );
666void QgsApplication::invalidateCaches()
678 return qobject_cast<QgsApplication *>( QCoreApplication::instance() );
684 if (
event->type() == QEvent::FileOpen )
687 if ( ABISYM( mFileOpenEventReceiver ) )
690 done =
notify( ABISYM( mFileOpenEventReceiver ),
event );
697 sFileOpenEventList()->append(
static_cast<QFileOpenEvent *
>(
event )->file() );
704 done = QApplication::event(
event );
713 if ( thread() == receiver->thread() )
723 done = QApplication::notify( receiver,
event );
727 qCritical() <<
"Caught unhandled QgsException: " << e.
what();
728 if ( qApp->thread() == QThread::currentThread() )
729 QMessageBox::critical( activeWindow(), tr(
"Exception" ), e.
what() );
731 catch ( std::exception &e )
733 qCritical() <<
"Caught unhandled std::exception: " << e.
what();
734 if ( qApp->thread() == QThread::currentThread() )
735 QMessageBox::critical( activeWindow(), tr(
"Exception" ), e.
what() );
739 qCritical() <<
"Caught unhandled unknown exception";
740 if ( qApp->thread() == QThread::currentThread() )
741 QMessageBox::critical( activeWindow(), tr(
"Exception" ), tr(
"unknown exception" ) );
749 return QgsRuntimeProfiler::threadLocalInstance();
755 ABISYM( mFileOpenEventReceiver ) = receiver;
757 if ( sFileOpenEventList()->count() > 0 )
759 const QStringList fileOpenEventList = *sFileOpenEventList();
760 for (
const QString &file : fileOpenEventList )
762 QFileOpenEvent foe( file );
763 QgsApplication::sendEvent( ABISYM( mFileOpenEventReceiver ), &foe );
765 sFileOpenEventList()->clear();
772#if defined( Q_OS_WIN )
773 if ( sPrefixPath()->endsWith(
"/bin" ) )
775 sPrefixPath()->chop( 4 );
778 if ( useDefaultPaths && !ABISYM( mRunningFromBuildDir ) )
780 setPluginPath( *sPrefixPath() +
'/' + QStringLiteral( QGIS_PLUGIN_SUBDIR ) );
781 setPkgDataPath( *sPrefixPath() +
'/' + QStringLiteral( QGIS_DATA_SUBDIR ) );
783 *sLibraryPath() = *sPrefixPath() +
'/' + QGIS_LIB_SUBDIR +
'/';
784 *sLibexecPath() = *sPrefixPath() +
'/' + QGIS_LIBEXEC_SUBDIR +
'/';
785#if defined( HAVE_QUICK )
786 *sQmlImportPath() = *sPrefixPath() +
'/' + QGIS_QML_SUBDIR +
'/';
802 if ( !sDefaultSvgPaths()->contains( mySvgPath ) )
803 *sDefaultSvgPaths() << mySvgPath;
808 *sDefaultSvgPaths() = pathList;
813 QFileInfo fi( authDbDirPath );
814 if ( fi.exists() && fi.isDir() && fi.isWritable() )
816 *sAuthDbDirPath() = fi.canonicalFilePath() + QDir::separator();
823 if ( ABISYM( mRunningFromBuildDir ) )
825 static bool sOnce =
true;
829 ( void ) blockNotifications;
830 qWarning(
"!!! prefix path was requested, but it is not valid - we do not run from installed path !!!" );
836 return *sPrefixPath();
840 return *sPluginPath();
845 if ( sPkgDataPath()->isNull() )
848 return *sPkgDataPath();
853 return u
":/images/themes/default/"_s;
858 QDir dir( usersThemes );
866 return defaultThemes;
872 return iconsPath() + u
"qgis-icon-60x60.png"_s;
877 return ABISYM( sMaxThreads );
884 if ( QFile::exists( path + iconFile ) )
885 return path + iconFile;
893 const QString
cacheKey = ( name.startsWith(
'/' ) ? name.mid( 1 ) : name )
894 + ( fillColor.isValid() ? u
"_%1"_s.arg( fillColor.name( QColor::HexArgb ).mid( 1 ) ) : QString() )
895 + ( strokeColor.isValid() ? u
"_%1"_s.arg( strokeColor.name( QColor::HexArgb ).mid( 1 ) ) : QString() );
897 if ( app && app->mIconCache.contains(
cacheKey ) )
898 return app->mIconCache.value(
cacheKey );
901 const bool colorBased = fillColor.isValid() || strokeColor.isValid();
903 auto iconFromColoredSvg = [fillColor, strokeColor,
cacheKey](
const QString &path ) -> QIcon {
908 if (
const QDir dir = QFileInfo(
iconPath ).dir(); !dir.exists() )
914 if ( f.open( QFile::WriteOnly | QFile::Truncate ) )
916 f.write( svgContent );
925 return QIcon( f.fileName() );
930 if ( QFile::exists( preferredPath ) )
934 icon = iconFromColoredSvg( preferredPath );
938 icon = QIcon( preferredPath );
941 else if ( QFile::exists( defaultPath ) )
947 icon = iconFromColoredSvg( defaultPath );
951 icon = QIcon( defaultPath );
960 app->mIconCache.insert(
cacheKey, icon );
967 if ( app && app->mCursorCache.contains( cursor ) )
968 return app->mCursorCache.value( cursor );
979 name = u
"mZoomIn.svg"_s;
984 name = u
"mZoomOut.svg"_s;
991 name = u
"mIdentify.svg"_s;
994 name = u
"mCrossHair.svg"_s;
997 name = u
"mCapturePoint.svg"_s;
1000 name = u
"mSelect.svg"_s;
1007 name = u
"mSampler.svg"_s;
1012 Q_ASSERT( !name.isEmpty() );
1014 QIcon icon =
getThemeIcon( u
"cursors"_s + QDir::separator() + name );
1017 if ( !icon.isNull() )
1021 cursorIcon = QCursor( icon.pixmap( std::ceil( scale * 32 ), std::ceil( scale * 32 ) ), std::ceil( scale * activeX ), std::ceil( scale * activeY ) );
1024 app->mCursorCache.insert( cursor, cursorIcon );
1031 const QString preferredPath =
activeThemePath() + QDir::separator() + name;
1033 const QString path = QFile::exists( preferredPath ) ? preferredPath : defaultPath;
1034 if ( foreColor.isValid() || backColor.isValid() )
1036 bool fitsInCache =
false;
1037 const QImage image =
svgCache()->
svgAsImage( path, size, backColor, foreColor, 1, 1, fitsInCache );
1038 return QPixmap::fromImage( image );
1041 return QPixmap( path );
1051 static QString appPath;
1052 if ( appPath.isNull() )
1054 if ( QCoreApplication::instance() )
1056 appPath = applicationDirPath();
1060 qWarning(
"Application path not initialized" );
1064 if ( !appPath.isNull() || getenv(
"QGIS_PREFIX_PATH" ) )
1066 QString prefix = getenv(
"QGIS_PREFIX_PATH" ) ? getenv(
"QGIS_PREFIX_PATH" ) : appPath;
1071 static const QStringList paths { QStringList() << QString() << u
"/.."_s << u
"/bin"_s << u
"/../../.."_s };
1072 for (
const QString &path : paths )
1074 f.setFileName( prefix + path +
"/qgisbuildpath.txt" );
1078 if ( f.exists() && f.open( QIODevice::ReadOnly ) )
1080 ABISYM( mRunningFromBuildDir ) =
true;
1081 *sBuildSourcePath() = f.readLine().trimmed();
1082 *sBuildOutputPath() = f.readLine().trimmed();
1084 QgsDebugMsgLevel( u
"- source directory: %1"_s.arg( sBuildSourcePath()->toUtf8().constData() ), 4 );
1085 QgsDebugMsgLevel( u
"- output directory of the build: %1"_s.arg( sBuildOutputPath()->toUtf8().constData() ), 4 );
1086#if defined( _MSC_VER ) && !defined( USING_NMAKE ) && !defined( USING_NINJA )
1087 *sCfgIntDir() = prefix.split(
'/', Qt::SkipEmptyParts ).last();
1088 qDebug(
"- cfg: %s", sCfgIntDir()->toUtf8().constData() );
1094 if ( getenv(
"QGIS_PREFIX_PATH" ) )
1098#if defined( ANDROID )
1100 QDir dir( QDir::homePath() );
1105#if defined( Q_OS_MACOS )
1107#elif defined( Q_OS_WIN )
1112 QDir dir( appPath );
1114 if ( appPath.contains( u
"cgi-bin"_s ) )
1124 if ( ABISYM( mRunningFromBuildDir ) )
1125 return *sBuildOutputPath() + u
"/data"_s;
1127 return prefixPath +
'/' + QStringLiteral( QGIS_DATA_SUBDIR );
1132 return *sThemeName();
1139 if (
themeName ==
"default"_L1 || path.isEmpty() )
1142 qApp->setStyleSheet( QString() );
1147 QFile file( path +
"/style.qss" );
1148 QFile variablesfile( path +
"/variables.qss" );
1149 QFileInfo variableInfo( variablesfile );
1151 if ( !file.open( QIODevice::ReadOnly ) || ( variableInfo.exists() && !variablesfile.open( QIODevice::ReadOnly ) ) )
1153 qApp->setStyleSheet( QString() );
1158 QFile palettefile( path +
"/palette.txt" );
1159 QFileInfo paletteInfo( palettefile );
1160 if ( paletteInfo.exists() && palettefile.open( QIODevice::ReadOnly ) )
1162 QPalette
pal = qApp->palette();
1163 QTextStream in( &palettefile );
1164 while ( !in.atEnd() )
1166 QString line = in.readLine();
1167 QStringList parts = line.split(
':' );
1168 if ( parts.count() == 2 )
1170 int role = parts.at( 0 ).trimmed().toInt();
1172 pal.setColor(
static_cast< QPalette::ColorRole
>( role ), color );
1175 palettefile.close();
1176 qApp->setPalette(
pal );
1179 QString styledata = file.readAll();
1180 styledata.replace(
"@theme_path"_L1, path );
1182 if ( variableInfo.exists() )
1184 QTextStream in( &variablesfile );
1185 while ( !in.atEnd() )
1187 QString line = in.readLine();
1189 if ( line.startsWith(
'@' ) )
1191 int index = line.indexOf(
':' );
1192 QString name = line.mid( 0, index );
1193 QString value = line.mid( index + 1, line.length() );
1194 styledata.replace( name, value );
1197 variablesfile.close();
1205 const static QRegularExpression regex( u
"(?<=[\\s:])([0-9\\.]+)(?=em)"_s );
1206 QRegularExpressionMatch match = regex.match( styledata, index );
1207 while ( match.hasMatch() )
1209 index = match.capturedStart();
1210 styledata.remove( index, match.captured( 0 ).length() );
1212 styledata.insert( index, number );
1213 index += number.length();
1214 match = regex.match( styledata, index );
1218 qApp->setStyleSheet( styledata );
1227 mapping.insert( u
"default"_s, QString() );
1263 if ( ABISYM( mRunningFromBuildDir ) )
1264 return *sBuildOutputPath() + u
"/i18n/"_s;
1271 return pkgDataPath() + u
"/resources/metadata-ISO/"_s;
1281 return *sConfigPath();
1291 return *sAuthDbDirPath() + u
"qgis-auth.db"_s;
1296 return *sAuthDbUri();
1301 return u
":/images/splash/"_s;
1311 if ( ABISYM( mRunningFromBuildDir ) )
1313 QString tempCopy = QDir::tempPath() +
"/srs6.db";
1315 if ( !QFile( tempCopy ).exists() )
1318 if ( !f.copy( tempCopy ) )
1320 qFatal(
"Could not create temporary copy" );
1335 members()->mSvgPathCacheValid =
false;
1340 static QReadWriteLock lock;
1344 if ( members()->mSvgPathCacheValid )
1346 return members()->mSvgPathCache;
1357 for (
const QString &path : pathList )
1359 if ( !paths.contains( path ) )
1360 paths.append( path );
1362 for (
const QString &path : std::as_const( *sDefaultSvgPaths() ) )
1364 if ( !paths.contains( path ) )
1365 paths.append( path );
1367 members()->mSvgPathCache = paths;
1382 return *sSystemEnvVars();
1392 const thread_local QRegularExpression regexp( QRegularExpression::anchoredPattern( u
"^[A-Za-z][A-Za-z0-9\\._-]*"_s ) );
1398 if ( !sUserName()->isEmpty() )
1399 return *sUserName();
1402 TCHAR name[UNLEN + 1];
1403 DWORD size = UNLEN + 1;
1405 if ( GetUserName( ( TCHAR * ) name, &size ) )
1407 *sUserName() = QString::fromWCharArray( name );
1411#elif QT_CONFIG( process )
1414 process.start( u
"whoami"_s, QStringList() );
1415 process.waitForFinished();
1416 *sUserName() = process.readAllStandardOutput().trimmed();
1419 if ( !sUserName()->isEmpty() )
1420 return *sUserName();
1423 *sUserName() = qgetenv(
"USER" );
1424 if ( !sUserName()->isEmpty() )
1425 return *sUserName();
1428 *sUserName() = qgetenv(
"USERNAME" );
1429 return *sUserName();
1434 if ( !sUserFullName()->isEmpty() )
1435 return *sUserFullName();
1438 TCHAR name[UNLEN + 1];
1439 DWORD size = UNLEN + 1;
1442 if ( GetUserNameEx( NameDisplay, ( TCHAR * ) name, &size ) )
1444 *sUserFullName() = QString::fromWCharArray( name );
1448 if ( sUserFullName()->isEmpty() )
1450#elif defined( Q_OS_ANDROID ) || defined( __MINGW32__ )
1451 *sUserFullName() = u
"Not available"_s;
1453 struct passwd *p = getpwuid( getuid() );
1457 QString gecosName = QString( p->pw_gecos );
1458 *sUserFullName() = gecosName.left( gecosName.indexOf(
',', 0 ) );
1463 return *sUserFullName();
1468#if defined( Q_OS_ANDROID )
1469 return "android"_L1;
1470#elif defined( Q_OS_MAC )
1472#elif defined( Q_OS_WIN )
1473 return "windows"_L1;
1474#elif defined( Q_OS_LINUX )
1476#elif defined( Q_OS_FREEBSD )
1477 return u
"freebsd"_s;
1478#elif defined( Q_OS_OPENBSD )
1479 return u
"openbsd"_s;
1480#elif defined( Q_OS_NETBSD )
1482#elif defined( Q_OS_UNIX )
1485 return "unknown"_L1;
1492 return static_cast<int>( CPLGetUsablePhysicalRAM() / 1048576 );
1497 return *sPlatformName();
1502 if ( !sApplicationFullName()->isEmpty() )
1503 return *sApplicationFullName();
1506 *sApplicationFullName() = qgetenv(
"QGIS_APPLICATION_FULL_NAME" );
1507 if ( !sApplicationFullName()->isEmpty() )
1508 return *sApplicationFullName();
1512 if ( !storedFullName.isEmpty() )
1513 *sApplicationFullName() = storedFullName;
1515 *sApplicationFullName() = u
"%1 %2"_s.arg( applicationName(),
platform() );
1516 return *sApplicationFullName();
1525 if (
locale.startsWith(
"en"_L1, Qt::CaseInsensitive ) )
1534 return QLocale().name().left( 2 );
1540 QLocale::setDefault(
locale );
1551 return pkgDataPath() + u
"/resources/symbology-style.xml"_s;
1566 return *sLibraryPath();
1571 return *sLibexecPath();
1576 return *sQmlImportPath();
1581 return ( htonl( 1 ) == 1 ) ?
XDR :
NDR;
1588 init( *sProfilePath() );
1612 if (
auto *lInstance =
instance() )
1614 if ( !lInstance->mAuthManager )
1618 return lInstance->mAuthManager;
1623 if ( !sAuthManager )
1625 return sAuthManager;
1638 QThreadPool::globalInstance()->waitForDone();
1641 if (
auto *lInstance =
instance() )
1642 delete lInstance->mAuthManager;
1644 delete sAuthManager;
1647 QgsApplication::sendPostedEvents(
nullptr, QEvent::DeferredDelete );
1653 if ( QgsProject::sProject )
1661 QgsApplication::sendPostedEvents(
nullptr, QEvent::DeferredDelete );
1664 if ( QgsProviderRegistry::exists() )
1675 if ( GDALDumpOpenDatasets( stdin ) == 0 )
1678 GDALDestroyDriverManager();
1681 QgsDebugMsgLevel( u
"Skipping call to GDALDestroyDriverManager() due to still opened datasets"_s, 5 );
1686 QString myEnvironmentVar( getenv(
"QGIS_PREFIX_PATH" ) );
1689 "QgsApplication state:\n"
1690 " - QGIS_PREFIX_PATH env var: %1\n"
1692 " - Plugin Path: %3\n"
1693 " - Package Data Path: %4\n"
1694 " - Active Theme Name: %5\n"
1695 " - Active Theme Path: %6\n"
1696 " - Default Theme Path: %7\n"
1697 " - SVG Search Paths: %8\n"
1698 " - User DB Path: %9\n"
1699 " - Auth DB Path: %10\n"
1713 QColor myColor1( Qt::lightGray );
1714 QColor myColor2 = myColor1;
1715 myColor2 = myColor2.lighter( 110 );
1717 myStyle = QStringLiteral(
1720 " font-weight: bold;"
1723 " background: white;"
1725 " font-family: 'Lato', 'Open Sans', 'Lucida Grande', 'Segoe UI', 'Arial', sans-serif;"
1728 "h1{ background-color: #F6F6F6;"
1730 " font-size: x-large; "
1731 " font-weight: normal;"
1732 " background: none;"
1733 " padding: 0.75em 0 0;"
1735 " line-height: 3em;"
1737 "h2{ background-color: #F6F6F6;"
1739 " font-size: medium; "
1740 " font-weight: normal;"
1741 " background: none;"
1742 " padding: 0.75em 0 0;"
1744 " line-height: 1.1em;"
1746 "h3{ background-color: #F6F6F6;"
1748 " font-weight: bold;"
1749 " font-size: large;"
1750 " text-align: left;"
1751 " border-bottom: 5px solid #DCEB5C;"
1753 "h4{ background-color: #F6F6F6;"
1755 " font-weight: bold;"
1756 " font-size: medium;"
1757 " text-align: left;"
1759 "h5{ background-color: #F6F6F6;"
1761 " font-weight: bold;"
1762 " font-size: small;"
1763 " text-align: left;"
1765 "a{ color: #729FCF;"
1766 " font-family: arial,sans-serif;"
1768 "label{ background-color: #FFFFCC;"
1769 " border: 1px solid black;"
1771 " padding: 0px 3px; "
1772 " font-size: small;"
1775 " font-weight: bold;"
1780 " border-top: 1px solid black;"
1782 ".list-view .highlight {"
1783 " text-align: left;"
1786 " padding-right: 15px;"
1787 " padding-left: 20px;"
1788 " font-weight: bold;"
1790 ".tabular-view .odd-row {"
1791 " background-color: #f9f9f9;"
1794 " font-weight: bold;"
1795 " padding-top:25px;"
1800 switch ( styleSheetType )
1803 myStyle += QStringLiteral(
1805 " border-collapse: collapse;"
1808 ".tabular-view th, .tabular-view td { "
1809 " border:1px solid black;"
1815 myStyle += QStringLiteral(
1820 "table.tabular-view, table.list-view { "
1821 " border-collapse: collapse;"
1822 " table-layout:fixed;"
1823 " width: 100% !important;"
1828 " line-height: inherit;"
1831 " word-wrap: break-word; "
1832 " vertical-align: top;"
1835 ".list-view th:first-child, .list-view td:first-child {"
1838 ".list-view.highlight { "
1839 " padding-left: inherit; "
1842 ".tabular-view th:first-child, .tabular-view td:first-child { "
1846 ".tabular-view th.strong { "
1847 " background-color: #eee; "
1850 ".tabular-view th, .tabular-view td { "
1851 " border: 1px solid #eee;"
1862 if ( 0 >= OGRGetDriverCount() )
1870 QString aPathUrl = aPath;
1871 QString tPathUrl = targetPath;
1872#if defined( Q_OS_WIN )
1873 const Qt::CaseSensitivity cs = Qt::CaseInsensitive;
1875 aPathUrl.replace(
'\\',
'/' );
1876 if ( aPathUrl.startsWith(
"//" ) )
1879 aPathUrl =
"\\\\" + aPathUrl.mid( 2 );
1882 tPathUrl.replace(
'\\',
'/' );
1883 if ( tPathUrl.startsWith(
"//" ) )
1886 tPathUrl =
"\\\\" + tPathUrl.mid( 2 );
1889 const Qt::CaseSensitivity cs = Qt::CaseSensitive;
1892 QStringList targetElems = tPathUrl.split(
'/', Qt::SkipEmptyParts );
1893 QStringList aPathElems = aPathUrl.split(
'/', Qt::SkipEmptyParts );
1895 targetElems.removeAll( u
"."_s );
1896 aPathElems.removeAll( u
"."_s );
1900 while ( !aPathElems.isEmpty() && !targetElems.isEmpty() && aPathElems[0].compare( targetElems[0], cs ) == 0 )
1902 aPathElems.removeFirst();
1903 targetElems.removeFirst();
1913 if ( !targetElems.isEmpty() )
1916 for (
int i = 0; i < targetElems.size(); i++ )
1918 aPathElems.insert( 0, u
".."_s );
1925 aPathElems.insert( 0, u
"."_s );
1928 return aPathElems.join(
'/'_L1 );
1934 if ( !rpath.startsWith(
"./"_L1 ) && !rpath.startsWith(
"../"_L1 ) )
1939 QString rPathUrl = rpath;
1940 QString targetPathUrl = targetPath;
1942#if defined( Q_OS_WIN )
1943 rPathUrl.replace(
'\\',
'/' );
1944 targetPathUrl.replace(
'\\',
'/' );
1946 bool uncPath = targetPathUrl.startsWith(
"//" );
1949 QStringList srcElems = rPathUrl.split(
'/', Qt::SkipEmptyParts );
1950 QStringList targetElems = targetPathUrl.split(
'/', Qt::SkipEmptyParts );
1952#if defined( Q_OS_WIN )
1955 targetElems.insert( 0,
"" );
1956 targetElems.insert( 0,
"" );
1961 targetElems << srcElems;
1962 targetElems.removeAll( u
"."_s );
1966 while ( ( pos = targetElems.indexOf(
".."_L1 ) ) > 0 )
1969 targetElems.removeAt( pos - 1 );
1970 targetElems.removeAt( pos - 1 );
1973#if !defined( Q_OS_WIN )
1975 targetElems.prepend( QString() );
1978 return targetElems.join(
'/'_L1 );
1983 return *sBuildSourcePath();
1988 return *sBuildOutputPath();
1991#if defined( _MSC_VER ) && !defined( USING_NMAKE ) && !defined( USING_NINJA )
1992QString QgsApplication::cfgIntDir()
1994 return *sCfgIntDir();
2000 if ( sGdalSkipList()->contains( driver ) || driver.isEmpty() )
2004 *sGdalSkipList() << driver;
2010 if ( !sGdalSkipList()->contains( driver ) )
2014 int myPos = sGdalSkipList()->indexOf( driver );
2017 sGdalSkipList()->removeAt( myPos );
2024 return *sGdalSkipList();
2045 return *sDeferredSkippedGdalDrivers();
2050 sGdalSkipList()->removeDuplicates();
2051 QStringList realDisabledDriverList;
2052 for (
const auto &driverName : *sGdalSkipList() )
2054 if ( !sDeferredSkippedGdalDrivers()->contains( driverName ) )
2055 realDisabledDriverList << driverName;
2057 QString myDriverList = realDisabledDriverList.join(
',' );
2060 CPLSetConfigOption(
"GDAL_SKIP", myDriverList.toUtf8() );
2067 QDir myDir( folder );
2068 if ( !myDir.exists() )
2070 myDir.mkpath( folder );
2076void QgsApplication::copyPath(
const QString &src,
const QString &dst )
2079 if ( !dir.exists() )
2082 const auto subDirectories = dir.entryList( QDir::Dirs | QDir::NoDotAndDotDot );
2083 for (
const QString &d : subDirectories )
2085 QString dst_path = dst + QDir::separator() + d;
2086 dir.mkpath( dst_path );
2087 copyPath( src + QDir::separator() + d, dst_path );
2090 const auto files = dir.entryList( QDir::Files );
2091 for (
const QString &f : files )
2093 QFile::copy( src + QDir::separator() + f, dst + QDir::separator() + f );
2099 QVariantMap variables;
2102 for (
const QString &name : names )
2113 for (
auto it = variables.constBegin(); it != variables.constEnd(); ++it )
2130 return instance()->mTemporarilyTrustedProjectFolders;
2135 instance()->mTemporarilyTrustedProjectFolders = trustedProjectsFolders;
2140 return instance()->mTemporarilyUntrustedProjectFolders;
2145 instance()->mTemporarilyUntrustedProjectFolders = untrustedProjectsFolders;
2150 QFontMetrics fm( ( QFont() ) );
2151 const double scale = 1.1 * standardSize / 24;
2152 int scaledIconSize =
static_cast< int >( std::floor( std::max(
Qgis::UI_SCALE_FACTOR * fm.height() * scale,
static_cast< double >( standardSize ) ) ) );
2153 if ( applyDevicePixelRatio )
2155 if ( QWidget *activeWindow = QApplication::activeWindow() )
2156 scaledIconSize *= ( activeWindow->screen() ? QApplication::activeWindow()->screen()->devicePixelRatio() : 1 );
2158 return scaledIconSize;
2171 app->installTranslators();
2177 return *sTranslation();
2211 return members()->mActionScopeRegistry.get();
2220 QDir myDir( myPamPath );
2221 if ( !myDir.exists() )
2223 myDir.mkpath( myPamPath );
2226#if defined( Q_OS_WIN )
2227 CPLSetConfigOption(
"GDAL_PAM_PROXY_DIR", myPamPath.toUtf8() );
2231 int myChangeFlag = 0;
2232 setenv(
"GDAL_PAM_PROXY_DIR", myPamPath.toUtf8(), myChangeFlag );
2239 if ( !qgisPrivateDbFile.exists() )
2243 QFile masterFile( qgisMasterDbFileName );
2249 bool isDbFileCopied = masterFile.copy( qgisPrivateDbFile.fileName() );
2251 if ( !isDbFileCopied )
2255 *errorMessage = tr(
"[ERROR] Can not make qgis.db private copy" );
2260 QFile::Permissions perms = QFile( qgisPrivateDbFile.fileName() ).permissions();
2261 if ( !( perms & QFile::WriteOwner ) )
2263 if ( !qgisPrivateDbFile.setPermissions( perms | QFile::WriteOwner ) )
2267 *errorMessage = tr(
"Can not make '%1' user writable" ).arg( qgisPrivateDbFile.fileName() );
2281 *errorMessage = tr(
"Could not open qgis.db" );
2286 char *errmsg =
nullptr;
2287 int res = sqlite3_exec( database.get(),
"SELECT srs_id FROM tbl_srs LIMIT 0",
nullptr,
nullptr, &errmsg );
2288 if ( res != SQLITE_OK )
2290 sqlite3_free( errmsg );
2295 "DROP INDEX IF EXISTS idx_srsauthid;"
2296 "CREATE TABLE tbl_srs ("
2297 "srs_id INTEGER PRIMARY KEY,"
2298 "description text NOT NULL,"
2299 "projection_acronym text NOT NULL,"
2300 "ellipsoid_acronym NOT NULL,"
2301 "parameters text NOT NULL,"
2303 "auth_name varchar,"
2305 "is_geo integer NOT NULL,"
2306 "deprecated boolean,"
2308 "CREATE INDEX idx_srsauthid on tbl_srs(auth_name,auth_id);",
2317 *errorMessage = tr(
"Creation of missing tbl_srs in the private qgis.db failed.\n%1" ).arg( QString::fromUtf8( errmsg ) );
2319 sqlite3_free( errmsg );
2326 res = sqlite3_exec( database.get(),
"SELECT wkt FROM tbl_srs LIMIT 0",
nullptr,
nullptr, &errmsg );
2327 if ( res != SQLITE_OK )
2330 sqlite3_free( errmsg );
2333 "DROP INDEX IF EXISTS idx_srsauthid;"
2334 "DROP TABLE IF EXISTS tbl_srs_bak;"
2335 "ALTER TABLE tbl_srs RENAME TO tbl_srs_bak;"
2336 "CREATE TABLE tbl_srs ("
2337 "srs_id INTEGER PRIMARY KEY,"
2338 "description text NOT NULL,"
2339 "projection_acronym text NOT NULL,"
2340 "ellipsoid_acronym NOT NULL,"
2341 "parameters text NOT NULL,"
2343 "auth_name varchar,"
2345 "is_geo integer NOT NULL,"
2346 "deprecated boolean,"
2348 "CREATE INDEX idx_srsauthid on tbl_srs(auth_name,auth_id);"
2349 "INSERT INTO tbl_srs(srs_id,description,projection_acronym,ellipsoid_acronym,parameters,srid,auth_name,auth_id,is_geo,deprecated) SELECT "
2350 "srs_id,description,projection_acronym,ellipsoid_acronym,parameters,srid,'','',is_geo,0 FROM tbl_srs_bak;"
2351 "DROP TABLE tbl_srs_bak",
2360 *errorMessage = tr(
"Migration of private qgis.db failed.\n%1" ).arg( QString::fromUtf8( errmsg ) );
2362 sqlite3_free( errmsg );
2368 res = sqlite3_exec( database.get(),
"SELECT acronym FROM tbl_projection LIMIT 0",
nullptr,
nullptr, &errmsg );
2369 if ( res != SQLITE_OK )
2371 sqlite3_free( errmsg );
2376 "CREATE TABLE tbl_projection ("
2377 "acronym varchar(20) NOT NULL PRIMARY KEY,"
2378 "name varchar(255) NOT NULL default '',"
2379 "notes varchar(255) NOT NULL default '',"
2380 "parameters varchar(255) NOT NULL default ''"
2390 *errorMessage = tr(
"Creation of missing tbl_projection in the private qgis.db failed.\n%1" ).arg( QString::fromUtf8( errmsg ) );
2392 sqlite3_free( errmsg );
2397 res = sqlite3_exec( database.get(),
"SELECT epsg FROM tbl_srs LIMIT 0",
nullptr,
nullptr, &errmsg );
2398 if ( res == SQLITE_OK )
2403 "DROP INDEX IF EXISTS idx_srsauthid;"
2404 "DROP TABLE IF EXISTS tbl_srs_bak;"
2405 "ALTER TABLE tbl_srs RENAME TO tbl_srs_bak;"
2406 "CREATE TABLE tbl_srs ("
2407 "srs_id INTEGER PRIMARY KEY,"
2408 "description text NOT NULL,"
2409 "projection_acronym text NOT NULL,"
2410 "ellipsoid_acronym NOT NULL,"
2411 "parameters text NOT NULL,"
2413 "auth_name varchar,"
2415 "is_geo integer NOT NULL,"
2416 "deprecated boolean,"
2418 "CREATE INDEX idx_srsauthid on tbl_srs(auth_name,auth_id);"
2419 "INSERT INTO tbl_srs(srs_id,description,projection_acronym,ellipsoid_acronym,parameters,srid,auth_name,auth_id,is_geo,deprecated) SELECT "
2420 "srs_id,description,projection_acronym,ellipsoid_acronym,parameters,srid,'','',is_geo,0 FROM tbl_srs_bak;"
2421 "DROP TABLE tbl_srs_bak",
2430 *errorMessage = tr(
"Migration of private qgis.db failed.\n%1" ).arg( QString::fromUtf8( errmsg ) );
2432 sqlite3_free( errmsg );
2438 sqlite3_free( errmsg );
2441 if ( sqlite3_exec( database.get(),
"DROP VIEW vw_srs",
nullptr,
nullptr, &errmsg ) != SQLITE_OK )
2443 QgsDebugError( u
"vw_srs didn't exists in private qgis.db: %1"_s.arg( errmsg ) );
2448 "CREATE VIEW vw_srs AS"
2450 " a.description AS description"
2451 ",a.srs_id AS srs_id"
2452 ",a.is_geo AS is_geo"
2453 ",coalesce(b.name,a.projection_acronym) AS name"
2454 ",a.parameters AS parameters"
2455 ",a.auth_name AS auth_name"
2456 ",a.auth_id AS auth_id"
2457 ",a.deprecated AS deprecated"
2459 " LEFT OUTER JOIN tbl_projection b ON a.projection_acronym=b.acronym"
2460 " ORDER BY coalesce(b.name,a.projection_acronym),a.description",
2469 *errorMessage = tr(
"Update of view in private qgis.db failed.\n%1" ).arg( QString::fromUtf8( errmsg ) );
2471 sqlite3_free( errmsg );
2498 QThreadPool::globalInstance()->setMaxThreadCount(
maxThreads );
2499 QgsDebugMsgLevel( u
"set QThreadPool max thread count to %1"_s.arg( QThreadPool::globalInstance()->maxThreadCount() ), 2 );
2504 return members()->mTaskManager.get();
2509 return members()->mSettingsRegistryCore.get();
2514 return members()->mColorSchemeRegistry.get();
2519 return members()->mPaintEffectRegistry.get();
2524 return members()->mRendererRegistry.get();
2529 return members()->mRasterRendererRegistry.get();
2534 return members()->mPointCloudRendererRegistry.get();
2539 return members()->mTiledSceneRendererRegistry.get();
2544 if (
auto *lInstance =
instance() )
2546 if ( !
instance()->mDataItemProviderRegistry )
2548 lInstance->mDataItemProviderRegistry = std::make_unique<QgsDataItemProviderRegistry>();
2550 return lInstance->mDataItemProviderRegistry.get();
2556 if ( !sDataItemProviderRegistry )
2558 return sDataItemProviderRegistry;
2564 return members()->mCrsRegistry.get();
2569 return members()->mSvgCache.get();
2574 return members()->mImageCache.get();
2579 return members()->mSourceCache.get();
2584 return members()->mNetworkContentFetcherRegistry.get();
2589 return members()->mValidityCheckRegistry.get();
2594 return members()->mSymbolLayerRegistry.get();
2599 return members()->mCalloutRegistry.get();
2604 return members()->mLayoutItemRegistry.get();
2609 return members()->mAnnotationItemRegistry.get();
2614 return members()->mSensorRegistry.get();
2619 return members()->mPlotRegistry.get();
2624 return members()->mGpsConnectionRegistry.get();
2629 return members()->mGpsBabelFormatRegistry.get();
2634 return members()->mPluginLayerRegistry.get();
2639 return members()->mClassificationMethodRegistry.get();
2644 return members()->mBookmarkManager.get();
2649 return members()->mTileDownloadManager.
get();
2654 return members()->mRecentStyleHandler.get();
2659 return members()->mQueryLogger.get();
2664 return members()->mStyleModel.get();
2669 return members()->mFontManager.get();
2674 return members()->mMessageLog.get();
2679 return members()->mProcessingRegistry.get();
2684 return members()->mConnectionRegistry.get();
2689 return members()->mLayerMetadataProviderRegistry.get();
2694 return members()->mPageSizeRegistry.get();
2699 return members()->mAnnotationRegistry.get();
2704 return members()->mApplicationThemeRegistry.get();
2709 return members()->mNumericFormatRegistry.get();
2714 return members()->mFieldFormatterRegistry.get();
2719 return members()->m3DRendererRegistry.get();
2724 return members()->m3DSymbolRegistry.get();
2729 return members()->mMaterialRegistry.get();
2734 return members()->mScaleBarRendererRegistry.get();
2739 return members()->mLabelingEngineRuleRegistry.get();
2744 return members()->mSymbolConverterRegistry.get();
2749 return members()->mProjectStorageRegistry.get();
2754 return members()->mExternalStorageRegistry.get();
2759 return members()->mProfileSourceRegistry.get();
2764 return members()->mLocalizedDataPathRegistry.get();
2777 profiler->start( tr(
"Create query logger" ) );
2778 mQueryLogger = std::make_unique<QgsDatabaseQueryLog>();
2782 profiler->start( tr(
"Setup coordinate reference system registry" ) );
2783 mCrsRegistry = std::make_unique<QgsCoordinateReferenceSystemRegistry>();
2787 profiler->start( tr(
"Create connection registry" ) );
2792 profiler->start( tr(
"Create project storage registry" ) );
2797 profiler->start( tr(
"Create layer metadata provider registry" ) );
2802 profiler->start( tr(
"Create font manager" ) );
2807 profiler->start( tr(
"Setup task manager" ) );
2812 profiler->start( tr(
"Setup action scope registry" ) );
2817 profiler->start( tr(
"Setup numeric formats" ) );
2822 profiler->start( tr(
"Setup field formats" ) );
2827 profiler->start( tr(
"Setup SVG cache" ) );
2828 mSvgCache = std::make_unique<QgsSvgCache>();
2832 profiler->start( tr(
"Setup image cache" ) );
2837 profiler->start( tr(
"Setup source cache" ) );
2842 profiler->start( tr(
"Setup color scheme registry" ) );
2847 profiler->start( tr(
"Setup paint effect" ) );
2852 profiler->start( tr(
"Setup symbol layer registry" ) );
2857 profiler->start( tr(
"Recent style handler" ) );
2862 profiler->start( tr(
"Setup callout registry" ) );
2867 profiler->start( tr(
"Setup renderer registry" ) );
2872 profiler->start( tr(
"Setup raster renderer registry" ) );
2877 profiler->start( tr(
"Setup point cloud renderer registry" ) );
2882 profiler->start( tr(
"Setup tiled scene renderer registry" ) );
2887 profiler->start( tr(
"Setup GPS registry" ) );
2892 profiler->start( tr(
"Setup GPSBabel format registry" ) );
2897 profiler->start( tr(
"Setup plugin layer registry" ) );
2902 profiler->start( tr(
"Setup Processing registry" ) );
2908 profiler->start( tr(
"Setup layout item registry" ) );
2914 profiler->start( tr(
"Setup annotation registry" ) );
2919 profiler->start( tr(
"Setup application theme registry" ) );
2924 profiler->start( tr(
"Setup annotation item registry" ) );
2930 profiler->start( tr(
"Setup labeling engine rule registry" ) );
2935 profiler->start( tr(
"Setup symbol converter registry" ) );
2941 profiler->start( tr(
"Setup sensor registry" ) );
2947 profiler->start( tr(
"Setup plot registry" ) );
2953 profiler->start( tr(
"Setup 3D material registry" ) );
2959 profiler->start( tr(
"Setup 3D symbol registry" ) );
2964 profiler->start( tr(
"Setup 3D renderer registry" ) );
2969 profiler->start( tr(
"Setup external storage registry" ) );
2974 profiler->start( tr(
"Setup profile source registry" ) );
2979 profiler->start( tr(
"Setup network content cache" ) );
2984 profiler->start( tr(
"Setup layout check registry" ) );
2989 profiler->start( tr(
"Setup classification registry" ) );
2994 profiler->start( tr(
"Setup bookmark manager" ) );
2999 profiler->start( tr(
"Setup tile download manager" ) );
3004 profiler->start( tr(
"Setup scalebar registry" ) );
3066 if (
auto *lInstance =
instance() )
3068 return lInstance->mApplicationMembers.get();
3072 static QRecursiveMutex sMemberMutex;
3073 QMutexLocker lock( &sMemberMutex );
3074 if ( !sApplicationMembers )
3075 sApplicationMembers =
new ApplicationMembers();
3076 return sApplicationMembers;
QFlags< SettingsOption > SettingsOptions
static const double UI_SCALE_FACTOR
UI scaling factor.
A registry for available 3D renderers.
Registry of available 3D symbol classes.
The action scope registry is an application wide registry that contains a list of available action sc...
Registry of available annotation item types.
Registry of user interface themes.
QHash< QString, QString > themeFolders() const
Returns a map of user interface theme names and folders.
QString themeFolder(const QString &name) const
Returns the user interface theme folder for a matching name.
static QString resolvePkgPath()
Calculate the application pkg path.
static int scaleIconSize(int standardSize, bool applyDevicePixelRatio=false)
Scales an icon size to compensate for display pixel density, making the icon size hi-dpi friendly,...
static void restoreGdalDriver(const QString &driver)
Sets the GDAL_SKIP environment variable to exclude the specified driver and then calls GDALDriverMana...
static const QgsSettingsEntryString * settingsApplicationFullName
static QgsLabelingEngineRuleRegistry * labelingEngineRuleRegistry()
Gets the registry of available labeling engine rules.
static void setCustomVariables(const QVariantMap &customVariables)
Custom expression variables for this application.
QString translation() const
Returns the current application translation locale code.
static QString i18nPath()
Returns the path to the translation directory.
static QgsAnnotationItemRegistry * annotationItemRegistry()
Returns the application's annotation item registry, used for annotation item types.
static QString osName()
Returns a string name of the operating system QGIS is running on.
static void registerOgrDrivers()
Register OGR drivers ensuring this only happens once.
static QString sponsorsFilePath()
Returns the path to the sponsors file.
static QgsRecentStyleHandler * recentStyleHandler()
Returns the handler for recently used style items.
endian_t
Constants for endian-ness.
static QString qgisMasterDatabaseFilePath()
Returns the path to the master qgis.db file.
static void skipGdalDriver(const QString &driver)
Sets the GDAL_SKIP environment variable to include the specified driver and then calls GDALDriverMana...
static QString defaultThemePath()
Returns the path to the default theme directory.
static QgsPageSizeRegistry * pageSizeRegistry()
Returns the application's page size registry, used for managing layout page sizes.
static QgsValidityCheckRegistry * validityCheckRegistry()
Returns the application's validity check registry, used for managing validity checks.
static QgsDataItemProviderRegistry * dataItemProviderRegistry()
Returns the application's data item provider registry, which keeps a list of data item providers that...
static QString userStylePath()
Returns the path to user's style.
static QString platform()
Returns the QGIS platform name, e.g., "desktop", "server", "qgis_process" or "external" (for external...
static QgsProcessingRegistry * processingRegistry()
Returns the application's processing registry, used for managing processing providers,...
static QgsLayerMetadataProviderRegistry * layerMetadataProviderRegistry()
Returns registry of available layer metadata provider implementations.
static QgsSymbolConverterRegistry * symbolConverterRegistry()
Gets the registry of available symbol converters.
static QgsConnectionRegistry * connectionRegistry()
Returns the application's connection registry, used for managing saved data provider connections.
static void exitQgis()
deletes provider registry and map layer registry
static void setPluginPath(const QString &pluginPath)
Alters plugin path - used by 3rd party apps.
static const QgsSettingsEntryStringList * settingsSearchPathsForSVG
Settings entry search path for SVG.
void themeChanged()
Emitted when the application theme has changed.
static QPixmap getThemePixmap(const QString &name, const QColor &foreColor=QColor(), const QColor &backColor=QColor(), int size=16)
Helper to get a theme icon as a pixmap.
static QString nullRepresentation()
Returns the string used to represent the value NULL throughout QGIS.
static QVariantMap customVariables()
Custom expression variables for this application.
static QgsPointCloudRendererRegistry * pointCloudRendererRegistry()
Returns the application's point cloud renderer registry, used for managing point cloud layer 2D rende...
static QgsPaintEffectRegistry * paintEffectRegistry()
Returns the application's paint effect registry, used for managing paint effects.
static QgsSensorRegistry * sensorRegistry()
Returns the application's sensor registry, used for sensor types.
static QString pluginPath()
Returns the path to the application plugin directory.
static void setUITheme(const QString &themeName)
Set the current UI theme used to style the interface.
static bool createDatabase(QString *errorMessage=nullptr)
initialize qgis.db
static const QgsSettingsEntryBool * settingsLocaleOverrideFlag
Settings entry locale override flag.
static void setTemporarilyUntrustedProjectsFolders(const QStringList &untrustedProjectsFolders)
Sets the list of projects and folders that have been temporarily determined as untrusted by the user.
static QCursor getThemeCursor(Cursor cursor)
Helper to get a theme cursor.
static int systemMemorySizeMb()
Returns the size of the system memory (RAM) in megabytes.
static void setLocale(const QLocale &locale)
Sets the QGIS locale - used mainly by 3rd party apps and tests.
static void init(QString profileFolder=QString())
This method initializes paths etc for QGIS.
static const QgsSettingsEntryString * settingsNullRepresentation
static void setThemeName(const QString &themeName)
Set the active theme to the specified theme.
void customVariablesChanged()
Emitted whenever a custom global variable changes.
static QString buildSourcePath()
Returns path to the source directory.
static QString buildOutputPath()
Returns path to the build output directory.
bool notify(QObject *receiver, QEvent *event) override
Catch exceptions when sending event to receiver.
static int maxThreads()
Gets maximum concurrent thread count.
static QgsColorSchemeRegistry * colorSchemeRegistry()
Returns the application's color scheme registry, used for managing color schemes.
static QgsSettingsTreeNamedListNode * sTreeCustomVariables
static QgsApplication * instance()
Returns the singleton instance of the QgsApplication.
static QString reportStyleSheet(QgsApplication::StyleSheetType styleSheetType=QgsApplication::StyleSheetType::Qt)
Returns a css style sheet for reports, the styleSheetType argument determines what type of stylesheet...
static QString pkgDataPath()
Returns the common root path of all application data directories.
static QgsScaleBarRendererRegistry * scaleBarRendererRegistry()
Gets the registry of available scalebar renderers.
static QgsLayoutItemRegistry * layoutItemRegistry()
Returns the application's layout item registry, used for layout item types.
static void setFileOpenEventReceiver(QObject *receiver)
Sets the FileOpen event receiver.
static QgsSymbolLayerRegistry * symbolLayerRegistry()
Returns the application's symbol layer registry, used for managing symbol layers.
static QgsRasterRendererRegistry * rasterRendererRegistry()
Returns the application's raster renderer registry, used for managing raster layer renderers.
static void applyGdalSkippedDrivers()
Apply the skipped drivers list to gdal.
static void setMaxThreads(int maxThreads)
Set maximum concurrent thread count.
static QgsNumericFormatRegistry * numericFormatRegistry()
Gets the registry of available numeric formats.
static QgsNetworkContentFetcherRegistry * networkContentFetcherRegistry()
Returns the application's network content registry used for fetching temporary files during QGIS sess...
static QgsProjectStorageRegistry * projectStorageRegistry()
Returns registry of available project storage implementations.
static QString licenceFilePath()
Returns the path to the licence file.
static QString libexecPath()
Returns the path with utility executables (help viewer, crssync, ...).
static QStringList skippedGdalDrivers()
Returns the list of gdal drivers that should be skipped (based on GDAL_SKIP environment variable).
StyleSheetType
The StyleSheetType enum represents the stylesheet type that a widget supports.
@ Qt
StyleSheet for Qt GUI widgets (based on QLabel or QTextBrowser), supports basic CSS and Qt extensions...
@ WebBrowser
StyleSheet for embedded browsers (QtWebKit), supports full standard CSS.
static QString translatorsFilePath()
Returns the path to the sponsors file.
static const QgsSettingsEntryString * settingsLocaleGlobalLocale
Settings entry locale global locale.
static QIcon getThemeIcon(const QString &name, const QColor &fillColor=QColor(), const QColor &strokeColor=QColor())
Helper to get a theme icon.
static void setNullRepresentation(const QString &nullRepresentation)
Sets the string used to represent the value NULL throughout QGIS.
static QStringList temporarilyTrustedProjectsFolders()
Returns the list of projects and folders that have been temporarily determined as trusted by the user...
static QString applicationFullName()
Returns the QGIS application full name.
static QgsGpsConnectionRegistry * gpsConnectionRegistry()
Returns the application's GPS connection registry, used for managing GPS connections.
static QString locale()
Returns the QGIS locale.
static QgsImageCache * imageCache()
Returns the application's image cache, used for caching resampled versions of raster images.
static QStringList svgPaths()
Returns the paths to svg directories.
static void initQgis()
loads providers
static QString showSettings()
Convenience function to get a summary of the paths used in this application instance useful for debug...
bool event(QEvent *event) override
Watch for QFileOpenEvent.
static void setPkgDataPath(const QString &pkgDataPath)
Alters pkg data path - used by 3rd party apps.
static QString absolutePathToRelativePath(const QString &apath, const QString &targetPath)
Converts absolute path to path relative to target.
static const QgsSettingsEntryString * settingsLocaleUserLocale
Settings entry locale user locale.
static QgsRuntimeProfiler * profiler()
Returns the application runtime profiler.
~QgsApplication() override
static QgsLocalizedDataPathRegistry * localizedDataPathRegistry()
Returns the registry of data repositories These are used as paths for basemaps, logos,...
static const char * QGIS_APPLICATION_NAME
static QgsTileDownloadManager * tileDownloadManager()
Returns the application's tile download manager, used for download of map tiles when rendering.
static const char * QGIS_ORGANIZATION_DOMAIN
static QMap< QString, QString > systemEnvVars()
Returns the system environment variables passed to application.
static void setAuthDatabaseDirPath(const QString &authDbDirPath)
Alters authentication data base directory path - used by 3rd party apps.
static const QgsSettingsEntryStringList * settingsSkippedGdalDrivers
static QgsAuthConfigurationStorageRegistry * authConfigurationStorageRegistry()
Returns the application's authentication configuration storage registry.
static QString prefixPath()
Returns the path to the application prefix directory.
static QgsSvgCache * svgCache()
Returns the application's SVG cache, used for caching SVG images and handling parameter replacement w...
static QgsFontManager * fontManager()
Returns the application font manager, which manages available fonts and font installation for the QGI...
static QString qgisSettingsDirPath()
Returns the path to the settings directory in user's home dir.
static QgsDatabaseQueryLog * databaseQueryLog()
Returns the database query log.
static QgsMessageLog * messageLog()
Returns the application's message log.
void preNotify(QObject *receiver, QEvent *event, bool *done)
static bool createThemeFolder()
Create the users theme folder.
static QString metadataPath()
Returns the path to the metadata directory.
void localeChanged()
Emitted when project locale has been changed.
static QgsActionScopeRegistry * actionScopeRegistry()
Returns the action scope registry.
static QgsCoordinateReferenceSystemRegistry * coordinateReferenceSystemRegistry()
Returns the application's coordinate reference system (CRS) registry, which handles known CRS definit...
static const char * QGIS_ORGANIZATION_NAME
static QString contributorsFilePath()
Returns the path to the contributors file.
void collectTranslatableObjects(QgsTranslationContext *translationContext)
Emits the signal to collect all the strings of .qgs to be included in ts file.
static QgsSourceCache * sourceCache()
Returns the application's source cache, used for caching embedded and remote source strings as local ...
static QStringList temporarilyUntrustedProjectsFolders()
Returns the list of projects and folders that have been temporarily determined as untrusted by the us...
static QRegularExpression shortNameRegularExpression()
Returns the short name regular expression for line edit validator.
static QgsTaskManager * taskManager()
Returns the application's task manager, used for managing application wide background task handling.
static QgsProfileSourceRegistry * profileSourceRegistry()
Returns registry of available profile source implementations.
static QgsAnnotationRegistry * annotationRegistry()
Returns the application's annotation registry, used for managing annotation types.
static QgsPluginLayerRegistry * pluginLayerRegistry()
Returns the application's plugin layer registry, used for managing plugin layer types.
static QgsClassificationMethodRegistry * classificationMethodRegistry()
Returns the application's classification methods registry, used in graduated renderer.
static QStringList deferredSkippedGdalDrivers()
Returns the list of gdal drivers that have been disabled in the current session, and thus,...
static QString qgisAuthDatabaseUri()
Returns the URI to the user authentication database.
static QString defaultStylePath()
Returns the path to default style (works as a starting point).
static QgsAuthManager * authManager()
Returns the application's authentication manager instance.
static QString qmlImportPath()
Returns the path where QML components are installed for QGIS Quick library.
static QgsApplicationThemeRegistry * applicationThemeRegistry()
Returns the application's theme registry, used for styling the user interface.
QgsApplication(int &argc, char **argv, bool GUIenabled, const QString &profileFolder=QString(), const QString &platformName="external")
Constructor for QgsApplication.
Cursor
The Cursor enum defines constants for QGIS custom cursors.
@ CrossHair
Precisely identify a point on the canvas.
@ Identify
Identify: obtain information about the object.
@ Select
Select a rectangle.
@ CapturePoint
Select and capture a point or a feature.
@ Sampler
Color/Value picker.
static const QgsSettingsEntryInteger * settingsConnectionPoolMaximumConcurrentConnections
Settings entry to configure the maximum number of concurrent connections within connection pools.
static Q_DECL_DEPRECATED QString qgisAuthDatabaseFilePath()
Returns the path to the user authentication database file: qgis-auth.db.
static QString authorsFilePath()
Returns the path to the authors file.
static QgsBookmarkManager * bookmarkManager()
Returns the application's bookmark manager, used for storing installation-wide bookmarks.
static QString qgisUserDatabaseFilePath()
Returns the path to the user qgis.db file.
static QgsFieldFormatterRegistry * fieldFormatterRegistry()
Gets the registry of available field formatters.
static QString activeThemePath()
Returns the path to the currently active theme directory.
static QString defaultThemesFolder()
Returns the path to default themes folder from install (works as a starting point).
static void setTemporarilyTrustedProjectsFolders(const QStringList &trustedProjectsFolders)
Sets the list of projects and folders that have been temporarily determined as trusted by the user.
static void setSkippedGdalDrivers(const QStringList &skippedGdalDrivers, const QStringList &deferredSkippedGdalDrivers)
Sets the list of gdal drivers that should be disabled (skippedGdalDrivers), but excludes for now the ...
static QgsRendererRegistry * rendererRegistry()
Returns the application's renderer registry, used for managing vector layer renderers.
static QgsMaterialRegistry * materialRegistry()
Returns registry of available 3D materials.
static void setTranslation(const QString &translation)
Set translation locale code.
static QgsCalloutRegistry * calloutRegistry()
Returns the application's callout registry, used for managing callout types.
static void setPrefixPath(const QString &prefixPath, bool useDefaultPaths=false)
Alters prefix path - used by 3rd party apps.
static QgsStyleModel * defaultStyleModel()
Returns a shared QgsStyleModel containing the default style library (see QgsStyle::defaultStyle()).
static QString relativePathToAbsolutePath(const QString &rpath, const QString &targetPath)
Converts path relative to target to an absolute path.
static void setSvgPaths(const QStringList &svgPaths)
Sets the paths to svg directories and invalidates the svg path list cache.
static QgsBabelFormatRegistry * gpsBabelFormatRegistry()
Returns the application's GPSBabel format registry, used for managing GPSBabel formats.
static endian_t endian()
Returns whether this machine uses big or little endian.
int maxConcurrentConnectionsPerPool() const
The maximum number of concurrent connections per connections pool.
static void setCustomVariable(const QString &name, const QVariant &value)
Set a single custom expression variable.
void requestForTranslatableObjects(QgsTranslationContext *translationContext)
Emitted when project strings which require translation are being collected for inclusion in a ....
static QString iconsPath()
Returns the path to the icons image directory.
static Qgs3DSymbolRegistry * symbol3DRegistry()
Returns registry of available 3D symbols.
static QgsExternalStorageRegistry * externalStorageRegistry()
Returns registry of available external storage implementations.
static QHash< QString, QString > uiThemes()
All themes found in ~/.qgis3/themes folder.
static QString splashPath()
Returns the path to the splash screen image directory.
static QString donorsFilePath()
Returns the path to the donors file.
static QString themeName()
Set the active theme to the specified theme.
void nullRepresentationChanged()
Emitted when the string representing the NULL value is changed.
static QString srsDatabaseFilePath()
Returns the path to the srs.db file.
static QString userThemesFolder()
Returns the path to user's themes folder.
static void registerGdalDriversFromSettings()
Register gdal drivers, excluding the ones mentioned in "gdal/skipList" setting.
static QgsPlotRegistry * plotRegistry()
Returns the application's plot registry, used for plot types.
static Qgs3DRendererRegistry * renderer3DRegistry()
Returns registry of available 3D renderers.
static QString iconPath(const QString &iconFile)
Returns path to the desired icon file.
static QgsTiledSceneRendererRegistry * tiledSceneRendererRegistry()
Returns the application's tiled scene renderer registry, used for managing tiled scene layer 2D rende...
static void setDefaultSvgPaths(const QStringList &pathList)
Alters default svg paths - used by 3rd party apps.
static QString libraryPath()
Returns the path containing qgis_core, qgis_gui, qgispython (and other) libraries.
static QStringList layoutTemplatePaths()
Returns the paths to layout template directories.
static const QgsSettingsEntryBool * settingsLocaleShowGroupSeparator
Settings entry locale show group separator.
static QString userFullName()
Returns the user's operating system login account full display name.
static Q_DECL_DEPRECATED QgsSettingsRegistryCore * settingsRegistryCore()
Returns the application's settings registry, used for managing application settings.
static QString serverResourcesPath()
Returns the path to the server resources directory.
static QString appIconPath()
Gets application icon.
static QString userLoginName()
Returns the user's operating system login account name.
static const QgsSettingsEntryVariant * settingsCustomVariable
Registry for authentication configuration storages.
Singleton which offers an interface to manage the authentication configuration database and to utiliz...
QgsAuthConfigurationStorageRegistry * authConfigurationStorageRegistry() const
Returns the authentication configuration storage registry.
void setup(const QString &pluginPath=QString(), const QString &authDatabasePath=QString())
Sets up the authentication manager configuration.
static QgsAuthManager * instance()
Enforce singleton pattern.
Manages storage of a set of bookmarks.
void initialize(const QString &filePath)
Initializes the bookmark manager.
Registry of available callout classes.
Manages all known classification methods.
Registry of color schemes.
void addDefaultSchemes()
Adds all default color schemes to this color scheme.
void initStyleScheme()
Initializes the default random style color scheme for the user.
A registry for saved data provider connections, allowing retrieval of saved connections by name and p...
A registry for known coordinate reference system (CRS) definitions, including any user-defined CRSes.
static void invalidateCache(bool disableCache=false)
Clears the internal cache used to initialize QgsCoordinateReferenceSystem objects.
A registry for data item providers that may add items to the browser tree.
Handles logging of database queries.
static void invalidateCache(bool disableCache=false)
Clears the internal cache used.
Defines a QGIS exception class.
static void cleanRegisteredFunctions()
Deletes all registered functions whose ownership have been transferred to the expression engine.
Registry of external storage backends used by QgsExternalResourceWidget.
Manages available fonts and font installation for a QGIS instance.
void installUserFonts()
Installs user fonts from the profile/fonts directory as application fonts.
Registers existing GPS connections such that the information is available to all classes and plugins.
A cache for images derived from raster files.
A registry for labeling engine rules.
Registry of available layout item types.
static const QgsSettingsEntryStringList * settingsSearchPathForTemplates
Settings entry search path for templates.
A registry class to hold localized data paths which can be used for basemaps, logos,...
Registry of available 3d material settings classes.
Temporarily blocks the application QgsMessageLog (see QgsApplication::messageLog()) from emitting the...
Interface for logging messages from QGIS in GUI independent way.
static QgsNetworkAccessManager * instance(Qt::ConnectionType connectionType=Qt::BlockingQueuedConnection)
Returns a pointer to the active QgsNetworkAccessManager for the current thread.
Registry for temporary fetched files.
A registry for known page sizes.
Registry of available paint effects.
Registry of available plot types.
A registry of plugin layers types.
Registry of 2D renderers for point clouds.
Registry for various processing components, including providers, algorithms and various parameters an...
Registry of profile sources used by QgsProfilePlotRenderer.
static QStringList searchPaths()
Returns the current list of Proj file search paths.
Registry of storage backends that QgsProject may use.
static QgsProject * instance()
Returns the QgsProject singleton instance.
static QgsProviderRegistry * instance(const QString &pluginPath=QString())
Means of accessing canonical single instance.
Registry for raster renderers.
A convenience class that simplifies locking and unlocking QReadWriteLocks.
void changeMode(Mode mode)
Change the mode of the lock to mode.
Handles and tracks style items recently used in the QGIS GUI.
Provides a method of recording run time profiles of operations, allowing easy recording of their over...
A registry which manages registered scalebar renderers.
Scoped object for logging of the runtime for a single operation or group of operations.
Registry of available sensor types.
A boolean settings entry.
An integer settings entry.
A string list settings entry.
A variant settings entry.
Custom exception class for settings related exceptions.
Used for settings introspection and collects all QgsSettingsEntry instances of core.
A named list tree node for the settings tree to help organizing and introspecting the tree.
static QgsSettingsTreeNode * sTreeApp
static QgsSettingsTreeNode * sTreeLocale
static QgsSettingsTreeNode * sTreeGdal
static QgsSettingsTreeNode * sTreeSvg
static QgsSettingsTreeNode * sTreeQgis
static QgsSettingsTreeNode * sTreeCore
A cache for source strings that returns a local file path containing the source content.
A QAbstractItemModel subclass for showing symbol and color ramp entities contained within a QgsStyle ...
A database of saved style entities, including symbols, color ramps, text formats and others.
static void cleanDefaultStyle()
Deletes the default style. Only to be used by QgsApplication::exitQgis().
static QgsStyle * defaultStyle(bool initialize=true)
Returns the default application-wide style.
A cache for images / pictures derived from SVG files.
QImage svgAsImage(const QString &path, double size, const QColor &fill, const QColor &stroke, double strokeWidth, double widthScaleFactor, bool &fitsInCache, double fixedAspectRatio=0, bool blocking=false, const QMap< QString, QString > ¶meters=QMap< QString, QString >())
Returns an SVG drawing as a QImage.
QByteArray svgContent(const QString &path, double size, const QColor &fill, const QColor &stroke, double strokeWidth, double widthScaleFactor, double fixedAspectRatio=0, bool blocking=false, const QMap< QString, QString > ¶meters=QMap< QString, QString >(), bool *isMissingImage=nullptr)
Gets the SVG content corresponding to the given path.
A registry of known symbol converters.
Registry of available symbol layer classes.
static QColor decodeColor(const QString &str)
Task manager for managing a set of long-running QgsTask tasks.
Tile download manager handles downloads of map tiles for the purpose of map rendering.
QgsTileDownloadManagerReply * get(const QNetworkRequest &request)
Starts a request.
Registry of 2D renderers for tiled scenes.
Used for the collecting of strings from projects for translation and creation of ts files.
A manager for QGIS user profiles.
std::unique_ptr< QgsUserProfile > getProfile(const QString &defaultProfile="default", bool createNew=true, bool initSettings=true)
Returns the profile from the given root profile location.
static QString resolveProfilesFolder(const QString &basePath=QString())
Resolves the profiles folder for the given path.
A registry that keeps a list of QgsAbstractValidityCheck checks which can be used when performing val...
Unique pointer for sqlite3 databases, which automatically closes the database when the pointer goes o...
int open(const QString &path)
Opens the database at the specified file path.
QMap< QString, QString > QgsStringMap
QObject * ABISYM(QgsApplication::mFileOpenEventReceiver)
Q_GLOBAL_STATIC_WITH_ARGS(PalPropertyList, palHiddenProperties,({ static_cast< int >(QgsPalLayerSettings::Property::PositionX), static_cast< int >(QgsPalLayerSettings::Property::PositionY), static_cast< int >(QgsPalLayerSettings::Property::Show), static_cast< int >(QgsPalLayerSettings::Property::LabelRotation), static_cast< int >(QgsPalLayerSettings::Property::Family), static_cast< int >(QgsPalLayerSettings::Property::FontStyle), static_cast< int >(QgsPalLayerSettings::Property::Size), static_cast< int >(QgsPalLayerSettings::Property::Bold), static_cast< int >(QgsPalLayerSettings::Property::Italic), static_cast< int >(QgsPalLayerSettings::Property::Underline), static_cast< int >(QgsPalLayerSettings::Property::Color), static_cast< int >(QgsPalLayerSettings::Property::Strikeout), static_cast< int >(QgsPalLayerSettings::Property::MultiLineAlignment), static_cast< int >(QgsPalLayerSettings::Property::BufferSize), static_cast< int >(QgsPalLayerSettings::Property::BufferDraw), static_cast< int >(QgsPalLayerSettings::Property::BufferColor), static_cast< int >(QgsPalLayerSettings::Property::LabelDistance), static_cast< int >(QgsPalLayerSettings::Property::Hali), static_cast< int >(QgsPalLayerSettings::Property::Vali), static_cast< int >(QgsPalLayerSettings::Property::ScaleVisibility), static_cast< int >(QgsPalLayerSettings::Property::MinScale), static_cast< int >(QgsPalLayerSettings::Property::MaxScale), static_cast< int >(QgsPalLayerSettings::Property::AlwaysShow), static_cast< int >(QgsPalLayerSettings::Property::CalloutDraw), static_cast< int >(QgsPalLayerSettings::Property::LabelAllParts) })) Q_GLOBAL_STATIC_WITH_ARGS(SymbolPropertyList
const QString cacheKey(const QString &pathIn)
Q_GLOBAL_STATIC(QReadWriteLock, sDefinitionCacheLock)
#define QgsDebugMsgLevel(str, level)
#define QgsDebugError(str)
std::unique_ptr< QgsBookmarkManager > mBookmarkManager
std::unique_ptr< QgsRasterRendererRegistry > mRasterRendererRegistry
std::unique_ptr< QgsProcessingRegistry > mProcessingRegistry
std::unique_ptr< QgsTaskManager > mTaskManager
std::unique_ptr< QgsAnnotationRegistry > mAnnotationRegistry
std::unique_ptr< QgsCoordinateReferenceSystemRegistry > mCrsRegistry
std::unique_ptr< QgsGpsConnectionRegistry > mGpsConnectionRegistry
std::unique_ptr< QgsLabelingEngineRuleRegistry > mLabelingEngineRuleRegistry
std::unique_ptr< QgsPointCloudRendererRegistry > mPointCloudRendererRegistry
std::unique_ptr< QgsRendererRegistry > mRendererRegistry
std::unique_ptr< Qgs3DSymbolRegistry > m3DSymbolRegistry
std::unique_ptr< QgsPlotRegistry > mPlotRegistry
std::unique_ptr< QgsApplicationThemeRegistry > mApplicationThemeRegistry
QString mNullRepresentation
std::unique_ptr< QgsRecentStyleHandler > mRecentStyleHandler
std::unique_ptr< QgsClassificationMethodRegistry > mClassificationMethodRegistry
std::unique_ptr< QgsSensorRegistry > mSensorRegistry
std::unique_ptr< QgsPluginLayerRegistry > mPluginLayerRegistry
std::unique_ptr< QgsDatabaseQueryLog > mQueryLogger
std::unique_ptr< QgsScaleBarRendererRegistry > mScaleBarRendererRegistry
std::unique_ptr< QgsNumericFormatRegistry > mNumericFormatRegistry
std::unique_ptr< QgsLayoutItemRegistry > mLayoutItemRegistry
std::unique_ptr< QgsTiledSceneRendererRegistry > mTiledSceneRendererRegistry
std::unique_ptr< QgsStyleModel > mStyleModel
std::unique_ptr< QgsAnnotationItemRegistry > mAnnotationItemRegistry
std::unique_ptr< QgsImageCache > mImageCache
std::unique_ptr< Qgs3DRendererRegistry > m3DRendererRegistry
std::unique_ptr< QgsCalloutRegistry > mCalloutRegistry
std::unique_ptr< QgsSourceCache > mSourceCache
std::unique_ptr< QgsFontManager > mFontManager
std::unique_ptr< QgsSettingsRegistryCore > mSettingsRegistryCore
std::unique_ptr< QgsSymbolConverterRegistry > mSymbolConverterRegistry
std::unique_ptr< QgsPageSizeRegistry > mPageSizeRegistry
std::unique_ptr< QgsExternalStorageRegistry > mExternalStorageRegistry
std::unique_ptr< QgsProfileSourceRegistry > mProfileSourceRegistry
std::unique_ptr< QgsSvgCache > mSvgCache
std::unique_ptr< QgsPaintEffectRegistry > mPaintEffectRegistry
std::unique_ptr< QgsColorSchemeRegistry > mColorSchemeRegistry
std::unique_ptr< QgsActionScopeRegistry > mActionScopeRegistry
std::unique_ptr< QgsBabelFormatRegistry > mGpsBabelFormatRegistry
std::unique_ptr< QgsMaterialRegistry > mMaterialRegistry
std::unique_ptr< QgsTileDownloadManager > mTileDownloadManager
std::unique_ptr< QgsValidityCheckRegistry > mValidityCheckRegistry
std::unique_ptr< QgsNetworkContentFetcherRegistry > mNetworkContentFetcherRegistry
std::unique_ptr< QgsConnectionRegistry > mConnectionRegistry
std::unique_ptr< QgsFieldFormatterRegistry > mFieldFormatterRegistry
std::unique_ptr< QgsProjectStorageRegistry > mProjectStorageRegistry
std::unique_ptr< QgsMessageLog > mMessageLog
QStringList mSvgPathCache
std::unique_ptr< QgsLocalizedDataPathRegistry > mLocalizedDataPathRegistry
std::unique_ptr< QgsLayerMetadataProviderRegistry > mLayerMetadataProviderRegistry
std::unique_ptr< QgsSymbolLayerRegistry > mSymbolLayerRegistry