mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-30 00:07:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			60 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/3d/qgs3d.h                                                       *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | |
|  ************************************************************************/
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| class Qgs3D
 | |
| {
 | |
| %Docstring(signature="appended")
 | |
| 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
 | |
| 
 | |
|     static Qgs3DTerrainRegistry *terrainRegistry();
 | |
| %Docstring
 | |
| Returns the terrain registry, used for managing 3D terrains.
 | |
| %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.py again   *
 | |
|  ************************************************************************/
 |