Julien Cabieces bb3c36a69b Initialize sip bindings for PyQt6
use exactly the ones from PyQt5 so we can study the difference when
generating for PyQt6
2023-12-08 03:38:42 +10:00

57 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/3d/qgs3d.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class Qgs3D
{
%Docstring(signature="appended")
Qgs3D is a singleton class containing various registries and other global members
related to 3D classes.
.. versionadded:: 3.16
%End
%TypeHeaderCode
#include "qgs3d.h"
%End
public:
static Qgs3D *instance();
%Docstring
Returns a pointer to the singleton instance.
%End
~Qgs3D();
static void initialize();
%Docstring
Initializes the 3D framework.
%End
static QgsMaterialRegistry *materialRegistry();
%Docstring
Returns the material registry, used for managing 3D materials.
%End
private:
Qgs3D( const Qgs3D &other );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/3d/qgs3d.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/