mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			110 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			110 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/gui/qgssnaptogridcanvasitem.h                                    *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| %ModuleHeaderCode
 | |
| // For ConvertToSubClassCode.
 | |
| #include <qgssnaptogridcanvasitem.h>
 | |
| %End
 | |
| 
 | |
| class QgsSnapToGridCanvasItem : QgsMapCanvasItem
 | |
| {
 | |
| %Docstring(signature="appended")
 | |
| 
 | |
| Shows a grid on the map canvas given a spatial resolution.
 | |
| 
 | |
| .. versionadded:: 3.4
 | |
| %End
 | |
| 
 | |
| %TypeHeaderCode
 | |
| #include "qgssnaptogridcanvasitem.h"
 | |
| %End
 | |
| %ConvertToSubClassCode
 | |
|     if ( dynamic_cast<QgsSnapToGridCanvasItem *>( sipCpp ) )
 | |
|     {
 | |
|       sipType = sipType_QgsSnapToGridCanvasItem;
 | |
|       // We need to tweak the pointer as sip believes it is single inheritance
 | |
|       // from QgsMapCanvasItem, but the raw address of QgsSnapToGridCanvasItem (sipCpp)
 | |
|       // is actually a QObject
 | |
|       *sipCppRet = dynamic_cast<QgsSnapToGridCanvasItem *>( sipCpp );
 | |
|     }
 | |
|     else
 | |
|       sipType = nullptr;
 | |
| %End
 | |
|   public:
 | |
| 
 | |
|     QgsSnapToGridCanvasItem( QgsMapCanvas *mapCanvas /TransferThis/ );
 | |
| %Docstring
 | |
| Will automatically be added to the ``mapCanvas``.
 | |
| %End
 | |
| 
 | |
|     virtual void paint( QPainter *painter );
 | |
| 
 | |
| 
 | |
|     QgsPointXY point() const;
 | |
| %Docstring
 | |
| A point that will be highlighted on the map canvas.
 | |
| The point needs to be in map coordinates. The closest point on the
 | |
| grid will be highlighted.
 | |
| %End
 | |
| 
 | |
|     void setPoint( const QgsPointXY &point );
 | |
| %Docstring
 | |
| A point that will be highlighted on the map canvas.
 | |
| The point needs to be in map coordinates. The closest point on the
 | |
| grid will be highlighted.
 | |
| %End
 | |
| 
 | |
|     double precision() const;
 | |
| %Docstring
 | |
| The resolution of the grid in map units.
 | |
| If a crs has been specified it will be in CRS units.
 | |
| %End
 | |
| 
 | |
|     void setPrecision( double precision );
 | |
| %Docstring
 | |
| The resolution of the grid in map units.
 | |
| If a crs has been specified it will be in CRS units.
 | |
| %End
 | |
| 
 | |
|     QgsCoordinateReferenceSystem crs() const;
 | |
| %Docstring
 | |
| The CRS in which the grid should be calculated.
 | |
| By default will be an invalid :py:class:`QgsCoordinateReferenceSystem` and
 | |
| as such equal to the CRS of the map canvas.
 | |
| %End
 | |
| 
 | |
|     void setCrs( const QgsCoordinateReferenceSystem &crs );
 | |
| %Docstring
 | |
| The CRS in which the grid should be calculated.
 | |
| By default will be an invalid :py:class:`QgsCoordinateReferenceSystem` and
 | |
| as such equal to the CRS of the map canvas.
 | |
| %End
 | |
| 
 | |
|     bool enabled() const;
 | |
| %Docstring
 | |
| Enable this item. It will be hidden if disabled.
 | |
| %End
 | |
| 
 | |
|     void setEnabled( bool enabled );
 | |
| %Docstring
 | |
| Enable this item. It will be hidden if disabled.
 | |
| %End
 | |
| 
 | |
| };
 | |
| 
 | |
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/gui/qgssnaptogridcanvasitem.h                                    *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 |