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