QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
qgssettingsregistrygui.cpp
Go to the documentation of this file.
1/***************************************************************************
2 qgssettingsregistrygui.cpp
3 --------------------------------------
4 Date : July 2021
5 Copyright : (C) 2021 by Damiano Lombardi
6 Email : damiano at opengis dot ch
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15
17
18#include "qgsapplication.h"
21
24{
28
30}
31
33{
35}
36
static QgsSettingsRegistryCore * settingsRegistryCore()
Returns the application's settings registry, used for managing application settings.
QgsSettingsRegistryGui()
Constructor for QgsSettingsRegistryGui.
static const QgsSettingsEntryBool settingsAutomaticallyCheckForPluginUpdates
Check for plugin updates automatically on startup.
virtual ~QgsSettingsRegistryGui()
Destructor for QgsSettingsRegistryGui.
static const QgsSettingsEntryBool settingsRespectScreenDPI
Settings entry respect screen dpi.
QgsSettingsRegistry is used for settings introspection and collects a list of child QgsSettingsRegist...
bool addSettingsEntry(const QgsSettingsEntryBase *settingsEntry)
Adds settingsEntry to the registry.
void removeSubRegistry(const QgsSettingsRegistry *settingsRegistry)
Remove a child settingsRegistry from the register.
void addSubRegistry(const QgsSettingsRegistry *settingsRegistry)
Append a child settingsRegistry to the register.
static const QgsSettingsEntryString settingLastStyleDatabaseFolder
Last used folder for generic style database actions.