QGIS API Documentation  3.22.4-Białowieża (ce8e65e95e)
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 
16 #include "qgssettingsregistrygui.h"
17 
18 #include "qgsapplication.h"
20 
23 {
25 
27 }
28 
30 {
32 }
33 
static QgsSettingsRegistryCore * settingsRegistryCore()
Returns the application's settings registry, used for managing application settings.
QgsSettingsRegistryGui()
Constructor for QgsSettingsRegistryGui.
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...
void removeSubRegistry(const QgsSettingsRegistry *settingsRegistry)
Remove a child settingsRegistry from the register.
void addSubRegistry(const QgsSettingsRegistry *settingsRegistry)
Append a child settingsRegistry to the register.
void addSettingsEntry(const QgsSettingsEntryBase *settingsEntry)
Add settingsEntry to the register.