mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/settings/qgssettingsregistrygui.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsSettingsRegistryGui : QgsSettingsRegistry
|
|
{
|
|
%Docstring(signature="appended")
|
|
Used for settings introspection and collects all
|
|
:py:class:`QgsSettingsEntry` instances of GUI.
|
|
|
|
.. versionadded:: 3.22
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgssettingsregistrygui.h"
|
|
%End
|
|
public:
|
|
QgsSettingsRegistryGui();
|
|
virtual ~QgsSettingsRegistryGui();
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/settings/qgssettingsregistrygui.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|